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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  
   4        <table width="760" cellpadding="0" cellspacing="0" border="0">
   5          <tr>
   6  
   7            <td class="setup_noborder" width="11">
   8            {section show=$progress|gt(0)}
   9              <img src={"/design/standard/images/setup/eZ_setup_progress_bar_left_full.png"|ezroot} alt="" width="11" height="22" /></td>
  10            {section-else}
  11              <img src={"/design/standard/images/setup/eZ_setup_progress_bar_left.png"|ezroot} alt="" width="11" height="22" /></td>
  12            {/section}
  13            {section show=$progress|gt(0)}
  14          <td class="setup_progress_left" width="{mul( 539, div( $progress, 100 ) )}" />
  15            <img src={"1x1.gif"|ezimage} height="6" /></td>
  16        {/section}
  17            {section show=$progress|lt(100)}
  18          <td class="setup_progress_right" width="{mul( 539, div( sub( 100, $progress ), 100 ) )}"></td>
  19            {/section}
  20  
  21        <td width="199" class="setup_progress_right">
  22          <div class="setup_progress_bar_text">{"&percent% completed"|i18n("design/standard/setup",,hash('&percent',$progress))}</div>
  23            </td>
  24         <td class="setup_noborder" width="11"><img src={"/design/standard/images/setup/eZ_setup_progress_bar_right.png"|ezroot} alt="" width="11" height="22" /></td>
  25  
  26      </tr>
  27        </table>


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