Merge modification from live modification on identite.emploisdelafamille.fr

This commit is contained in:
Benjamin Dauvergne 2010-12-17 16:53:22 +01:00
parent 10736e4e4b
commit 3f443e3f85
1 changed files with 24 additions and 0 deletions

24
theme/ifef/template.ezt Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[page_title]</title>
<link rel="stylesheet" type="text/css" href="[css]"/>[if-any more_css]
[for more_css]<link rel="stylesheet" type="text/css" href="[more_css]"/>
[end][end][if-any script]
[script][end]
</head>
<body[if-any onload] onload="[onload]"[end][if-any body_class] class="[for body_class][body_class] [end]"[end]>
<div id="page">
[if-any breadcrumb]<div id="breadcrumb"><p>[breadcrumb]</p></div>[end]
<div id="content">
<div id="info-box"><h1>[if-any title][title][else][site_name][end]</h1> </div>
[prelude]
[body]
</div>
<div id="footer"><p id="lasso">
&copy; 2010 Institut FEPEM - Powered by Lasso
</p></div>
</div>
</body>
</html>