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

114 lines
4.5 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" />
<meta name="keywords" content="Théridion, Theridion, GNU, Linux, free software, opensource, spécialistes GNU/Linux, Belgique, entreprise, société, développement, administration, formations" />
<title metal:define-slot="title">Théridion - [title]</title>
<link tal:reroot="href" rel="stylesheet" href="/css/banquise.css" />
<link tal:reroot="href" rel="stylesheet" href="/css/theridion.css" />
<link tal:reroot="href" rel="home" href="/" />
<link rel="copyright" href="#copyright" title="Copyright" />
<link rel="author" href="mailto:info@theridion.com" title="Auteur" />
<link tal:reroot="href" rel="icon" href="/images/favicon.png" type="image/png" />
<link tal:reroot="href" rel="alternate" type="application/rss+xml" title="RSS" href="http://www.theridion.com/rubrics/2/rss" />
<meta metal:define-slot="contextualHeaders" />
<script metal:use-macro="forms.tal/formScript"></script>
<!--<style
tal:content="'#logoGnu { -moz-binding: url(%s);}' % roleUrl('xbl', 'glasnost#menu')"></style>-->
</head>
<body id="www-theridion-com">
<!-- Banquise -->
<div metal:use-macro="banquise.tal/banquise" />
<div id="header">
<h1><a tal:attributes="href rootUrl()"><img tal:reroot="src" src="/images/logo-theridion.jpeg" alt="Théridion - spécialistes GNU/Linux" /></a></h1>
</div>
<form id="searchForm" tal:attributes="action roleUrl('search', 'go')">
<label for="search" accesskey="4" tal:translate="">Search</label><br />
<input id="search" name="terms" size="10"/> <input type="submit" class="button" value="OK"/>
</form>
<div id="main-content">
<span metal:use-macro="buttons.tal/gotoObjects" />
<span metal:use-macro="buttons.tal/newObject" />
<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="nav">
<!--<div>
<h2 class="navH2" tal:translate="fr">Langue</h2>
<span class="navindent"><a class="navindent" href="/switchLang/english">English</a></span>
<span class="navindent"><a class="navindent" href="/switchLang/french">Français</a></span>
</div>-->
<div tal:define="mR getMainRubric()" tal:condition="mR"
tal:repeat="r getSetContainedObjects(mR.membersSet, ['rubrics'])">
<h2 class="navH2" tal:content="r.label">
<!--<a tal:attributes="href r.getUrl()" tal:content="r.label">blah</a>-->
</h2>
<div tal:repeat="r2 getSetContainedObjects(r.membersSet, ['rubrics', 'articles'], sortOn='label')"
tal:omit-tag="">
<div tal:omit-tag=""
tal:define="selected currentObject == r2 or ( \
hasattr(r2, 'membersSet') and r2.membersSet and currentObject in r2.membersSet)">
<span class="navindent"><a tal:attributes="href r2.getUrl()" tal:content="r2.label"
tal:condition="not selected">Pas sélectionné...</a></span>
<span tal:content="r2.label" tal:condition="selected"
class="navselected">Sélectionné!</span>
</div>
</div>
</div>
<div tal:condition="not fileName.startswith('index')">
<h2 id="homeLink"><a accesskey="1" href="/" tal:reroot="href" tal:translate="">Back to home</a></h2>
</div>
</div> <!-- end of nav -->
<div id="footer">
<p id="copyright">
Copyright &copy; 2001, 2002, 2003 Théridion
</p>
<p id="contact">
rue de l'Aqueduc, 83 à 1050 Bruxelles<br />
Tél.: +32 2 539 32 28 - Fax: +32 2 539 19 54<br />
e-mail: <a href="mailto:info@theridion.com">info@theridion.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> <!-- end of footer -->
<div id="logoGnu"><a href="http://www.fsf.org"><img tal:reroot="src" src="/images/logo-gnu.png" alt="Logo GNU" /></a></div>
<div id="logoDebian"><a href="http://www.debian.org"><img tal:reroot="src" src="/images/logo-debian.png" alt="Logo Debian" /></a></div>
<!--<p metal:use-macro="misc.tal/poweredBy" />-->
</body>
</html>