~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/macros.pt

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-27 05:10:53 UTC
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: guillo.gonzo@gmail.com-20080927051053-i1fvhycjccq16wc1
 * add formatting to the exception in error_ui (don't show the exc_info raw attributes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            tal:attributes="src python:branch.static_url('/static/javascript/mootools-1.2-more.js')"></script>
14
14
    <script type="text/javascript"
15
15
            tal:attributes="src python:branch.static_url('/static/javascript/custom.js')"></script>
16
 
      <script type="text/javascript">
 
16
      <script language="javascript">
17
17
          var global_path = <tal:block content="python:'\''+branch.url('/')+'\''" />;
18
18
      </script>
19
 
      <script type="text/javascript"
20
 
              tal:attributes="src
21
 
              python:branch.static_url('/static/javascript/yui/build/yui/yui-min.js')"></script>
22
19
    <metal:block metal:define-slot="header_extras" />
23
20
  </head>
24
21