Felix Meschberger | 7c107a3 | 2010-02-17 08:41:21 +0000 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; utf-8" /> |
| 5 | <link rel="icon" href="{4}" /> |
| 6 | <title>{0} - {1}</title> |
| 7 | |
| 8 | <link href="{2}/res/lib/reset-min.css" rel="stylesheet" type="text/css" /> |
| 9 | <link href="{2}/res/lib/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> |
| 10 | <link href="{5}" rel="stylesheet" type="text/css" /> |
| 11 | {9} |
| 12 | |
| 13 | <script type="text/javascript"> |
| 14 | // <![CDATA[ |
| 15 | appRoot = "{2}"; |
| 16 | pluginRoot = "{2}/{3}"; |
| 17 | // ]]> |
| 18 | </script> |
| 19 | |
| 20 | <script src="{2}/res/lib/jquery-1.3.2.js" type="text/javascript"></script> |
| 21 | <script src="{2}/res/lib/jquery-ui-1.7.2.js" type="text/javascript"></script> |
| 22 | <script src="{2}/res/lib/jquery-ui-i18n-1.7.2.js" type="text/javascript"></script> |
| 23 | <script src="{2}/res/lib/jquery.cookies-2.2.0.js" type="text/javascript"></script> |
| 24 | <script src="{2}/res/lib/jquery.tablesorter-2.0.3.js" type="text/javascript"></script> |
| 25 | <script src="{2}/res/lib/support.js" type="text/javascript"></script> |
| 26 | |
| 27 | <!-- temporary here - for compatibility untill all plugins are refactored --> |
Felix Meschberger | 4f590af | 2010-02-19 10:55:34 +0000 | [diff] [blame] | 28 | <!-- <script src="{2}/res/ui/admin.js" type="text/javascript"></script> --> |
Felix Meschberger | 7c107a3 | 2010-02-17 08:41:21 +0000 | [diff] [blame] | 29 | </head> |
| 30 | |
| 31 | <body class="ui-widget"> |
| 32 | <div id="main"> |
| 33 | <div id="lead"><!-- header: title and logo --> |
| 34 | <h1> |
| 35 | {0}<br/>{1} |
| 36 | </h1> |
| 37 | <p> |
| 38 | <a rel="external" href="{6}" title="{7}"><img src="{8}" alt="Logo" /></a> |
| 39 | </p> |
| 40 | </div> |
| 41 | <div class="ui-helper-clearfix" style="height:0px"> </div> |
| 42 | |