Fix prototype call to get_template.
[cocanwiki.git] / templates / host_menu.html
index 322dda0..6701229 100644 (file)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Sitewide settings</title>
-<meta name="author" content="http://www.merjis.com/" />
+<meta name="author" content="http://merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
 </head><body>
 <li> <a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet</a> </li>
 ::end::
 
+::if(can_edit_macros)::
+<li> <a href="/_bin/edit_macros.cmo">Edit macros</a> </li>
+::end::
+
 </ul>
 
 ::if(can_manage_site)::
 </tr>
 <tr>
 <th> Global stylesheet: </th>
-<td> ::if(has_global_css)::<a href="/_global.css">View global stylesheet</a>::else::No global stylesheet for this site.::end::<br/>
+<td>
+::if(has_global_css)::<a href="/_global.css">View global stylesheet</a>::else::No global stylesheet for this site.::end:: <br/>
+::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/>
+::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/>
 ::if(can_edit_global_css)::
-<a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet ...</a>
+<a href="/_bin/edit_host_css_form.cmo">Edit global stylesheet ...</a> <br/>
+<a href="/_bin/edit_host_css_form.cmo?css=ie6_fixes">Edit IE6 fixes stylesheet ...</a> <br/>
+<a href="/_bin/edit_host_css_form.cmo?css=ie7_fixes">Edit IE7 fixes stylesheet ...</a>
 ::end::
 </td>
 </tr>
 <td> ::if(navigation)::Yes::else::No::end:: </td>
 </tr>
 <tr>
+<th> Disable image toolbar: </th>
+<td> ::if(ie_imagetoolbar_no)::Yes::else::No::end:: </td>
+</tr>
+<tr>
+<th> Global NOODP: </th>
+<td> ::if(global_noodp)::Yes::else::No::end:: </td>
+</tr>
+<tr>
 <th> Theme: </th>
 <td> ::if(has_theme_css)::<strong>::theme_name_html::</strong> <br/> ::theme_description_html:: ::else:: Standard wiki theme ::end:: </td>
 </tr>
   ::end::
 </td>
 </tr>
+<tr>
+<th> Page bug: </th>
+<td>
+  ::if(has_pagebug)::
+<pre>
+::pagebug_html::
+</pre>
+  ::end::
+</td>
+</tr>
 </table>
 
 <p>