[ 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/workflow/ -> view.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <div class="maincontentheader">
   3  <h1>{$workflow.name}</h1>
   4  </div>
   5  
   6  <div class="byline">
   7  <p class="modified">{"Modified by"|i18n("design/standard/workflow")} {content_view_gui view=text_linked content_object=$workflow.creator.contentobject} {"on"|i18n("design/standard/workflow")} {$workflow.modified|l10n(shortdatetime)}</p>
   8  </div>
   9  
  10  <h2>{"Groups"|i18n("design/standard/workflow")}</h2>
  11  
  12  <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
  13  {section name=InGroups loop=$workflow.ingroup_list sequence=array(bglight,bgdark)}
  14  <tr>
  15      <td class="{$InGroups:sequence}" width="99%"><a href={concat("workflow/workflowlist/",$InGroups:item.group_id)|ezurl}>{$InGroups:item.group_name}</a></td>
  16  </tr>
  17  {/section}
  18  </table>
  19  
  20  <h2>{"Events"|i18n("design/standard/workflow")}</h2>
  21  
  22  <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
  23  <tr>
  24      <th width="1%">{"Pos"|i18n("design/standard/workflow")}</th>
  25      <th>{"Description"|i18n("design/standard/workflow")}</th>
  26      <th>{"Type"|i18n("design/standard/workflow")}</th>
  27      <th>{"Additional information"|i18n("design/standard/workflow")}</th>
  28  </tr>
  29  {section name=Event loop=$event_list sequence=array(bglight,bgdark)}
  30  <tr>
  31      <td class="{$Event:sequence}" valign="top">{$Event:item.placement}</td>
  32      <td class="{$Event:sequence}" valign="top">{$Event:item.description}</td>
  33      <td class="{$Event:sequence}" valign="top">{$Event:item.workflow_type.group_name}/{$Event:item.workflow_type.name}</td>
  34      <td class="{$Event:sequence}" valign="top">{event_view_gui event=$Event:item}</td>
  35  </tr>
  36  {/section}
  37  </table>


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