[ 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/package/creators/ezcontentobject/ -> object_limit.tpl (source)

   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-{$creator.id|wash}">
   4  
   5      <form method="post" action={'package/create'|ezurl}>
   6  
   7      {include uri="design:package/create/error.tpl"}
   8  
   9      {include uri="design:package/header.tpl"}
  10  
  11      <p>{"Specify export properties. Default settings will most likely be suitable for your needs."|i18n("design/standard/package/creators/ezcontentobject")}</p>
  12  
  13  
  14      <label>{"Miscellaneous"|i18n("design/standard/package/creators/ezcontentobject")}</label>
  15  
  16      <input class="checkbox" type="checkbox" Name="IncludeClasses" value="1" {section show=$options.include_classes}checked="checked"{/section} />
  17          {"Include class definitions."|i18n("design/standard/package/creators/ezcontentobject")}<br />
  18  
  19      <input class="checkbox" type="checkbox" Name="IncludeTemplates" value="1" {section show=$options.include_templates}checked="checked"{/section} />
  20          {"Include templates related exported objects."|i18n("design/standard/package/creators/ezcontentobject")}<br />
  21      {"Select templates from the following siteaccesses"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  22      <select size="3" name="SiteAccesses[]" multiple="multiple">
  23          {section loop=$available_site_accesses}
  24              <option value="{$:item}" {section show=$options.site_access_array|contains($:item)}selected="selected"{/section}>{$:item}</option>
  25          {/section}
  26      </select><br />
  27  
  28  
  29      <label>{"Versions"|i18n("design/standard/package/creators/ezcontentobject")}</label>
  30  
  31      <input class="radio" type="radio" Name="VersionExport" value="current" {section show=$options.versions|eq("current")}checked="checked"{/section} />
  32          {"Published version"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  33  
  34      <input class="radio" type="radio" Name="VersionExport" value="all" {section show=$options.versions|eq("all")}checked="checked"{/section} />
  35          {"All versions"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  36  
  37  
  38      <label>{"Languages"|i18n("design/standard/package/creators/ezcontentobject")}</label>
  39  
  40      {"Select languages to export"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  41      <select size="5" name="Languages[]" multiple="multiple">
  42      {section loop=$available_languages}
  43          <option value="{$:item.locale|wash}" {section show=$options.language_array|contains($:item.locale)}selected="selected"{/section}>{$:item.name|wash}</option>
  44      {/section}
  45      </select><br />
  46  
  47  
  48      <label>{"Node assignments"|i18n("design/standard/package/creators/ezcontentobject")}</label>
  49  
  50      <input class="radio" type="radio" Name="NodeAssignment" value="selected" {section show=$options.node_assignment|eq("selected")}checked="checked"{/section} />
  51          {"Keep all in selected nodes"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  52  
  53      <input class="radio" type="radio" Name="NodeAssignment" value="main" {section show=$options.node_assignment|eq("main")}checked="checked"{/section} />
  54          {"Main only"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  55      
  56  
  57      <label>{"Related objects"|i18n("design/standard/package/creators/ezcontentobject")}</label>
  58  
  59      <input class="radio" type="radio" Name="RelatedObjects" value="selected" {section show=$options.related_objects|eq("selected")}checked="checked"{/section} />
  60          {"Keep all in selected nodes"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  61  
  62      <input class="radio" type="radio" Name="RelatedObjects" value="none" {section show=$options.related_objects|eq("none")}checked="checked"{/section} />
  63          {"None"|i18n("design/standard/package/creators/ezcontentobject")}<br />
  64  
  65  
  66      {include uri="design:package/navigator.tpl"}
  67  
  68      </form>
  69  
  70      </div>
  71  </div>


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