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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form method="post" action={'setup/templateoperator'|ezurl}>
   3  
   4  <h1>{'Template operator 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','Template operator')}</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>{'The creator of the operator'|i18n('design/standard/setup','Template operator')}</h2>
  17  </div>
  18  <div class="object">
  19  <input type="text" name="CreatorName" value="{fetch(user,current_user).contentobject.name|wash}" size="40" />
  20  </div>
  21  
  22  <div class="objectheader">
  23  <h2>{'Description of your operator'|i18n('design/standard/setup','Template operator')}</h2>
  24  </div>
  25  <div class="object">
  26  <p>{'The first line will be used as the brief description and the rest are operator documentation.'|i18n('design/standard/setup','Template operator')}</p>
  27  <textarea class="box" name="Description" cols="60" rows="5">{'Handles template operator %operatorname
  28  By using %operatorname you can ...'|i18n('design/standard/setup','Template operator default description',hash('%operatorname',$operator_name))}</textarea>
  29  </div>
  30  
  31  <div class="objectheader">
  32  <h2>{'Example code'|i18n('design/standard/setup','Template operator')}</h2>
  33  </div>
  34  <div class="object">
  35  <p>{'If you wish you can add some example code to explain how your operator should work.
  36  The default code was made from the basic parameters you chose.'|i18n('design/standard/setup','Template operator')}</p>
  37  <textarea class="box" name="ExampleCode" cols="60" rows="3">{$example_code|wash}</textarea>
  38  
  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','Template operator')}</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','Template operator download')} {'>>'|wash}" name="TemplateOperatorStepButton" />
  45  <input class="button" type="submit" value="{'Restart'|i18n('design/standard/setup','Template operator restart')}" name="TemplateOperatorRestartButton" />
  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>


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