本文整理汇总了PHP中inoform类的典型用法代码示例。如果您正苦于以下问题:PHP inoform类的具体用法?PHP inoform怎么用?PHP inoform使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了inoform类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: gettext
<div class="row small-left-padding">
<div id="form_all">
<div id="form_headerDiv">
<form action="" method="post" id="ec_cart_line" name="cart_line">
<span class="heading"><?php
echo gettext('Cart');
$f = new inoform();
?>
</span>
<div id="form_serach_header" class="tabContainer">
<label><?php
echo gettext('User Name');
?>
</label>
<?php
echo $f->select_field_from_object('user_id', user::find_all(), 'user_id', 'username', $user_id_h, 'user_id');
?>
<a name="show" href="form.php?class_name=ec_cart&<?php
echo "mode={$mode}";
?>
" class="show document_id ec_cart_id">
<i class="fa fa-refresh"></i></a>
</div>
<div id ="form_line" class="ec_cart"><span class="heading">Product Details </span>
<div id="tabsLine">
<ul class="tabMain">
<li><a href="#tabsLine-1"><?php
echo gettext('Current Cart');
?>
</a></li>
<li><a href="#tabsLine-2"><?php
示例2: gettext
<th><?php echo gettext('Item Id') ?></th>
<th><?php echo gettext('Item Number') ?></th>
<th><?php echo gettext('Revision') ?></th>
<th><?php echo gettext('Item Description') ?></th>
<th><?php echo gettext('UOM') ?></th>
<th><?php echo gettext('Quantity') ?></th>
<th><?php echo gettext('Kit Item') ?></th>
<th><?php echo gettext('Kit Config') ?></th>
<th><?php echo gettext('Config Id') ?></th>
</tr>
</thead>
<tbody class="form_data_line_tbody">
<tr class="inv_transaction_line0" id="tab1_1">
<td>
<?php
$f = new inoform();
echo ino_inline_action($$class->inv_transaction_id, array('org_id' => $$class->org_id,
'transaction_type_id' => $$class->transaction_type_id));
?>
</td>
<td>
<?php echo $f->text_field_dsr('inv_transaction_id', 'lineId'); ?>
</td>
<td><?php $f->text_field_widsr('item_id_m'); ?></td>
<td><?php
$f->val_field_widm('item_number', 'item', 'item_number', '', 'vf_select_item_number');
echo $f->hidden_field_withCLass('transactable_cb', '1', 'popup_value');
?>
<i class="generic g_select_item_number select_popup clickable fa fa-search" data-class_name="item"></i></td>
<td><?php $f->text_field_widsr('revision_name'); ?></td>
<td><?php $f->text_field_wid('item_description'); ?></td>
示例3: gettext
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Address Details');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Attachments');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<ul class="column header_field two_column_form ">
<li><?php
$f = new inoform();
echo $f->hidden_field_withIdClass('hd_subscription_header_id', ${$class}->hd_subscription_header_id, 'hd_subscription_header_id');
$f->l_select_field_from_array('subscription_type', hd_subscription_header::$subscription_type_a, ${$class}->subscription_type, 'subscription_type', '', 1);
?>
</li>
<li><label>Membership Type</label><?php
echo $f->select_field_from_object('document_type', option_header::find_options_byName('HD_SUBSCR_DOC_TYPE'), 'option_line_code', 'option_line_value', ${$class}->document_type, 'document_type', $readonly1, '', '');
?>
</li>
<li><?php
$f->l_text_field_d('first_name');
?>
</li>
<li><?php
$f->l_text_field_d('last_name');
?>
示例4: gettext
<form action="" method="post" id="fa_asset_retirement" name="fa_asset_retirement">
<span class="heading"><?php
echo gettext('Asset Retirement');
?>
</span>
<div id ="form_header"><?php
$f = new inoform();
?>
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Attachments');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Note');
?>
</a></li>
<li><a href="#tabsHeader-4"><?php
echo gettext('Action');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<div class="large_shadow_box">
示例5: inoform
<?php
$f = new inoform();
if (!isset($readonly1)) {
$readonly1 = $readonly;
}
?>
<span class="heading-right"><?php
echo gettext('Journal Header');
?>
</span>
<div id ="form_header">
<form action="" method="post" id="gl_journal_header" name="gl_journal_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Reference Details');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Attachments');
?>
</a></li>
<li><a href="#tabsHeader-4"><?php
echo gettext('Note');
?>
示例6: inoform
<!-- *
inoERP
*
* @copyright 2014 Nishit R. Das
* @license https://www.mozilla.org/MPL/2.0/
* @link http://inoideas.org
* @source code https://github.com/inoerp/inoERP
-->
<div id ="form_header"><span class="heading"><?php
$f = new inoform();
echo gettext('Project Revenue');
?>
</span>
<form method="post" id="prj_revenue_header" name="prj_revenue_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Finance');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('References');
?>
</a></li>
<li><a href="#tabsHeader-4"><?php
echo gettext('Note');
示例7: gettext
?>
</th>
<th><?php
echo gettext('Org Id');
?>
</th>
<th><?php
echo gettext('Employee');
?>
</th>
</tr>
</thead>
<tbody class="form_data_line_tbody">
<?php
$count = 0;
$f = new inoform();
foreach ($prj_resource_list_line_object as $prj_resource_list_line) {
?>
<tr class="prj_resource_list_line<?php
echo $count;
?>
">
<td>
<?php
echo ino_inline_action($prj_resource_list_line->prj_resource_list_line_id, array('prj_resource_list_header_id' => $prj_resource_list_header->prj_resource_list_header_id));
?>
</td>
<td><?php
$f->seq_field_d($count);
?>
示例8: gettext
echo gettext('GL Line Price');
?>
</th>
<th><?php
echo gettext('GL Tax Amount');
?>
</th>
<th><?php
echo gettext('Line Description');
?>
</th>
</tr>
</thead>
<tbody class="form_data_line_tbody">
<?php
$f = new inoform();
$count = 0;
foreach ($po_line_object as $po_line) {
?>
<tr class="po_line<?php
echo $count;
?>
">
<td><?php
$f->seq_field_d($count);
?>
</td>
<td><?php
echo $f->select_field_from_object('price_list_header_id', mdm_price_list_header::find_all_purchasing_pl(), 'mdm_price_list_header_id', 'price_list', ${$class_second}->price_list_header_id, '', 'medium copyValue');
?>
示例9: gettext
<div id="form_all">
<form action="" method="post" id="fa_depreciation_header" name="fa_depreciation_header">
<span class="heading"><?php
echo gettext('Depreciation Header');
?>
</span><?php
$f = new inoform();
?>
<div id ="form_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Attachments');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Notes');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<div class="large_shadow_box">
<ul class="column header_field">
<li><?php
$f->l_text_field_dr_withSearch('fa_depreciation_header_id');
?>
示例10: inoform
<div id ="form_all"><span class="heading"><?php
$f = new inoform();
echo gettext('Task Type');
?>
</span>
<form action="" method="post" id="adm_task_type" name="adm_task_type">
<div id ="form_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Attachments');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Notes');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<ul class="column header_field">
<li><?php
$f->l_text_field_dr_withSearch('adm_task_type_id');
?>
<a name="show" href="form.php?class_name=adm_task_type&<?php
echo "mode={$mode}";
?>
示例11: inoform
} else {
echo "<br>Selected database has " . $existing_tables->table_count . ' number of tables. Remove all tables before proceeding further';
$proceed = false;
}
}
if (!$proceed) {
require_once 'dbsettings.php';
echo "<a href='' class='button btn-primary error'>Fix above error to proceed further</a>";
return;
}
?>
<form action="" name="import_db" id="import_db" method="get">
<ul class="list-unstyled">
<h2> You can convert a demo instance to a production instance after the installation</h2>
<li><label>DB Instance Type</label>
<?php
$f = new inoform();
echo $f->select_field_from_array('db_type', $db_type_a, '');
?>
</li>
<?php
echo $f->hidden_field_withId('action', 'complete_install');
?>
<li><input type="submit" class="button" id='complete_install' value="Start Installation" ></li>
</ul>
</form>
<div id="progress_message" class="message">
<div id="progress" class="message"></div><div id="information" class="message"></div>
</div>
示例12: inoform
<?php
$mode = 2;
if (!empty($_GET['email'])) {
${$class}->email_id = $_GET['email'];
}
$reference_table = !empty($_GET['reference_table']) ? $_GET['reference_table'] : '';
$reference_id = !empty($_GET['reference_id']) ? $_GET['reference_id'] : '';
?>
<div id ="web_mail_divId">
<form action="" method="post" id="web_mail" name="web_mail">
<span class="heading"><?php
$f = new inoform();
echo gettext('Web eMail');
?>
</span>
<div id ="form_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Message');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Attachments');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<ul class="column header_field">
示例13: inoform
<div id ="form_all"><span class="heading"><?php
$f = new inoform();
echo gettext('Onhand Reservation');
?>
</span>
<form method="post" id="inv_reservation" name="inv_reservation">
<div id ="form_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Attachments');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Notes');
?>
</a></li>
</ul>
<div class="tabContainer">
<div id="tabsHeader-1" class="tabContent">
<ul class="column header_field">
<li><?php
$f->l_text_field_dr_withSearch('inv_reservation_id');
?>
<a name="show" href="form.php?class_name=inv_reservation&<?php
echo "mode={$mode}";
?>
示例14: inoform
<!-- *
inoERP
*
* @copyright 2014 Nishit R. Das
* @license https://www.mozilla.org/MPL/2.0/
* @link http://inoideas.org
* @source code https://github.com/inoerp/inoERP
-->
<div id ="form_header"><span class="heading"><?php
$f = new inoform();
echo gettext('Project Type');
?>
</span>
<form action="" method="post" id="prj_project_type_header" name="prj_project_type_header">
<div id="tabsHeader">
<ul class="tabMain">
<li><a href="#tabsHeader-1"><?php
echo gettext('Basic Info');
?>
</a></li>
<li><a href="#tabsHeader-2"><?php
echo gettext('Costing');
?>
</a></li>
<li><a href="#tabsHeader-3"><?php
echo gettext('Budget');
?>
</a></li>
<li><a href="#tabsHeader-4"><?php
echo gettext('Billing');
?>
示例15: foreach
</th>
</tr>
</thead>
<tbody class="form_data_line_tbody">
<?php
$count = 0;
foreach ($hd_sbp_line_object as $hd_sbp_line) {
?>
<tr class="hd_sbp_line<?php
echo $count;
?>
">
<td>
<?php
$f = new inoform();
echo ino_inline_action($hd_sbp_line->hd_sbp_line_id, array('hd_sbp_header_id' => ${$class}->hd_sbp_header_id));
?>
</td>
<td><?php
$f->seq_field_d($count);
?>
</td>
<td><?php
form::text_field_wid2sr('hd_sbp_line_id');
?>
</td>
<td><?php
echo $f->select_field_from_object('hd_service_activity_header_id', hd_service_activity_header::find_all(), 'hd_service_activity_header_id', 'activity_name', ${$class_second}->hd_service_activity_header_id);
?>
</td>