Line | |
---|
1 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-EN" xml:lang="en-EN"> |
---|
5 | <head> |
---|
6 | <title><g:layoutTitle default="Mass Sequencing | dbNP"/></title> |
---|
7 | |
---|
8 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'dialog.css')}"/> |
---|
9 | |
---|
10 | <g:javascript library="jquery" plugin="jquery"/> |
---|
11 | <script type="text/javascript">var baseUrl = '${resource(dir: '')}';</script> |
---|
12 | <script type="text/javascript" src="${resource(dir: 'js', file: 'disableKeys.js')}"></script> |
---|
13 | |
---|
14 | <g:layoutHead/> |
---|
15 | </head> |
---|
16 | <body> |
---|
17 | <g:layoutBody/> |
---|
18 | </body> |
---|
19 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.