本文整理匯總了PHP中_set_submit_函數的典型用法代碼示例。如果您正苦於以下問題:PHP _set_submit_函數的具體用法?PHP _set_submit_怎麽用?PHP _set_submit_使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了_set_submit_函數的8個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: _set_success_
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: _set_label_
<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: _set_input_
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: _set_label_
</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: _set_label_
</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: _set_label_
<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> </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: _set_checkbox_
<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: _set_input_
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>