[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <form action={concat( 'content/restore/', $object.id )|ezurl} method="post" name="ObjectRestore"> 2 3 <div class="context-block"> 4 5 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 6 7 <h1 class="context-title">{$object.class_identifier|class_icon( normal, $object.class_name )}{'Restoring object <%name> [%className]'|i18n( 'design/admin/content/restore',, hash( '%name', $object.name, '%className', $object.class_name ) )|wash}</h1> 8 9 {* DESIGN: Mainline *}<div class="header-mainline"></div> 10 11 {* DESIGN: Header END *}</div></div></div></div></div></div> 12 13 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 14 15 <div class="block"> 16 <p>{'The system will let you restore the object <%name>. Please choose where you wish to restore it to.'|i18n( 'design/admin/node/removeobject',, hash( '%name', $object.name ) )|wash}</p> 17 </div> 18 19 <div class="block"> 20 {if $location} 21 <p><input type="radio" id="restore-type-1" name="RestoreType" value="1" checked="checked" title="{'The system will restore the original location of the object.'|i18n( 'design/admin/content/restore' )|wash}" /><label class="radio" for="restore-type-1" title="{'The system will restore the original location of the object.'|i18n( 'design/admin/content/restore' )|wash}">{'Restore original location <%nodeName>'|i18n( 'design/admin/content/restore',, hash( '%nodeName', $location.parent_node_obj.name ) )|wash}</p> 22 <p><input type="radio" id="restore-type-2" name="RestoreType" value="2" title="{'The system will let you browse for a location for the object.'|i18n( 'design/admin/content/restore' )|wash}" /><label class="radio" for="restore-type-2" title="{'The system will let you browse for a location for the object.'|i18n( 'design/admin/content/restore' )|wash}">{'Browse for location'|i18n( 'design/admin/content/restore' )}</p> 23 {else} 24 <p><input type="radio" class="disabled" disabled="disabled" id="restore-type-1" name="RestoreType" value="1" title="{'The system will restore the original location of the object.'|i18n( 'design/admin/content/restore' )|wash}" /><label class="radio disabled" for="restore-type-1" title="{'The system will restore the original location of the object.'|i18n( 'design/admin/content/restore' )|wash}">{'Restore original locations'|i18n( 'design/admin/content/restore' )}</p> 25 <p><input type="radio" id="restore-type-2" name="RestoreType" value="2" checked="checked" title="{'The system will let you browse for a location for the object.'|i18n( 'design/admin/content/restore' )|wash}" /><label class="radio" for="restore-type-2" title="{'The system will let you browse for a location for the object.'|i18n( 'design/admin/content/restore' )|wash}">{'Browse for location'|i18n( 'design/admin/content/restore' )}</p> 26 {/if} 27 </div> 28 29 {* DESIGN: Content END *}</div></div></div> 30 31 <div class="controlbar"> 32 33 {* DESIGN: Control bar START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-tc"><div class="box-bl"><div class="box-br"> 34 35 <div class="block"> 36 37 <input class="button" type="submit" name="ConfirmButton" value="{'OK'|i18n( 'design/admin/content/restore' )}" title="{'Restore <%name> to the specified location.'|i18n( 'design/admin/content/restore',, hash( '%name', $object.name ) )|wash}" /> 38 39 <input type="submit" class="button" name="CancelButton" value="{'Cancel'|i18n( 'design/admin/content/restore' )}" title="{'Do not restore <%name> and return to trash.'|i18n( 'design/admin/content/restore',, hash( '%name', $object.name ) )|wash}" /> 40 </div> 41 42 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 43 44 </div> 45 46 </div> 47 48 </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 |