Line | |
---|
1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | ({ext_include file="inc_subnavi_adminSNSConfig.tpl"}) |
---|
3 | ({assign var="page_name" value="ブラックリスト設定"}) |
---|
4 | ({ext_include file="inc_tree_adminSNSConfig.tpl"}) |
---|
5 | </div> |
---|
6 | |
---|
7 | ({*ここまで:navi*}) |
---|
8 | |
---|
9 | ({if $msg})<p class="actionMsg">({$msg})</p>({/if}) |
---|
10 | <h2>ブラックリスト追加</h2> |
---|
11 | <div class="contents"> |
---|
12 | ブラックリストに追加された個体識別番号を持つユーザは、ログイン・新規登録が制限されます。 |
---|
13 | <form action="./" method="post"> |
---|
14 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
15 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('blacklist_add_confirm','page')})" /> |
---|
16 | <input type="hidden" name="sessid" value="({$PHPSESSID})" /> |
---|
17 | |
---|
18 | <table class="basicType2"> |
---|
19 | <tbody> |
---|
20 | <tr> |
---|
21 | <th>個体識別番号</th> |
---|
22 | <td><input name="easy_access_id" type="text" class="basic" value="({$easy_access_id})" size="38" /></td> |
---|
23 | </tr> |
---|
24 | <tr> |
---|
25 | <th>備考</th> |
---|
26 | <td><textarea class="basic" name="info" cols="30" rows="3"></textarea></td> |
---|
27 | </tr> |
---|
28 | <tr> |
---|
29 | <th> </th> |
---|
30 | <td><p class="textBtn"><input type="submit" class="submit" value=" 追 加 " /></p></td> |
---|
31 | </tr> |
---|
32 | </tbody> |
---|
33 | </table> |
---|
34 | </form> |
---|
35 | |
---|
36 | ({$inc_footer|smarty:nodefaults}) |
---|
Note: See
TracBrowser
for help on using the repository browser.