Exemplo n.º 1
0
	checkAllReadWriteOptions();
});

</script>

<table cellspacing="20px">
<tr>
<td>

<b><?php echo LangUtil::$pageTerms['NEW_LAB_USER']; ?></b>
<br><br>
<?php $page_elems->getAsteriskMessage(); ?>
<form name='admin_ops' action='ajax/lab_user_add.php' method='post'>
	<table id='form_table'>
		<tr>
			<td><?php echo LangUtil::$generalTerms['USERNAME']; ?><?php $page_elems->getAsterisk(); ?></td>
			<td><input name='lab_user' id='lab_user' type='text' class='uniform_width' /></td>
		</tr>
		<tr>
			<td><?php echo LangUtil::$generalTerms['PWD_TEMP']; ?><?php $page_elems->getAsterisk(); ?>&nbsp;&nbsp;&nbsp;&nbsp;</td>
			<td><input name='pwd' id='pwd' type='text' class='uniform_width' /></td>
		</tr>
		<tr>
			<td><?php echo LangUtil::$generalTerms['TYPE']; ?><?php $page_elems->getAsterisk(); ?>&nbsp;&nbsp;&nbsp;&nbsp;</td>
			<td>
			<select name='user_type' id='user_type' class='uniform_width' onchange="javascript:add_read_mode();">
			<?php
			$page_elems->getLabUserTypeOptions();
			?>
			</select>
			</td>
Exemplo n.º 2
0
$name_list1 = array("yyyy_ex" . $count, "mm_ex" . $count, "dd_ex" . $count);
$id_list = $name_list;
$id_list1 = $name_list1;
$today = date("Y-m-d");
$today_array = explode("-", $today);
$value_list = $today_array;
$value_list1 = $today_array;
?>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div class="pretty_box" style="width:400px">
	<table>
		<tr>
			<td>
				&nbsp;<?php 
echo LangUtil::$pageTerms['Reagent'];
$page_elems->getAsterisk();
?>
 
			</td>
			<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
			<td>
				<input type="text" name='<?php 
echo $name_request;
?>
' id='<?php 
echo $name_request;
?>
' class='uniform_width'/>
			</td>
		</tr>
		<tr>