1 | <!--{*
|
---|
2 | /*
|
---|
3 | * This file is part of EC-CUBE
|
---|
4 | *
|
---|
5 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
|
---|
6 | *
|
---|
7 | * http://www.lockon.co.jp/
|
---|
8 | *
|
---|
9 | * This program is free software; you can redistribute it and/or
|
---|
10 | * modify it under the terms of the GNU General Public License
|
---|
11 | * as published by the Free Software Foundation; either version 2
|
---|
12 | * of the License, or (at your option) any later version.
|
---|
13 | *
|
---|
14 | * This program is distributed in the hope that it will be useful,
|
---|
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
17 | * GNU General Public License for more details.
|
---|
18 | *
|
---|
19 | * You should have received a copy of the GNU General Public License
|
---|
20 | * along with this program; if not, write to the Free Software
|
---|
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
---|
22 | */
|
---|
23 | *}-->
|
---|
24 |
|
---|
25 | <!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="PDF入力"}-->
|
---|
26 |
|
---|
27 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
|
---|
28 | <input type="hidden" name="mode" value="confirm">
|
---|
29 | <!--{foreach from=$arrForm.order_id item=order_id}-->
|
---|
30 | <input type="hidden" name="order_id[]" value="<!--{$order_id}-->">
|
---|
31 | <!--{/foreach}-->
|
---|
32 | <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
|
---|
33 |
|
---|
34 | <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
---|
35 | <tr>
|
---|
36 | <td bgcolor="#f3f3f3" width="400" class="fs14n"><span class="white"><!--コンテンツタイトル-->帳票の作成</span></td>
|
---|
37 | </tr>
|
---|
38 | </table>
|
---|
39 |
|
---|
40 | <table width="440" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
---|
41 | <tr class="fs12n">
|
---|
42 | <td width="120" bgcolor="#f3f3f3">受注番号</td>
|
---|
43 | <td width="307" bgcolor="#ffffff">
|
---|
44 | <!--{foreach from=$arrForm.order_id item=order_id}-->
|
---|
45 | <!--{$order_id}-->,
|
---|
46 | <!--{/foreach}-->
|
---|
47 | </td>
|
---|
48 | </tr>
|
---|
49 | <tr class="fs12n">
|
---|
50 | <td width="120" bgcolor="#f3f3f3">発行日</td>
|
---|
51 | <td width="307" bgcolor="#ffffff"><!--{if $arrErr.year}--><span class="red"><!--{$arrErr.year}--></span><!--{/if}-->
|
---|
52 | <select name="year">
|
---|
53 | <!--{html_options options=$arrYear selected=$arrForm.year}-->
|
---|
54 | </select>年
|
---|
55 | <select name="month">
|
---|
56 | <!--{html_options options=$arrMonth selected=$arrForm.month}-->
|
---|
57 | </select>月
|
---|
58 | <select name="day">
|
---|
59 | <!--{html_options options=$arrDay selected=$arrForm.day}-->
|
---|
60 | </select>日
|
---|
61 | <span class="red">※必須入力</span>
|
---|
62 | </td>
|
---|
63 | </tr>
|
---|
64 | <tr class="fs12n">
|
---|
65 | <td width="120" bgcolor="#f3f3f3">帳票の種類</td>
|
---|
66 | <td width="307" bgcolor="#ffffff"><!--{if $arrErr.download}--><span class="red"><!--{$arrErr.download}--></span><!--{/if}-->
|
---|
67 | <select name="type">
|
---|
68 | <!--{html_options options=$arrType selected=$arrForm.type}-->
|
---|
69 | </select>
|
---|
70 | </td>
|
---|
71 | </tr>
|
---|
72 | <tr class="fs12n">
|
---|
73 | <td width="120" bgcolor="#f3f3f3">ダウンロード方法</td>
|
---|
74 | <td width="307" bgcolor="#ffffff"><!--{if $arrErr.download}--><span class="red"><!--{$arrErr.download}--></span><!--{/if}-->
|
---|
75 | <select name="download">
|
---|
76 | <!--{html_options options=$arrDownload selected=$arrForm.download}-->
|
---|
77 | </select>
|
---|
78 | </td>
|
---|
79 | </tr>
|
---|
80 | <tr class="fs12">
|
---|
81 | <td width="120" bgcolor="#f3f3f3">帳票タイトル</td>
|
---|
82 | <td width="307" bgcolor="#ffffff"><!--{if $arrErr.title}--><span class="red"><!--{$arrErr.title}--></span><!--{/if}-->
|
---|
83 | <input type="text" name="title" size="40" value="<!--{$arrForm.title}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
84 | <span class="red">※未入力時は、デフォルトのタイトルが表示されます。</span><br />
|
---|
85 | </td>
|
---|
86 | </tr>
|
---|
87 | <tr class="fs12">
|
---|
88 | <td width="120" bgcolor="#f3f3f3">帳票メッセージ</td>
|
---|
89 | <td width="307" bgcolor="#ffffff"><!--{if $arrErr.msg1}--><span class="red"><!--{$arrErr.msg1}--></span><!--{/if}-->
|
---|
90 | 1行目:<input type="text" name="msg1" size="40" value="<!--{$arrForm.msg1}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
91 | <!--{if $arrErr.msg2}--><span class="red"><!--{$arrErr.msg1}--></span><!--{/if}-->
|
---|
92 | 2行目:<input type="text" name="msg2" size="40" value="<!--{$arrForm.msg2}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
93 | <!--{if $arrErr.msg3}--><span class="red"><!--{$arrErr.msg3}--></span><!--{/if}-->
|
---|
94 | 3行目:<input type="text" name="msg3" size="40" value="<!--{$arrForm.msg3}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
95 | <span class="red">※未入力時は、デフォルトのメッセージが表示されます。</span><br />
|
---|
96 | </td>
|
---|
97 | </tr>
|
---|
98 | <tr class="fs12">
|
---|
99 | <td width="120" bgcolor="#f3f3f3">備考</td>
|
---|
100 | <td width="307" bgcolor="#ffffff">
|
---|
101 | 1行目:<input type="text" name="etc1" size="40" value="" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
102 | <!--{if $arrErr.etc2}--><span class="red"><!--{$arrErr.msg1}--></span><!--{/if}-->
|
---|
103 | 2行目:<input type="text" name="etc2" size="40" value="" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
104 | <!--{if $arrErr.etc3}--><span class="red"><!--{$arrErr.msg3}--></span><!--{/if}-->
|
---|
105 | 3行目:<input type="text" name="etc3" size="40" value="" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/><br />
|
---|
106 | <span class="red">※未入力時は、表示されません。</span><br />
|
---|
107 | </td>
|
---|
108 | </tr>
|
---|
109 |
|
---|
110 | <tr class="fs12">
|
---|
111 | <td width="120" bgcolor="#f3f3f3">ポイント表記</td>
|
---|
112 | <td width="307" bgcolor="#ffffff">
|
---|
113 | <input type="radio" name="disp_point" value="1" checked="checked" />する <input type="radio" name="disp_point" value="0" />しない<br />
|
---|
114 | <span style="font-size: 80%;">※「する」を選択されても、お客様が非会員の場合は表示されません。</span>
|
---|
115 | </td>
|
---|
116 | </tr>
|
---|
117 | </table>
|
---|
118 |
|
---|
119 | <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
---|
120 | <tr>
|
---|
121 | <td align="center" bgcolor="#f3f3f3">
|
---|
122 | <div class="btn">
|
---|
123 | <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" >
|
---|
124 | <a href="javascript:window.close()" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_close_on.gif','b_close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_close.gif','b_close');"><img src="<!--{$TPL_DIR}-->img/common/b_close.gif" width="140" height="30" alt="閉じる" border="0" name="b_close" /></a>
|
---|
125 | </div>
|
---|
126 | </td>
|
---|
127 | </tr>
|
---|
128 | </table>
|
---|
129 |
|
---|
130 | </form>
|
---|
131 |
|
---|
132 | <!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}-->
|
---|
133 |
|
---|