3 <TMPL_IF NAME="PAGE_CONFLICT">
5 <b>Your changes conflict with other changes made to the page.</b>
8 Conflict markers have been inserted into the page content. Reconcile the
9 conflict and commit again to save your changes.
12 <TMPL_IF NAME="FAILED_SAVE">
14 <b>Failed to save your changes.</b>
17 Your changes were not able to be saved to disk. The system gave the error:
19 <TMPL_VAR ERROR_MESSAGE>
21 Your changes are preserved below, and you can try again to save them.
24 <TMPL_IF NAME="PAGE_GONE">
26 <b>The page you were editing has disappeared.</b>
29 Perhaps someone else has deleted it or moved it. If you want to recreate
30 this page with your text, click "Save Page" again.
33 <TMPL_IF NAME="CREATION_CONFLICT">
35 <b>While you were creating this page, someone else independently created a page
36 with the same name.</b>
39 The edit box below contains the page's current content, followed by the
40 content you entered previously, to allow you to merge the two
41 together before saving.
48 <TMPL_VAR FIELD-RCSINFO>
49 <TMPL_VAR FIELD-NEWFILE>
50 <TMPL_IF NAME="PAGE_SELECT">
51 Page location: <TMPL_VAR FIELD-PAGE>
52 Page type: <TMPL_VAR FIELD-TYPE>
58 <TMPL_VAR FIELD-EDITCONTENT><br />
59 <TMPL_IF NAME="CAN_COMMIT">
60 Optional comment about this change:<br />
61 <TMPL_VAR FIELD-COMMENTS><br />
63 <TMPL_VAR FORM-SUBMIT>
64 <TMPL_VAR HELPONFORMATTINGLINK>
65 <a class="toggle" href="#attachments">Attachments</a>
66 <TMPL_IF NAME="FIELD-ATTACHMENT">
67 <div class="<TMPL_VAR ATTACHMENTS-CLASS>" id="attachments">
69 <tr><td colspan="5"><TMPL_VAR FIELD-ATTACHMENT><TMPL_VAR FIELD-UPLOAD></td></tr>
70 <TMPL_LOOP NAME="ATTACHMENT_LIST">
71 <tr><td><TMPL_VAR FIELD-SELECT><TMPL_VAR LINK></td><td><TMPL_VAR SIZE></td><td><TMPL_VAR MTIME></td></tr>
73 <TMPL_IF NAME="ATTACHMENT_LIST">
74 <tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-DELETE><TMPL_VAR FIELD-RENAME></td></tr>
81 <TMPL_IF NAME="PAGE_PREVIEW">
84 <span>Page preview:</span>
87 <TMPL_VAR PAGE_PREVIEW>