[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/design/admin/templates/package/creators/ezstyle/ -> imagefiles.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {let class_list=fetch( class, list )}
   3  <div id="package" class="create">
   4      <div id="sid-{$current_step.id|wash}" class="pc-{$creator.id|wash}">
   5  
   6      <form enctype="multipart/form-data" method="post" action={'package/create'|ezurl}>
   7  
   8      {include uri="design:package/create/error.tpl"}
   9  
  10      {include uri="design:package/header.tpl"}
  11  
  12      <p>{'Select an image file to be included in the package and click Next.
  13  Click "Next" without choosing an image to continue to the next step.'|i18n('design/admin/package')|break}</p>
  14  
  15      {section show=$persistent_data.imagefiles}
  16      <div class="files">
  17          <h3>{'Currently added image files'|i18n('design/admin/package')}</h3>
  18          <ul>
  19              {section var=imagefile loop=$persistent_data.imagefiles}
  20              <li>{$imagefile.filename|wash}</li>
  21              {/section}
  22          </ul>
  23      </div>
  24      {/section}
  25  
  26      <div class="block">
  27      <input type="hidden" name="MAX_FILE_SIZE" value="32000000" />
  28      <input class="box" name="PackageImageFile" type="file" />
  29      </div>
  30  
  31      {include uri="design:package/navigator.tpl"}
  32  
  33      </form>
  34  
  35      </div>
  36  </div>
  37  {/let}


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