Пример #1
0
function _set_success_()
{
    $var_array_alamat = array('id' => array("Gedung 1, Lantai 1", "Gedung 1, Lantai 2", "Gedung 1, Lantai 3", "Gedung 1, Lantai 4", "Gedung 1, Lantai 5", "Gedung 2, Lantai 1", "Gedung 2, Lantai 2", "Gedung 2, Lantai 3", "Gedung 2, Lantai 4", "Gedung 2, Lantai 5", "Gedung 3, Lantai 1", "Gedung 3, Lantai 2", "Gedung 3, Lantai 3", "Gedung 3, Lantai 4", "Gedung 3, Lantai 5", "Gedung 4, Lantai 1", "Gedung 4, Lantai 2", "Gedung 4, Lantai 3", "Gedung 4, Lantai 4", "Gedung 4, Lantai 5", "Gedung 5, Lantai 1", "Gedung 5, Lantai 2", "Gedung 5, Lantai 3", "Gedung 5, Lantai 4", "Gedung 5, Lantai 5"), 'text' => array("Gedung 1, Lantai 1", "Gedung 1, Lantai 2", "Gedung 1, Lantai 3", "Gedung 1, Lantai 4", "Gedung 1, Lantai 5", "Gedung 2, Lantai 1", "Gedung 2, Lantai 2", "Gedung 2, Lantai 3", "Gedung 2, Lantai 4", "Gedung 2, Lantai 5", "Gedung 3, Lantai 1", "Gedung 3, Lantai 2", "Gedung 3, Lantai 3", "Gedung 3, Lantai 4", "Gedung 3, Lantai 5", "Gedung 4, Lantai 1", "Gedung 4, Lantai 2", "Gedung 4, Lantai 3", "Gedung 4, Lantai 4", "Gedung 4, Lantai 5", "Gedung 5, Lantai 1", "Gedung 5, Lantai 2", "Gedung 5, Lantai 3", "Gedung 5, Lantai 4", "Gedung 5, Lantai 5"));
    $var_html = '<tr>';
    $var_html .= '<td>' . _set_label_("", "Kirim ke") . '</td>';
    $var_html .= '<td>';
    $var_html .= _set_pulldown_("slt_alamat", $var_array_alamat, 24);
    $var_html .= '</td></tr><tr>';
    $var_html .= '<td colspan="2" align="right" class="mytable_cpt">' . _set_submit_("", "Konfirmasi") . '</td></tr>';
    return $var_html;
}
Пример #2
0
                                <tr>
									<td align="left">
										<?php 
        echo _set_label_("", "Password Baru");
        ?>
									</td>
									<td align="left">
										<?php 
        echo _set_input_("txt_userpwd", "", "password", 'tabindex="2" maxlength="20" style="width: 200px;"');
        ?>
									</td>
								</tr>
								<tr>
									<td colspan="2" align="right">
										<?php 
        echo _set_submit_("", "Konfirmasi");
        ?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
    <tr>
        <td align="center">
            <?php 
        echo _set_hyperlink_(def_application_account, "Kembali");
        ?>
Пример #3
0
echo _set_input_("txt_nama", "", "text", 'tabindex="2" maxlength="50" style="width: 300px;"', $var_reinsert_value);
?>
									</td>
								</tr>
								<tr>
									<td align="left">
										<?php 
echo _set_label_("", "Pesan");
?>
									</td>
									<td align="left">
                                        <?php 
echo _set_textarea_("txt_pesan", "", "", $var_reinsert_value);
?>
									</td>
								</tr>
								<tr>
									<td colspan="2" align="right">
										<?php 
echo _set_submit_("", "Kirim");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Пример #4
0
						</td>
					</tr>
					<tr>
						<td colspan="3" align="left"><input type="checkbox"
							name="chk_autoreply"
							<?php 
echo $var_class_setting->var_autoreply;
?>
 value="1"><?php 
echo _set_label_("", " Autoreply ", 'for="chk_autoreply"');
?>
						</td>
					</tr>
					<tr>
						<td colspan="3" align="right"><?php 
echo _set_submit_("", "Simpan", "submit", 'class="mybutton"');
?>
						</td>
					</tr>
				</table>
				</form>
				</td>
			</tr>
		</table>
		</td>
	</tr>
	<?php 
if (_is_session_registered_("session_error")) {
    ?>
	<tr>
		<td align="center" class="myerror">
Пример #5
0
									</td>
									<td>
										<?php 
    echo _set_label_("", " : ");
    ?>
									</td>
									<td align="left">
										<?php 
    echo _set_label_("", $var_class_pemakai->var_username);
    ?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
    echo _set_submit_("", "Hapus", "submit", 'class="mybutton"');
    ?>
									</td>
								</tr>
								<?php 
}
?>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_pemakai, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
Пример #6
0
									<td align="left">
										<?php 
echo _set_label_("", "Password", 'class="mylabel"');
?>
									</td>
									<td>
										<?php 
echo _set_input_("txt_userpwd", "", "password", 'class="mytextinput"  onfocus="javascript:_set_focus_(this);" onblur="javascript:_set_focus_(this);" style="width: 150px;"', false);
?>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td align="right">
										<?php 
echo _set_submit_("", "Login", "submit", 'class="mybutton"');
?>
									</td>
								</tr>
								<?php 
if (_is_session_registered_("session_error")) {
    ?>
								<tr>
									<td colspan="2" align="center" class="myerror">
										<?php 
    echo _set_label_("", $session_error);
    ?>
									</td>
								</tr>
								<?php 
    _set_session_unregister_("session_error");
Пример #7
0
                <td colspan="2" align="left">
                    <?php 
echo _set_checkbox_("chk_activeyn", def_yes, "checkbox", "", "Aktif", 'class="mycheckbox"');
?>
                </td>
            </tr>
            <tr>
                <td colspan="2" align="left">
                    <?php 
echo _set_checkbox_("chk_handphoneyn", def_yes, "checkbox", "", "Handphone", 'class="mycheckbox"');
?>
                </td>
            </tr>
			<tr>
				<td colspan="2" align="right"><?php 
echo _set_submit_("", "Cari", "submit");
?>
				</td>
			</tr>
		</table>
		</form>
		</td>
	</tr>
</table>

<table border="0" cellpadding="5" cellspacing="2">
	<tr>
		<td>
		<table border="0" cellpadding="0" cellspacing="0" class="mytable_brw">
			<tr>
				<td colspan="6" class="mytable_cpt"><?php 
Пример #8
0
echo _set_input_("txt_phone", "", "text", 'tabindex="6" maxlength="30" style="width: 200px;"');
?>
									</td>
								</tr>
								<tr>
									<td align="left">
										<?php 
echo _set_label_("", "Password");
?>
									</td>
									<td align="left">
										<?php 
echo _set_input_("txt_userpwd", "", "password", 'tabindex="6" maxlength="20" style="width: 200px;"');
?>
									</td>
								</tr>
								<tr>
									<td colspan="2" align="right">
										<?php 
echo _set_submit_("", "Signup");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>