[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}"> 4 5 <head> 6 {include uri="design:page_head.tpl"} 7 8 <script language="JavaScript" type="text/javascript" src={"javascript/tools/ezjsselection.js"|ezdesign}></script> 9 {section name=JavaScript loop=ezini( 'JavaScriptSettings', 'JavaScriptList', 'design.ini' ) } 10 <script language="JavaScript" type="text/javascript" src={concat( 'javascript/',$:item )|ezdesign}></script> 11 {/section} 12 13 <style type="text/css"> 14 @import url({'stylesheets/core.css'|ezdesign}); 15 @import url({'stylesheets/site.css'|ezdesign}); 16 @import url({'stylesheets/debug.css'|ezdesign}); 17 {section var=css_file loop=ezini( 'StylesheetSettings', 'CSSFileList', 'design.ini' )} 18 @import url({concat( 'stylesheets/',$css_file )|ezdesign}); 19 {/section} 20 </style> 21 22 {literal} 23 <!--[if IE]> 24 <style type="text/css"> 25 div#leftmenu div.box-bc, div#rightmenu div.box-bc { border-bottom: 1px solid #bfbeb6; /* Strange IE bug fix */ } 26 div#contentstructure { overflow-x: auto; overflow-y: hidden; } /* hide vertical scrollbar in IE */ 27 div.menu-block li { width: 19%; } /* Avoid width bug in IE */ 28 div.notranslations li { width: 24%; } /* Avoid width bug in IE */ 29 div.context-user div.menu-block li { width: 14%; } /* Avoid width bug in IE */ 30 input.button, input.button-disabled { padding: 0 0.5em 0 0.5em; overflow: visible; } 31 input.box, textarea.box { width: 98%; } 32 td input.box, td textarea.box { width: 97%; } 33 div#search p.select { margin-top: 0; } 34 div#search p.advanced { margin-top: 0.3em; } 35 div.content-navigation div.mainobject-window div.fixedsize { float: none; width: auto; } 36 div.fixedsize input.box, div.fixedsize textarea.box, div.fixedsize table.list { width: 95%; } 37 </style> 38 <![endif]--> 39 <!--[if lt IE 6.0]> 40 <style type="text/css"> 41 div#maincontent div.context-block { width: 100%; } /* Avoid width bug in IE 5.5 */ 42 div#maincontent div#maincontent-design { width: 98%; } /* Avoid width bug in IE 5.5 */ 43 </style> 44 <![endif]--> 45 <!--[if IE 6.0]> 46 <style type="text/css"> 47 div#maincontent div.box-bc { border-bottom: 1px solid #bfbfb7; /* Strange IE bug fix */ } 48 div#leftmenu-design { margin: 0.5em 4px 0.5em 0.5em; } 49 </style> 50 <![endif]--> 51 {/literal} 52 53 </head> 54 55 <body> 56 57 <div id="allcontent"> 58 59 <div id="header"> 60 <div id="header-design"> 61 62 <div id="logo"> 63 <img src={'ezpublish-logo-200x40.gif'|ezimage} width="200" height="40" alt="eZ publish" border="0" /> 64 <p>version {fetch(setup,version)}</p> 65 </div> 66 67 </div> 68 </div> 69 70 <div id="topmenu"> 71 <div id="topmenu-design"> 72 73 <div class="loginpagemenu"></div> 74 75 </div> 76 </div> 77 78 <div id="path"> 79 <div id="path-design"> 80 81 82 83 </div> 84 </div> 85 86 87 <hr class="hide" /> 88 89 <div id="columns"> 90 91 <div id="leftmenu"> 92 <div id="leftmenu-design"> 93 94 </div> 95 </div> 96 97 <hr class="hide" /> 98 99 <div id="rightmenu"> 100 <div id="rightmenu-design"> 101 102 </div> 103 </div> 104 105 <hr class="hide" /> 106 107 <div id="maincontent"><div id="fix"> 108 <div id="maincontent-design"> 109 110 {* Main area START *} 111 112 {include uri="design:page_mainarea.tpl"} 113 114 {* Main area END *} 115 116 </div> 117 <div class="break"></div> 118 </div></div> 119 120 <div class="break"></div> 121 </div> 122 123 <hr class="hide" /> 124 125 <div id="footer"> 126 <div id="footer-design"> 127 128 {include uri="design:page_copyright.tpl"} 129 130 </div> 131 </div> 132 133 <div class="break"></div> 134 </div> 135 136 {* This comment will be replaced with actual debug report (if debug is on). *} 137 <!--DEBUG_REPORT--> 138 139 </body> 140 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |