|
Revision 530, 0.9 kB
(checked in by dom, 4 years ago)
|
|
Change custom template locations.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <br clear="all" /> |
|---|
| 2 | |
|---|
| 3 | <div id="search_form"> |
|---|
| 4 | <form action="supersearch.cgi" method="get"> |
|---|
| 5 | <strong><label for="search">Search [% site_name %]:</label></strong> <input type="text" size="50" name="search" id="search" value="Search text" onclick="this.value=''" /> |
|---|
| 6 | <input type="submit" name="Go" value="Go" id="go" class="form_button" /> |
|---|
| 7 | </form> |
|---|
| 8 | </div> |
|---|
| 9 | |
|---|
| 10 | <div id="footer"> |
|---|
| 11 | [% BLOCK delete_link %] |
|---|
| 12 | [% IF enable_page_deletion AND NOT not_deletable %] |
|---|
| 13 | <a href="[% full_cgi_url %]?id=[% node_param %];action=delete">Delete page</a> (admins only) |
|---|
| 14 | [% END %] |
|---|
| 15 | [% END %] |
|---|
| 16 | |
|---|
| 17 | [% TRY %] |
|---|
| 18 | [% INCLUDE custom_footer_credits.tt %] |
|---|
| 19 | [% CATCH %] |
|---|
| 20 | <p> |
|---|
| 21 | [% INCLUDE delete_link %] |
|---|
| 22 | </p> |
|---|
| 23 | <p> |
|---|
| 24 | This wiki powered by <a href="http://openguides.org/">OpenGuides</a> (version [% openguides_version %]). |
|---|
| 25 | </p> |
|---|
| 26 | [% END %] |
|---|
| 27 | |
|---|
| 28 | </div> |
|---|
| 29 | </div> |
|---|
| 30 | </body> |
|---|
| 31 | </html> |
|---|