[ 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/create/ -> changelog.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {let current_user=fetch( user, current_user )}
   3  <div id="package" class="create">
   4      <div id="sid-{$current_step.id|wash}" class="pc-{$creator.id|wash}">
   5  
   6      <form method="post" action={'package/create'|ezurl}>
   7  
   8      {include uri="design:package/create/error.tpl"}
   9  
  10      {include uri="design:package/header.tpl"}
  11  
  12      <p>{'Please provide information on the changes.'|i18n('design/standard/package')}</p>
  13  
  14      <div class="changelog_person">
  15          <label>{'Name'|i18n('design/standard/package')}</label>
  16          <input class="textline" type="text" name="PackageChangelogPerson" value="{$persistent_data.changelog_person|wash}" />
  17      </div>
  18  
  19      <div class="changelog_email">
  20          <label>{'Email'|i18n('design/standard/package')}</label>
  21          <input class="textline" type="text" name="PackageChangelogEmail" value="{$persistent_data.changelog_email|wash}" />
  22      </div>
  23  
  24      <div class="changelog_text">
  25          <label>{'Changes'|i18n('design/standard/package')}</label>
  26          <p>{'Start an entry with a marker ( %emstart-%emend (dash) or %emstart*%emend (asterix) ) at the beginning of the line.
  27  The change will continue to the next change marker.'|i18n( 'design/standard/package',, hash( '%emstart', '<em>', '%emend', '</em>' ) )|break}</p>
  28          <textarea class="description" name="PackageChangelogText">{$persistent_data.changelog_text|wash}</textarea>
  29      </div>
  30  
  31      {include uri="design:package/navigator.tpl"}
  32  
  33      </form>
  34  
  35      </div>
  36  </div>
  37  {/let}


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