|
Revision 617, 0.5 kB
(checked in by dom, 4 years ago)
|
|
New css id maincontent, and misc template bugfixes
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | [% INCLUDE header.tt page_title = "Wanted Pages - $site_name" %] |
|---|
| 2 | [% INCLUDE banner.tt %] |
|---|
| 3 | <div id="content"> |
|---|
| 4 | [% INCLUDE navbar.tt %] |
|---|
| 5 | <div id="maincontent"> |
|---|
| 6 | <h2>Wanted Pages</h2> |
|---|
| 7 | <p> |
|---|
| 8 | These are nodes which have been linked to but do not yet exist. |
|---|
| 9 | </p> |
|---|
| 10 | <ul> |
|---|
| 11 | [% FOREACH node = wanted %] |
|---|
| 12 | <li>[% node.name %] ...... |
|---|
| 13 | [<a href="[% node.edit_link %]"><b>Create</b></a>] |
|---|
| 14 | ...... |
|---|
| 15 | [<a href="[% node.backlink_link %]">Show nodes linking to this</a>] |
|---|
| 16 | </li> |
|---|
| 17 | [% END %] |
|---|
| 18 | </ul> |
|---|
| 19 | |
|---|
| 20 | </div> |
|---|
| 21 | [% INCLUDE footer.tt %] |
|---|