File size: 5,285 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());'>
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt;">
  <div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
    <div class="content" style="">
    <table width="99%">
    <tbody>
    <tr>
      <td valign="top">
        <input class="notValidateThisFields" name="__notValidateThisFields__" id="__notValidateThisFields__" value="" type="hidden">
        <input name="DynaformRequiredFields" id="DynaformRequiredFields" value="{$form_objectRequiredFields}" type="hidden">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tbody>
        <tr>
          <td class="FormTitle" colspan="2" align="">{$form.TITLE1}</td>
        </tr>
        <tr style="display: none;">
          <td colspan="2">{$form.PRO_UID}</td>
        </tr>
        <tr style="display: none;">
          <td colspan="2">{$form.THETYPE}</td>
        </tr>
        <tr style="display: none;">
          <td colspan="2">{$form.SYS_LANG} {$form.PRO_VALIDATE_TITLE}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}"><font color="red">*  </font>{$PRO_TITLE}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TITLE}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_DESCRIPTION}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_DESCRIPTION}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_CALENDAR}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_CALENDAR}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_CATEGORY}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_CATEGORY}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_SUMMARY_DYNAFORM}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_SUMMARY_DYNAFORM}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_DERIVATION_SCREEN_TPL}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_DERIVATION_SCREEN_TPL}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_DEBUG}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_DEBUG}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_SHOW_MESSAGE}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_SHOW_MESSAGE}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_SUBPROCESS}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_SUBPROCESS}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TRI_DELETED}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TRI_DELETED}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TRI_CANCELED}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TRI_CANCELED}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TRI_PAUSED}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TRI_PAUSED}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TRI_REASSIGNED}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TRI_REASSIGNED}</td>
        </tr>
        <!--//////////////////////////////////********//////////////////////////////////-->
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TRI_UNPAUSED}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TRI_UNPAUSED}</td>
        </tr>
        <tr>
          <td class="FormLabel" width="{$form_labelWidth}">{$PRO_TYPE_PROCESS}</td>
          <td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.PRO_TYPE_PROCESS}</td>
        </tr>
        <!--//////////////////////////////////********//////////////////////////////////-->
        <tr>
          <td class="FormButton" colspan="2" align="center"><br/> {$form.SUBMIT} &nbsp; {$form.BTN_CANCEL} </td>
        </tr>
        </tbody>
        </table>
      </td>
    </tr>
    </tbody>
    </table>
    <div class="FormRequiredTextMessage"><font color="red">*  </font>{php}echo (G::LoadTranslation('ID_REQUIRED_FIELD'));{/php}</div>
  </div>
  <div class="boxBottom"><div class="a"></div><div class="b"></div><div class="c"></div>
</div>
<script type="text/javascript">
{$form.JS}
</script>
</form>