[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form method="post" action={'setup/datatype'|ezurl}> 3 4 <h1>{'Datatype wizard'|i18n('design/standard/setup')}</h1> 5 6 <h2>{'Optional information'|i18n('design/standard/setup')}</h2> 7 8 <div class="objectheader"> 9 <h2>{'Name of class'|i18n('design/standard/setup','Datatype')}</h2> 10 </div> 11 <div class="object"> 12 <input type="text" name="ClassName" value="{$class_name|wash}" size="40" /> 13 </div> 14 15 <div class="objectheader"> 16 <h2>{'Constant name'|i18n('design/standard/setup','Datatype')}</h2> 17 </div> 18 <div class="object"> 19 <input type="text" name="ConstantName" value="{$constant_name|wash}" size="40" /> 20 </div> 21 22 <div class="objectheader"> 23 <h2>{'The creator of the datatype'|i18n('design/standard/setup','Datatype')}</h2> 24 </div> 25 <div class="object"> 26 <input type="text" name="CreatorName" value="{fetch(user,current_user).contentobject.name|wash}" size="40" /> 27 </div> 28 29 <div class="objectheader"> 30 <h2>{'Description of your datatype'|i18n('design/standard/setup','Datatype')}</h2> 31 </div> 32 <div class="object"> 33 <p>{'The first line will be used as the brief description and the rest are operator documentation.'|i18n('design/standard/setup','Datatype')}</p> 34 <textarea class="box" name="Description" cols="60" rows="5">{'Handles the datatype %datatypename 35 By using %datatypename you can ...'|i18n('design/standard/setup','Datatype default description',hash('%datatypename',$datatype_name))}</textarea> 36 </div> 37 38 <div class="object"> 39 <p>{'Once the download button is clicked the code will be generated and the browser will ask you to store the generated file.'|i18n('design/standard/setup','Datatype')}</p> 40 </div> 41 42 <div class="buttonblock"> 43 <input type="hidden" value="download" name="OperatorStep" /> 44 <input class="defaultbutton" type="submit" value="{'Download'|i18n('design/standard/setup','Datatype download')} {'>>'|wash}" name="DatatypeStepButton" /> 45 <input class="button" type="submit" value="{'Restart'|i18n('design/standard/setup','Datatype restart')}" name="DatatypeRestartButton" /> 46 </div> 47 48 {section name=Persistence loop=$persistent_data} 49 <input type="hidden" name="PersistentData[{$:key|wash}]" value="{$:item|wash}" /> 50 {/section} 51 52 </form>
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 |