Changeset 464 for trunk/ClassicSkin/templates/edit.classic.tmpl
- Timestamp:
- 11/08/08 14:34:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/ClassicSkin/templates/edit.classic.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ClassicSkin/templates/edit.classic.tmpl
r14 r464 2 2 %TMPL:DEF{"focus"}%try { document.main.text.focus(); } catch (er) {} 3 3 %TMPL:END% 4 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/% TWIKIWEB%/TWikiJavascripts/twiki_edit.js"></script>4 %TMPL:DEF{"templatescript"}%<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/TWikiJavascripts/twiki_edit.js"></script> 5 5 %TMPL:END% 6 6 %TMPL:DEF{"bodystart"}%<body bgcolor="#ffffff" onload="initForm()"> … … 11 11 12 12 </td><td valign="top"> 13 %IF{ "context RevCommentPluginEnabled" then=" <label for='comment'>Summary of changes: </label> <sup>(<a target='RevComment' onclick='return launchWindow(\"% TWIKIWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a>)</sup> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }%13 %IF{ "context RevCommentPluginEnabled" then=" <label for='comment'>Summary of changes: </label> <sup>(<a target='RevComment' onclick='return launchWindow(\"%SYSTEMWEB%\",\"RevComment\")' href='#%MAKETEXT{Opens page in new window}%' >%MAKETEXT{help}%</a>)</sup> <input type='hidden' name='t' value='%URLPARAM{t}%' /><input class='twikiEditComment' type='text' name='comment' value='%URLPARAM{comment}%'><br />" }% 14 14 15 <input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify <font size="-1">(<a href="#Opens page in new window" target="DontNotify" onclick="return launchWindow('% TWIKIWEB%','DontNotify')" rel='nofollow'>help</a>)</font><br />15 <input type="checkbox" name="dontnotify" %DONTNOTIFYCHECKBOX% /> Minor changes, don't notify <font size="-1">(<a href="#Opens page in new window" target="DontNotify" onclick="return launchWindow('%SYSTEMWEB%','DontNotify')" rel='nofollow'>help</a>)</font><br /> 16 16 17 17 <input type="checkbox" name="forcenewrevision" %FORCENEWREVISIONCHECKBOX% /> Force new revision 18 <font size="-1">(<a href="#Opens page in new window" target="ForceNewRevision" onclick="return launchWindow('% TWIKIWEB%','ForceNewRevision')" rel='nofollow'>help</a>)</font>18 <font size="-1">(<a href="#Opens page in new window" target="ForceNewRevision" onclick="return launchWindow('%SYSTEMWEB%','ForceNewRevision')" rel='nofollow'>help</a>)</font> 19 19 <font color="#333333" size="-1"> 20 %INCLUDE{"% TWIKIWEB%.WikiSyntaxSummary"}%20 %INCLUDE{"%SYSTEMWEB%.WikiSyntaxSummary"}% 21 21 </font> 22 22 </div>%TMPL:END%
Note: See TracChangeset
for help on using the changeset viewer.
