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

140 lines
4.0 KiB
HTML
Raw Blame History

<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">
<!--
Copyright &copy; 2002, 2003 Code Lutin
http://www.codelutin.com
-->
<head>
<title>Code Lutin</title>
<!-- Created by: POUSSIN Benjamin, 30-Jul-2002 -->
<!-- Changed by: POUSSIN Benjamin, 17-Jan-2003 -->
<link rel="stylesheet" type="text/css" href="/css/default.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/banquise.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/title.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/menu.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/right.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/content.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/footer.css" tal:reroot="href" />
<link rel="stylesheet" href="/css/codelutin/global.css" tal:reroot="href" />
<link rel="home" href="/" 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" />
<div id="zonetitle">
<H1><img tal:reroot="src" src="/codelutin/codelutin.png" alt="Code Lutin"/></H1>
Environnement libre
</div>
<div id="zonemenu">
<table>
<div tal:omit-tag="" tal:define="sub getMainRubric()">
<tr metal:use-macro="macro.tal/treemenu"/>
</div>
<tr tal:condition="not user" tal:on-error="nothing"
tal:repeat="role [GlasnostServerRole('tasks'), GlasnostServerRole('appointments')]">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<a tal:attributes="href role.url"
tal:content="role.label">server</a>
</td>
<td class="menuitemfin"></td>
</tr>
<tr metal:use-macro="macro.tal/serverRolesMenu"/>
<!--
<tr tal:condition="user">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<span tal:translate="">All Objects</span>
<table>
<tr tal:repeat="role [x for x in getServerRoles() if canGetObjects(x)]">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<a tal:attributes="href role.url"
tal:content="role.label">server</a>
</td>
<td class="menuitemfin"></td>
</tr>
</table>
</td>
<td class="menuitemfin"></td>
</tr>
-->
<tr tal:condition="not user">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<span metal:use-macro="buttons.tal/login" />
</td>
<td class="menuitemfin"></td>
</tr>
<tr tal:condition="user">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<span metal:use-macro="buttons.tal/preferences" />
</td>
<td class="menuitemfin"></td>
</tr>
<tr tal:condition="user">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<span metal:use-macro="buttons.tal/admin" />
</td>
<td class="menuitemfin"></td>
</tr>
<tr tal:condition="user">
<td class="menuitemdebut"></td>
<td class="menuitemmilieu">
<span metal:use-macro="buttons.tal/logout" />
</td>
<td class="menuitemfin"></td>
</tr>
</table>
</div>
<div id="zonedroite">
</div>
<div id="zonecontent">
<div metal:define-slot="main">
C'est ici que viendra le contenu du tag ayant l'attribu
</div>
</div>
<div id="zonefooter">
<p id="copyright">
Copyright <20> 2002 Code Lutin
</p>
<p id="contact">
2, rue Robert le Ricolais<br />
T<>l.: +33 2 40 50 29 28<br />
e-mail: <a href="mailto:info@codelutin.com">info@codelutin.com</a>
</p>
</div>
<p metal:use-macro="misc.tal/poweredBy" />
</body>
</html>