AdminExportSheet

Modifié par Administrator le 2008/06/04 10:53










<form id="export" class="xform" method="post" action="/xwiki/bin/export/XWiki/AdminExportSheet">
  <dl>
    <dt>
      <label>
        administration.section.export.pages
      </label>
          </dt>
    <dd>
              administration.section.export.pages.all
          </dd>
    <dt>
      <label for="history">
        <input type="checkbox" name="history" id="history" value="true"/>
        Inclure l'historique
      </label>
      <span class="xHint">administration.section.export.withHistory.hint</span>
    </dt>
    <dd></dd>
    <dt>
      <label for="targetXWikiVersion">
        administration.section.export.targetXWikiVersion
      </label>
            <span class="xHint">
        administration.section.export.targetXWikiVersion.hint
      </span>
    </dt>
    <dd>
      <div id="targetXWikiVersionSettings" class="hidden">
        <fieldset data-version-range="[12.0,)">
          <input type="hidden" name="attachment_jrcs" value="false" />
          <input type="hidden" name="optimized" value="true" />
        </fieldset>
      </div>
      <select id="targetXWikiVersion">
        <option value="[12.0,)">
          administration.section.export.targetXWikiVersion.12plus
        </option>
        <option value="(,12.0)">
          administration.section.export.targetXWikiVersion.below12
        </option>
      </select>
    </dd>
    <dt>
      <label for="name">Nom de fichier</label>
      <span class="xHint">administration.section.export.packageName.hint</span>
    </dt>
    <dd>
      <div class="input-group">
        <input type="text" class="form-control" name="name" id="name" placeholder="export" />
        <span class="input-group-addon">.xar</span>
      </div>
    </dd>
  </dl>
  <p>
    <a href="#moreExportOptions" id="moreExportOptionsToggle" class="collapsed" data-toggle="collapse"
        aria-expanded="false" aria-controls="moreExportOptions">
      <span class="more">administration.section.export.moreOptions<img src="/xwiki/resources/icons/silk/bullet_go.png?cache-version=1713255078000" alt="Icon" data-xwiki-lightbox="false" /></span>
      <span class="less">administration.section.export.lessOptions<img src="/xwiki/resources/icons/silk/bullet_arrow_down.png?cache-version=1713255078000" alt="Icon" data-xwiki-lightbox="false" /></span>
    </a>
  </p>
  <dl class="collapse" id="moreExportOptions">
    <dt>
      <label for="description">Description</label>
      <span class="xHint">administration.section.export.description.hint</span>
    </dt>
    <dd><textarea name="description" id="description" rows="4" cols="40"></textarea></dd>
    <dt>
      <label for="author">Auteur</label>
      <span class="xHint">administration.section.export.author.hint</span>
    </dt>
    <dd>
                
  
                                                                                                                                                                      <select id='author' name='author' class=' suggest-users' title='Pick a user.' data-userScope='LOCAL_AND_GLOBAL' size='1'>
                      <option value="XWiki.XWikiGuest" selected="selected">XWiki.XWikiGuest</option>
            </select>
      </dd>
    <dt>
      <label for="licence">Licence</label>
      <span class="xHint">administration.section.export.licence.hint</span>
    </dt>
    <dd><input type="text" name="licence" id="licence" value=""/></dd>
    <dt>
      <label for="version">Version</label>
      <span class="xHint">administration.section.export.version.hint</span>
    </dt>
    <dd><input type="text" name="version" id="version" value=""/></dd>
    <dt>
      <label for="backup">
        <input type="checkbox" name="backup" id="backup" value="true"/>
        Paquetage de sauvegarde
      </label>
      <span class="xHint">administration.section.export.backupPack.hint</span>
    </dt>
    <dd></dd>
  </dl>
  <div class="buttons">
    <span class="buttonwrapper">
      <input type="submit" value="Exporter" class="button"
                />
    </span>
  </div>
</form>

#getBlogDocument($space $blogDoc)