當前位置: 首頁>>代碼示例>>PHP>>正文


PHP _set_label_函數代碼示例

本文整理匯總了PHP中_set_label_函數的典型用法代碼示例。如果您正苦於以下問題:PHP _set_label_函數的具體用法?PHP _set_label_怎麽用?PHP _set_label_使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了_set_label_函數的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的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_

<div class="myheader">
	<table border="0" width="100%" cellpadding="0" cellspacing="0">
		<tr>
			<td class="mycaption" align="center">
				<?php 
echo _set_label_("", def_text_description);
?>
			</td>
		</tr>
	</table>
	
	<table border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td>
				<?php 
echo _set_image_link_("../" . def_directory_images . "Gambar untuk halaman depan.gif", "", "", "187", "269");
?>
			</td>
		</tr>
	</table>
</div>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:21,代碼來源:application_header.php

示例3: _set_label_

								<tr>
									<td align="left">
										<?php 
echo _set_label_("", "Nama");
?>
									</td>
									<td align="left">
										<?php 
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>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_contact-us.php

示例4: _set_label_

									</td>
								</tr>
								<tr>
									<td align="left">
										<?php 
    echo _set_label_("", "Nama");
    ?>
									</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">
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_delete.php

示例5: _set_checkbox_

                                <tr>
									<td colspan="3" align="left">
                                        <?php 
echo _set_checkbox_("chk_activeyn", def_yes, "checkbox", false, "Aktif", 'class="mycheckbox"');
?>
                                    </td>
                                </tr>
                                <tr>
									<td align="left">
										<?php 
echo _set_label_("", "Handphone");
?>
									</td>
									<td>
										<?php 
echo _set_label_("", " : ");
?>
									</td>
									<td align="left">
										<?php 
echo _set_input_("txt_handphone", "", "text", 'maxlength="30"', $var_reinsert_value);
?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_submit_("", "Simpan", "submit", 'class="mybutton"');
?>
									</td>
								</tr>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_add.php

示例6: _set_submit_

								</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");
}
?>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_login.php

示例7: _set_session_unregister_

					</td>
				</tr>
			</table>
		</td>
	</tr>
	<?php 
    _set_session_unregister_("session_success");
}
?>
	<tr>
		<td>
			<table border="0" cellpadding="0" cellspacing="0" align="center">
				<tr>
					<td align="center" class="mycaption">
						<?php 
echo _set_label_("", "JENIS");
?>
					</td>
				</tr>
				<tr>
					<td>
						<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
							<tr>
								<td colspan="3" align="center">
									<?php 
echo _set_hyperlink_(def_application_jenis, "Kembali");
?>
								</td>
							</tr>
						</table>
					</td>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_error.php

示例8: _set_image_link_

										<?php 
    echo _set_image_link_(def_directory_images_buttons . "success.png", "", "", "48px", "48px");
    ?>
										<?php 
    echo _set_label_("", $session_success);
    ?>
									</td>
								</tr>
								<?php 
    _set_session_unregister_("session_success");
}
?>
								<tr>
									<td align="left">
										<?php 
echo _set_label_("", "Id Pemakai");
?>
									</td>
									<td align="left">
										<?php 
echo _set_input_("txt_userid", "", "text", 'tabindex="1" maxlength="30" style="width: 400px;"');
?>
									</td>
								</tr>
								<tr>
									<td colspan="2" align="right">
										<?php 
echo _set_submit_("", "Konfirmasi");
?>
									</td>
								</tr>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_forget.php

示例9: _set_image_link_

<?php

echo _set_image_link_(def_directory_images . "ads_1.gif", "", "", "170", "150");
?>

<table border="0" width="100%" cellpadding="10" cellspacing="0" align="center">
	<tr>
		<td align="center">
			<?php 
echo _set_label_("", "Pesan sekarang juga dari komputer kamu ataupun handphone kamu.");
?>
<br />
			<?php 
echo _set_label_("", "Dapatkan diskon menarik dari online ordering dan exclusive kupon dari kantin favorite kamu.");
?>
<br />
			<?php 
echo _set_label_("", "ORDER SMS adalah daftar menu makanan all in one.");
?>
		</td>
	</tr>
	<tr>
		<td align="center">
			<?php 
