f4d8647123cbeb9032e7cee37666ce434e1ea2da
[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_validate_pages}</td>
27   <td><input type="checkbox" name="validatepages"{if $validatepages} checked="checked"{/if}/></td>
28 </tr>
29 </table>
30
31 <br/>
32
33 <table class="light" style="width:80%">
34 <tr>
35   <th colspan="2">{$msg_system_options}</th>
36 </tr>
37 <tr>
38   <td>{$msg_html_editor}</td>
39   <td>{html_options name='html_editor' selected=$html_editor options=$html_editors}</td>
40 </tr>
41 <tr>
42   <td>{$msg_word_import}</td>
43   <td>{html_options name='word_import' selected=$word_import options=$word_imports}</td>
44 </tr>
45 </table>
46
47 <br/>
48
49 <table class="light" style="width:80%">
50 <tr>
51   <th colspan="2">{$msg_debug_options}</th>
52 </tr>
53 <tr>
54   <td>{$msg_debug_database}</td>
55   <td><input type="checkbox" name="debugdatabase"{if $debugdatabase} checked="checked"{/if}/></td>
56 </tr>
57 <tr>
58   <td>{$msg_debug_plugins}</td>
59   <td><input type="checkbox" name="debugplugins"{if $debugplugins} checked="checked"{/if}/></td>
60 </tr>
61 </table>
62
63 <p>
64   <input type="submit" value="{$msg_submit}" />
65 </p>
66
67 </form>
68