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.
ifef-registration/theme/ifef/template.ezt

25 lines
902 B
Plaintext

<!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>