Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ClassicSkin/templates/edit.classic.tmpl

    r14 r464  
    22%TMPL:DEF{"focus"}%try { document.main.text.focus(); } catch (er) {} 
    33%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> 
    55%TMPL:END% 
    66%TMPL:DEF{"bodystart"}%<body bgcolor="#ffffff" onload="initForm()"> 
     
    1111&nbsp; &nbsp; 
    1212</td><td valign="top"> 
    13 %IF{ "context RevCommentPluginEnabled" then="&nbsp; &nbsp; <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="&nbsp; &nbsp; <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 />" }% 
    1414&nbsp; &nbsp; 
    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 /> 
    1616&nbsp; &nbsp; 
    1717<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> 
    1919<font color="#333333" size="-1"> 
    20 %INCLUDE{"%TWIKIWEB%.WikiSyntaxSummary"}% 
     20%INCLUDE{"%SYSTEMWEB%.WikiSyntaxSummary"}% 
    2121</font> 
    2222 </div>%TMPL:END% 
Note: See TracChangeset for help on using the changeset viewer.