[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div id="package"> 3 4 <form enctype="multipart/form-data" method="post" action={'package/upload'|ezurl}> 5 6 <h2>{'Upload package'|i18n('design/standard/package')}</h2> 7 8 {section show=$error_list} 9 <div class="error"> 10 <ul> 11 {section var=error loop=$error_list} 12 <li>{$error.description|wash}</li> 13 {/section} 14 </ul> 15 </div> 16 {/section} 17 18 <p>{'Select the file containing your package and click the upload button'|i18n('design/standard/package')}</p> 19 20 <input type="hidden" name="MAX_FILE_SIZE" value="32000000" /> 21 <input class="file" name="PackageBinaryFile" type="file" /> 22 23 <div class="buttonblock"> 24 <input class="defaultbutton" type="submit" name="UploadPackageButton" value="{'Import package'|i18n('design/standard/package')}" /> 25 <input class="defaultbutton" type="submit" name="UploadCancelButton" value="{'Cancel'|i18n('design/standard/package')}" /> 26 </div> 27 28 </form> 29 30 </div>
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 |