|
Revision 758, 0.8 kB
(checked in by earle, 3 years ago)
|
|
New about screen (action=about) and DOAP data screen (action=about;format=rdf). Link to same in footer template. Closes #42.
|
-
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="search.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 | Powered by <a href="[% full_cgi_url%]?action=about">OpenGuides [% openguides_version %]</a>. |
|---|
| 25 | </p> |
|---|
| 26 | [% END %] |
|---|
| 27 | |
|---|
| 28 | </div> |
|---|
| 29 | </div> |
|---|
| 30 | </body> |
|---|
| 31 | </html> |
|---|