Changeset 8577
- Timestamp:
- 27/09/12 13:11:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/cedaMoles/MolesManager/static/templates/base.html
r8572 r8577 23 23 <title>{% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title> 24 24 25 <link rel="stylesheet" type="text/css" href=" {{ STATIC_PREFIX }}css/960/reset.css" />26 <link rel="stylesheet" type="text/css" href=" {{ STATIC_PREFIX }}css/960/960_12_col.css" />27 <link rel="stylesheet" type="text/css" href=" {{ STATIC_PREFIX }}css/960/text.css" />28 <link rel="stylesheet" type="text/css" href=" {{ STATIC_PREFIX }}css/ceda.css" />25 <link rel="stylesheet" type="text/css" href="/{{ STATIC_PREFIX }}css/960/reset.css" /> 26 <link rel="stylesheet" type="text/css" href="/{{ STATIC_PREFIX }}css/960/960_12_col.css" /> 27 <link rel="stylesheet" type="text/css" href="/{{ STATIC_PREFIX }}css/960/text.css" /> 28 <link rel="stylesheet" type="text/css" href="/{{ STATIC_PREFIX }}css/ceda.css" /> 29 29 <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit/themes/claro/claro.css" /> 30 30 <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dijit/themes/claro/layout/ContentPane.css" /> … … 42 42 // Make sure the module path does *not* end in a slash. 43 43 packages:[ 44 { "name": "ceda", "location": " {{ STATIC_PREFIX }}js"}44 { "name": "ceda", "location": "/{{ STATIC_PREFIX }}js"} 45 45 ] 46 46 }; … … 146 146 <div class="grid_12 whiteFill" id="footer"> 147 147 <div class="grid_12 alpha" id="footerLogos"> 148 <p><a href="http://www.ncas.ac.uk"><img src=" {{ STATIC_PREFIX }}img/ncas_logo_fullcolour.jpg" alt="NCAS logo" title="NCAS" align="left"/></a>149 <a href="http://www.nceo.ac.uk"><img src=" {{ STATIC_PREFIX }}img/nceo_logo.jpg" alt="NCEO logo" title="NCEO" align="right"/></a></p>148 <p><a href="http://www.ncas.ac.uk"><img src="/{{ STATIC_PREFIX }}img/ncas_logo_fullcolour.jpg" alt="NCAS logo" title="NCAS" align="left"/></a> 149 <a href="http://www.nceo.ac.uk"><img src="/{{ STATIC_PREFIX }}img/nceo_logo.jpg" alt="NCEO logo" title="NCEO" align="right"/></a></p> 150 150 </div> <!-- End div footerLogos--> 151 151 <div class="grid_6 push_3 whiteFill omega" id="footerStatements">
Note: See TracChangeset
for help on using the changeset viewer.