| 1 | <form method="post" action="{$post}"> |
| 2 | <input type="hidden" name="action" value="update" /> |
| 3 | <table class="light" style="width:80%"> |
| 4 | <tr> |
| 5 | <th colspan="2">{$msg_general_options}</th> |
| 6 | </tr> |
| 7 | <tr> |
| 8 | <td>{$msg_title}</td> |
| 9 | <td><input type="text" name="title" value="{$title}" size="60" /></td> |
| 10 | </tr> |
| 11 | <tr> |
| 12 | <td>{$msg_description}</td> |
| 13 | <td><input type="text" name="description" value="{$description}" size="60" /></td> |
| 14 | </tr> |
| 15 | <tr> |
| 16 | <td>{$msg_keywords}</td> |
| 17 | <td><input type="text" name="keywords" value="{$keywords}" size="60" /></td> |
| 18 | </tr> |
| 19 | <tr> |
| 20 | <td>{$msg_favicon}</td> |
| 21 | <td><input type="text" name="favicon" value="{$favicon}" size="20" /> {$msg_favicon_hint}</td> |
| 22 | </tr> |
| 23 | </table> |
| 24 | |
| 25 | <br/> |
| 26 | |
| 27 | <table class="light" style="width:80%"> |
| 28 | <tr> |
| 29 | <th colspan="2">{$msg_display_options}</th> |
| 30 | </tr> |
| 31 | {if $template_dirs} |
| 32 | <tr> |
| 33 | <td>{$msg_site_template_dir}</td> |
| 34 | <td>{html_options name='template_dir' selected=$template_dir options=$template_dirs}</td> |
| 35 | </tr> |
| 36 | {/if} |
| 37 | <tr> |
| 38 | <td>{$msg_site_template}</td> |
| 39 | <td>{html_options name='template' selected=$template options=$templates}</td> |
| 40 | </tr> |
| 41 | <tr> |
| 42 | <td>{$msg_menu_style}</td> |
| 43 | <td>{html_options name='menu_style' selected=$menu_style options=$menu_styles}</td> |
| 44 | </tr> |
| 45 | {if $menu_themes} |
| 46 | <tr> |
| 47 | <td>{$msg_menu_theme}</td> |
| 48 | <td>{html_options name='menu_theme' selected=$menu_theme options=$menu_themes}</td> |
| 49 | </tr> |
| 50 | {/if} |
| 51 | <tr> |
| 52 | <td>{$msg_menu_min_level}</td> |
| 53 | <td>{html_options name='menu_min_level' selected=$menu_min_level options=$menu_levels}</td> |
| 54 | </tr> |
| 55 | <tr> |
| 56 | <td>{$msg_menu_hide_diogenes}</td> |
| 57 | <td>{html_options name='menu_hide_diogenes' selected=$menu_hide_diogenes options=$menu_hide_diogeness}</td> |
| 58 | </tr> |
| 59 | </table> |
| 60 | |
| 61 | <br/> |
| 62 | |
| 63 | <table class="light" style="width:80%"> |
| 64 | <tr> |
| 65 | <th colspan="2">{$msg_feed_options}</th> |
| 66 | </tr> |
| 67 | <tr> |
| 68 | <td>{$msg_feed_enable}</td> |
| 69 | <td>{html_options name='feed_enable' selected=$feed_enable options=$feed_enable_vals}</td> |
| 70 | </tr> |
| 71 | </table> |
| 72 | |
| 73 | <p> |
| 74 | <input type="submit" value="{$msg_submit}" /> |
| 75 | </p> |
| 76 | </form> |