</select>
						
						
						</td>
					  </tr>
					  <tr>
						<td valign="top"><?php 
        echo $lang_hrEmpMain_minpoint;
        ?>
</td>
						<td align="left" valign="top"><strong>
<?php 
        for ($c = 0; count($currlist) > $c; $c++) {
            if ($currlist[$c][2] == $edit[0][2]) {
                echo "<input type='hidden' name='txtMinCurrency' value='" . $currlist[$c][3] . "'/>";
                echo "<div id='divMinCurrency'>" . $common_func->formatSciNo($currlist[$c][3]) . "<div>";
            }
        }
        ?>
						</strong></td>
					  </tr>
					  <tr>
						<td valign="top"><?php 
        echo $lang_hrEmpMain_maxpoint;
        ?>
</td>
						<td align="left" valign="top"><strong>
<?php 
        for ($c = 0; count($currlist) > $c; $c++) {
            if ($currlist[$c][2] == $edit[0][2]) {
                echo "<input type='hidden' name='txtMaxCurrency' value='" . $currlist[$c][5] . "'/>";
Ejemplo n.º 2
0
            }
        }
        ?>
						</strong></td>
					  </tr>
					  <tr>
						<td valign="top"><?php 
        echo $lang_hrEmpMain_minpoint;
        ?>
</td>
						<td align="left" valign="top"><strong>
<?php 
        for ($c = 0; count($currlist) > $c; $c++) {
            if ($currlist[$c][2] == $edit[0][2]) {
                echo "<input type='hidden' name='txtMinCurrency' value='" . $currlist[$c][3] . "'>";
                echo $common_func->formatSciNo($currlist[$c][3]);
            }
        }
        ?>
						</strong></td>
					  </tr>
					  <tr>
						<td valign="top"><?php 
        echo $lang_hrEmpMain_maxpoint;
        ?>
</td>
						<td align="left" valign="top"><strong>
<?php 
        for ($c = 0; count($currlist) > $c; $c++) {
            if ($currlist[$c][2] == $edit[0][2]) {
                echo "<input type='hidden' name='txtMaxCurrency' value='" . $currlist[$c][5] . "'>";