[Theme] ajout d'un template pour le mode iframe

This commit is contained in:
Benjamin Dauvergne 2010-08-27 11:23:38 +02:00
parent 82b9f0ca02
commit ac6d0bc706
1 changed files with 16 additions and 0 deletions

16
theme/template.iframe.ezt Normal file
View File

@ -0,0 +1,16 @@
<!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>
<link rel="stylesheet" type="text/css" href="[css]"/>
[script]
</head>
<body[if-any onload] onload="[onload]"[end]>
<div id="page">
<div id="top">
<div id="content">
[prelude]
[body]
</div>
</body>
</html>