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/TouchGraphPlugin/templates/view.tglaunch.tmpl

    r366 r464  
    1010 <body style="horizontal-align: center; vertical-align: middle"> 
    1111  <!-- tag must be on one line for twiki! --> 
    12   <applet name="wikiapplet" code="com.touchgraph.wikibrowser.TGWikiBrowserApplet" archive="%PUBURLPATH%/%TWIKIWEB%/TouchGraphPlugin/TGWikiBrowser.jar" width="500" height="500"> 
     12  <applet name="wikiapplet" code="com.touchgraph.wikibrowser.TGWikiBrowserApplet" archive="%PUBURLPATH%/%SYSTEMWEB%/TouchGraphPlugin/TGWikiBrowser.jar" width="500" height="500"> 
    1313   <param name="DATA_URL" value="%PUBURLPATH%/%WEB%/touchgraph.txt"/> 
    1414   <param name="WIKI_URL" value="<nop>%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/"/> 
     
    2323    Search for a topic: <input type="text" name="term" value=""/><input type="submit" value="Search" onClick="document.wikiapplet.setTopic(document.search.term.value); return false"/>  
    2424  </form> 
    25 <a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/TouchGraphAppletInstructions" target="wiki">Quick Instructions</a> 
     25<a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%SYSTEMWEB%/TouchGraphAppletInstructions" target="wiki">Quick Instructions</a> 
    2626</p> 
    2727 </body> 
Note: See TracChangeset for help on using the changeset viewer.