67b65ee79dc90c68ad0b5f2ceb91eac1ca40ffd6
[diogenes.git] / templates / toplevel-options.tpl
1 <form method="post" action="{$post}">
2 <input type="hidden" name="action" value="options" />
3 <table class="light" style="width:80%">
4 <tr>
5   <th colspan="2">{$msg_display_options}</th>
6 </tr>
7 <tr>
8   <td>{$msg_menu_style}</td>
9   <td>{html_options name='menu_style' selected=$menu_style options=$menu_styles}</td>
10 </tr>
11 {if $menu_themes}
12 <tr>
13   <td>{$msg_menu_theme}</td>
14   <td>{html_options name='menu_theme' selected=$menu_theme options=$menu_themes}</td>
15 </tr>
16 {/if}
17 <tr>
18   <td>{$msg_site_template_dir}</td>
19   <td><input type="text" name="template_dir" value="{$template_dir}" size="30" /></td>
20 </tr>
21 <tr>
22   <td>{$msg_site_template}</td>
23   <td>{html_options name='template' selected=$template options=$templates}</td>
24 </tr>
25 <tr>
26   <td>{$msg_site_style_sheet}</td>
27   <td>{html_options name='barrel_style_sheet' selected=$barrel_style_sheet options=$style_sheets}</td>
28 <tr>
29   <td>{$msg_validate_pages}</td>
30   <td><input type="checkbox" name="validatepages"{if $validatepages} checked="checked"{/if}/></td>
31 </tr>
32 </table>
33
34 <br/>
35
36 <table class="light" style="width:80%">
37 <tr>
38   <th colspan="2">{$msg_system_options}</th>
39 </tr>
40 <tr>
41   <td>{$msg_html_editor}</td>
42   <td>{html_options name='html_editor' selected=$html_editor options=$html_editors}</td>
43 </tr>
44 <tr>
45   <td>{$msg_word_import}</td>
46   <td>{html_options name='word_import' selected=$word_import options=$word_imports}</td>
47 </tr>
48 </table>
49
50 <br/>
51
52 <table class="light" style="width:80%">
53 <tr>
54   <th colspan="2">{$msg_debug_options}</th>
55 </tr>
56 <tr>
57   <td>{$msg_debug_database}</td>
58   <td><input type="checkbox" name="debugdatabase"{if $debugdatabase} checked="checked"{/if}/></td>
59 </tr>
60 <tr>
61   <td>{$msg_debug_plugins}</td>
62   <td><input type="checkbox" name="debugplugins"{if $debugplugins} checked="checked"{/if}/></td>
63 </tr>
64 </table>
65
66 <p>
67   <input type="submit" value="{$msg_submit}" />
68 </p>
69
70 </form>
71