[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "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 <title>{$site.title}{section show=$site.page_title|wash} - {$site.page_title|wash}{/section}</title> 7 8 {* check if we need a http-equiv refresh *} 9 {section show=$site.redirect} 10 <meta http-equiv="Refresh" content="{$site.redirect.timer}; URL={$site.redirect.location}" /> 11 {/section} 12 {section name=HTTP loop=$site.http_equiv} 13 <meta http-equiv="{$HTTP:key}" content="{$HTTP:item}" /> 14 15 {/section} 16 17 <link rel="stylesheet" type="text/css" href={"stylesheets/style.css"|ezdesign} /> 18 19 <!-- set the content meta information --> 20 21 {section name=meta loop=$site.meta} 22 <meta name="{$meta:key}" content="{$meta:item|wash}" /> 23 24 {/section} 25 26 <meta name="MSSmartTagsPreventParsing" content="TRUE"> 27 28 <meta name="generator" content="eZ publish" /> 29 30 </head> 31 32 <body bgcolor="#4987bc" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0"> 33 34 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 35 36 {* Header *} 37 <tr> 38 <td> 39 <table width="100%" border="0" cellspacing="0" cellpadding="3"> 40 <tr> 41 <td width="20%" bgcolor="#4987bc"> 42 <h1><font color="white">eZ publish 3<sup>TM</sup></font></h1> 43 </td> 44 <td width="70%" bgcolor="#4987bc"> 45 {section show=$access_type}<h1><font color="white">({$access_type.name})</font></h1>{/section} 46 </td> 47 </tr> 48 </table> 49 </td> 50 </tr> 51 <tr> 52 <td> 53 <table width="100%" cellspacing="0" cellpadding="4"> 54 <tr> 55 56 {* This is the main content *} 57 58 <td width="50%" bgcolor="#ffffff" valign="top"> 59 <h2>{"Module load failed"|i18n("design/standard/layout")}</h2> 60 <p>{"Undefined module: "|i18n("design/standard/layout")}{$module.name}</p> 61 62 </td> 63 64 </tr> 65 </table> 66 </td> 67 </tr> 68 69 {* Bottom *} 70 <tr><td></td></tr> 71 72 </table> 73 74 <br /> 75 <font color="white"> 76 <center> 77 <a href="http://ez.no/developer">eZ publish™</a> copyright © 1999-{currentdate()|datetime(custom,"%Y")} <a href="http://ez.no">eZ systems as</a> 78 </center> 79 </font> 80 <br /> 81 82 <!--DEBUG_REPORT--> 83 84 </body> 85 </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 |