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/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Tag.pm

    r303 r464  
    9494    # if no skills are found, $row will still be empty 
    9595    unless ($rows){ 
    96         $rows = "<tr><td colspan='5' bgcolor='yellow'><font color='red'><strong>$user has not added any skills.</strong></font> ([[%TWIKIWEB%.SkillsPlugin]])</td></tr>"; 
     96        $rows = "<tr><td colspan='5' bgcolor='yellow'><font color='red'><strong>$user has not added any skills.</strong></font> ([[%SYSTEMWEB%.SkillsPlugin]])</td></tr>"; 
    9797    } 
    9898 
    99     my $footer = "[[%TWIKIWEB%.SkillsBrowseAll][Browse Skills]]" 
    100                . " | [[%TWIKIWEB%.SkillsEditMySkills][Edit Your Skills]]</a>" 
    101                . " | [[%TWIKIWEB%.SkillsSearch][SearchSkills]]"; 
     99    my $footer = "[[%SYSTEMWEB%.SkillsBrowseAll][Browse Skills]]" 
     100               . " | [[%SYSTEMWEB%.SkillsEditMySkills][Edit Your Skills]]</a>" 
     101               . " | [[%SYSTEMWEB%.SkillsSearch][SearchSkills]]"; 
    102102 
    103103    my $table = <<"EOT"; 
     
    222222    unless ($rows){ 
    223223        $rows = "<tr><td colspan='5' bgcolor='yellow'><font color='red'><strong>" 
    224               . "No skills have been set up. Go to [[%TWIKIWEB%.SkillsPlugin]] for more information." 
     224              . "No skills have been set up. Go to [[%SYSTEMWEB%.SkillsPlugin]] for more information." 
    225225              . "</strong></font></td></tr>"; 
    226226    } 
     
    231231<table class='skillsTable'> 
    232232<tr> 
    233 <th class='skillsHeading' colspan='6'><a href='%SCRIPTURL{view}%/%TWIKIWEB%/SkillsPlugin'>List All Skills</a></th> 
     233<th class='skillsHeading' colspan='6'><a href='%SCRIPTURL{view}%/%SYSTEMWEB%/SkillsPlugin'>List All Skills</a></th> 
    234234</tr><tr> 
    235235<td style="padding-left:200px;"></td><td class='skillsRatingHeader'>Ancient<br />Knowledge</td><td class='skillsRatingHeader'>Working<br />Knowledge</td><td class='skillsRatingHeader'>Expert</td><td class='skillsRatingHeader'>Guru</td> 
     
    298298<form name="skillsForm" method="post" action="%TOPIC%"> 
    299299<table class="skillsForm"> 
    300 <tr><th colspan="6"><a href="%SCRIPTURL{view}%/%TWIKIWEB%/SkillsPlugin">Edit Your Skills (!$user)</a></th></tr> 
     300<tr><th colspan="6"><a href="%SCRIPTURL{view}%/%SYSTEMWEB%/SkillsPlugin">Edit Your Skills (!$user)</a></th></tr> 
    301301<tr><td><strong>Category</strong></td> 
    302302<td colspan="5"><select name="category" onchange='setSkills(this.form.category);'> 
     
    344344<form name="searchskills" method="post" action="%TOPIC%"> 
    345345<table class="skillsForm"> 
    346 <tr><th colspan="4"><a href="%SCRIPTURL{view}%/%TWIKIWEB%/SkillsPlugin">Search Skills</a></th></tr> 
     346<tr><th colspan="4"><a href="%SCRIPTURL{view}%/%SYSTEMWEB%/SkillsPlugin">Search Skills</a></th></tr> 
    347347<!-- Category --> 
    348348<tr><td><strong>Category</strong></td> 
Note: See TracChangeset for help on using the changeset viewer.