[ 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>{'You must now choose which siteaccess the package contents should be installed to. 12 The chosen siteaccess determines where design files and settings are written to. 13 If unsure choose the siteaccess which reflects the user part of your site, i.e. not admin.'|i18n('design/standard/package')|break}</p> 14 15 <label>{'Select siteaccess'|i18n('design/standard/package')}</label> 16 17 {section var=site_access loop=$site_access_map} 18 <div>{'Map %siteaccess_name to'|i18n( 'design/standard/package',, hash( '%siteaccess_name', concat( '<i>', $site_access.key, '</i>' ) ) )}: <select name="SiteAccessMap_{$site_access.key|wash}"> 19 {section var=available_access loop=$available_site_access_array} 20 <option {section show=eq( $site_access.key, $available_access.item )}selected="selected"{/section}>{$available_access.item|wash}</option> 21 {/section} 22 </select> 23 </div> 24 {delimiter} 25 <div class="break"></div> 26 {/delimiter} 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 |