/[webpac2]/Webpacus/root/header.tt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/header.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 134 by dpavlin, Thu Nov 24 16:30:16 2005 UTC revision 158 by dpavlin, Sat Nov 26 16:21:57 2005 UTC
# Line 1  Line 1 
1  <html>  <html>
2      <head>      <head>
3          <title>[% name %]</title>          <title>[% name %]</title>
4          <link href="user.css" type="text/css" rel="stylesheet">          <link href="css/user.css" type="text/css" rel="stylesheet">
5            <link href="search.css" type="text/css" rel="stylesheet">
6          <script type="text/javascript" src="/js/prototype.js"></script>          <script type="text/javascript" src="/js/prototype.js"></script>
7          <script type="text/javascript" src="/js/controls.js"></script>          <script type="text/javascript" src="/js/controls.js"></script>
8          <script type="text/javascript" src="/js/dragdrop.js"></script>          <script type="text/javascript" src="/js/dragdrop.js"></script>
9          <script type="text/javascript" src="/js/effects.js"></script>          <script type="text/javascript" src="/js/effects.js"></script>
10            <!-- FIXME remove logger in production -->
11            <script type="text/javascript" src="/js/logger.js"></script>
12          <script type="text/javascript" src="/js/webpac.js"></script>          <script type="text/javascript" src="/js/webpac.js"></script>
13      </head>      </head>
14      <body>      <body>
# Line 13  Line 16 
16          &nbsp;          &nbsp;
17          <small>          <small>
18          <a href="[% base %]editor">template editor</a>          <a href="[% base %]editor">template editor</a>
19            </small>
20          <br/><br/>          <br/><br/>

Legend:
Removed from v.134  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.26