Beispiel #1
0
function formGoster($itemIdStr)
{
    global $autSS;
    ?>
<div class="sinavGirisBaslik">Başvuru Ara</div>

<form action="index.php?option=com_basvuru_ara<?php 
    echo $itemIdStr;
    ?>
"
	method="post">
	<input type="hidden" value="hepsi" name="gorev" />
	<table style="width:100%;">
		<tr style="display:none;">
			<td style="width:20%;">Id'ye Göre</td>
			<td style="width:80%;"><input type="text" name="evrak_id"
				style="width: 100px;" /></td>
		</tr>
		<?php 
    if ($autSS == 1) {
        ?>
		<tr>
			<td>Kuruluş</td>
			<td><?php 
        echo kuruluslariGoster();
        ?>
</td>
		</tr>
		<?php 
    }
    ?>
		<tr>
			<td>Başvuru Tipine Göre</td>
			<td><?php 
    echo tipleriGoster();
    ?>
</td>
		</tr>
		<tr>
			<td colspan="2">
				<div style="width:80%; border: 1px solid red; padding:10px; margin:10px; display:none;" id="searchTypes">
					<table>
						<tr>
							<td style="width:20%;">Başvuru Tarihine Göre</td>
							<td style="width:80%;">
								<input type="text" size="10" id="tarih_baslangic" name="tarih_baslangic" />
						 	  - <input type="text" size="10" id="tarih_bitis" name="tarih_bitis" />
							</td>
						</tr>
						<tr>
							<td>Sektöre Göre</td>
							<td><?php 
    echo sektörleriGoster();
    ?>
</td>
						</tr>
						<tr>
							<td>Başvuru Durumuna Göre</td>
							<td><?php 
    echo durumlariGoster();
    ?>
</td>
						</tr>
						<tr>
							<td>Döküman İçeriğine Göre</td>
							<td><textarea name="icerik" id="icerik" style="paddind:5px; width:400px; height:50px;" ></textarea></td>
						</tr>
					</table>
				</div>
			</td>
		</tr>
		<tr>
			<td><input type="submit" value="Ara" /></td>
		</tr>
	</table>

</form>

<?php 
}
Beispiel #2
0
			<td><?php 
echo seviyeleriGoster($db, $seviye_id);
?>
</td>
		</tr>
		<tr>
			<td>Sektör:</td>
			<td><?php 
echo sektorleriGoster($db, $sektor_id);
?>
</td>
		</tr>
		<tr>
			<td>Belgelendirme Kuruluşu:</td>
			<td><?php 
echo kuruluslariGoster($db, $kurulus_id);
?>
</td>
		</tr>	
		<tr>
			<td></td>
			<td><input type="checkbox" name="kurulusiceren" value="1" <?php 
echo $kurulusiceren != "" ? "checked = 'checked'" : "";
?>
 style="float:left;"/>&nbsp;&nbsp;&nbsp;Belgelendirilen ulusal yeterlilikler</td>
		</tr>
		<tr>
			<td></td>
			<td><input type="checkbox" name="yeterlilik_belge_zorunluluk_durum" value="1" <?php 
echo $yeterlilik_belge_zorunluluk_durum != "" ? "checked = 'checked'" : "";
?>