| 
      1
     | 
    
      <!-- BEGIN main_block -->
 
     | 
  
  
    | 
      2
     | 
    
      
 
     | 
  
  
    | 
      3
     | 
    
      <br />
 
     | 
  
  
    | 
      4
     | 
    
      
 
     | 
  
  
    | 
      5
     | 
    
      </div>
 
     | 
  
  
    | 
      6
     | 
    
      <div class="{DISPLAY_ADD}">
     | 
  
  
    | 
      7
     | 
    
      
 
     | 
  
  
    | 
      8
     | 
    
      <h2>{HEADING_ADD_PAGE}</h2>
     | 
  
  
    | 
      9
     | 
    
      
 
     | 
  
  
    | 
      10
     | 
    
      <form name="add" action="add.php" method="post">
 
     | 
  
  
    | 
      11
     | 
    
      
 
     | 
  
  
    | 
      12
     | 
    
      <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
 
     | 
  
  
    | 
      13
     | 
    
      <tr>
 
     | 
  
  
    | 
      14
     | 
    
      	<td width="70" height="20">{TEXT_TITLE}:</td>
     | 
  
  
    | 
      15
     | 
    
      	<td with="240" height="20">
 
     | 
  
  
    | 
      16
     | 
    
      		<input type="text" name="title" style="width: 232px;" />
 
     | 
  
  
    | 
      17
     | 
    
      	</td>
 
     | 
  
  
    | 
      18
     | 
    
      	<td rowspan="6" valign="top" style="padding-left: 20px; padding-top: 8px;">
 
     | 
  
  
    | 
      19
     | 
    
      		{TEXT_ADMINISTRATORS}:
     | 
  
  
    | 
      20
     | 
    
      		<ul style="list-style-type: none; margin: 0; padding: 0;">
 
     | 
  
  
    | 
      21
     | 
    
      			<!-- BEGIN group_list_block -->
 
     | 
  
  
    | 
      22
     | 
    
      			<li>
 
     | 
  
  
    | 
      23
     | 
    
      			<input type="checkbox" name="admin_groups[]" id="admin_group_{ID}" value="{ID}"{CHECKED}{DISABLED} />
     | 
  
  
    | 
      24
     | 
    
      			<a href="javascript: toggle_checkbox('admin_group_{TOGGLE}');" style="color: #{LINK_COLOR}; cursor: {CURSOR};">{NAME}</a>
     | 
  
  
    | 
      25
     | 
    
      			</li>
 
     | 
  
  
    | 
      26
     | 
    
      			<!-- END group_list_block -->
 
     | 
  
  
    | 
      27
     | 
    
      		</ul>
 
     | 
  
  
    | 
      28
     | 
    
      	</td>
 
     | 
  
  
    | 
      29
     | 
    
      	<td rowspan="6" valign="top" style="padding-left: 20px; padding-top: 8px;">
 
     | 
  
  
    | 
      30
     | 
    
      		<div id="private_viewers" style="display: none;">
 
     | 
  
  
    | 
      31
     | 
    
      			{TEXT_PRIVATE_VIEWERS}:
     | 
  
  
    | 
      32
     | 
    
      			<ul style="list-style-type: none; margin: 0; padding: 0;">
 
     | 
  
  
    | 
      33
     | 
    
      				<!-- BEGIN group_list_block2 -->
 
     | 
  
  
    | 
      34
     | 
    
      				<li>
 
     | 
  
  
    | 
      35
     | 
    
      				<input type="checkbox" name="viewing_groups[]" id="viewing_group_{ID}" value="{ID}"{CHECKED}{DISABLED} />
     | 
  
  
    | 
      36
     | 
    
      				<a href="javascript: toggle_checkbox('viewing_group_{TOGGLE}');" style="color: #{LINK_COLOR}; cursor: {CURSOR};">{NAME}</a>
     | 
  
  
    | 
      37
     | 
    
      				</li>
 
     | 
  
  
    | 
      38
     | 
    
      				<!-- END group_list_block2 -->
 
     | 
  
  
    | 
      39
     | 
    
      			</ul>
 
     | 
  
  
    | 
      40
     | 
    
      		</div>
 
     | 
  
  
    | 
      41
     | 
    
      	</td>
 
     | 
  
  
    | 
      42
     | 
    
      	<td rowspan="6" valign="top" style="padding-left: 20px; padding-top: 8px;">
 
     | 
  
  
    | 
      43
     | 
    
      		<div id="registered_viewers" style="display: none;">
 
     | 
  
  
    | 
      44
     | 
    
      			{TEXT_REGISTERED_VIEWERS}:
     | 
  
  
    | 
      45
     | 
    
      			<ul style="list-style-type: none; margin: 0; padding: 0;">
 
     | 
  
  
    | 
      46
     | 
    
      				<!-- BEGIN group_list_block2 -->
 
     | 
  
  
    | 
      47
     | 
    
      				<li>
 
     | 
  
  
    | 
      48
     | 
    
      				<input type="checkbox" name="viewing_groups[]" id="viewing_group_{ID}" value="{ID}"{CHECKED}{DISABLED} />
     | 
  
  
    | 
      49
     | 
    
      				<a href="javascript: toggle_checkbox('viewing_group_{TOGGLE}');" style="color: #{LINK_COLOR}; cursor: {CURSOR};">{NAME}</a>
     | 
  
  
    | 
      50
     | 
    
      				</li>
 
     | 
  
  
    | 
      51
     | 
    
      				<!-- END group_list_block2 -->
 
     | 
  
  
    | 
      52
     | 
    
      			</ul>
 
     | 
  
  
    | 
      53
     | 
    
      		</div>
 
     | 
  
  
    | 
      54
     | 
    
      	</td>
 
     | 
  
  
    | 
      55
     | 
    
      </tr>
 
     | 
  
  
    | 
      56
     | 
    
      <tr height="20">
 
     | 
  
  
    | 
      57
     | 
    
      	<td width="70">{TEXT_TYPE}:</td>
     | 
  
  
    | 
      58
     | 
    
      	<td with="240">
 
     | 
  
  
    | 
      59
     | 
    
      		<select name="type" style="width: 240px;">
 
     | 
  
  
    | 
      60
     | 
    
      			<!-- BEGIN module_list_block -->
 
     | 
  
  
    | 
      61
     | 
    
      				<option value="{VALUE}"{SELECTED}>{NAME}</option>
     | 
  
  
    | 
      62
     | 
    
      			<!-- END module_list_block -->
 
     | 
  
  
    | 
      63
     | 
    
      		</select>
 
     | 
  
  
    | 
      64
     | 
    
      	</td>
 
     | 
  
  
    | 
      65
     | 
    
      </tr>
 
     | 
  
  
    | 
      66
     | 
    
      <tr height="20">
 
     | 
  
  
    | 
      67
     | 
    
      	<td width="70">{TEXT_PARENT}:</td>
     | 
  
  
    | 
      68
     | 
    
      	<td with="240">
 
     | 
  
  
    | 
      69
     | 
    
      		<select name="parent" style="width: 240px;">
 
     | 
  
  
    | 
      70
     | 
    
      			<!-- BEGIN page_list_block2 -->
 
     | 
  
  
    | 
      71
     | 
    
      			<option value="{ID}"{DISABLED}>{TITLE}</option>
     | 
  
  
    | 
      72
     | 
    
      			<!-- END page_list_block2 -->
 
     | 
  
  
    | 
      73
     | 
    
      		</select>
 
     | 
  
  
    | 
      74
     | 
    
      	</td>
 
     | 
  
  
    | 
      75
     | 
    
      </tr>
 
     | 
  
  
    | 
      76
     | 
    
      <tr height="20">
 
     | 
  
  
    | 
      77
     | 
    
      	<td width="70">{TEXT_VISIBILITY}:</td>
     | 
  
  
    | 
      78
     | 
    
      	<td width="240">
 
     | 
  
  
    | 
      79
     | 
    
      		<select name="visibility" onchange="javascript: toggle_viewers();" style="width: 240px;">
 
     | 
  
  
    | 
      80
     | 
    
      			<option value="public" selected>{TEXT_PUBLIC}</option>
     | 
  
  
    | 
      81
     | 
    
      			<option value="private">{TEXT_PRIVATE}</option>
     | 
  
  
    | 
      82
     | 
    
      			<option value="registered">{TEXT_REGISTERED}</option>
     | 
  
  
    | 
      83
     | 
    
      			<option value="hidden">{TEXT_HIDDEN}</option>
     | 
  
  
    | 
      84
     | 
    
      			<option value="none">{TEXT_NONE}</option>
     | 
  
  
    | 
      85
     | 
    
      		</select>
 
     | 
  
  
    | 
      86
     | 
    
      	</td>
 
     | 
  
  
    | 
      87
     | 
    
      </tr>
 
     | 
  
  
    | 
      88
     | 
    
      <tr>
 
     | 
  
  
    | 
      89
     | 
    
      	<td width="70"> </td>
 
     | 
  
  
    | 
      90
     | 
    
      	<td colspan="4">
 
     | 
  
  
    | 
      91
     | 
    
      		<input type="submit" name="submit" value="{TEXT_ADD}" style="width: 117px;" />
     | 
  
  
    | 
      92
     | 
    
      		<input type="reset" name="reset" value="{TEXT_RESET}" style="width: 117px;" />
     | 
  
  
    | 
      93
     | 
    
      	</td>
 
     | 
  
  
    | 
      94
     | 
    
      </tr>
 
     | 
  
  
    | 
      95
     | 
    
      <tr>
 
     | 
  
  
    | 
      96
     | 
    
      	<td> </td>
 
     | 
  
  
    | 
      97
     | 
    
      	<td> </td>
 
     | 
  
  
    | 
      98
     | 
    
      </tr>
 
     | 
  
  
    | 
      99
     | 
    
      </table>
 
     | 
  
  
    | 
      100
     | 
    
      
 
     | 
  
  
    | 
      101
     | 
    
      </form>
 
     | 
  
  
    | 
      102
     | 
    
      
 
     | 
  
  
    | 
      103
     | 
    
      </div>
 
     | 
  
  
    | 
      104
     | 
    
      <div class="{DISPLAY_INTRO}" style="padding-top: 10px;">
     | 
  
  
    | 
      105
     | 
    
      
 
     | 
  
  
    | 
      106
     | 
    
      <br />
 
     | 
  
  
    | 
      107
     | 
    
      
 
     | 
  
  
    | 
      108
     | 
    
      <h2>{HEADING_MODIFY_INTRO_PAGE}</h2>
     | 
  
  
    | 
      109
     | 
    
      
 
     | 
  
  
    | 
      110
     | 
    
      <a href="intro.php">
 
     | 
  
  
    | 
      111
     | 
    
      {INTRO_LINK}
     | 
  
  
    | 
      112
     | 
    
      </a>
 
     | 
  
  
    | 
      113
     | 
    
      
 
     | 
  
  
    | 
      114
     | 
    
      </div>
 
     | 
  
  
    | 
      115
     | 
    
      
 
     | 
  
  
    | 
      116
     | 
    
      <!-- END main_block -->
 
     |