source: branches/version-2_13-dev/data/Smarty/templates/admin/system/input.tpl @ 23230

Revision 23230, 5.8 KB checked in by m_uehara, 11 years ago (diff)

#2363 r23177, r23181 - r23186, r23188 - r23191, r23194, r23197, r23199 - r23218, r23220, r23223 - r23225 をマージ

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2013 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<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_header.tpl"}-->
25
26<script type="text/javascript">
27<!--
28self.moveTo(20,20);self.focus();
29//-->
30</script>
31
32<form name="form1" id="form1" method="post" action="">
33    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
34    <input type="hidden" name="mode" value="<!--{$tpl_mode|h}-->" />
35    <input type="hidden" name="member_id" value="<!--{$tpl_member_id|h}-->" />
36    <input type="hidden" name="pageno" value="<!--{$tpl_pageno|h}-->" />
37    <input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id|h}-->" />
38
39    <h2>メンバー登録/編集</h2>
40
41    <table>
42        <col width="20%" />
43        <col width="80%" />
44        <tr>
45            <th>名前</th>
46            <td>
47                <!--{if $arrErr.name}--><span class="attention"><!--{$arrErr.name}--></span><!--{/if}-->
48                <input type="text" name="name" size="30" class="box30" value="<!--{$arrForm.name|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name|sfGetErrorColor}-->" />
49                <span class="attention">※必須入力</span>
50            </td>
51        </tr>
52        <tr>
53            <th>所属</th>
54            <td>
55                <!--{if $arrErr.department}--><span class="attention"><!--{$arrErr.department}--></span><!--{/if}-->
56                <input type="text" name="department" size="30" class="box30" value="<!--{$arrForm.department|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.department|sfGetErrorColor}-->" />
57            </td>
58        </tr>
59        <tr>
60            <th>ログインID</th>
61            <td>
62                <!--{if $arrErr.login_id}--><span class="attention"><!--{$arrErr.login_id}--></span><!--{/if}-->
63                <input type="text" name="login_id" size="20" class="box20" value="<!--{$arrForm.login_id|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.login_id|sfGetErrorColor}-->" />
64                <span class="attention">※必須入力</span><br />
65                ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字
66            </td>
67        </tr>
68        <tr>
69            <th>パスワード</th>
70            <td>
71                <!--{if $arrErr.password}--><span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span><!--{/if}-->
72                <input type="password" name="password" size="20" class="box20" value="<!--{$arrForm.password}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.password|sfGetErrorColor}-->" />
73                <span class="attention">※必須入力</span><br />
74                ※半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字
75                <br />
76                <input type="password" name="password02" size="20" class="box20" value="<!--{$arrForm.password02}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.password02|sfGetErrorColor}-->" />
77                <p><span class="attention mini">確認のために2度入力してください。</span></p>
78            </td>
79        </tr>
80        <tr>
81            <th>権限</th>
82            <td>
83                <!--{if $arrErr.authority}--><span class="attention"><!--{$arrErr.authority}--></span><!--{/if}-->
84                <select name="authority" style="<!--{$arrErr.authority|sfGetErrorColor}-->">
85                    <option value="">選択してください</option>
86                    <!--{html_options options=$arrAUTHORITY selected=$arrForm.authority}-->
87                </select>
88                <span class="attention">※必須入力</span>
89            </td>
90        </tr>
91        <tr>
92            <th>稼働/非稼働</th>
93            <td>
94                <!--{if $arrErr.work}--><span class="attention"><!--{$arrErr.work}--></span><!--{/if}-->
95                <!--{assign var=key value="work"}-->
96                <span style="<!--{$arrErr.work|sfGetErrorColor}-->">
97                <input type="radio" id="<!--{$key}-->_1" name="<!--{$key}-->" value="1" <!--{$arrForm.work|sfGetChecked:1}--> /><label for="<!--{$key}-->_1"><!--{$arrWORK.1}--></label>
98                <input type="radio" id="<!--{$key}-->_0" name="<!--{$key}-->" value="0" <!--{$arrForm.work|sfGetChecked:0}--> /><label for="<!--{$key}-->_0"><!--{$arrWORK.0}--></label>
99                </span>
100                <span class="attention">※必須入力</span>
101            </td>
102        </tr>
103    </table>
104
105    <div class="btn-area">
106        <ul>
107            <li><a class="btn-action" href="javascript:;" onclick="if (!eccube.doConfirm()) return false; eccube.fnFormModeSubmit('form1', '<!--{$tpl_mode|h}-->', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
108        </ul>
109    </div>
110</form>
111
112<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.