Example #1
0
 </label></td>
	</tr>
	<tr>
    <th><input type="radio" value="1" <?php 
echo radio_checked(1, $user_privacy[0]);
?>
 name="palsreq_check" id="palsreq_check" />
	</th>
	<td><label><?php 
echo $pr_langpackage->pr_pals_check;
?>
</label></td>
	</tr>
	<tr>
    <th><input type="radio" value="2" <?php 
echo radio_checked(2, $user_privacy[0]);
?>
  name="palsreq_check" id="palsreq_check">
	</th>
	<td><label><?php 
echo $pr_langpackage->pr_pals_close;
?>
</label></td>
  </tr>
  <tr>
  	<td></td>
    <td><input type="submit" name="Submit" class="regular-btn" value="<?php 
echo $pr_langpackage->pr_button_action;
?>
" /><input type="button" name="Submit2" class="regular-btn" onclick="location.href='modules.php?app=pr_reqcheck'" value="<?php 
echo $pr_langpackage->pr_button_cancel;
Example #2
0
echo $pr_langpackage->pr_ex_que;
?>
					<br />
					<?php 
echo $pr_langpackage->pr_ex_an;
?>
				</div>
			</td>
  		</tr>
		<tr>
			<td></td>
			<td><input type="submit" name="Submit" class="regular-btn" value="<?php 
echo $pr_langpackage->pr_button_action;
?>
" /><input type="button" name="Submit2" class="regular-btn" onclick="location.href='modules.php?app=privacy'" value="<?php 
echo $pr_langpackage->pr_button_cancel;
?>
" /></td>
		</tr>  
	</table>
<?php 
if (strstr(radio_checked(3, $user_privacy['access_limit']), 'checked')) {
    ?>
 <script type="text/javascript">show_aps();</script>
<?php 
}
?>
</form>
</body>
</html>