Ignore:
Timestamp:
11/08/08 13:16:17 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB in release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt

    r3 r463  
    2626having to write any code. Just add this inline in the topic text: 
    2727<verbatim> 
    28 %INCLUDE{"%TWIKIWEB%/JSCalendarContribInline"}% 
     28%INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 
    2929</verbatim> 
    3030Then, to display a calendar icon next to a text input field: 
    3131<verbatim> 
    3232<input type="text" id="cal_val_here" /> 
    33 <input type="image" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
     33<input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
    3434</verbatim> 
    3535If the contrib is installed, you will see such a field here: 
    36 %INCLUDE{"%TWIKIWEB%/JSCalendarContribInline"}% 
     36%INCLUDE{"%SYSTEMWEB%/JSCalendarContribInline"}% 
    3737<input type="text" id="cal_val_here" /> 
    38 <input type="image" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
     38<input type="image" src="%PUBURL%/%SYSTEMWEB%/JSCalendarContrib/img.gif" onclick="javascript: return showCalendar('cal_val_here','%e %B %Y')" /> 
    3939 
    4040<!-- 
     
    7676|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | 
    7777 
    78 __Related Topics:__ %TWIKIWEB%.TWikiPreferences 
     78__Related Topics:__ %SYSTEMWEB%.TWikiPreferences 
    7979 
    8080%META:FILEATTACHMENT{name="screenshot.gif" attr="h" comment="" version="1"}% 
Note: See TracChangeset for help on using the changeset viewer.