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

79 lines
2.8 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/rap.css" />
<link tal:reroot="href" rel="home" href="/" />
<meta metal:define-slot="contextualHeaders" />
<script metal:use-macro="forms.tal/formScript"></script>
</head>
<body id="antipub-be">
<div id="header">
<h1><a tal:attributes="href roleUrl('index')">Résistance à l'Agression Publicitaire - Belgique</a></h1>
</div>
<p class="glasnost-cmd">
<span metal:use-macro="buttons.tal/admin" />
<span metal:use-macro="buttons.tal/preferences" />
<span metal:use-macro="buttons.tal/logout" />
<span metal:use-macro="buttons.tal/newAccount" />
<span metal:use-macro="buttons.tal/login" />
</p>
<div id="left">
<div id="nav">
<ul tal:define="mR getMainRubric()">
<li><a href="/index" tal:translate="">Home</a></li>
<li><a href="/agenda" tal:translate="fr">Agenda</a></li>
<li tal:repeat="r mR.membersSet" tal:condition="mR and mR.membersSet"><span
tal:omit-tag="" tal:define="selected currentObject == r or ( \
hasattr(r, 'membersSet') and r.membersSet and currentObject in r.membersSet)"> <a
tal:condition="selected" class="nav-selected" tal:attributes="href r.getUrl()" tal:content="r.label">item</a> <a
tal:condition="not selected" tal:attributes="href r.getUrl()" tal:content="r.label">item</a></span></li>
<li><a href="/siteMap" tal:translate="fr">Plan du site</a></li>
</ul>
<!--
<form id="searchForm" tal:attributes="action roleUrl('search', 'go')">
<label for="search" tal:translate="fr">Recherche:</label><br />
<input id="search" name="terms" size="15"/> <input type="submit" class="button" value="OK"/>
</form>
-->
</div>
<div tal:condition="fileName == 'index'" id="news">
<h2>Nouveautés sur le site</h2>
<div tal:content="structure GlasnostObject('/articles/21').getFormattedBody()" />
</div>
</div>
<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> <!-- end of main-content -->
<div id="glasnost-forms">
<span metal:use-macro="buttons.tal/gotoObjects" />
<span metal:use-macro="buttons.tal/newObject" />
<span class="clear" />
</div>
<!-- no pub: <p metal:use-macro="misc.tal/poweredBy" /> -->
</body>
</html>