+csv dep for PG'OCaml.
[cocanwiki.git] / templates / host_menu.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Sitewide settings</title>
5 <meta name="author" content="http://merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1><span>Sitewide settings</span></h1>
11
12 <h2>Interesting pages and links</h2>
13
14 <ul>
15 <li> <a href="/_bin/orphans.cmo">Orphan pages</a> <em>(Pages which cannot be reached from the front page just by clicking links, but which still appear in the <a href="/_sitemap">sitemap</a>)</em> </li>
16 <li> <a href="/_bin/broken_links.cmo">Broken links</a> <em>(Links to pages which don't exist, and the pages where they appear)</em> </li>
17 <li> <a href="/_bin/largest_pages.cmo">Largest pages</a> <em>(Pages ordered by size)</em> </li>
18 <li> <a href="/_bin/dead_ends.cmo">Dead end pages</a> <em>(Pages which don't link to any other page inside the site)</em> </li>
19 </ul>
20
21 <h2>Site management</h2>
22
23 <ul>
24 <li> <a href="/_bin/edit_sitemenu.cmo">Edit site menu</a> </li>
25
26 ::if(can_manage_users)::
27 <li> <a href="/_users">Users</a> </li>
28 ::end::
29
30 ::if(can_manage_contacts)::
31 <li> <a href="/_bin/contacts.cmo">Contact forms</a> </li>
32 ::end::
33
34 ::if(can_edit_global_css)::
35 <li> <a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet</a> </li>
36 ::end::
37
38 ::if(can_edit_macros)::
39 <li> <a href="/_bin/edit_macros.cmo">Edit macros</a> </li>
40 ::end::
41
42 </ul>
43
44 ::if(can_manage_site)::
45
46 <h2>Site settings</h2>
47
48 <table class="left_table">
49 <tr>
50 <th> Canonical hostname: </th>
51 <td> ::canonical_hostname_html:: </td>
52 </tr>
53 <tr>
54 <th> Global stylesheet: </th>
55 <td>
56 ::if(has_global_css)::<a href="/_global.css">View global stylesheet</a>::else::No global stylesheet for this site.::end:: <br/>
57 ::if(has_ie6_fixes_css)::<a href="/_ie6_fixes.css">View IE6 fixes stylesheet</a>::else::No IE6 fixes stylesheet for this site.::end:: <br/>
58 ::if(has_ie7_fixes_css)::<a href="/_ie7_fixes.css">View IE7 fixes stylesheet</a>::else::No IE7 fixes stylesheet for this site.::end:: <br/>
59 ::if(can_edit_global_css)::
60 <a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet ...</a> <br/>
61 <a href="/_bin/edit_host_css_form.cmo?css=ie6_fixes">Edit IE6 fixes stylesheet ...</a> <br/>
62 <a href="/_bin/edit_host_css_form.cmo?css=ie7_fixes">Edit IE7 fixes stylesheet ...</a>
63 ::end::
64 </td>
65 </tr>
66 <tr>
67 <th> Allow anyone to see the site: </th>
68 <td> ::if(view_anon)::Yes::else::No (private / intranet site)::end:: </td>
69 </tr>
70 <tr>
71 <th> Allow anonymous edits: </th>
72 <td> ::if(edit_anon)::Yes::else::No::end:: </td>
73 </tr>
74 <tr>
75 <th> Allow anyone to create accounts: </th>
76 <td> ::if(create_account_anon)::Yes::else::No::end:: </td>
77 </tr>
78 <tr>
79 <th> Managed mailing list: </th>
80 <td> ::if(mailing_list):: Yes <br/>
81 <ul class="menu">
82 <li class="first"><a href="/_bin/mailing_list_view.cmo">View/download current mailing list</a></li>
83 <li><a href="/_bin/mailing_list_compose_form.cmo">Send a message to the mailing list</a></li>
84 </ul>
85 ::else:: No ::end::
86 </td>
87 </tr>
88 <tr>
89 <th> Search box: </th>
90 <td> ::if(search_box)::Yes::else::No::end:: </td>
91 </tr>
92 <tr>
93 <th> Navigation box: </th>
94 <td> ::if(navigation)::Yes::else::No::end:: </td>
95 </tr>
96 <tr>
97 <th> Disable image toolbar: </th>
98 <td> ::if(ie_imagetoolbar_no)::Yes::else::No::end:: </td>
99 </tr>
100 <tr>
101 <th> Global NOODP: </th>
102 <td> ::if(global_noodp)::Yes::else::No::end:: </td>
103 </tr>
104 <tr>
105 <th> Theme: </th>
106 <td> ::if(has_theme_css)::<strong>::theme_name_html::</strong> <br/> ::theme_description_html:: ::else:: Standard wiki theme ::end:: </td>
107 </tr>
108 <tr>
109 <th> Feedback email address: </th>
110 <td> ::if(has_feedback_email):: <code>::feedback_email_html::</code> ::else:: None set up yet. ::end:: </td>
111 </tr>
112 <tr>
113 <th> Branding: </th>
114 <td>
115   ::if(has_brand)::
116   <strong>::brand_html::</strong><br/>
117   Tagline: ::brand_tagline_html:: <br/>
118   Description: ::brand_description_html::
119   ::else::
120   None set up yet.
121   ::end::
122 </td>
123 </tr>
124 <tr>
125 <th> Page bug: </th>
126 <td>
127   ::if(has_pagebug)::
128 <pre>
129 ::pagebug_html::
130 </pre>
131   ::end::
132 </td>
133 </tr>
134 </table>
135
136 <p>
137 <a href="/_bin/edit_host_settings_form.cmo">Edit these settings ...</a>
138 </p>
139
140 <h2>Site maintenance</h2>
141
142 <ul>
143 <li> <a href="/_bin/rebuild_links.cmo">Rebuild link structure</a>
144 </ul>
145 ::end::
146
147 ::include(footer.html)::
148 </body>
149 </html>