source: branches/1.4/template/default/header.tpl @ 9743

Last change on this file since 9743 was 531, checked in by gweltas, 20 years ago
  • New template for picture.tpl
  • Creation of a menu bar in the picture display
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 681 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{LANG}" lang="{LANG}" dir="{DIR}">
3
4 <head>
5  <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}" />
6  <meta http-equiv="Content-Style-Type" content="text/css" />
7  <!-- BEGIN refresh -->
8  <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
9  <!-- END refresh -->
10  <title>{PAGE_TITLE}</title>
11  <link rel="stylesheet" href="{T_STYLE}" type="text/css" />
12  <script type="text/javascript" src="include/scripts.js"></script>
13 </head>
14
15 <body>
16 <div class="main">
Note: See TracBrowser for help on using the repository browser.