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

93 lines
3.0 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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<title metal:define-slot="title">[title]</title>
<link tal:reroot="href" rel="stylesheet" type="text/css" href="/css/default.css" />
<link tal:reroot="href" rel="stylesheet" href="/css/banquise.css" />
<link tal:reroot="href" rel="stylesheet" href="/css/entrouvert.css" />
<link tal:reroot="href" rel="home" href="/" />
<!--<link tal:reroot="href" rel="author" href="mailto:info@theridion.com" title="Auteur" />
<link tal:reroot="href" rel="icon" href="/theridion/favicon.png" type="image/png" />-->
<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" />
<div id="header">
<h1><span>entr'</span>ouvert</h1>
<!--<img tal:reroot="src" src="/theridion/logo.png" alt="Théridion - spécialistes GNU/Linux" /></h1>-->
</div>
<div id="nav">
<div>
<h2><a href="/" tal:reroot="href" tal:translate="">Home</a></h2>
</div>
<div tal:define="mR getMainRubric()" tal:condition="mR"
tal:repeat="r getSetContainedObjects(mR.membersSet, ['rubrics'])">
<h2><a tal:attributes="href r.getUrl()" tal:content="r.label">blah</a></h2>
<span tal:repeat="r2 getSetContainedObjects(r.membersSet, ['rubrics'], sortOn='label')"
class="navindent"> <a tal:attributes="href r2.getUrl()" tal:content="r2.label">sdsd</a></span>
</div>
<div tal:condition="user">
<h2 class="navH2" translate="">All Objects</h2>
<span tal:repeat="role [x for x in getServerRoles() if canGetObjects(x)]" class="navindent"><a
tal:content="role.label"
tal:attributes="href role.url">serverRole</a></span>
</div>
<span metal:use-macro="buttons.tal/gotoObjects" />
<span metal:use-macro="buttons.tal/newObject" />
</div> <!-- end of nav -->
<div id="main-content">
<div metal:define-slot="main">
C'est ici que viendra le contenu du tag ayant l'attribut metal:fill-slot="main".
</div>
</div>
<div id="footer">
<p id="copyright">
Copyright &copy; 2002, 2003 Entr'ouvert
</p>
<p id="contact">
44-46 rue de l'Ouest - 75014 Paris<br />
Tél.: +33 (0)8 20 89 00 53 (0,12 ¤/min)<br />
Fax&nbsp;: +33 (0)1 46 57 68 94<br />
e-mail: <a href="mailto:info@entrouvert.com">info@entrouvert.com</a>
</p>
<p class="glasnost-cmd">
<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" />
</p>
</div>
<p metal:use-macro="misc.tal/poweredBy" />
</body>
</html>