source: flexiblewikiplugin/0.11/tracflexwiki/templates/wiki_edit_parent.html

Last change on this file was 5589, checked in by Alexey Kinyov, 14 years ago
  • TracFlexWikiPlugin source commited
File size: 446 bytes
Line 
1<!DOCTYPE html
2    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:py="http://genshi.edgewall.org/"
6      xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
7
8<div class="field">
9  <label>${_('Parent page:')}<br />
10    <input id="node_parent" type="text" name="parent" size="60" value="${node.parent_navpath}" />
11  </label>
12</div>
13
14</html>
Note: See TracBrowser for help on using the repository browser.