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.
vandoeuvre/wcs/auquotidien-vandoeuvre/template.iframe.ezt

18 lines
602 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].iframe.css"/>
["<!--[if lt IE 7]>"]<script src="/IE7/ie7-standard-p.js" type="text/javascript"></script>["<![endif]-->"]
[script]
</head>
<body[if-any onload] onload="[onload]"[end]>
<div id="main-content">
[if-any bigdiv]<div id="[bigdiv]">[end]
[body]
[if-any bigdiv]</div>[end]
</div>
</body>
</html>