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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form action={concat("/content/copy/",$object.id,"/")|ezurl} method="post">
   3  
   4  {let object_versions=$object.versions}
   5  
   6  <div class="maincontentheader">
   7  <h1>{"Copying %1"|i18n("design/standard/content/copy",,array($object.name|wash))}</h1>
   8  </div>
   9  
  10  <div class="block">
  11  <p>{"Version count is %1, and current version is %2."|i18n("design/standard/content/copy",,array($object_versions|count,$object.current_version))}</p>
  12  </div>
  13  
  14  <div class="block">
  15  <table cellspacing="0" cellpadding="0" border="0">
  16  <tr>
  17    <td><label>{"Copy all versions"|i18n("design/standard/content/copy")}</label></td>
  18    <td><input type="radio" name="VersionChoice" value="1"/></td>
  19  </tr>
  20  <tr>
  21    <td><label>{"Copy current version"|i18n("design/standard/content/copy")}</label></td>
  22    <td><input type="radio" name="VersionChoice" value="2" checked="checked"/></td>
  23  </tr>
  24  </table>
  25  </div>
  26  
  27  <div class="buttonblock">
  28  <input class="defaultbutton" type="submit" name="CopyButton" value="{'Copy'|i18n('design/standard/content/copy')}" />
  29  <input class="button" type="submit" name="CancelButton" value="{'Cancel'|i18n('design/standard/content/copy')}" />
  30  </div>
  31  
  32  <input type="hidden" name="SelectedNodeID" value="{$selected_node_id}" />
  33  
  34  {/let}
  35  
  36  </form>


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