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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form action={concat($module.functions.process.uri,"/",$process.id)|ezurl} method="post" name="WorkflowProcess">
   3  
   4  <h1>{"Workflow process"|i18n("design/standard/workflow")} {$process.id}</h1>
   5  
   6  <p>
   7  {"Workflow process was created at"|i18n("design/standard/workflow")} <b>{$process.created|l10n(shortdatetime)}</b>
   8  {"and modified at"|i18n("design/standard/workflow")} <b>{$process.modified|l10n(shortdatetime)}</b>.
   9  </p>
  10  
  11  <h2>{"Workflow"|i18n("design/standard/workflow")}</h2>
  12  <p>
  13  {"Using workflow"|i18n("design/standard/workflow")} <b><a href={concat($module.functions.edit.uri,"/",$process.workflow_id)|ezurl}>{$current_workflow.name} ({$process.workflow_id})</a></b> {"for processing."|i18n("design/standard/workflow")}
  14  </p>
  15  
  16  <h2>{"User"|i18n("design/standard/workflow")}</h2>
  17  <p>
  18  {"This workflow is running for user"|i18n("design/standard/workflow")} <b>{$process.user.login}</b>.
  19  </p>
  20  
  21  <h2>{"Content object"|i18n("design/standard/workflow")}</h2>
  22  <p>
  23  {"Workflow was created for content"|i18n("design/standard/workflow")} <b><a href={concat("/content/view/",$process.content_id)|ezurl}>{$process.content.name}</a></b>
  24  {"using version"|i18n("design/standard/workflow")} <b><a href={concat("/content/view/",$process.content_id,"/",$process.content_version)|ezurl}>{$process.content_version}</a></b>
  25  {"in parent"|i18n("design/standard/workflow")} <b><a href={concat("/content/view/",$process.node_id)|ezurl}>{$process.node.name|wash}</a></b>
  26  </p>
  27  
  28  <h2>{"Workflow event log"|i18n("design/standard/workflow")}</h2>
  29  
  30  <table>
  31  <tr>
  32    <th>{"Name"|i18n("design/standard/workflow")}</th>
  33    <th>{"Description"|i18n("design/standard/workflow")}</th>
  34    <th>{"Status"|i18n("design/standard/workflow")}</th>
  35    <th>{"Information"|i18n("design/standard/workflow")}</th>
  36  </tr>
  37  {section name=EventLog loop=$event_log}
  38  <tr>
  39    <td>{$EventLog:item.type_group}/{$EventLog:item.type_name}</td>
  40    <td>{$EventLog:item.description}</td>
  41    <td>{$EventLog:item.status_text}</td>
  42    <td>{$EventLog:item.information}</td>
  43  </tr>
  44  {/section}
  45  </table>
  46  
  47  </form>


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