[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/workflow/templates/default/ -> run_activity.tpl (source)

   1  <div id="wf_run_activity_message">{wf_message}</div>
   2  <LINK href="{run_activity_css_link}"  type="text/css" rel="StyleSheet" />
   3  <LINK href="{run_activity_print_css_link}" type="text/css" rel="stylesheet" media="print" />
   4  <div id="wf_run_activity_zone">
   5      <form method="post" enctype='multipart/form-data' name="workflow_form">
   6      <div id="wf_activity_playground">
   7                  <!-- BEGIN block_title_zone -->
   8                  <div class="th">
   9                      <span id="wf_activity_title">
  10                          {activity_title}
  11                      </span>
  12                  </div>
  13                  <!-- END block_title_zone -->
  14                  <!-- BEGIN block_instance_name_zone -->
  15                  <div id="wf_instance_name_zone">
  16                      <span id="wf_instance_name">
  17                      {wf_instance_name}
  18                      </span>
  19                  </div>
  20                  <!-- END block_instance_name_zone -->
  21                  <div id="wf_activity_template">
  22                      {activity_template}
  23                  </div>
  24                  <!-- BEGIN block_priority_zone -->
  25                  <div id="wf_priority_zone">
  26                      <span id="wf_priority_label">
  27                          {Priority_text}&nbsp;
  28                      </span>
  29                      <span id="wf_priority_select">
  30                          <select name="wf_priority">
  31                          <!-- BEGIN block_priority_options -->
  32                          <option  {selected_priority_options} value="{priority_option_name}">{priority_option_value}</option>
  33                          <!-- END block_priority_options -->
  34                          </select>
  35                      </span>
  36                  </div>
  37                  <!-- END block_priority_zone -->
  38                  <!-- BEGIN block_set_next_user_zone -->
  39                  <div id="wf_set_next_user_zone">
  40                      <span id="wf_set_next_user_label">
  41                          {set_next_user_text}&nbsp;
  42                      </span>
  43                      <span id="wf_set_next_user_select">
  44                          <!-- BEGIN block_select_next_user -->
  45                          <select name="wf_set_next_user">
  46                          <option  {selected_next_user_options_default} value="*">{lang_default_next_user}</option>
  47                          <!-- BEGIN block_next_user_options --><option {selected_next_user_options} value="{next_user_option_id}">{next_user_option_value}</option>
  48                          <!-- END block_next_user_options -->
  49                          </select>
  50                          <!-- END block_select_next_user -->
  51                      </span>
  52                  </div>
  53                  <!-- END block_set_next_user_zone -->
  54                  <!-- BEGIN block_set_owner_zone -->
  55                  <div id="wf_set_owner_zone">
  56                      <span id="wf_set_owner_label">
  57                          {set_owner_text}&nbsp;
  58                      </span>
  59                      <span id="wf_set_owner_select">
  60                          <!-- BEGIN block_select_owner -->
  61                          <select name="wf_set_owner">
  62                          <option  {selected_owner_options_default} value="">{lang_default_owner}</option>
  63                          <!-- BEGIN block_owner_options --><option {selected_owner_options} value="{owner_option_id}">{owner_option_value}</option>
  64                          <!-- END block_owner_options -->
  65                          </select>
  66                          <!-- END block_select_owner -->
  67                      </span>
  68                  </div>
  69                  <!-- END block_set_owner_zone -->
  70                  <!-- BEGIN block_print_mode_zone -->
  71                  <div id="wf_print_mode_zone">
  72                      <span id="wf_print_mode_button"><input type="submit" name="{print_mode_name}" value="{print_mode_value}"></span>
  73                  </div>
  74                  <!-- END block_print_mode_zone -->
  75                  <!-- BEGIN block_submit_zone -->
  76                  <div id="wf_submit_zone">
  77                      <!-- BEGIN block_submit_select_area -->
  78                      <span id="wf_submit_select">
  79                          <select name="submit_options">
  80                          <!-- BEGIN block_submit_options -->
  81                          <option value="{submit_option_name}">{submit_option_value}</option>
  82                          <!-- END block_submit_options -->
  83                          </select>
  84                      </span>
  85                      <span class="wf_submit_buttons_button" id="wf_submit_button_unique">
  86                          <input type="submit" name="{submit_button_name}" value="{submit_button_value}">
  87                      </span>
  88                      <!-- END block_submit_select_area -->
  89                      <!-- BEGIN block_submit_buttons_area -->
  90                      <div id="wf_submit_buttons">
  91                          <table class="table_submit_buttons">
  92                          <tr class="row_off">
  93                          {submit_buttons}
  94                          </tr>
  95                          </table>
  96                      </div>
  97                      <!-- END block_submit_buttons_area -->
  98                  </div>
  99                  <!-- END block_submit_zone -->
 100          </form>
 101      </div>
 102      <!-- BEGIN workflow_info_zone -->
 103      <div id="workflow_info_zone">
 104          <table class="table_info">
 105            <tr class="row_info"> 
 106              <td class="cell_info_label">{lang_process:}</td>
 107              <td class="cell_info_value">{wf_process_name}</td>
 108              <td class="cell_info_label">{lang_instance:}</td>
 109              <td class="cell_info_value">({wf_instance_id})-{wf_instance_name}</td>
 110              <td class="cell_info_label">{lang_started:}</td>
 111              <td class="cell_info_value">{wf_started}</td>
 112              <td class="cell_info_label">{lang_owner:}</td>
 113              <td class="cell_info_value">{wf_owner}</td>
 114          </tr>
 115          <tr class="row_info">
 116              <td class="cell_info_label">{lang_process_version:}</td>
 117              <td class="cell_info_value">{wf_process_version}</td>
 118              <td class="cell_info_label">{lang_activity:}</td>
 119              <td class="cell_info_value">{wf_activity_name}</td>
 120              <td class="cell_info_label">{lang_date:}</td>
 121              <td class="cell_info_value">{wf_date}</td>
 122              <td class="cell_info_label">{lang_user:}</td>
 123              <td class="cell_info_value">{wf_user_name}</td>
 124            </tr>
 125          </table>
 126      </div>
 127      <!-- END workflow_info_zone -->
 128  </div>
 129  {history}


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7