[ 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/ -> setup_pagelayout.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   3      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}">
   5  
   6  <head>
   7      <link rel="stylesheet" type="text/css" href={"stylesheets/core.css"|ezdesign} />
   8      <link rel="stylesheet" type="text/css" href={"/design/admin/stylesheets/admin.css"|ezroot} />
   9      <link rel="stylesheet" type="text/css" href={"/design/admin/stylesheets/debug.css"|ezroot} />
  10      <link rel="stylesheet" type="text/css" href={"stylesheets/setup.css"|ezdesign} />
  11  
  12  {include uri="design:page_head.tpl" enable_link=false()}
  13      <link rel="Shortcut icon" href={"favicon.ico"|ezimage} type="image/x-icon" />
  14  
  15  </head>
  16  
  17  <body style="background-color: #638ecf; margin: 0px; padding: 0px; background-image:url('{"setup/eZ_setup_bg_image.png"|ezimage(no)}'); background-repeat: repeat-x;">
  18  
  19  <table class="layout" width="780" cellpadding="0" cellspacing="0" border="0">
  20    <tr>
  21  
  22  {* Top image START *}
  23  
  24      <td class="setup_noborder" colspan="2" width="780">
  25        <img src={"/design/standard/images/setup/eZ_setup_top.png"|ezroot} width="780" height="70" alt=""/>
  26      </td>
  27  
  28  {* Top image END *}
  29  
  30    </tr>
  31    <tr>
  32    
  33  {* Left bar START *}
  34  
  35      <td class="setup_noborder" width="20" background={"/design/standard/images/setup/eZ_setup_left_bar.png"|ezroot} style="background-repeat: no-repeat;">
  36      </td>
  37  
  38  {* Left bar END *}
  39  
  40      <td class="setup_noborder">
  41        <table class="layout" width="760" cellpadding="0" cellspacing="0" border="0">
  42  
  43  {* Top view area START *}
  44  
  45          <tr>
  46            <td class="setup_noborder" width="11">
  47              <img src={"/design/standard/images/setup/eZ_setup_top_left_corner.png"|ezroot} alt="" width="11" /></td>
  48  
  49            <td class="setup_noborder_white" width="539">
  50            </td>
  51  
  52            <td class="setup_noborder_blue" width="199">
  53            </td>
  54  
  55            <td class="setup_noborder" width="11">
  56              <img src={"/design/standard/images/setup/eZ_setup_top_right_corner.png"|ezroot} alt="" width="11" /></td>
  57          </tr>
  58      
  59  {* Top view area END *}
  60  
  61  {* Main view area START *}
  62  
  63          <tr height="421">
  64            <td class="setup_main_area" width="550" colspan="2">
  65  
  66            {* Debug errors and warnings are displayed here *}
  67            {include uri="design:page_warning.tpl"}
  68  
  69            {* Main stuff goes here *}
  70            {$module_result.content}
  71            </td>
  72          
  73            <td class="setup_noborder_blue" width="210" colspan="2">
  74          <div class="setup_help">
  75            {* Setup help *}
  76            <h1 class="setup_help_summary">{"Help"|i18n("design/standard/setup")}</h1>
  77            {$module_result.help}
  78          </div>
  79          <div class="setup_summary">
  80            {* Setup summary *}
  81            <h1 class="setup_help_summary">{"Summary"|i18n("design/standard/setup")}</h1>
  82            {$module_result.summary}
  83          </div>
  84            </td>
  85          </tr>
  86  
  87  {* Main view area END *}
  88  
  89  {* Bottom view area START *}
  90  
  91          <tr>
  92            <td class="setup_noborder" width="11">
  93              <img src={"/design/standard/images/setup/eZ_setup_bottom_left_corner.png"|ezroot} alt="" width="11" /></td>
  94  
  95            <td class="setup_noborder_white" width="539">
  96            </td>
  97  
  98            <td class="setup_noborder_blue" width="199">
  99            </td>
 100  
 101            <td class="setup_noborder" width="11">
 102              <img src={"/design/standard/images/setup/eZ_setup_bottom_right_corner.png"|ezroot} alt="" width="11" /></td>
 103          </tr>
 104      
 105  {* Bottom view area END *}
 106  
 107        </table>
 108      </td>
 109    </tr>
 110  
 111    <tr height="6">
 112      <td class="setup_noborder" colspan="2">
 113      <img src{"1x1.gif"|ezimage} height="6" /></td>
 114    </tr>
 115  
 116  {* Progress bar START *}
 117  
 118    <tr>
 119      <td class="setup_noborder" width="20">
 120      </td>
 121  
 122      <td class="setup_noborder">
 123        {include uri="design:setup/progress_bar.tpl" progress=$module_result.progress}
 124      </td>
 125    </tr>
 126  
 127  {* Progress bar END *}
 128  
 129    <tr>
 130      <td colspan="2">
 131       {include uri="design:setup/page_copyright.tpl"}
 132      </td>
 133    </tr>
 134  
 135  </table>
 136  
 137  <!--DEBUG_REPORT-->
 138  
 139  </body>
 140  </html>


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