本文整理汇总了PHP中create_form_button函数的典型用法代码示例。如果您正苦于以下问题:PHP create_form_button函数的具体用法?PHP create_form_button怎么用?PHP create_form_button使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了create_form_button函数的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: create_form_button
echo $object->phone_contact;
?>
" class="smallInput medium" /></td>
</tr>
<tr>
<td><label for="name">Địện thoại di động:</label></td>
<td><input type="text" name="mobile_contact" value="<?php
echo $object->mobile_contact;
?>
" class="smallInput medium" /></td>
</tr>
<tr>
<td><label for="name">Email:</label></td>
<td><input type="text" name="email_contact" value="<?php
echo $object->email_contact;
?>
" class="smallInput medium" /></td>
</tr>
<tr>
<td colspan="2">
<div class="button_bar">
<?php
create_form_button('submit_button button_ok', 'Lưu');
?>
<div class="clear">
</div>
</div></td>
</tr>
</table>
</form>
</div>
示例2: create_form_button
<div class="clear"></div>
</div><!--end tabs images-->
<div id="comments"><!--begin tabs comments-->
<?php
//$this->load->view('admin/products/tabs/tab_comments');
?>
<div class="clear"></div>
</div><!--end tabs comments-->
<?php
}
?>
</div><!--end content tabs-->
<div class="button_bar buttoneditproduct">
<br /><br />
<?php
create_form_button('submit_button button_ok', 'Save');
?>
</div>
</form><!--end form edit products-->
<!--DIALOG-->
<?php
$this->load->view('admin/products/dialog/copyProductSpecDialog');
$this->load->view('admin/products/dialog/newProductSpecDialog');
$this->load->view('admin/products/dialog/addCommentDialog');
?>
示例3: create_form_button
admin/jobsmethods" method="post" >
<div>
<table class="table_input">
<tr>
<td>Tên phương thức làm việc</td>
<td><input name="search_name" class="smallInput big" value="<?php
echo $searchKey;
?>
"/></td>
</tr>
</table>
</div>
<div class="clear"></div>
<div class="button_bar">
<?php
create_form_button('submit_button button_ok', 'Tìm kiếm');
?>
<br />
</div>
<div class="clear" style="height: 20px;"></div>
</form>
</div>
</div>
</div>
<div id="portlets">
<div class="column"></div>
<div class="portlet">
<div class="portlet-header fixed">
<img src="<?php
echo $this->admin_images;
?>
示例4: create_form_button
</div>
<?php
}
?>
</div>
<div class="clear"></div>
<div class="button_bar">
<br /><br />
<?php
create_form_button('button xemtruoc', 'Xem trước');
?>
<?php
create_form_button('submit_button button_ok', 'Save');
?>
<?php
create_form_button('reset_button button_notok', 'Reset');
?>
</div>
</form>
</div>
<div id="review_box" style="display:none;">
<div class="news-sub-left" >
<div class="news-box" style="height:auto;">
<div class="news-box-content" style="height:auto;padding-top:5px;">
<div class="title-news" style="text-align:left;"></div>
<div class="content-news" style="text-align:left;"></div>
</div>
</div>
</div>
示例5: create_form_button
?>
><?php
echo $k * 5;
?>
</option>
<?php
}
?>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="button_bar">
<?php
create_form_button('submit_button button_search', 'Seach');
create_form_button('reset_button button_notok', 'Xóa');
?>
</div>
</form>
</div>
<div class="clear"></div>
<?php
if (isset($search_result) && $search_result == 1) {
$this->load->view('admin/news/search_result');
}
示例6: create_form_button
</td>
<td>
<div align="center">
<input type="text" style="width:50px;" value="<?php
echo $row->position;
?>
" name="position_<?php
echo $row->id;
?>
" />
</div>
</td>
</tr>
<?php
}
?>
<tr>
<td colspan="4">
<div style="float:right;"><?php
create_form_button('submit_button button_ok', 'Cập nhật');
?>
</div>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
</div>
示例7: create_form_button
<td><input type="text" name="title" value="" class="smallInput medium" /></td>
</tr>
<tr>
<td><label for="name">Tên:</label></td>
<td><input type="text" name="name" value="" class="smallInput medium" /></td>
</tr>
<tr>
<td><label for="name">Email:</label></td>
<td><input type="text" name="email" value="" class="smallInput medium" /></td>
</tr>
<tr>
<td><label for="name">Nội dung:</label></td>
<td><textarea rows="5" name="content" class="smallInput medium"></textarea></td>
</tr>
<tr>
<td><label for="name">Ngày giờ đăng<br>(yyyy-mm-dd hh:ii:ss)<br />(2012-12-24 10:12:59):</label></td>
<td><input name="creationDate" class="smallInput medium" /></td>
</tr>
<tr>
<td colspan="2">
<div class="button_bar">
<?php
create_form_button('saveComment button_ok', 'Lưu dữ liệu');
?>
<div class="clear"></div>
</div>
</td>
</tr>
</table>
</form>
</div>
示例8: create_form_button
}
</script>
<div class="copyProductSpecDialog" style="display: none;">
<form id="frmCopyProductSpec" method="post" action="<?php
echo $base_url;
?>
admin/products/copyProduct">
<table class="table_input table_chooseNewType">
<tr>
<td>Sản phẩm nguồn:</td>
<td>
<input type="text" readonly="readonly" name="product" value="" style="float:left;" />
<input type="hidden" name="productId" value="" />
<a href="javascript:void(0)" class="chooseProduct" >Chọn</a>
</td>
</tr>
</table>
<table class="table_input">
<tr class="copySpecButton">
<td colspan="2"><?php
create_form_button('submit_button button_ok', 'Luu dữ liệu');
?>
</td>
</tr>
</table>
</form>
</div>
示例9: create_form_button
<label for="name">Điện thoại:</label>
<input type="text" name="phone" class="smallInput wide" value="<?php
echo $object->phone;
?>
" />
<label for="name">Địa chỉ:</label>
<input type="text" name="address" class="smallInput wide" value="<?php
echo $object->address;
?>
" />
<div class="button_bar">
<br /><br />
<?php
create_form_button('submit_button button_ok', 'Lưu thông tin người dùng');
?>
</div>
</form>
</div>
示例10: addNewProductSpec
}
});
});
}
function addNewProductSpec()
{
$(".newProductSpecDialog").dialog("open");
}
</script>
<div class="newProductSpecDialog" style="display: none;">
<form id="frmNewProductSpecDialog" method="post">
<table class="table_input">
<tr>
<td>Chọn thuộc tính:</td>
<td>
<input type="text" readonly="readonly" name="newProductSpec" value="" style="float:left;" />
<input type="hidden" name="newProductSpecId" value="" />
<a href="javascript:void(0)" class="chooseNewProductSpec" >Chọn</a>
</td>
</tr>
<tr >
<td colspan="2"><?php
create_form_button('saveNewProductSpec button_ok', 'Luu dữ liệu');
?>
</td>
</tr>
</table>
</form>
</div>
示例11: create_form_button
</td>
</tr>
<tr class="tr_group">
<td><label>Thuộc nhóm:<span style="color: red;">*</span></label></td>
<td>
<input type="text" name="specGroupText" value="" readonly="readonly" class="smallInput medium fl" />
<a href="javascript:void(0)" class="chooseSpecGroup">Chọn nhóm</a>
<a href="javascript:void(0)" class="clearSpecGroup">Clear</a>
<input type="hidden" name="specGroupId" value="" class="smallInput medium" /><br />
<label class="error" for="specGroupText" generated="true"></label>
</td>
</tr>
</table>
<table class="table_input">
<tr class="addSpecButton">
<td colspan="2"><?php
create_form_button('addSpecSubmit button_ok', 'Luu dữ liệu');
?>
</td>
</tr>
<tr class="editSpecButton">
<td colspan="2"><?php
create_form_button('editSpecSubmit button_ok', 'Luu dữ liệu');
?>
</td>
</tr>
</table>
</form>
</div>