23 lines
619 B
XML
23 lines
619 B
XML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:metal="http://xml.zope.org/namespaces/metal"
|
|
xmlns:tal="http://xml.zope.org/namespaces/tal"
|
|
lang="fr">
|
|
<head>
|
|
<title>${page_title}</title>
|
|
</head>
|
|
<body>
|
|
|
|
<img src="http://www.caes.cnrs.fr/logo.jpg" class="caes-logo" alt="CAES du CNRS" title="CAES du CNRS" />
|
|
|
|
<div metal:define-slot="content" />
|
|
|
|
<div id="footer">
|
|
<div class="well">
|
|
Siège : <a href="http://www.caes.cnrs.fr">CAES du CNRS</a> - 2, Allée Georges Méliès - 94306 Vincennes CEDEX - France
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|