2 <TMPL_IF NAME="PAGE_CONFLICT">
4 <b>Your changes conflict with other changes made to the page.</b>
7 Conflict markers have been inserted into the page content. Reconcile the
8 conflict and commit again to save your changes.
11 <TMPL_IF NAME="FAILED_SAVE">
13 <b>Failed to save your changes.</b>
16 Your changes were not able to be saved to disk. The system gave the error:
18 <TMPL_VAR ERROR_MESSAGE>
20 Your changes are preserved below, and you can try again to save them.
23 <TMPL_IF NAME="PAGE_GONE">
25 <b>The page you were editing has disappeared.</b>
28 Perhaps someone else has deleted it or moved it. If you want to recreate
29 this page with your text, click "Save Page" again.
32 <TMPL_IF NAME="CREATION_CONFLICT">
34 <b>While you were creating this page, someone else independently created a page
35 with the same name.</b>
38 The edit box below contains the page's current content, followed by the
39 content you entered previously, to allow you to merge the two
40 together before saving.
47 <TMPL_VAR FIELD-RCSINFO>
48 <TMPL_VAR FIELD-NEWFILE>
49 <TMPL_IF NAME="PAGE_SELECT">
50 Page location: <TMPL_VAR FIELD-PAGE>
51 Page type: <TMPL_VAR FIELD-TYPE>
57 <TMPL_VAR FIELD-EDITCONTENT><br />
58 <TMPL_IF NAME="CAN_COMMIT">
59 Optional comment about this change:<br />
60 <TMPL_VAR FIELD-COMMENTS><br />
62 <TMPL_VAR FORM-SUBMIT>
63 <TMPL_VAR HELPONFORMATTINGLINK>
64 <a class="toggle" href="#attachments">Attachments</a>
65 <TMPL_IF NAME="FIELD-ATTACHMENT">
66 <div class="<TMPL_VAR ATTACHMENTS-CLASS>" id="attachments">
68 <tr><td colspan="5"><TMPL_VAR FIELD-ATTACHMENT><TMPL_VAR FIELD-UPLOAD></td></tr>
69 <TMPL_LOOP NAME="ATTACHMENT_LIST">
70 <tr><td><TMPL_VAR FIELD-SELECT><TMPL_VAR LINK></td><td><TMPL_VAR SIZE></td><td><TMPL_VAR MTIME></td></tr>
72 <TMPL_IF NAME="ATTACHMENT_LIST">
73 <tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-DELETE><TMPL_VAR FIELD-RENAME></td></tr>
80 <TMPL_IF NAME="PAGE_PREVIEW">
83 <span>Page preview:</span>
86 <TMPL_VAR PAGE_PREVIEW>