Edgewall Software

Ticket #4099: not read only page.txt

File not read only page.txt, 1.4 KB (added by PBruin, 6 years ago)

html generated for page that is not checked as read only with r4145

Line 
1    <fieldset id="changeinfo">
2     <legend>Change information</legend>
3
4     <div class="field">
5      <label>Comment about this change (optional):<br />
6      <input id="comment" type="text" name="comment" size="60" value="" /></label>
7     </div><br />
8
9      <div class="options">
10       <label><input type="checkbox" name="readonly" id="readonly" />
11
12       Page is read-only</label>
13      </div>
14
15    </fieldset>
16    <div class="buttons">
17      <input type="submit" name="preview" value="Preview" accesskey="r" />&nbsp;
18      <input type="submit" name="save" value="Submit changes" />&nbsp;
19
20     <input type="submit" name="cancel" value="Cancel" />
21    </div>
22
23    <script type="text/javascript" src="/xxxx/chrome/common/js/wikitoolbar.js"></script>
24   </form>
25
26
27
28</div>
29
30<script type="text/javascript">searchHighlight()</script>
31
32</div>
33
34<div id="footer">
35 <hr />
36 <a id="tracpowered" href="http://trac.edgewall.org/"><img src="/packstar/chrome/common/trac_logo_mini.png" height="30" width="107"
37   alt="Trac Powered"/></a>
38
39 <p class="left">
40  Powered by <a href="/packstar/about"><strong>Trac 0.10.1dev</strong></a><br />
41  By <a href="http://www.edgewall.org/">Edgewall Software</a>.
42 </p>
43 <p class="right">
44  Visit the Trac open source project at<br /><a href="http://trac.edgewall.com/">http://trac.edgewall.com/</a>
45
46 </p>
47</div>
48
49
50
51 </body>
52</html>
53