Пример #1
0
							<input <?php 
//echo set_value("copy_basic_license")=="true"?"checked='checked'":"";
?>
 type="checkbox" value="true" name="copy_basic_license">
						</td>
						<td align="center">
							<input <?php 
//echo set_value("copy_basic_license")=="false"?"checked='checked'":"";
?>
 type="checkbox" value="false" name="copy_basic_license">
						</td>
						-->
					</tr>
					<?php 
if (isset($_POST["log1"]) || isset($_POST["log2"])) {
    $disabled_log = "disabled='disabled'";
}
?>
					<tr>
						<th align="center">4</th>
						<td>STE Book</td>
						<td align="center">
							<input <?php 
echo $disabled_log;
?>
 <?php 
echo $_POST["ste_book"] == "true" ? "checked='checked'" : "";
?>
 type="checkbox" value="true" name="ste_book" id="ste_book1">
						</td>
						<td align="center">
Пример #2
0
?>
">
			<table class="table table-bordered">
				<thead>
					<tr>
						<th class="text-center">No</th>
						<th class="text-center">Requirement</th>
						<th class="text-center">Ok</th>
						<th class="text-center">No</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<th align="center">1</th>
						<td>Interoffice leter</td>
						<td align="center">
							<input <?php 
echo set_value("interoffice_letter") == "true" ? "checked='checked'" : "";
?>
 type="checkbox" value="true" name="interoffice_letter">
						</td>
						<td align="center">
							<input <?php 
echo set_value("interoffice_letter") == "false" ? "checked='checked'" : "";
?>
 type="checkbox" value="false" name="interoffice_letter">
						</td>
					</tr>
					<tr>
						<th align="center">2</th>
						<td>Form DAAO 65-02 <?php 
Пример #3
0
	<br>
	<div class="col-sm-8">
		<form action="" method="post" enctype="multipart/form-data" class="form-horizontal">
			<h2>DESK ASSESMENT</h2>
			<?php 
echo validation_errors('<div class="error" style="color:red;">', '</div>');
?>
			<input type="hidden" name="id_basic_license" value="<?php 
echo $this->uri->segment(3);
?>
">
			<table class="table table-bordered">
				<thead>
					<tr>
						<th class="text-center">No</th>
						<th class="text-center">Requirement</th>
						<th class="text-center">Ok</th>
						<th class="text-center">No</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<th align="center">1</th>
						<td>Form 65.01 (02-10) <?php 
echo count($FORM_DAAO_6501) > 0 ? "(<a target='_blank' href='" . base_url("uploads/" . $FORM_DAAO_6501["value"]) . "'>Example</a>)" : "";
?>
</td>
						<td colspan="2">
							<input type="file" name="form" size="20" /> (Max: 10Mb)
							<?php 
echo form_error2($upload_error['form']);