예제 #1
0
//cInput("Nomor Handphone", "o_hp", "20", $p_o_hp);
//cInput("Alamat", "alamat", "70", $p_alamat);
?>
	</table>
	</div>
</article>

<article class="module width_full">
	<header><h3>Sekolah Asal</h3></header>
	<div class="module_content">
	<table class="tbl_form">
		<?php 
cInput("Nama Sekolah", "asal_skl", "40", $p_asal_skl);
cRadio("Status Sekolah", "stat_skl", "Negeri|Swasta", "1|2", $p_stat_skl);
cInput("Alamat", "sc_alamat", "60", $p_sc_alamat);
cInput("Kepala Sekolah", "kepsek", "60", $p_kepsek);
cInput2("Tahun Lulus|No. Ijazah", "thn_lulus|no_ijazah", "10|20", $p_thn_lulus . "|" . $p_no_ijazah);
?>
	</table>
	</div>
</article>

<article class="module width_full">
	<header><h3>Data Nilai & Pilihan Jurusan</h3></header>
	<div class="module_content">
	<table class="tbl_form">
		<?php 
cInput2("Bahasa Inggris|Bahasa Indonesia", "bing|bind", "10|10", $p_bing . "|" . $p_bind);
cInput2("Matematika|I P A", "mtk|ipa", "10|10", $p_mtk . "|" . $p_ipa);
if ($konfigurasi['pengguna'] == NULL) {
    echo "";
예제 #2
0
 Data Sekolah</h3></header>
		<div class="module_content">
		<form action="?p=f_editadmin" method="post" id="ft_sekolah" enctype="multipart/form-data">
		<table class="tbl_form">
			<?php 
cInput("Nama Sekolah", "nama", "30", $sekolah_0);
?>
			<tr><td>Username</td><td><input type="text" name="user" readonly value="<?php 
echo $sekolah_8;
?>
"></td></tr>
			<tr><td>Ganti Passwod Jadi</td><td><input type="password" name="pass" value=""></td></tr>
			<?php 
cInput("Alamat", "alamat", "60", $sekolah_1);
cInput("Tahun Ajaran", "ta", "20", $sekolah_2);
cInput("Nama Kepala Sekolah", "kepsek", "30", $sekolah_3);
?>
			<tr><td>File Logo</td><td><input type="file" name="logo"></td></tr>
			<tr>
			<td>Prosedur Pendaftaran</td>
			<td>
			<textarea id="prosedur" name="prosedur" style="height: 150px; width: 500px;">
			<?php 
echo $sekolah_7;
?>
			</textarea>
			</td>
			</tr>
			
			<tr>
			<td>Tampilan Halaman Depan</td>