echo _set_label_("", "Sangat mudah, Hanya Click, Order, dan Makan", 'class="mylabel"');
?>
		</td>
	</tr>
</table>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:29,代碼來源:module_index.php

示例10: explode

	</tr>
</table>

<table border="0" width="100%" cellpadding="0" cellspacing="0" class="myform">
	<tr>
		<td align="left">
			<table border="0" cellpadding="5" cellspacing="5">
				<?php 
for ($var_counter = 0; $var_counter < sizeof($var_respon); $var_counter++) {
    $var_content = explode(':', $var_respon[$var_counter]);
    ?>
				<tr>
					<?php 
    for ($var_content_counter = 0; $var_content_counter < sizeof($var_content); $var_content_counter++) {
        ?>
					<td align="left" class="mytext">
						<?php 
        echo _set_label_("", $var_content[$var_content_counter]);
        ?>
					</td>
					<?php 
    }
    ?>
				</tr>
				<?php 
}
?>
			</table>
		</td>
	</tr>
</table>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_info.php

示例11: _set_label_

    ?>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <?php 
    echo _set_label_("", "Harga");
    ?>
                                </td>
                                <td><?php 
    echo _set_label_("", " : ");
    ?>
</td>
                                <td>
                                    <?php 
    echo _set_label_("", "Rp. " . $var_class_menu->var_harga);
    ?>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td align="center">
                        <?php 
    echo _set_hyperlink_(def_application_pesan, "Pesan Sekarang", "", "menuid=" . $var_menuid . "&restoranid=" . _set_variable_http_("restoranid") . "&process=pesan");
    ?>
                    </td>
                </tr>
            </table>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:30,代碼來源:module_menu.php

示例12: _set_session_close_

<?php

_set_session_close_();
_set_close_connection_();
?>

<table border="0" width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td class="mycaption" align="center">
			<?php 
echo _set_label_("", def_text_copyright);
?>
		</td>
	</tr>
</table>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:15,代碼來源:application_bottom.php

示例13: _set_label_

            ?>
			<tr>
				<td class="mytable_cnt"><?php 
            echo _set_label_("", $var_key);
            ?>
				</td>
				<td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['nama']);
            ?>
				</td>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", _set_field_value(def_table_restoran, "nama", "restoranid='" . _set_input_string_($var_value['restoranid']) . "'"));
            ?>
				</td>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['kodemenu']);
            ?>
				</td>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_menu, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_menu, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_view.php

示例14: _set_input_

                <tr>
                    <td colspan="5" align="center" class="myerror">
                        <?php 
        echo _set_input_("txt_confirm", "false", "hidden");
        echo _set_label_("", "Belum terdapat pesan");
        ?>
                    </td>
                </tr>

                <?php 
    } else {
        ?>
                
                <tr>
                    <td colspan="3"><?php 
        echo _set_label_("", "Kirim ke");
        ?>
</td>
                    <td colspan="2">
                        <?php 
        $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"));
        echo _set_pulldown_("slt_alamat", $var_array_alamat, 24);
        ?>
                    </td>
                </tr>
                <tr>
                    <td colspan="5" align="right" class="mytable_cpt"><?php 
        echo _set_submit_("", "Konfirmasi");
        ?>
</td>
                </tr>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_keranjang.php

示例15: _set_image_link_

                                     <?php 
     echo _set_image_link_(def_directory_images_restoran . $var_key . ".jpg", "", "", "150px", "200px");
     ?>
                                 </td>
                             </tr>
                             <tr>
                                 <td align="center">
                                     <?php 
     echo _set_hyperlink_(def_application_menu, $var_value['nama'], "", "restoranid=" . $var_key);
     ?>
                                 </td>
                             </tr>
                             <tr>
                                 <td align="center">
                                     <?php 
     echo _set_label_("", "Buka dari jam " . $var_value['buka'] . " sampai " . $var_value['tutup'], "");
     ?>
                                 </td>
                             </tr>
                         </table>
                     </td>
                 <?php 
     if ($var_counter % 2 != 0) {
         ?>
                 </tr>
                 <?php 
     }
     ?>
                 <?php 
 }
 ?>
開發者ID:ocpyosep78,項目名稱:ORDER-SMS,代碼行數:31,代碼來源:module_restoran.php


注:本文中的_set_label_函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。