本文整理汇总了PHP中form_footer函数的典型用法代码示例。如果您正苦于以下问题:PHP form_footer函数的具体用法?PHP form_footer怎么用?PHP form_footer使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了form_footer函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: rgb
<table border="0" cellpadding="2" cellspacing="0" class="hpb-colm1">
<tbody>
<tr>
<td height="16" align="center" valign="middle" class="hpb-colm1-cell1" bgcolor="#CCFF99" style="font-size : 16px;color : rgb(51, 51, 51);text-align : center;border-top-width : 1px;border-left-width : 1px;border-right-width : 1px;border-top-style : solid;border-left-style : solid;border-color : black;" width="201"><b>2014年 4月</b></td>
</tr>
<tr>
<td align="left" valign="middle" class="hpb-colm1-cell2" style="font-size : 125%;" width="201" height="80">
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 27日 <a href="result_4.php#14_4_27_nittaidai">日体5000m</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 26日 <a href="result_4.php#14_4_26_sagamihara">相模原300SC</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 20日 <a href="result_4.php#14_4_20_kasumigaura">かすみがうら</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 20日 <a href="result_4.php#14_4_20_hyougo">兵庫リレー</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 19日 <a href="result_4.php#14_4_19_hyougo">兵庫リレー</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 13日 <a href="result_4.php#14_4_13_yaizu">焼津ハーフ</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 13日 <a href="result_4.php#14_4_13_nittaidai">日体5000m</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 12日 <a href="result_4.php#14_4_12_nittaidai">日体10000m</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 6日 <a href="result_4.php#14_4_6_nihondaira">日本平マラソン</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 5日 <a href="result_4.php#14_4_5_kanaguri">熊本中長距離</font></a><br>
<img src="../../Image/img_o024.gif" width="16" height="16" border="0"><font size="4"> 5日 <a href="result_4.php#14_4_5_setagaya">世田谷記録会</font></a><br>
</td>
</tbody>
</table>
</div>
</div>
<!-- aside end --><!-- inner end --><!-- footer --></div>
<?php
form_footer();
?>
<!-- footer end -->
</div>
<!-- container end --></body>
</html>
示例2: form_head
<?php
form_head("admin/budget_delete/" . $row["budget_id"], "ลบชนิดงบประมาณใหม่");
?>
<?php
text_field("budget_name", "ชื่อ", $row, 1);
?>
<?php
form_footer("ยืนยันการลบข้อมูล");
?>
示例3: form_open
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Load dependencies
///////////////////////////////////////////////////////////////////////////////
$this->lang->load('base');
$this->lang->load('network');
///////////////////////////////////////////////////////////////////////////////
// Form
///////////////////////////////////////////////////////////////////////////////
echo form_open('web_proxy/warning');
echo form_header(lang('web_proxy_web_proxy'));
echo field_view(lang('base_status'), $message, 'warning');
echo field_view(lang('web_proxy_web_address'), $url, 'web_address');
echo field_view(lang('network_ip'), $ip, 'ip');
echo field_view(lang('web_proxy_internet_connection_status'), '<div class="theme-loading-small"></div>', 'status');
echo form_footer();
echo form_close();
示例4: form_head
<h1>ค้นหาวัสดุ/ครุภัณ</h1>
<?php
form_head("admin/search/", "ค้นหาจาก เลขที่อ้างอิง หรือ เลขที่ครุถัณฑ์");
?>
<?php
text_field("ref_code", "เลขที่อ้างอิง/เลขที่ครุถัณฑ์", null, 1);
?>
<?php
form_footer("ค้นหา");
?>