OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / ec_main / include / iwidgets / quantityrate / include / template / admin.tmpl.html
1 /**\r
2  * 表示データ作成用テンプレート(patTemplate)\r
3  *\r
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
5  *\r
6  * @package    Magic3 Framework\r
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
8  * @copyright  Copyright 2006-2012 Magic3 Project.\r
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
10  * @version    SVN: $Id: admin.tmpl.html 5436 2012-12-07 09:55:12Z fishbone $\r
11  * @link       http://www.magic3.org\r
12  */\r
13 <patTemplate:tmpl name="_widget">\r
14 <table border="0" cellpadding="0" cellspacing="0">\r
15 <tr><td>\r
16     商品1個あたりの送料<input type="text" name="iw_price" value="{PRICE}" size="8" maxlength="8" />円<br />\r
17     <input type="checkbox" name="iw_use_min" {USE_MIN}>商品<input type="text" name="iw_min_count" value="{MIN_COUNT}" size="8" maxlength="8" onkeypress="return m3_numericKey(event,true);" />個以上は無料にする<br />\r
18     <input type="checkbox" name="iw_input_date" {INPUT_DATE} />お届け希望日時の受付\r
19 </td></tr>\r
20 </table>\r
21 </patTemplate:tmpl>\r