source: server/trunk/web/root/templates/includes/header.tt @ 29

Last change on this file since 29 was 29, checked in by nanardon, 14 years ago
  • start real menu
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- $Id -->
4<head>
5    <title>Sophie[% IF metatitle %]: [% metatitle | html %][% END %]</title>
6    <link rel="stylesheet" href="[% c.uri_for('/static', 'sophie.css') %]" type="text/css">
7    <meta name="GENERATOR" content="Sophie [% sophieversion %]">
8    <meta name="AUTHOR" content="Nanardon">
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10    <meta name="KEYWORDS" content="Sophie, rpm[% IF keywords.size -%], [%- keywords.join(', ') | html -%][% END %]">
11    <meta name="REVISIT-AFTER" content="[% IF metarevisite %][% metarevisite %][% ELSE %]15[% END %] days">
12    <link rel="icon" href="[%- c.uri_for('/static', 'sophie.ico') -%]" type="image/x-icon">
13</head>
14<body>
15
16    <div id="sophie_header">
17    <img src="[% c.uri_for('/static', 'sophie.png') -%]" style="float:left">
18    <div style="float:left">
19        <p id="sitename">Sophie</p>
20        <p id="sophie_menu">
21        <span><a href="[% c.uri_for('/distrib') %]">Distribution</a></span>
22        </p>
23    </div>
24    <div style="clear:both"></div>
25    </div>
Note: See TracBrowser for help on using the repository browser.