[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/ -> pagelayout.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}">
   6  
   7  <head>
   8  {section name=JavaScript loop=ezini( 'JavaScriptSettings', 'JavaScriptList', 'design.ini' ) }
   9  <script language="JavaScript" type="text/javascript" src={concat( 'javascript/',$:item )|ezdesign}></script>
  10  {/section}
  11  
  12      <link rel="stylesheet" type="text/css" href={"stylesheets/core.css"|ezdesign} />
  13      <link rel="stylesheet" type="text/css" href={"stylesheets/debug.css"|ezdesign} />
  14  <style type="text/css">
  15  {section var=css_file loop=ezini( 'StylesheetSettings', 'CSSFileList', 'design.ini' )}
  16      @import url({concat( 'stylesheets/',$css_file )|ezdesign});
  17  {/section}
  18  </style>
  19  
  20  {include uri="design:page_head.tpl"}
  21  
  22  </head>
  23  
  24  <body style="background: url(/design/standard/images/grid-background.gif);">
  25  
  26  {* Top box START *}
  27  
  28  {include uri="design:page_topbox.tpl"}
  29  
  30  {* Top box END *}
  31  
  32  <table class="layout" width="100%" cellpadding="0" cellspacing="0" border="0">
  33  <tr>
  34      <td class="pathline" colspan="2">
  35  
  36  {* Main path START *}
  37  
  38  {include uri="design:page_toppath.tpl"}
  39  
  40  {* Main path END *}
  41  
  42      </td>
  43  </tr>
  44  <tr>
  45      <td colspan="2">
  46  
  47  {* Toolbar START *}
  48  
  49  {include uri="design:page_toptoolbar.tpl"}
  50  
  51  {* Toolbar END *}
  52      
  53      </td>
  54  </tr>
  55  <tr>
  56      <td width="120" valign="top" style="padding-right: 4px;">
  57  
  58  {* Left menu START *}
  59  
  60  {include uri="design:left_menu.tpl"}
  61  
  62  {* Left menu END *}
  63  
  64      </td>
  65      <td class="mainarea" width="99%" valign="top">
  66  
  67  {* Main area START *}
  68  
  69  {include uri="design:page_mainarea.tpl"}
  70  
  71  {* Main area END *}
  72  
  73      </td>
  74  </tr>
  75  </table>
  76  
  77  {include uri="design:page_copyright.tpl"}
  78  
  79  <!--DEBUG_REPORT-->
  80  
  81  </body>
  82  </html>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7