当前位置: 首页>>代码示例>>PHP>>正文


PHP _set_submit_函数代码示例

本文整理汇总了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;
}
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:11,代码来源:rpc.php

示例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");
        ?>
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_account.php

示例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>
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_contact-us.php

示例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">
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_setting.php

示例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>
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_delete.php

示例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>&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");
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_login.php

示例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 
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_view.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>
开发者ID:ocpyosep78,项目名称:ORDER-SMS,代码行数:31,代码来源:module_sign-up.php


注:本文中的_set_submit_函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。