ここの情報は古いです。ご理解頂いた上でお取り扱いください。
Line | |
---|
1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | ({ext_include file="inc_subnavi_adminSNSConfig.tpl"}) |
---|
3 | |
---|
4 | ({assign var="page_name" value="文字装飾設定"}) |
---|
5 | ({ext_include file="inc_tree_adminSNSConfig.tpl"}) |
---|
6 | </div> |
---|
7 | |
---|
8 | ({*ここまで:navi*}) |
---|
9 | |
---|
10 | ({if $msg})<p class="actionMsg">({$msg})</p>({/if}) |
---|
11 | <h2>文字装飾設定</h2> |
---|
12 | <div class="contents"> |
---|
13 | <h3>文字装飾使用設定</h3> |
---|
14 | |
---|
15 | <p>メンバーが使用できる文字装飾を設定します。</p> |
---|
16 | <p>ボタン画像の変更は[<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('edit_skin_image','page')})">デザイン・スキン設定</a>]からおこなえます。</p> |
---|
17 | |
---|
18 | <form action="./" method="post"> |
---|
19 | <input type="hidden" name="m" value="({$module_name})"> |
---|
20 | <input type="hidden" name="a" value="do_({$hash_tbl->hash('update_c_deco','do')})"> |
---|
21 | <input type="hidden" name="sessid" value="({$PHPSESSID})"> |
---|
22 | |
---|
23 | <table class="basicType2"> |
---|
24 | <thead> |
---|
25 | <tr> |
---|
26 | <th>ID</th> |
---|
27 | <th>画像</th> |
---|
28 | <th>装飾名</th> |
---|
29 | <th>表示例</th> |
---|
30 | <th>操作</th> |
---|
31 | </tr> |
---|
32 | </thead> |
---|
33 | <tbody> |
---|
34 | ({foreach from=$c_config_decoration_list item=item}) |
---|
35 | <tr> |
---|
36 | <th>({$item.c_config_decoration_id})</th> |
---|
37 | <td><img src="" /></td> |
---|
38 | <td>({$item.caption})</td> |
---|
39 | <td>({$item.sample|smarty:nodefaults})</td> |
---|
40 | <td> |
---|
41 | <input type="radio" name="is_enabled[({$item.c_config_decoration_id})]" value="1" ({if $item.is_enabled})) checked="checked"({/if}) />使用する |
---|
42 | |
---|
43 | <input type="radio" name="is_enabled[({$item.c_config_decoration_id})]" value="0" ({if !$item.is_enabled})) checked="checked"({/if}) />使用しない |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | ({/foreach}) |
---|
47 | <tr> |
---|
48 | <td colspan="5" align="right"><input type="submit" value="変更" /></th> |
---|
49 | </tr> |
---|
50 | </tbody> |
---|
51 | </table> |
---|
52 | </form> |
---|
53 | |
---|
54 | ({$inc_footer|smarty:nodefaults}) |
---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: