Fix prototype call to get_template.
[cocanwiki.git] / templates / host_menu.html
index cdba835..6701229 100644 (file)
 </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>