~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Martin Albisetti
  • Date: 2008-06-13 22:17:46 UTC
  • mto: (157.1.3 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080613221746-3hdksfrhendt3zvu
 * Added full mootools support
 * Tweaked the CSS
 * You can now expand revisions with super-cool slide-in effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    <style type="text/css" media="screen, print">@import url(https://launchpad.net/+icing/rev6393/+style-slimmer.css);</style>
11
11
    <link rel="stylesheet"
12
12
          tal:attributes="href python:tg.url('/static/css/global.css')" />
13
 
 
 
13
    <script type="text/javascript"
 
14
            tal:attributes="src python:tg.url('/static/javascript/mootools-1.2-core.js')"></script>
 
15
    <script type="text/javascript"
 
16
            tal:attributes="src python:tg.url('/static/javascript/mootools-1.2-more.js')"></script>
 
17
    <script type="text/javascript"
 
18
            tal:attributes="src python:tg.url('/static/javascript/custom.js')"></script>
14
19
    <metal:block metal:define-slot="header_extras" />
15
20
  </head>
16
21