File size: 2,217 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
<br>
<!-- START BLOCK : error -->
<table width="400" border='0' >
<tr>
  <td >
  <table  class="Grid" cellspacing="0" cellpadding="0"  width='100%'  >
  <tr class='Header'>
     <th class="formTitle" align="left" valign='center' width='100%' >{title}</td>
  </tr>
  <tr>
  <td >
  <table width=100% border=0 >
    <tr><td class="taskTxt" align="left"  >{text}<br><br></td></tr>
  </table>
  </td>
  </tr>
</table>
<!-- END BLOCK : error -->

<!-- START BLOCK : empty-rows -->
<table width="400" border='0' >
<tr>
  <td >
  <table  class="Grid" cellspacing="0" cellpadding="0"  width='100%'  >
  <tr class='Header'>
     <th class="formTitle" align="left" valign='center' width='100%' >{title}</td>
  </tr>
  <tr>
  <td >
  <table width=100% border=0 >
    <tr><td class="taskTxt" align="left"  >{empty-rows-text}<br><br></td></tr>
  </table>
  </td>
  </tr>
</table>
<!-- END BLOCK : empty-rows -->


<!-- START BLOCK : start-users -->
<table width="600" border='0' cellpadding='0' cellspacing='0'>
<tr>
  <td colspan=2  valign='top'>
      <table width="600px" class="Grid" cellspacing="0" cellpadding="0"  width='100%'  >
        <tr class='Header'>
          <th width='400px' >User{title}</th>
          <th width='200px' >&nbsp;</th>
          <th width='200px' >User Id</th>
          <th width='200px' >Roles{title}</th>
        </tr>
<!-- END BLOCK : start-users -->

<!-- START BLOCK : users -->
    <tr class="{class}" onmouseover="setRowClass(this, 'RowPointer' );" onmouseout="setRowClass(this, '{class}');">
      <td align="center" >{index}<input type='hidden' name='M-{index}' id='M-{index}' value='{email}' ><input type='hidden' name='F-{index}' id='F-{index}' value='{fullname}' ></td>
      <td align="left" >{dn}<br> {fullname} ( {email} )</td>
      <td align="left" >{checkbox}</td>
      <td align="left" >{input}</td>
      <td align="left" >{options}</td>
    </tr>
<!-- END BLOCK : users-->

<!-- START BLOCK : end-users -->
    <tr class="Row1" >
      <td align="center" colspan='2' >&nbsp;</td>
      <td align="center" colspan='3' ><input type='button' value='Add users' onclick='saveAddUsers();' ></td>
    </tr>
  </table>
      </td>
    </tr>
  </table>
<!-- END BLOCK : end-users-->