Changeset 464 for trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Tag.pm
- Timestamp:
- 11/08/08 14:34:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Tag.pm
r303 r464 94 94 # if no skills are found, $row will still be empty 95 95 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>"; 97 97 } 98 98 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]]"; 102 102 103 103 my $table = <<"EOT"; … … 222 222 unless ($rows){ 223 223 $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." 225 225 . "</strong></font></td></tr>"; 226 226 } … … 231 231 <table class='skillsTable'> 232 232 <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> 234 234 </tr><tr> 235 235 <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> … … 298 298 <form name="skillsForm" method="post" action="%TOPIC%"> 299 299 <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> 301 301 <tr><td><strong>Category</strong></td> 302 302 <td colspan="5"><select name="category" onchange='setSkills(this.form.category);'> … … 344 344 <form name="searchskills" method="post" action="%TOPIC%"> 345 345 <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> 347 347 <!-- Category --> 348 348 <tr><td><strong>Category</strong></td>
Note: See TracChangeset
for help on using the changeset viewer.
