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/SlidyPlugin/templates/view.slidy.tmpl

    r306 r464  
    99  <link rel="icon" href="%FAVICON%" type="image/x-icon" /> 
    1010  <link rel="shortcut icon" href="%FAVICON%" type="image/x-icon" /> 
    11   <link rel="stylesheet" type="text/css" media="screen, projection, print" href="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/slidy.css" />  
    12   <link rel="stylesheet" type="text/css" media="screen, projection, print" href="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/w3c-blue.css" />  
     11  <link rel="stylesheet" type="text/css" media="screen, projection, print" href="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/slidy.css" />  
     12  <link rel="stylesheet" type="text/css" media="screen, projection, print" href="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/w3c-blue.css" />  
    1313  <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%"></base> 
    14   <script src="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/slidy.js" type="text/javascript"></script>  
     14  <script src="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/slidy.js" type="text/javascript"></script>  
    1515</head> 
    1616<body> 
    1717  <!-- logo --> 
    1818  <div class="background">  
    19     <img id="head-icon" alt="graphic with four colored squares" src="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/icon-blue.png" />  
    20     <object id="head-logo" title="W3C logo" type="image/svg+xml" data="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/w3c-logo-blue.svg"><img src="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/w3c-logo-blue.gif" alt="W3C logo" id="head-logo-fallback" /></object> 
     19    <img id="head-icon" alt="graphic with four colored squares" src="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/icon-blue.png" />  
     20    <object id="head-logo" title="W3C logo" type="image/svg+xml" data="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/w3c-logo-blue.svg"><img src="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/w3c-logo-blue.gif" alt="W3C logo" id="head-logo-fallback" /></object> 
    2121  </div> 
    2222<div class="background slanty"> 
    23 <img src="%PUBURLPATH%/%TWIKIWEB%/SlidyPlugin/w3c-logo-slanted.jpg" alt="slanted W3C logo" /> 
     23<img src="%PUBURLPATH%/%SYSTEMWEB%/SlidyPlugin/w3c-logo-slanted.jpg" alt="slanted W3C logo" /> 
    2424</div> 
    2525<!-- slides --> 
Note: See TracChangeset for help on using the changeset viewer.