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/entrouvert2/StandardLookAndFeel.html

77 lines
2.4 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" href="/css/banquise.css" />
<link tal:reroot="href" rel="stylesheet" href="/css/calendar.css" />
<link tal:reroot="href" rel="stylesheet" type="text/css" href="/css/entrouvert2.css" />
<link tal:reroot="href" rel="stylesheet" type="text/css" media="print" href="/css/entrouvert2-print.css" />
<link tal:reroot="href" rel="home" href="/" />
<link rel="shortcut icon" href="/images/entrouvert.com-favicon.ico" tal:reroot="href" />
<meta metal:define-slot="contextualHeaders" />
<script metal:use-macro="forms.tal/formScript"></script>
</head>
<body>
<!-- Banquise -->
<div metal:use-macro="banquise.tal/banquise" />
<table id="nologo">
<tr>
<td tal:condition="user"><span id="ouvert" tal:content="userName">userName</span></td>
<td tal:condition="not user"><span id="entr">entr'</span><span id="ouvert">ouvert</span></td>
<td align="right">
<table>
<tr>
<td>
<span metal:use-macro="buttons.tal/gotoObjects" />
</td>
<td align="right">
<span metal:use-macro="buttons.tal/newObject" />
</td>
<td align="right">
<span metal:use-macro="buttons.tal/about" />
<span metal:use-macro="buttons.tal/preferences" />
<span metal:use-macro="buttons.tal/admin" />
<span metal:use-macro="buttons.tal/logout" />
<span metal:use-macro="buttons.tal/newAccount" />
<span metal:use-macro="buttons.tal/login" />
</td>
</tr>
</table>
</td>
</tr>
</table>
<table id="bigtable">
<tr>
<td id="colleft">
<h2><a href="/" tal:reroot="href" tal:translate="">Home</a></h2>
<div metal:use-macro="nav.tal/divH2TwoLevels" />
</td>
<td id="maincontent">
<div metal:define-slot="main">
C'est ici que viendra le contenu du tag ayant l'attribut metal:fill-slot="main".
</div>
<!--<div>
<p>Page rendered in <span tal:replace="duration">0</span> seconds.</p>
</div>-->
</td>
</tr>
</table>
</body>
</html>