This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/templates/demo.entrouvert.com/StandardLookAndFeel.html

54 lines
1.9 KiB
HTML

<metal:block define-macro="pre"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
</metal:block>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
metal:define-macro="master">
<head>
<title metal:define-slot="title"></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<link tal:reroot="href" rel="stylesheet" type="text/css" href="/css/demo04.css" media="all"/>
<link tal:reroot="href" rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<link tal:reroot="href" rel="home" href="/" />
<meta metal:define-slot="contextualHeaders" />
</head>
<body>
<!-- all the buttons you need -->
<div id="button-bar">
<span metal:use-macro="buttons.tal/login" />
<span metal:use-macro="buttons.tal/about" />
</div>
<div id="content">
<div metal:define-slot="main">
C'est ici que viendra le contenu du tag ayant l'attribut metal:fill-slot="main".
</div>
</div>
<!-- footer -->
<div id="footer">
Copyright &copy; 2002, 2003 Entr'ouvert | <a href="mailto:info@entrouvert.com" class="small">info@entrouvert.com</a> <br/>
<br />
34 avenue Henri Barbusse - 92220 Bagneux - France <br />
Tél.: +33 (0)1 46 73 02 28 - Fax : +33 (0)1 46 57 68 94
</div>
<div id="menu">
<ul>
<li><a id="link-home" href="/" tal:translate="">Home</a></li>
<li><a id="link-paper" href="/articles" tal:translate="">Articles</a></li>
<li><a id="link-forum" href="/forums" tal:translate="">Forums</a></li>
<li><a id="link-vote" href="/elections" tal:translate="">Elections</a></li>
<li><a id="link-file" href="/uploadfiles" tal:translate="">Files</a></li>
<li><a id="link-calendar" href="/appointments" tal:translate="">Calendar</a></li>
</ul>
</div>
</body>
</html>