[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 <form method="post" action={concat("content/versionview/",$object.id,"/",$object_version,"/",$language)|ezurl}> 4 5 {section show=$version.language_list|count|gt(1)} 6 <div class="element"> 7 <label>{"Translation"|i18n("design/standard/content/view")}</label><div class="labelbreak"></div> 8 9 <select name="SelectedLanguage" > 10 {section name=Translation loop=$version.language_list} 11 <option value="{$Translation:item.locale.locale_code}" {section show=eq($Translation:item.locale.locale_code,$object_languagecode)}selected="selected"{/section}>{$Translation:item.locale.intl_language_name}</option> 12 {/section} 13 </select> 14 </div> 15 16 {/section} 17 18 {let name=Placement 19 node_assignment_list=$version.node_assignments} 20 {section show=$Placement:node_assignment_list|count|gt(1)} 21 22 <div class="element"> 23 <label>{"Placement"|i18n("design/standard/content/view")}</label><div class="labelbreak"></div> 24 25 <select name="SelectedPlacement" > 26 {section loop=$Placement:node_assignment_list} 27 <option value="{$Placement:item.id}" {section show=eq($Placement:item.id,$placement)}selected="selected"{/section}>{$Placement:item.parent_node_obj.name|wash}</option> 28 {/section} 29 </select> 30 </div> 31 32 {/section} 33 {/let} 34 35 {section show=$site_access_list|count|gt(1)} 36 37 <div class="element"> 38 <label>{"Site Access"|i18n("design/standard/content/view")}</label><div class="labelbreak"></div> 39 40 <select name="SelectedSiteAccess" > 41 {section loop=$site_access_list} 42 <option value="{$:item}" {section show=eq($:item,$siteaccess)}selected="selected"{/section}>{$:item|wash}</option> 43 {/section} 44 </select> 45 </div> 46 47 {/section} 48 <div class="break"></div> 49 50 51 52 <div class="buttonblock"> 53 {section show=and(eq($version.status,0),$is_creator,$object.can_edit)} 54 <input class="button" type="submit" name="PreviewPublishButton" value="{'Publish'|i18n('design/standard/content/view')}" /> 55 <input class="button" type="submit" name="EditButton" value="{'Edit'|i18n('design/standard/content/view')}" /> 56 {/section} 57 58 <input class="button" type="submit" name="VersionsButton" value="{'Versions'|i18n('design/standard/content/view')}" /> 59 </div> 60 61 62 </form> 63 64 <iframe src={concat("content/versionview/",$object.id,"/",$version.version,"/",$language, "/site_access/", $siteaccess )|ezurl} width="1200" height="800"> 65 Your browser does not support iframes. Please see this <a href={concat("content/versionview/",$object.id,"/",$version.version,"/",$language, "/site_access/", $siteaccess)|ezurl}>link</a> instead. 66 </iframe>
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 |