[ Index ] |
|
Code source de eZ Publish 3.9.0 |
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 When you are done with adding images click Next without choosing an image.'|i18n('design/standard/package')|break}</p> 14 15 {section show=$persistent_data.imagefiles} 16 <div class="files"> 17 <h3>{'Currently added image files'|i18n('design/standard/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 <input type="hidden" name="MAX_FILE_SIZE" value="32000000" /> 27 <input class="file" name="PackageImageFile" type="file" /> 28 29 {include uri="design:package/navigator.tpl"} 30 31 </form> 32 33 </div> 34 </div> 35 {/let}
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 |