[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div id="package" class="create"> 3 <div id="sid-{$current_step.id|wash}" class="pc-{$installer.type|wash}"> 4 5 <form method="post" action={'package/install'|ezurl}> 6 7 {include uri="design:package/install/error.tpl"} 8 9 {include uri="design:package/install_header.tpl"} 10 11 <p>{'Please select where you want to place the imported items.'|i18n('design/standard/package')}</p> 12 13 14 <label>{'If you wish to change the placement click the browse button.'|i18n('design/standard/package')}</label> 15 16 {section loop=$top_nodes_map} 17 <div class="block"> 18 {section show=$:item.new_node_id} 19 {let class=fetch( content, node, hash( node_id, $:item.new_node_id ) ).object.content_class} 20 {'Place %object_name in node %node_placement'|i18n( 'design/standard/package',, hash( '%object_name', concat( '<i>', $:item.name, '</i>' ), '%node_placement', concat( $:class.identifier|class_icon( small, $:class.name ), ' ', $:item.new_parent_name ) ) )} 21 {/let} 22 {section-else} 23 {'Choose placement for %object_name'|i18n( 'design/standard/package',, hash( '%object_name', $:item.name ) )} 24 {/section} 25 <input class="button" type="submit" Name="{concat('BrowseNode_', $:item.old_node_id)}" value="{"Browse"|i18n("design/standard/package")}" /> 26 </div> 27 {/section} 28 29 {include uri="design:package/navigator.tpl"} 30 31 </form> 32 33 </div> 34 </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 |