Changeset 1090


Ignore:
Timestamp:
11/30/08 18:41:52 (3 years ago)
Author:
ArthurClemens
Message:

Item113: the first 16 css classes

Location:
trunk
Files:
264 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/templates/actionform.tmpl

    r23 r1090  
    1010%HIDDENFIELDS% 
    1111<br /> 
    12 <label for="sig" class="twikiGrayText">Your signature to copy/paste:&nbsp;&nbsp;</label><input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div> 
     12<label for="sig" class="foswikiGrayText">Your signature to copy/paste:&nbsp;&nbsp;</label><input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div> 
    1313<br /> 
    1414<input type="submit" value=" &nbsp; %SUBMITCMDNAME% Changes &nbsp; " %SUBMITSCRIPT% /> 
  • trunk/AliasPlugin/data/TWiki/AliasPlugin.txt

    r788 r1090  
    128128|  8 | <a href="%SCRIPTURL{"view"}%/TESTALIAS" title="TESTALIAS">TESTALIAS</a> | <a href="%SCRIPTURL{"view"}%/yes" title="yes">yes</a> | yes | 
    129129|  9 | [[%SYSTEMWEB%.WebHome][TESTALIAS]] | <a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%.WebHome">T<nop>ESTALIAS</a> | no, don't substitute inside a TWiki tag |  
    130 |  10 | [[TESTALIAS]] | <a href="%SCRIPTURL{"edit"}%/%WEB%/TESTALIAS?topicparent=%WEB%.%TOPIC%" class="twikiNewLink" title="Create this topic">T<nop>ESTALIAS</a>| no, don't substitute inside a TWiki tag | 
     130|  10 | [[TESTALIAS]] | <a href="%SCRIPTURL{"edit"}%/%WEB%/TESTALIAS?topicparent=%WEB%.%TOPIC%" class="foswikiNewLink" title="Create this topic">T<nop>ESTALIAS</a>| no, don't substitute inside a TWiki tag | 
    131131|  11 | [<nop>[TESTALIAS]] | [<nop>[T<nop>ESTALIAS]] | no, not even inside a _nopped_ TWiki tag |  
    132132|  12 | <font color="red"> TESTALIAS </font> | <font color="red"> yes </font> | yes, ignores =red= | 
  • trunk/ApprovalPlugin/lib/TWiki/Plugins/ApprovalPlugin.pm

    r1050 r1090  
    627627 
    628628    my $out = '<span class="ApprovalPluginMessage '; 
    629     $out .= 'twikiAlert' if $error; 
     629    $out .= 'foswikiAlert' if $error; 
    630630    $out .= '">'; 
    631631    $out .= " %SYSTEMWEB%.$pluginName - $text"; 
  • trunk/ApprovalPlugin/test/unit/ApprovalPlugin/ApprovalPluginTests.pm

    r1064 r1090  
    5454    my $text = "an error"; 
    5555    my $html = TWiki::Plugins::ApprovalPlugin::_Return($text, 1); 
    56     $this->assert_html_equals("<span class=\"ApprovalPluginMessage twikiAlert\"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
     56    $this->assert_html_equals("<span class=\"ApprovalPluginMessage foswikiAlert\"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
    5757} 
    5858 
  • trunk/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt

    r878 r1090  
    116116web="%SYSTEMWEB%" 
    117117topic="FileAttachment" 
    118 format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     118format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='foswikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
    119119}% 
    120120</verbatim> 
     
    125125web="%SYSTEMWEB%" 
    126126topic="FileAttachment" 
    127 format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     127format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='foswikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
    128128}% 
    129129 
  • trunk/AutoCompletePlugin/lib/TWiki/Plugins/AutoCompletePlugin.pm

    r1050 r1090  
    339339    _Debug( $text ); 
    340340 
    341     return "<span class='twikiAlert'>${pluginName} error: $text</span>"; 
     341    return "<span class='foswikiAlert'>${pluginName} error: $text</span>"; 
    342342} 
    343343 
  • trunk/BatchUploadPlugin/data/TWiki/BatchUploadPlugin.txt

    r878 r1090  
    5555<blockquote> 
    5656<verbatim> 
    57  <input type="checkbox" class="twikiCheckbox" id="batchupload" checked name="batchupload" %BATCHUPLOADCHECKBOX% /><label for="batchupload">%MAKETEXT{"Batch upload for zip file"}%</label> <span class="twikiGrayText">%MAKETEXT{"Extracts and uploads individual file in zip archive."}%</span> 
     57 <input type="checkbox" class="twikiCheckbox" id="batchupload" checked name="batchupload" %BATCHUPLOADCHECKBOX% /><label for="batchupload">%MAKETEXT{"Batch upload for zip file"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Extracts and uploads individual file in zip archive."}%</span> 
    5858</verbatim> 
    5959</blockquote> 
  • trunk/BibtexPlugin/lib/TWiki/Plugins/BibtexPlugin.pm

    r1050 r1090  
    819819sub showError { 
    820820  my $msg = shift; 
    821   return "<span class=\"twikiAlert\">Error: $msg</span>" ; 
     821  return "<span class=\"foswikiAlert\">Error: $msg</span>" ; 
    822822} 
    823823 
  • trunk/BlackListPlugin/lib/TWiki/Plugins/BlackListPlugin.pm

    r1050 r1090  
    498498    if (@errorMessages) { 
    499499      writeDebug("spamlist=$text"); 
    500       return '<div class="twikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
     500      return '<div class="foswikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
    501501 
    502502    } else { 
     
    556556    if (@errorMessages) { 
    557557      writeDebug("excludelist=$text"); 
    558       return '<div class="twikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
     558      return '<div class="foswikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
    559559 
    560560    } else { 
     
    704704    if (@errorMessages) { 
    705705      writeDebug("banlist=$text"); 
    706       return '<div class="twikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
     706      return '<div class="foswikiAlert">' .  join("<br /> ", @errorMessages) . '</div>'; 
    707707 
    708708    } else { 
  • trunk/BlogAddOn/data/TWiki/BlogAddOn.txt

    r878 r1090  
    77 
    88---++ Screenshots 
    9 <div class="twikiHelp"> 
     9<div class="foswikiHelp"> 
    1010Example list view (with Foswiki:Extensions/PersonalInfoAddOn pictures): 
    1111 
  • trunk/BlogAddOn/data/_BlogAddOn/BlogPost.txt

    r482 r1090  
    5454%STARTSECTION{"blogPostAddOnItem"}%<div class=\"blogPostAddOnItem\"> 
    5555---+++!! [[$web.$topic][$formfield(Title)]] 
    56 <div class=\"twikiGrayText twikiSmallish blogPostAddOnHeaderInfo\">%MAKETEXT{"[_1][_2] in [_3]" args="$createdate,  
     56<div class=\"foswikiGrayText twikiSmallish blogPostAddOnHeaderInfo\">%MAKETEXT{"[_1][_2] in [_3]" args="$createdate,  
    5757$percntSEARCH{$quot$formfield(Author)$quot scope=$quottopic$quot topic=$quot$formfield(Author)$quot web=$quot%MAINWEB%$quot nonoise=$quoton$quot format=$quot by [[$dollarweb.$dollartopic][$dollarformfield(FirstName) $dollarformfield(LastName)]]$quot}$percnt, <a href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?category=<nop>$formfield(Category);sort=<nop>%URLPARAM{"sort"}%;limit=%URLPARAM{"limit"}%#BlogPosts'><nop>$formfield(Category)</a>"}%</div> 
    58 %IF{"{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}" then="$percntINCLUDE{$quot$percntTOPIC$percnt$quot section=$quotblogPostAddOnItemPicture$quot}$percnt"}%<div class=\"blogPostAddOnSummary\">$summary(200)</div>$percnt$nopSEARCH{$quot$topicComments$quot scope=$quottopic$quot nonoise=$quoton$quot format=$quot<span class='blogPostAddOnLatestComment twikiGrayText'>Comments: $dollarcount(.*?(#CommentDate).*) - <a href='$percntSCRIPTURL{view}$percnt/$web/$topic?r=$dollarrev#BlogPostPrompt'>latest comment by $percntSPACEOUT{$quot<nop>$dollarwikiname$quot}$percnt</a> - $dollardate</span>$quot}$percnt 
     58%IF{"{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}" then="$percntINCLUDE{$quot$percntTOPIC$percnt$quot section=$quotblogPostAddOnItemPicture$quot}$percnt"}%<div class=\"blogPostAddOnSummary\">$summary(200)</div>$percnt$nopSEARCH{$quot$topicComments$quot scope=$quottopic$quot nonoise=$quoton$quot format=$quot<span class='blogPostAddOnLatestComment foswikiGrayText'>Comments: $dollarcount(.*?(#CommentDate).*) - <a href='$percntSCRIPTURL{view}$percnt/$web/$topic?r=$dollarrev#BlogPostPrompt'>latest comment by $percntSPACEOUT{$quot<nop>$dollarwikiname$quot}$percnt</a> - $dollardate</span>$quot}$percnt 
    5959<br class=\"twikiClear\" /></div><!--/blogPostAddOnItem-->%ENDSECTION{"blogPostAddOnItem"}% 
    6060 
  • trunk/BlogAddOn/data/_BlogAddOn/BlogPostViewTemplate.txt

    r482 r1090  
    1414<div class="patternTopic">%BROADCASTMESSAGE% 
    1515%IF{"{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}" then="$percntTMPL:P{picture}$percnt"}% <h1 class="blogAddOnTitle"> %FORMFIELD{"Title"}% </h1> 
    16 <div class="twikiGrayText twikiSmallish blogPostAddOnHeaderInfo">%TMPL:P{"postinfo"}%</div><br class="twikiClear" /> 
     16<div class="foswikiGrayText twikiSmallish blogPostAddOnHeaderInfo">%TMPL:P{"postinfo"}%</div><br class="twikiClear" /> 
    1717%TEXT% 
    1818---++ %MAKETEXT{"Comments"}% <span style="font-size:60%"><a href="%SCRIPTURL{edit}%/%WEB%/%TOPIC%Comments?topicparent=%TOPIC%;t=%GMTIME{"$epoch"}%" style="text-decoration:none;">%MAKETEXT{"(edit)"}%</a></span> 
  • trunk/BlogPlugin/data/TWiki/BlogFactory.txt

    r482 r1090  
    1414<table> 
    1515<tr> 
    16   <td class="twikiFirstCol">Name:</td> 
     16  <td class="foswikiFirstCol">Name:</td> 
    1717  <td><input name="newweb" type="text" size="40" value="" /></td> 
    1818</tr> 
    1919<tr> 
    20   <td class="twikiFirstCol">Slogan:</td> 
     20  <td class="foswikiFirstCol">Slogan:</td> 
    2121  <td><input type="text" name="tagline" size="40" value="" /></td> 
    2222</tr> 
    2323<tr> 
    24   <td valign="top" class="twikiFirstCol">Options:</td> 
     24  <td valign="top" class="foswikiFirstCol">Options:</td> 
    2525  <td>%TWISTYBUTTON{id="advopts" showlink="Show" hidelink="Hide"}%</td> 
    2626</tr> 
     
    3030  <table> 
    3131    <tr style="%CALC{"$IF($EXISTS(%SYSTEMWEB%.NatSkin),,display:none)"}%"> 
    32       <td valign="top" class="twikiFirstCol">Style:</td> 
     32      <td valign="top" class="foswikiFirstCol">Style:</td> 
    3333      <td valign="top"> 
    3434        <select name="style"> 
     
    4040    </tr> 
    4141    <tr> 
    42       <td valign="top" class="twikiFirstCol"><a class="nop" target="_blank" href="http://last.fm">LastFM</a> Nick:</td> 
     42      <td valign="top" class="foswikiFirstCol"><a class="nop" target="_blank" href="http://last.fm">LastFM</a> Nick:</td> 
    4343      <td valign="top"><input name="lastfmnick" type="text" value="" size="40" /></td> 
    4444    </tr> 
    4545    <tr> 
    46       <td valign="top" class="twikiFirstCol"><a class="nop" target="_blank" href="http://www.technorati.com">Technorati</a> Code:</td> 
     46      <td valign="top" class="foswikiFirstCol"><a class="nop" target="_blank" href="http://www.technorati.com">Technorati</a> Code:</td> 
    4747      <td valign="top"><input name="technoraticode" type="text" value="" size="40" /></td> 
    4848    </tr> 
    4949    <tr> 
    50       <td valign="top" class="twikiFirstCol"><a class="nop" target="_blank" href="https://www.google.com/adsense">Google Adsense</a> Code:</td> 
     50      <td valign="top" class="foswikiFirstCol"><a class="nop" target="_blank" href="https://www.google.com/adsense">Google Adsense</a> Code:</td> 
    5151      <td valign="top"><input name="googleadsensecode" type="text" value="" size="40" /></td> 
    5252    </tr> 
     
    5656</tr> 
    5757<tr> 
    58   <td class="twikiFirstCol">&nbsp;</td> 
     58  <td class="foswikiFirstCol">&nbsp;</td> 
    5959  <td> 
    6060    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
  • trunk/BlogPlugin/data/_BlogPlugin/NewsFeeds.txt

    r482 r1090  
    55 
    66<style type="text/css"> 
    7 .feeds .twikiFirstCol { 
     7.feeds .foswikiFirstCol { 
    88  width:15em; 
    99} 
  • trunk/BlogPlugin/data/_BlogPlugin/WebTopicViewTemplate.txt

    r482 r1090  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="1.1"}% 
    22%STARTSECTION{name="message"}% 
    3 ---+ <span class="twikiAlert">Warning: this page does not exist.</span> 
     3---+ <span class="foswikiAlert">Warning: this page does not exist.</span> 
    44 
    55 
  • trunk/BlogPlugin/lib/TWiki/Plugins/BlogPlugin/Core.pm

    r1050 r1090  
    443443# static 
    444444sub inlineError { 
    445   return '<span class="twikiAlert">' . $_[0] . '</span>' ; 
     445  return '<span class="foswikiAlert">' . $_[0] . '</span>' ; 
    446446} 
    447447 
  • trunk/BlogPlugin/pub/TWiki/BlogPlugin/style.css

    r48 r1090  
    235235  padding-left:1em; 
    236236} 
    237 .blogArchiveHitList .twikiFirstCol { 
     237.blogArchiveHitList .foswikiFirstCol { 
    238238  width:2em; 
    239239} 
  • trunk/BugsContrib/data/Bugs/WebSearch.txt

    r464 r1090  
    4141</noautolink> 
    4242 
    43 <div class="twikiHelp"> 
     43<div class="foswikiHelp"> 
    4444*%MAKETEXT{"Other search options:"}%* 
    4545   * %MAKETEXT{"If you already know the name of the topic, enter the name of the topic into the ~[~[[_1]~]~[Jump box~]~] at the top" args="%SYSTEMWEB%.GoBox"}% 
  • trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm

    r995 r1090  
    20932093      1 Manually edit !LocalSite.cfg to set any configuration variables. 
    20942094 
    2095 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined. Please add these definitions to your %USERSWEB%.SitePreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>TWIKIWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
     2095%IF{"defined 'SYSTEMWEB'" else="<div class='foswikiAlert'>%X% WARNING: SYSTEMWEB is not defined. Please add these definitions to your %USERSWEB%.SitePreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>TWIKIWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/CategorizedTopic.txt

    r482 r1090  
    3232<table> 
    3333<tr> 
    34   <th class="twikiFirstCol">Name:</th> 
     34  <th class="foswikiFirstCol">Name:</th> 
    3535  <td><input class="twikiInputField" type="text" name="topic" size="40" /></td> 
    3636</tr> 
    3737<tr> 
    38   <th class="twikiFirstCol">&nbsp;</th> 
     38  <th class="foswikiFirstCol">&nbsp;</th> 
    3939  <td style="padding-top:1em"> 
    4040    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopic.txt

    r482 r1090  
    2121%STARTSECTION{"factory"}%<!-- factory --> 
    2222<style type="text/css"> 
    23 .twikiPageForm .twikiFirstCol { 
     23.twikiPageForm .foswikiFirstCol { 
    2424  width:8em; 
    2525} 
     
    4141<table> 
    4242<tr> 
    43   <th class="twikiFirstCol">%IFDEFINED{"%LABEL%" then="$test" else="Name"}%:</th> 
     43  <th class="foswikiFirstCol">%IFDEFINED{"%LABEL%" then="$test" else="Name"}%:</th> 
    4444  <td><input class="twikiInputField" type="text" name="topic" size="40" /> 
    4545  &nbsp;%TOGGLE{target=".toggleMe" text="Advanced Options"}% 
     
    4747</tr> 
    4848<tr class="toggleMe" style="display:none"> 
    49   <th class="twikiFirstCol"> 
     49  <th class="foswikiFirstCol"> 
    5050    <div>Category:</div> 
    5151  </th> 
     
    6969</tr> 
    7070<tr class="toggleMe" style="display:none"> 
    71   <th class="twikiFirstCol"> 
     71  <th class="foswikiFirstCol"> 
    7272    <div>Template:</div> 
    7373  </th> 
     
    8989</tr> 
    9090<tr> 
    91   <th class="twikiFirstCol">&nbsp;</th> 
     91  <th class="foswikiFirstCol">&nbsp;</th> 
    9292  <td> 
    9393    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopicEditTemplate.txt

    r482 r1090  
    1414  <table cellspacing="0" cellpadding="0" class="twikiTable"> 
    1515  <tr> 
    16     <th class="twikiFirstCol">Title:</th> 
     16    <th class="foswikiFirstCol">Title:</th> 
    1717    <td><input class="twikiInputField" type="text" name="TopicTitle" size="80" value="%URLPARAM{"TopicTitle" default="%TOPICTITLE%"}%"/></td> 
    1818  </tr> 
    1919  <tr> 
    20     <th class="twikiFirstCol">Summary:</th> 
     20    <th class="foswikiFirstCol">Summary:</th> 
    2121    <td><input class="twikiInputField" type="text" name="Summary" size="80" value="%URLPARAM{"Summary" default="%FORMFIELD{topic="%BASEWEB%.%BASETOPIC%" "Summary"}%"}%" /></td> 
    2222  </tr> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderCategoryBrowser.txt

    r482 r1090  
    4040~~~         $title</a> 
    4141~~~       $percntIFDEFINED{\"$cyclic\" as=\"1\"  
    42 ~~~         then=\" <span class='twikiAlert'>C</span>\" 
     42~~~         then=\" <span class='foswikiAlert'>C</span>\" 
    4343~~~       }$percnt 
    4444~~~     $percntIFDEFINED{\"$leafs \" as=\"0 \" then=\" \" else=\" ($leafs)\"}$percnt 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderCategoryFactory.txt

    r482 r1090  
    3434<table> 
    3535<tr> 
    36   <th class="twikiFirstCol">Title:</th> 
     36  <th class="foswikiFirstCol">Title:</th> 
    3737  <td><input class="twikiInputField" type="text" id="title" name="TopicTitle" size="60" onblur="wikify('title','topic', 'Category')" onkeyup="wikify('title','topic', 'Category')" value="%URLPARAM{"TopicTitle"}%" /></td> 
    3838</tr> 
    3939<tr> 
    40   <th class="twikiFirstCol">Topic:</th> 
     40  <th class="foswikiFirstCol">Topic:</th> 
    4141  <td><input class="twikiInputField" type="text" id="topic" name="topic" size="60" value="%URLPARAM{"topic"}%" /></td> 
    4242</tr> 
    4343<tr> 
    44   <th class="twikiFirstCol">Summary:</th> 
     44  <th class="foswikiFirstCol">Summary:</th> 
    4545  <td><input class="twikiInputField" type="text" name="Summary" size="60" value="%URLPARAM{"Summary"}%"/></td> 
    4646</tr> 
    4747<tr> 
    48   <th class="twikiFirstCol" valign="top">Parent:</th> 
     48  <th class="foswikiFirstCol" valign="top">Parent:</th> 
    4949  <td> 
    5050%~~ DBCALL{"Applications.ClassificationApp.RenderEditCategoryBrowser"  
     
    5757</tr> 
    5858<tr> 
    59   <th class="twikiFirstCol" valign="top">Icon: 
     59  <th class="foswikiFirstCol" valign="top">Icon: 
    6060    %TWISTYBUTTON{showimg="%ICONURLPATH{plus}%" hideimg="%ICONURLPATH{minus}%" id="icons" link=""}% 
    6161  </th> 
     
    6767</tr> 
    6868<tr style="padding-top:1em"> 
    69   <th class="twikiFirstCol">&nbsp;</th> 
     69  <th class="foswikiFirstCol">&nbsp;</th> 
    7070  <td style="padding-top:1em"> 
    7171    <input type="submit" class="twikiSubmit natOkButton" value="Submit" />&nbsp; 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderHierarchyAsJSON.txt

    r764 r1090  
    5858~~~  </a> 
    5959~~~  $percntIFDEFINED{\"$cyclic\" as=\"1\"  
    60 ~~~    then=\" <span class='twikiAlert'>C</span>\" 
     60~~~    then=\" <span class='foswikiAlert'>C</span>\" 
    6161~~~  }$percnt 
    6262~~~  $percntIFDEFINED{\"$leafs\" as=\"0\" 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderWebClassSearch.txt

    r482 r1090  
    8181~~~     header=\" 
    8282~~~       <h2>Results in $1</h2> 
    83 ~~~       *Found <span class='twikiAlert'> $dollarcount </span> topic(s)* %BR% 
     83~~~       *Found <span class='foswikiAlert'> $dollarcount </span> topic(s)* %BR% 
    8484~~~       <noautolink><div class='clsHitList'> $n 
    8585~~~       | *Nr* | *Topic* | *Summary* | *Changed* | *By* |$n 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/TaggedTopic.txt

    r482 r1090  
    3232<table> 
    3333<tr> 
    34   <th class="twikiFirstCol">Name:</th> 
     34  <th class="foswikiFirstCol">Name:</th> 
    3535  <td><input class="twikiInputField" type="text" name="topic" size="40" /></td> 
    3636</tr> 
    3737<tr> 
    38   <th class="twikiFirstCol">&nbsp;</th> 
     38  <th class="foswikiFirstCol">&nbsp;</th> 
    3939  <td style="padding-top:1em"> 
    4040    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/WebTopicViewTemplate.txt

    r482 r1090  
    11%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev$"}% 
    22%STARTSECTION{name="message"}% 
    3 ---+ <span class="twikiAlert">Warning: this page does not exist.</span> 
     3---+ <span class="foswikiAlert">Warning: this page does not exist.</span> 
    44 
    55 
  • trunk/ClassificationPlugin/lib/TWiki/Plugins/ClassificationPlugin/Hierarchy.pm

    r1050 r1090  
    10431043# static 
    10441044sub inlineError { 
    1045   return '<span class="twikiAlert">' . $_[0] . '</span>' ; 
     1045  return '<span class="foswikiAlert">' . $_[0] . '</span>' ; 
    10461046} 
    10471047 
  • trunk/ClassificationPlugin/pub/TWiki/ClassificationPlugin/styles.css

    r64 r1090  
    99  text-decoration:none; 
    1010} 
    11 .clsBrowser a.twikiCurrentTopicLink { 
     11.clsBrowser a.foswikiCurrentTopicLink { 
    1212  color:red; 
    1313} 
     
    104104  background:pink; 
    105105} 
    106 .clsCategoryFactory .twikiFirstCol { 
     106.clsCategoryFactory .foswikiFirstCol { 
    107107  width:100px; 
    108108} 
  • trunk/CommentPlugin/data/System/CommentPluginExamples.txt

    r1022 r1090  
    219219<div class="twikiFormStep"> 
    220220*New topic name:* %BR% 
    221 <input class="twikiInputField" %DISABLED% type="text" size="40" name="topic" id="topic" value="" /> <span class="twikiGrayText">Enter a !WikiWord topic name</span> 
     221<input class="twikiInputField" %DISABLED% type="text" size="40" name="topic" id="topic" value="" /> <span class="foswikiGrayText">Enter a !WikiWord topic name</span> 
    222222</div> 
    223223<div class="twikiFormStep twikiLast"> 
  • trunk/CreateTopicTag/lib/TWiki/Tags/CreateTopicTag/Support.pm

    r1050 r1090  
    9797            <p>%STARTSECTION{"topicname"}%<input type="text" class="twikiInputField" name="topic" id="topic" size="40" tabindex="10" %IF{"'%PREFILLTOPIC%'='1'" then="value=\"%BASETOPIC%\"" else="value=\"\""}% onkeyup="canSubmit(this.form,false);" onchange="canSubmit(this.form,false);"  onblur="canSubmit(this.form,true);" /> <span id="webTopicCreatorFeedback" class="twikiInputFieldDisabled"><!--generated name will be put here--></span>%ENDSECTION{"topicname"}%</p> 
    9898            <p>%STARTSECTION{"allownonwikiword"}%<input type="checkbox" class="twikiCheckbox" id="nonwikiword" name="nonwikiword" tabindex="11" onchange="canSubmit(this.form,false);" onmouseup="canSubmit(this.form,false);" /><label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label><br /> 
    99 <span class="twikiGrayText">%MAKETEXT{"It's usually best to choose a <a target='WikiWord' onclick=\"return launchWindow('[_1]','WikiWord')\" href='[_1]' rel='nofollow'>WikiWord</a> for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed." args="%SYSTEMWEB%,%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%</span>%ENDSECTION{"allownonwikiword"}%</p> 
     99<span class="foswikiGrayText">%MAKETEXT{"It's usually best to choose a <a target='WikiWord' onclick=\"return launchWindow('[_1]','WikiWord')\" href='[_1]' rel='nofollow'>WikiWord</a> for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed." args="%SYSTEMWEB%,%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%</span>%ENDSECTION{"allownonwikiword"}%</p> 
    100100        </div><!--/twikiFormStep--> 
    101101EOF 
  • trunk/DBCacheContrib/data/TWiki/DBCacheContrib.txt

    r878 r1090  
    112112</strong> 
    113113 
    114 <div class="twikiAlert"> 
     114<div class="foswikiAlert"> 
    115115Note: if you are upgrading from a pre-13527 version, you __must__ run 
    116116=configure= after you have installed. Specifically, the 
  • trunk/DBCachePlugin/lib/TWiki/Plugins/DBCachePlugin/Core.pm

    r1050 r1090  
    13891389############################################################################### 
    13901390sub inlineError { 
    1391   return "<div class=\"twikiAlert\">$_[0]</div>"; 
     1391  return "<div class=\"foswikiAlert\">$_[0]</div>"; 
    13921392} 
    13931393 
  • trunk/DatabasePlugin/lib/Foswiki/Plugins/DatabasePlugin.pm

    r1027 r1090  
    9696    }; 
    9797    if ($@) { 
    98         $result = "<span class='twikiAlert'>$@</span>"; 
     98        $result = "<span class='foswikiAlert'>$@</span>"; 
    9999    } 
    100100    return $result; 
  • trunk/EditContrib/lib/TWiki/Contrib/EditContrib.pm

    r96 r1090  
    402402      $pretxtRender = $session->{renderer}->getRenderedVersion( $pretxtRender, $webName, $topic ); 
    403403      # Disable links and inputs in the text 
    404       $pretxtRender =~ s#<a\s[^>]*>(.*?)</a>#<span class="twikiEmulatedLink">$1</span>#gis; 
     404      $pretxtRender =~ s#<a\s[^>]*>(.*?)</a>#<span class="foswikiEmulatedLink">$1</span>#gis; 
    405405      $pretxtRender =~ s/<(input|button|textarea) /<$1 disabled="disabled"/gis; 
    406406      $pretxtRender =~ s(</?form(|\s.*?)>)()gis; 
     
    422422 
    423423      # Disable links and inputs in the text 
    424       $postxtRender =~ s#<a\s[^>]*>(.*?)</a>#<span class="twikiEmulatedLink">$1</span>#gis; 
     424      $postxtRender =~ s#<a\s[^>]*>(.*?)</a>#<span class="foswikiEmulatedLink">$1</span>#gis; 
    425425      $postxtRender =~ s/<(input|button|textarea) /<$1 disabled="disabled"/gis; 
    426426      $postxtRender =~ s(</?form(|\s.*?)>)()gis; 
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r898 r1090  
    7777Line before table: =%<nop>EDITHIDDENTABLE{ template="..." changerows="on" }%= 
    7878<table border="1" cellspacing="1" cellpadding="0"> 
    79 <tr><th class="twikiFirstCol" bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Nr</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Text field</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Drop down</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Mood</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Timestamp</a> </th></tr> 
    80 <tr><td class="twikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/System/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr> 
    81 <tr><td class="twikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> &nbsp; </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/System/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr> 
     79<tr><th class="foswikiFirstCol" bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Nr</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Text field</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Drop down</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Mood</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Timestamp</a> </th></tr> 
     80<tr><td class="foswikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/System/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr> 
     81<tr><td class="foswikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> &nbsp; </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/System/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr> 
    8282</table> 
    8383<form action="%SCRIPTURLPATH%/oops/Test/TableRowOne"> 
  • trunk/EditHiddenTablePlugin/templates/editnewTable.pattern.tmpl

    r97 r1090  
    2525<br class="twikiClear" /> 
    2626#TopicEnd 
    27 <span class="twikiRight twikiPageNav twikiGrayText"><a href="#PageTop">to&nbsp;top</a></span><br class="twikiClear" /> 
     27<span class="twikiRight twikiPageNav foswikiGrayText"><a href="#PageTop">to&nbsp;top</a></span><br class="twikiClear" /> 
    2828%TMPL:P{"topicaction"}% 
    2929%SHOWTABLE% 
     
    3535   <a id="cancel" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?unlock=on">Cancel</a>%TMPL:P{"sep"}% %ACTIONBUTTONS%  %TMPL:END% 
    3636 
    37 %TMPL:DEF{"topicinfo"}%<div class="twikiTopicInfo twikiRevInfo twikiGrayText twikiMoved">%META{"moved"}%</div>%TMPL:END% 
     37%TMPL:DEF{"topicinfo"}%<div class="twikiTopicInfo twikiRevInfo foswikiGrayText twikiMoved">%META{"moved"}%</div>%TMPL:END% 
  • trunk/EditRowPlugin/lib/TWiki/Plugins/EditRowPlugin/Table.pm

    r1046 r1090  
    7474                unless (TWiki::Func::topicExists($iw, $it)) { 
    7575                    $line = CGI::span( 
    76                         { class=>'twikiAlert' }, 
     76                        { class=>'foswikiAlert' }, 
    7777                        "Could not find format topic $attrs->{include}"); 
    7878                } 
    7979                if ($read{"$iw.$it"}) { 
    8080                    $line = CGI::span( 
    81                         { class=>'twikiAlert' }, 
     81                        { class=>'foswikiAlert' }, 
    8282                        "Recursive include of $attrs->{include}"); 
    8383                } 
  • trunk/EditTablePlugin/data/System/EditTablePlugin.txt

    r936 r1090  
    8383        <thead> 
    8484        <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    85                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 twikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
     85                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
    8686                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
    8787                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
     
    9191        </thead> 
    9292        <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    93                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
     93                <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
    9494                <td bgcolor="#ffffff" valign="top" class="twikiTableCol1"> <input class="twikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
    9595                <td bgcolor="#ffffff" valign="top" class="twikiTableCol2"> <select class="twikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
     
    9898        </tr> 
    9999        <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    100                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
     100                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
    101101                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell3x2" size="20" value="" /> </td> 
    102102 
     
    177177    
    178178   * Default help texts 
    179       * Set INCLUDED_TOPIC_DOES_NOT_EXIST = <span class="twikiAlert">%MAKETEXT{"Warning: 'include' topic does not exist!"}%</span> 
     179      * Set INCLUDED_TOPIC_DOES_NOT_EXIST = <span class="foswikiAlert">%MAKETEXT{"Warning: 'include' topic does not exist!"}%</span> 
    180180    
    181181__Note:__ The Plugin uses base settings like date format, language and style from the JSCalendarContrib. 
  • trunk/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r1078 r1090  
    309309        <tbody> 
    310310                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    311                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol"> <span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> </td> 
     311                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> </td> 
    312312                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="test1" /> </td> 
    313313                </tr> 
    314314                <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    315                         <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 twikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
     315                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
    316316                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell2x2" size="10" value="test2" /> </td> 
    317317                </tr> 
    318318                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    319                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
     319                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
    320320                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell3x2" size="10" value="test3" /> </td> 
    321321                </tr> 
    322322                <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    323                         <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <span class="et_rowlabel">3<input type="hidden" name="etcell4x1" value="3" /></span> </td> 
     323                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <span class="et_rowlabel">3<input type="hidden" name="etcell4x1" value="3" /></span> </td> 
    324324                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell4x2" size="10" value="init" /> </td> 
    325325                </tr> 
     
    427427        <tbody> 
    428428                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    429                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <select class="twikiSelect" name="etcell1x1" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
     429                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <select class="twikiSelect" name="etcell1x1" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
    430430                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLast"> <select class="twikiSelect" name="etcell1x2" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
    431431                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol2 twikiLast"> <select class="twikiSelect" name="etcell1x3" size="1 "> <option>a </option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
     
    491491        <tbody> 
    492492                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    493                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x1" value=":skull:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="radio" name="etcell1x1" value=":cool:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table> </td> 
     493                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x1" value=":skull:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="radio" name="etcell1x1" value=":cool:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table> </td> 
    494494                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="checkbox" name="etcell1x2x2" value=":skull:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="checkbox" name="etcell1x2x3" value=":cool:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table><input type="hidden" name="etcell1x2" value="Chkbx: etcell1x2x2 etcell1x2x3" /> </td> 
    495495                </tr> 
     
    547547        <tbody> 
    548548                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    549                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
    550                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <a href="$viewUrl" class="twikiCurrentTopicLink twikiLink">$topicName</a> </td> 
     549                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
     550                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <a href="$viewUrl" class="foswikiCurrentTopicLink foswikiLink">$topicName</a> </td> 
    551551                </tr> 
    552552        </tbody> 
     
    601601        <tbody> 
    602602                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    603                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell1x1" size="30" value="%Y%" /> </td> 
     603                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell1x1" size="30" value="%Y%" /> </td> 
    604604                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="30" value="%TOPIC%" /> </td> 
    605605                </tr> 
     
    966966        <tbody> 
    967967                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    968                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLastCol twikiLast"> blablabla <br /> there's still a bug <br /> lurking around <br /> <em>italic</em> <br /> <strong>bold</strong> </td> 
     968                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLastCol twikiLast"> blablabla <br /> there's still a bug <br /> lurking around <br /> <em>italic</em> <br /> <strong>bold</strong> </td> 
    969969                </tr> 
    970970        </tbody></table> 
  • trunk/EditTablerowPlugin/data/TWiki/EditTablerowPlugin.txt

    r929 r1090  
    7373Line before table: =%<nop>EDITTABLEROW{ template="..." changerows="on" }%= 
    7474<table border="1" cellspacing="1" cellpadding="0"> 
    75 <tr><th class="twikiFirstCol" bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Nr</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Text field</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Drop down</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Mood</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Timestamp</a> </th></tr> 
    76 <tr><td class="twikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/System/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr> 
    77 <tr><td class="twikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> &nbsp; </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/System/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr> 
     75<tr><th class="foswikiFirstCol" bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Nr</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Text field</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Drop down</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Mood</a> </th><th bgcolor="#99CCCC"><a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview" title="Sort by this column"> Timestamp</a> </th></tr> 
     76<tr><td class="foswikiFirstCol" bgcolor="#FFFFFF"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">1</a> </td><td bgcolor="#FFFFFF"> hello table </td><td bgcolor="#FFFFFF"> one </td><td bgcolor="#FFFFFF"> <img src="%PUBURLPATH%/System/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" /> </td><td bgcolor="#FFFFFF"> 19 Mar 2005 23:21 </td></tr> 
     77<tr><td class="foswikiFirstCol" bgcolor="#FFFFCC"> <a href="%SCRIPTURLPATH%/oops/Test/TableRowOne?template=oopspreview">2</a> </td><td bgcolor="#FFFFCC"> &nbsp; </td><td bgcolor="#FFFFCC"> two </td><td bgcolor="#FFFFCC"> <img src="%PUBURLPATH%/System/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td><td bgcolor="#FFFFCC"> 19 Mar 2005 11:21 </td></tr> 
    7878</table> 
    7979<form action="%SCRIPTURLPATH%/oops/Test/TableRowOne"> 
  • trunk/EditTablerowPlugin/templates/editTableRow.pattern.tmpl

    r101 r1090  
    2727<br class="twikiClear" /> 
    2828#TopicEnd 
    29 <span class="twikiRight twikiPageNav twikiGrayText"><a href="#PageTop">to&nbsp;top</a></span><br class="twikiClear" /> 
     29<span class="twikiRight twikiPageNav foswikiGrayText"><a href="#PageTop">to&nbsp;top</a></span><br class="twikiClear" /> 
    3030%TMPL:P{"topicaction"}% 
    3131%SHOWTABLE% 
     
    3737   <a id="cancel" href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?unlock=on">Cancel</a>%TMPL:P{"sep"}% %ACTIONBUTTONS%  %TMPL:END% 
    3838 
    39 %TMPL:DEF{"topicinfo"}%<div class="twikiTopicInfo twikiRevInfo twikiGrayText twikiMoved">%META{"moved"}%</div>%TMPL:END% 
     39%TMPL:DEF{"topicinfo"}%<div class="twikiTopicInfo twikiRevInfo foswikiGrayText twikiMoved">%META{"moved"}%</div>%TMPL:END% 
  • trunk/FileListPlugin/data/TWiki/FileListPlugin.txt

    r788 r1090  
    7474web="%SYSTEMWEB%" 
    7575topic="FileAttachment" 
    76 format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     76format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='foswikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
    7777}% 
    7878</verbatim> 
     
    8383web="%SYSTEMWEB%" 
    8484topic="FileAttachment" 
    85 format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='twikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
     85format="| $fileIcon | [[$fileUrl][$fileName]] ($fileSize) | Submitted by $fileUser on $fileDate | $fileComment |<span class='foswikiGrayText'>[[$fileActionUrl][manage]]</span> |" 
    8686}% 
    8787 
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListExamples.txt

    r878 r1090  
    179179~~~   exclude="TestCases|Trash.*" 
    180180~~~   format="$indent   * <span class=\"$marker\"> $web </span>$n" 
    181 ~~~   marker="twikiAlert" 
     181~~~   marker="foswikiAlert" 
    182182~~~   selection="%BASEWEB%" 
    183183~~~ }% 
    184184</verbatim> 
    185 %FLEXWEBLIST{exclude="TestCases|Trash.*" format="$indent   * <span class=\"$marker\"> $web </span>$n" marker="twikiAlert" selection="%BASEWEB%"}% 
     185%FLEXWEBLIST{exclude="TestCases|Trash.*" format="$indent   * <span class=\"$marker\"> $web </span>$n" marker="foswikiAlert" selection="%BASEWEB%"}% 
    186186 
    187187---+++ Using markerformat 
     
    191191~~~   format="$indent   * [[$web.%HOMETOPIC%][$name]]$n" 
    192192~~~   markerformat="$indent   *  
    193 ~~~     [[$web.%HOMETOPIC%][<span class=\"twikiAlert\">$name</span>]]$n" 
     193~~~     [[$web.%HOMETOPIC%][<span class=\"foswikiAlert\">$name</span>]]$n" 
    194194~~~   selection="%BASEWEB%" 
    195195~~~ }% 
    196196</verbatim> 
    197 %FLEXWEBLIST{exclude="TestCases|Trash.*" format="$indent   * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$indent   * [[$web.%HOMETOPIC%][<span class=\"twikiAlert\">$name</span>]]$n" selection="%BASEWEB%"}%  
     197%FLEXWEBLIST{exclude="TestCases|Trash.*" format="$indent   * [[$web.%HOMETOPIC%][$name]]$n" markerformat="$indent   * [[$web.%HOMETOPIC%][<span class=\"foswikiAlert\">$name</span>]]$n" selection="%BASEWEB%"}%  
  • trunk/FlexWebListPlugin/data/TWiki/FlexWebListNavi.txt

    r664 r1090  
    3232~~~     <a href=\"%SCRIPTURLPATH{"view"}%/$web/%HOMETOPIC%\" 
    3333~~~           $percntIFDEFINED{\"%BASEWEB%\" as=\"$web\" 
    34 ~~~             then=\" class='twikiCurrentTopicLink'\" 
     34~~~             then=\" class='foswikiCurrentTopicLink'\" 
    3535~~~           }$percnt>$name</a> 
    3636~~~     $percntIFDEFINEDTHEN{\"$nrsubwebs \" as=\"0 \" glue=\"off\"}$percnt 
  • trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt

    r899 r1090  
    132132includefieldpattern="(?i)name" 
    133133limit="10" 
    134 default="<span class='twikiGrayText'>not set<span>" 
     134default="<span class='foswikiGrayText'>not set<span>" 
    135135alt="No fields found" 
    136136topicheader="| *<nop>$topicName* ||" 
     
    146146includefieldpattern="(?i)name" 
    147147limit="10" 
    148 default="<span class='twikiGrayText'>not set</span>" 
     148default="<span class='foswikiGrayText'>not set</span>" 
    149149alt="No fields found" 
    150150topicheader="| *<nop>$topicName* ||" 
  • trunk/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin.pm

    r140 r1090  
    7878    $whinge = $attrs->{moan} if defined $attrs->{moan}; 
    7979    if( lc( $whinge ) eq 'on' ) { 
    80         return CGI::span({class => 'twikiAlert'}, 
     80        return CGI::span({class => 'foswikiAlert'}, 
    8181                         '%<nop>'.$tag.'{'.$attrs->stringify()."}% :$mess"); 
    8282    } 
  • trunk/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin/TableFormat.pm

    r140 r1090  
    153153    my ( $this, $entries, $theSeparator, $newLine, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 
    154154         
    155     return CGI::span({class=>'twikiAlert'},'Empty table') 
     155    return CGI::span({class=>'foswikiAlert'},'Empty table') 
    156156      if ( $entries->size() == 0 ); 
    157157 
     
    303303        if ( $this->{help_undefined} ) { 
    304304            $ret = CGI::span( 
    305                 {class=>'twikiAlert'}, 
     305                {class=>'foswikiAlert'}, 
    306306                "Undefined field <nop>$vbl"). 
    307307                  " (defined fields are: ". 
     
    322322        if ( $this->{help_undefined} ) { 
    323323            return CGI::span( 
    324                 {class=>'twikiAlert'}, 
     324                {class=>'foswikiAlert'}, 
    325325                "Undefined field <nop>$vbl"), 
    326326                  " (defined fields are: ". 
     
    351351    my ( $this, $entries, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 
    352352         
    353     return CGI::span({class=>'twikiAlert'},'Empty table') 
     353    return CGI::span({class=>'foswikiAlert'},'Empty table') 
    354354      if ( $entries->size() == 0 ); 
    355355 
  • trunk/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin/WebDB.pm

    r140 r1090  
    478478            return $ti->toString($limit); 
    479479        } 
    480         return CGI::span({class=>'twikiAlert'}, $topic.' not known'); 
     480        return CGI::span({class=>'foswikiAlert'}, $topic.' not known'); 
    481481    } else { 
    482482        return $this->toString(); 
  • trunk/FundraisingPlugin/data/TWiki/FundraisingPlugin.txt

    r899 r1090  
    3131      </div> 
    3232      <div style="font-size: 90%"> 
    33         before 2005-10-28: <a class="twikiLink" href="http://this-ngo.org">give us money</a> 
     33        before 2005-10-28: <a class="foswikiLink" href="http://this-ngo.org">give us money</a> 
    3434      </div> 
    3535    </div> 
  • trunk/GenPDFAddOn/data/TWiki/GenPDFAddOn.txt

    r878 r1090  
    181181|  9716 | TWiki:Main/CrawfordCurrie added content-disposition header to files, so they download using a sensible file name | 
    182182|  9683 | TWiki:Main/CrawfordCurrie updated for TWiki-4 | 
    183 |  Version 0.6 (28 Jun 2005) | <ul><li>Less aggressive regex for removing twikiNewLink spans so it doesn't break when using the Foswiki:Extensions.SpacedWikiWordPlugin</li><li>%T% Added 'recursive' preference to include chapters for all descendents of the base topic</li><li>Use File::Spec->tmpdir to specify the default directory for temporary files</li></ul> | 
    184 |  Version 0.5 (16 Jun 2005) |<ul><li>Redirect to 'oops' URLs if permission denied or topic does not exist.</li><li>Removed twikiNewLink spans from title page so they render as normal text (without the blue ? mark).</li><li>Fully qualify image/href URLs on the title page.</li><li>Changed temp files to use OO style 'new File::Temp;' for better code portability.</li></ul> | 
     183|  Version 0.6 (28 Jun 2005) | <ul><li>Less aggressive regex for removing foswikiNewLink spans so it doesn't break when using the Foswiki:Extensions.SpacedWikiWordPlugin</li><li>%T% Added 'recursive' preference to include chapters for all descendents of the base topic</li><li>Use File::Spec->tmpdir to specify the default directory for temporary files</li></ul> | 
     184|  Version 0.5 (16 Jun 2005) |<ul><li>Redirect to 'oops' URLs if permission denied or topic does not exist.</li><li>Removed foswikiNewLink spans from title page so they render as normal text (without the blue ? mark).</li><li>Fully qualify image/href URLs on the title page.</li><li>Changed temp files to use OO style 'new File::Temp;' for better code portability.</li></ul> | 
    185185|  Version 0.4 (13 Jun 2005) |<ul><li>Better security (now calls =system($TWiki::htmldocCmd, @htmldocArgs)= )</li><li>Checks return code of htmldoc and returns an error on failure</li><li>Validation of preferences</li><li>%X% Preferences changed to comply with [[%SYSTEMWEB%.Plugins][Plugins]] standard</li><li>Better HTML3.2 compatibility for htmldoc 1.8.24 (downgrades a few elements)</li><li>Full integration of PDF META tags (optionally using 2 FORMFIELDs):</li><li><ul>      <li>==%<nop>FORMFIELD{"Topic<nop>Headine"}%== for PDF Subject field</li>        <li>==%<nop>FORMFIELD{"Key<nop>Words"}%== for PDF Keywords field</li>   <li>all other PDF fields use topic info</li></ul></li><li>More htmldoc options (margins, permissions, numbered TOC, logoimage, headfootfont) using preferences</li><li>Removed ==%<nop>TOC%== fields so it only uses HTMLDOC's TOC</li><li>Title topic _and_ header/footer topics are now fully rendered</li><li>Fixed the heading shifting function</li><li>Fully qualify links, making the document portable</li><li>HTMLDOC output goes to a temp file instead of stdout</li><li>Temp files now use 'GenPDFAddOn' prefix. (Eg. /tmp/GenPDFAddOn1wr3C48ibd.html)</li></ul>| 
    186186|  Version 0.3 (12 Apr 2005) |<ul><li>Added full TWiki rendering to title topic page</li><li>Added TWiki common variable expansion to header/footer topic page</li></ul>| 
  • trunk/GenPDFAddOn/lib/TWiki/Contrib/GenPDF.pm

    r146 r1090  
    282282   # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 
    283283   # BUG: this will match _everything_ from the first open span, to the last end span, losing alot of content. 
    284    #$text =~ s/<span class="twikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 
     284   #$text =~ s/<span class="foswikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 
    285285 
    286286   # Fix the image tags to use hard-desk path range than url paths. 
     
    402402   # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 
    403403   # BUG: this will match _everything_ from the first open span, to the last end span, losing alot of content. 
    404    #$html =~ s/<span class="twikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 
     404   #$html =~ s/<span class="foswikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 
    405405 
    406406   # Fix the image tags to use hard-disk path rather than relative url paths for 
  • trunk/GenerateSearchPlugin/lib/TWiki/Plugins/GenerateSearchPlugin.pm

    r1050 r1090  
    135135  my( $searchwebs, $topicregex, $webName, $form, $title, $message, $size, $init, $all, $showlist, $filterlist ) = @_; 
    136136 
    137   my $twikiForm = new TWiki::Form($TWiki::Plugins::SESSION, $webName, $form ); 
     137  my $foswikiForm = new TWiki::Form($TWiki::Plugins::SESSION, $webName, $form ); 
    138138 
    139139  my $result = "<form method=POST action=\"%SCRIPTURL{\"rest\"}%/GenerateSearchPlugin/search\">"; 
     
    152152 
    153153  my $ct = 0; 
    154   foreach my $fieldDef ( @{$twikiForm->{fields}}  ) { 
     154  foreach my $fieldDef ( @{$foswikiForm->{fields}}  ) { 
    155155    my $fieldName = $fieldDef->{name}; 
    156156    my $name = $fieldName; 
     
    250250  my ($searchWeb, $webName, $topic, $query, $session, $form, $heading, $message, $topicregex, $init, $allshow, $allfilter, $showlist, $filterlist) = @_; 
    251251 
    252   my $twikiForm = new TWiki::Form($TWiki::Plugins::SESSION,  $webName, $form ); 
    253   my @fieldsInfo = @{$twikiForm->{fields}}; 
     252  my $foswikiForm = new TWiki::Form($TWiki::Plugins::SESSION,  $webName, $form ); 
     253  my @fieldsInfo = @{$foswikiForm->{fields}}; 
    254254 
    255255  my $header = "|*View, edit:*|"; 
  • trunk/GoogleAjaxSearchPlugin/data/TWiki/GoogleAjaxSearchPlugin.txt

    r788 r1090  
    4545<div class="googleAjaxSearch"> 
    4646<strong>Search %GOOGLESEARCHWEB% </strong><input class="twikiInputField" size="55" id="googleAjaxSearchInputElement" value=""/> 
    47 <span class="twikiGrayText twikiSmallish">(results by Google !AJAX - Beta)</span> 
     47<span class="foswikiGrayText twikiSmallish">(results by Google !AJAX - Beta)</span> 
    4848<div id="googleAjaxSearchControl"></div> 
    4949</div><!--//googleAjaxSearch--> 
  • trunk/HeadlinesPlugin/lib/TWiki/Plugins/HeadlinesPlugin/Core.pm

    r1050 r1090  
    325325  return  
    326326    $_[0] . 
    327     '<span class="twikiAlert">' . 
     327    '<span class="foswikiAlert">' . 
    328328    '<noautolink>'."\n". 
    329329    'HeadlinesPlugin '. 
  • trunk/HostnamePlugin/lib/TWiki/Plugins/HostnamePlugin.pm

    r1050 r1090  
    4949    } else { 
    5050        TWiki::Func::writeWarning( $@ ); 
    51         return "<span class='twikiAlert'>$pluginName error: Sys::Hostname not found in \@INC. Please contact %WIKIWEBMASTER%."; 
     51        return "<span class='foswikiAlert'>$pluginName error: Sys::Hostname not found in \@INC. Please contact %WIKIWEBMASTER%."; 
    5252    } 
    5353} 
  • trunk/ImagePlugin/lib/TWiki/Plugins/ImagePlugin/Core.pm

    r1050 r1090  
    509509 
    510510  return '' if $params->{warn} eq 'off'; 
    511   return "<span class=\"twikiAlert\">Error: $this->{errorMsg}</span>" unless $params->{warn}; 
     511  return "<span class=\"foswikiAlert\">Error: $this->{errorMsg}</span>" unless $params->{warn}; 
    512512  return $params->{warn}; 
    513513} 
  • trunk/ImgPlugin/lib/TWiki/Plugins/ImgPlugin/Core.pm

    r1050 r1090  
    187187 
    188188  unless ($imgInfo) { 
    189     return "<span class=\"twikiAlert\">$this->{errorMsg}</span>"; 
     189    return "<span class=\"foswikiAlert\">$this->{errorMsg}</span>"; 
    190190  } 
    191191  my $thumbFileUrl = $pubUrlPath.'/'.$imgWeb.'/'.$imgTopic.'/'.$imgInfo->{file}; 
  • trunk/JQueryTwistyPlugin/data/TWiki/JQueryTwistyPlugin.txt

    r927 r1090  
    228228 
    229229<verbatim> 
    230 %TWISTY{mode="div" showlink="Show..." hidelink="Hide" class="twikiHelp"}% 
     230%TWISTY{mode="div" showlink="Show..." hidelink="Hide" class="foswikiHelp"}% 
    231231my twisty content 
    232232%ENDTWISTY% 
     
    234234 
    235235Generates: %BR% 
    236 %TWISTY{mode="div" showlink="Show..." hidelink="Hide" class="twikiHelp"}% 
     236%TWISTY{mode="div" showlink="Show..." hidelink="Hide" class="foswikiHelp"}% 
    237237%GREEN% my twisty content %ENDCOLOR% 
    238238%ENDTWISTY% 
  • trunk/JQueryTwistyPlugin/lib/TWiki/Plugins/JQueryTwistyPlugin.pm

    r1050 r1090  
    184184    my $mode = shift @modes; 
    185185 
    186     return "<span class='twikiAlert'>woops, ordering error: got an ENDTWISTY before seeing a TWISTY</span>" 
     186    return "<span class='foswikiAlert'>woops, ordering error: got an ENDTWISTY before seeing a TWISTY</span>" 
    187187      unless $mode; 
    188188 
  • trunk/LdapNgPlugin/lib/TWiki/Plugins/LdapNgPlugin/Core.pm

    r1050 r1090  
    196196############################################################################### 
    197197sub inlineError { 
    198   return "<div class=\"twikiAlert\">$_[0]</div>"; 
     198  return "<div class=\"foswikiAlert\">$_[0]</div>"; 
    199199} 
    200200 
  • trunk/LinkOptionsPlugin/data/TWiki/LinkOptionsPlugin.txt

    r899 r1090  
    4747Crazy CSS use: 
    4848        * *Code:* =[<nop>[<nop>WebHome][Crazy Link!][color:green|background-color:#FFF0A0|border:3px dotted #FFC030|text-decoration:none|letter-spacing:10px|padding:4px|font-size:15px|font-weight:900]]= 
    49         * *Expand to:* <a  style="color:green; background-color:#FFF0A0; border:3px dotted #FFC030; text-decoration:none; letter-spacing:10px; padding:4px; font-size:15px; font-weight:900; " class="twikiLink" href="/twiki/bin/view/TWiki/WebHome">Crazy Link!</a> 
     49        * *Expand to:* <a  style="color:green; background-color:#FFF0A0; border:3px dotted #FFC030; text-decoration:none; letter-spacing:10px; padding:4px; font-size:15px; font-weight:900; " class="foswikiLink" href="/twiki/bin/view/TWiki/WebHome">Crazy Link!</a> 
    5050                * *If installed:* [[WebHome][Crazy Link!][color:green|background-color:#FFF0A0|border:3px dotted #FFC030|text-decoration:none|letter-spacing:10px|padding:4px|font-size:15px|font-weight:900]] 
    5151 
  • trunk/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Change.pm

    r1050 r1090  
    145145        } else { 
    146146            # new _since the last notification_ 
    147             $frev = CGI::span( { class=>'twikiNew' }, 'NEW' ); 
     147            $frev = CGI::span( { class=>'foswikiNew' }, 'NEW' ); 
    148148        } 
    149149    } 
  • trunk/MathModePlugin/lib/TWiki/Plugins/MathModePlugin/Core.pm

    r211 r1090  
    354354  #writeDebug("data=$data"); 
    355355  if ($exit) { 
    356     $msg = '<div class="twikiAlert">Error during latex2img:<pre>'. 
     356    $msg = '<div class="foswikiAlert">Error during latex2img:<pre>'. 
    357357      $data.'</pre></div>'; 
    358358  } else { 
  • trunk/MetaWorkflowPlugin/lib/TWiki/Plugins/MetaWorkflowPlugin.pm

    r1050 r1090  
    113113    return if lc$warn eq 'off'; 
    114114 
    115     return "<span class='twikiAlert'>${pluginName} error: $text</span>"; 
     115    return "<span class='foswikiAlert'>${pluginName} error: $text</span>"; 
    116116} 
    117117 
  • trunk/MostPopularPlugin/lib/TWiki/Plugins/MostPopularPlugin/Statistics.pm

    r1050 r1090  
    253253    } else { 
    254254        if( $msg =~ s/^\!// ) { 
    255             $msg = CGI::h4( CGI::span( { class=>'twikiAlert' }, $msg )); 
     255            $msg = CGI::h4( CGI::span( { class=>'foswikiAlert' }, $msg )); 
    256256        } elsif( $msg =~ /^[A-Z]/ ) { 
    257257            # SMELL: does not support internationalised script messages 
    258258            $msg =~ s/^([A-Z].*)/CGI::h3($1)/ge; 
    259259        } else { 
    260             $msg =~ s/(\*\*\*.*)/CGI::span( { class=>'twikiAlert' }, $1 )/ge; 
     260            $msg =~ s/(\*\*\*.*)/CGI::span( { class=>'foswikiAlert' }, $1 )/ge; 
    261261            $msg =~ s/^\s\s/&nbsp;&nbsp;/go; 
    262262            $msg =~ s/^\s/&nbsp;/go; 
    263263            $msg .= CGI::br(); 
    264264        } 
    265         $msg =~ s/==([A-Z]*)==/'=='.CGI::span( { class=>'twikiAlert' }, $1 ).'=='/ge; 
     265        $msg =~ s/==([A-Z]*)==/'=='.CGI::span( { class=>'foswikiAlert' }, $1 ).'=='/ge; 
    266266    } 
    267267    print $msg,"\n"; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeMantisDesign/TWiki.css

    r1089 r1090  
    66 
    77/* to override old Render.pm coded font color style */ 
    8 .twikiNewLink font { 
     8.foswikiNewLink font { 
    99        color:inherit; 
    1010} 
    11 .twikiNewLink a:link sup, 
    12 .twikiNewLink a:visited sup { 
     11.foswikiNewLink a:link sup, 
     12.foswikiNewLink a:visited sup { 
    1313        color:#666; 
    1414        border-color:#ccc; 
    1515} 
    16 .twikiNewLink a:hover sup { 
     16.foswikiNewLink a:hover sup { 
    1717        background-color:#D6000F; 
    1818        color:#FBF7E8; 
    1919        border-color:#D6000F; 
    2020} 
    21 .twikiNewLink { 
     21.foswikiNewLink { 
    2222        border-color:#ccc; 
    2323} 
     
    103103        -----------------------------------------------------------     */ 
    104104 
    105 .twikiGrayText { 
     105.foswikiGrayText { 
    106106        color:#8E9195; 
    107107} 
    108 .twikiGrayText a:link, 
    109 .twikiGrayText a:visited { 
     108.foswikiGrayText a:link, 
     109.foswikiGrayText a:visited { 
    110110        color:#8E9195; 
    111111} 
    112 .twikiGrayText a:hover { 
     112.foswikiGrayText a:hover { 
    113113        color:#FBF7E8; 
    114114} 
     
    134134} 
    135135.patternContent .twikiAttachments, 
    136 .patternContent .twikiForm { 
     136.patternContent .foswikiForm { 
    137137        background-color:#FEFCF6; 
    138138        border-color:#E2DCC8; 
     
    176176        color:#f00; 
    177177} 
    178 .twikiAlert, 
    179 .twikiAlert code { 
     178.foswikiAlert, 
     179.foswikiAlert code { 
    180180        color:#f00; 
    181181} 
    182 .twikiEmulatedLink { 
     182.foswikiEmulatedLink { 
    183183        color:#06c; 
    184184} 
     
    192192        color:#ccc; 
    193193} 
    194 .twikiHelp { 
     194.foswikiHelp { 
    195195        background-color:#f8fbfc; 
    196196        border-color:#D5E6F3; 
     
    242242        border-color:#ccc; 
    243243} 
    244 .patternSearchResult .twikiAlert { 
     244.patternSearchResult .foswikiAlert { 
    245245        color:#f00; 
    246246} 
    247 .patternSearchResult .twikiSummary .twikiAlert { 
     247.patternSearchResult .foswikiSummary .foswikiAlert { 
    248248        color:#900; 
    249249} 
    250 .patternSearchResult .twikiNew { 
     250.patternSearchResult .foswikiNew { 
    251251        background-color:#ECFADC; 
    252252        border-color:#049804; 
     
    259259/* Search results in book view format */ 
    260260 
    261 .patternBookView .twikiTopRow { 
     261.patternBookView .foswikiTopRow { 
    262262        background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ 
    263263        color:#666; 
     
    443443 
    444444/* Links */ 
    445 /* somehow the twikiNewLink style have to be before the general link styles */ 
    446 .twikiNewLink { 
     445/* somehow the foswikiNewLink style have to be before the general link styles */ 
     446.foswikiNewLink { 
    447447        border-width:0 0 1px 0; 
    448448        border-style:solid; 
    449449} 
    450 .twikiNewLink a { 
     450.foswikiNewLink a { 
    451451        text-decoration:none; 
    452452        margin-left:1px; 
    453453} 
    454 .twikiNewLink a sup { 
     454.foswikiNewLink a sup { 
    455455        text-align:center; 
    456456        padding:0 2px; 
     
    459459        text-decoration:none; 
    460460} 
    461 .twikiNewLink a:link sup, 
    462 .twikiNewLink a:visited sup { 
     461.foswikiNewLink a:link sup, 
     462.foswikiNewLink a:visited sup { 
    463463        border-width:1px; 
    464464        border-style:solid; 
    465465        text-decoration:none; 
    466466} 
    467 .twikiNewLink a:hover sup { 
     467.foswikiNewLink a:hover sup { 
    468468        text-decoration:none; 
    469469} 
     
    569569        padding:.4em .5em; 
    570570} 
    571 .twikiTable th.twikiFirstCol { 
     571.twikiTable th.foswikiFirstCol { 
    572572        border-left-style:none; 
    573573} 
     
    633633.twikiLast, 
    634634.patternTopic .twikiLast, 
    635 .twikiForm .twikiLast, 
     635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
    637637        border-bottom-style:none; 
     
    647647} 
    648648.twikiAttachments, 
    649 .twikiForm { 
     649.foswikiForm { 
    650650        margin:1em 0; 
    651         padding:1px; /* fixes disappearing borders because of overflow:auto; in twikiForm */ 
     651        padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    652652} 
    653653.twikiTable h2, .twikiFormTable h2, 
     
    675675 
    676676.patternContent .twikiAttachments, 
    677 .patternContent .twikiForm { 
     677.patternContent .foswikiForm { 
    678678        /* form or attachment table inside topic area */ 
    679679        font-size:94%; /*S2*/ 
     
    721721        vertical-align:top; 
    722722} 
    723 .twikiAttachments th.twikiFirstCol, 
    724 .twikiAttachments td.twikiFirstCol { 
     723.twikiAttachments th.foswikiFirstCol, 
     724.twikiAttachments td.foswikiFirstCol { 
    725725        /* make more width for the icon column */ 
    726726        width:26px; 
     
    791791        font-size:94%; /*S2*/ 
    792792} 
    793 .twikiNew { } 
    794 .twikiSummary { 
     793.foswikiNew { } 
     794.foswikiSummary { 
    795795        font-size:86%; line-height:110%; /*S3*/ 
    796796} 
    797 .twikiEmulatedLink { 
     797.foswikiEmulatedLink { 
    798798        text-decoration:underline; 
    799799} 
     
    818818        margin:0 0 1em 0; 
    819819} 
    820 .twikiHelp { 
     820.foswikiHelp { 
    821821        padding:1em; 
    822822        margin:0 0 -1px 0; 
     
    824824        border-style:solid; 
    825825} 
    826 .twikiHelp ul, 
    827 .twikiHelp li { 
     826.foswikiHelp ul, 
     827.foswikiHelp li { 
    828828        margin:0; 
    829829} 
    830 .twikiHelp ul { 
     830.foswikiHelp ul { 
    831831        padding-left:2em; 
    832832} 
     
    840840        border:none; 
    841841} 
    842 .twikiWebIndent { 
     842.foswikiWebIndent { 
    843843        margin:0 0 0 1em; 
    844844} 
     
    918918        font-weight:normal; 
    919919} 
    920 .patternSearchResult .twikiTopRow { 
     920.patternSearchResult .foswikiTopRow { 
    921921        padding-top:.2em; 
    922922        margin-top:.1em; 
     
    928928        border-style:solid; 
    929929} 
    930 .patternSearchResult .twikiAlert { 
     930.patternSearchResult .foswikiAlert { 
    931931        font-weight:bold; 
    932932} 
    933 .patternSearchResult .twikiSummary .twikiAlert { 
     933.patternSearchResult .foswikiSummary .foswikiAlert { 
    934934        font-weight:normal; 
    935935} 
    936 .patternSearchResult .twikiNew { 
     936.patternSearchResult .foswikiNew { 
    937937        border-width:1px; 
    938938        border-style:solid; 
     
    941941        font-weight:bold; 
    942942} 
    943 .patternSearchResults .twikiHelp { 
     943.patternSearchResults .foswikiHelp { 
    944944        display:block; 
    945945        width:auto; 
     
    974974        padding:0 0 0 5px; 
    975975} 
    976 .patternBookView .twikiTopRow { 
     976.patternBookView .foswikiTopRow { 
    977977        padding:.25em 5px .15em 5px; /*S4*/ 
    978978        margin:1em -5px .15em -5px; /*S4*/ 
     
    10131013/* edit.pattern.tmpl */ 
    10141014 
    1015 .patternEditPage .twikiForm h1, 
    1016 .patternEditPage .twikiForm h2, 
    1017 .patternEditPage .twikiForm h3 { 
     1015.patternEditPage .foswikiForm h1, 
     1016.patternEditPage .foswikiForm h2, 
     1017.patternEditPage .foswikiForm h3 { 
    10181018        /* same as twikiFormStep */ 
    10191019        font-size:120%; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeSample2Design/TWiki.css

    r1089 r1090  
    66 
    77/* to override old Render.pm coded font color style */ 
    8 .twikiNewLink font { 
     8.foswikiNewLink font { 
    99        color:inherit; 
    1010} 
    11 .twikiNewLink a:link sup, 
    12 .twikiNewLink a:visited sup { 
     11.foswikiNewLink a:link sup, 
     12.foswikiNewLink a:visited sup { 
    1313        color:#666; 
    1414        border-color:#ccc; 
    1515} 
    16 .twikiNewLink a:hover sup { 
     16.foswikiNewLink a:hover sup { 
    1717        background-color:#D6000F; 
    1818        color:#FBF7E8; 
    1919        border-color:#D6000F; 
    2020} 
    21 .twikiNewLink { 
     21.foswikiNewLink { 
    2222        border-color:#ccc; 
    2323} 
     
    103103        -----------------------------------------------------------     */ 
    104104 
    105 .twikiGrayText { 
     105.foswikiGrayText { 
    106106        color:#8E9195; 
    107107} 
    108 .twikiGrayText a:link, 
    109 .twikiGrayText a:visited { 
     108.foswikiGrayText a:link, 
     109.foswikiGrayText a:visited { 
    110110        color:#8E9195; 
    111111} 
    112 .twikiGrayText a:hover { 
     112.foswikiGrayText a:hover { 
    113113        color:#FBF7E8; 
    114114} 
     
    134134} 
    135135.patternContent .twikiAttachments, 
    136 .patternContent .twikiForm { 
     136.patternContent .foswikiForm { 
    137137        background-color:#FEFCF6; 
    138138        border-color:#E2DCC8; 
     
    176176        color:#f00; 
    177177} 
    178 .twikiAlert, 
    179 .twikiAlert code { 
     178.foswikiAlert, 
     179.foswikiAlert code { 
    180180        color:#f00; 
    181181} 
    182 .twikiEmulatedLink { 
     182.foswikiEmulatedLink { 
    183183        color:#06c; 
    184184} 
     
    192192        color:#ccc; 
    193193} 
    194 .twikiHelp { 
     194.foswikiHelp { 
    195195        background-color:#f8fbfc; 
    196196        border-color:#D5E6F3; 
     
    242242        border-color:#ccc; 
    243243} 
    244 .patternSearchResult .twikiAlert { 
     244.patternSearchResult .foswikiAlert { 
    245245        color:#f00; 
    246246} 
    247 .patternSearchResult .twikiSummary .twikiAlert { 
     247.patternSearchResult .foswikiSummary .foswikiAlert { 
    248248        color:#900; 
    249249} 
    250 .patternSearchResult .twikiNew { 
     250.patternSearchResult .foswikiNew { 
    251251        background-color:#ECFADC; 
    252252        border-color:#049804; 
     
    259259/* Search results in book view format */ 
    260260 
    261 .patternBookView .twikiTopRow { 
     261.patternBookView .foswikiTopRow { 
    262262        background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ 
    263263        color:#666; 
     
    443443 
    444444/* Links */ 
    445 /* somehow the twikiNewLink style have to be before the general link styles */ 
    446 .twikiNewLink { 
     445/* somehow the foswikiNewLink style have to be before the general link styles */ 
     446.foswikiNewLink { 
    447447        border-width:0 0 1px 0; 
    448448        border-style:solid; 
    449449} 
    450 .twikiNewLink a { 
     450.foswikiNewLink a { 
    451451        text-decoration:none; 
    452452        margin-left:1px; 
    453453} 
    454 .twikiNewLink a sup { 
     454.foswikiNewLink a sup { 
    455455        text-align:center; 
    456456        padding:0 2px; 
     
    459459        text-decoration:none; 
    460460} 
    461 .twikiNewLink a:link sup, 
    462 .twikiNewLink a:visited sup { 
     461.foswikiNewLink a:link sup, 
     462.foswikiNewLink a:visited sup { 
    463463        border-width:1px; 
    464464        border-style:solid; 
    465465        text-decoration:none; 
    466466} 
    467 .twikiNewLink a:hover sup { 
     467.foswikiNewLink a:hover sup { 
    468468        text-decoration:none; 
    469469} 
     
    569569        padding:.4em .5em; 
    570570} 
    571 .twikiTable th.twikiFirstCol { 
     571.twikiTable th.foswikiFirstCol { 
    572572        border-left-style:none; 
    573573} 
     
    633633.twikiLast, 
    634634.patternTopic .twikiLast, 
    635 .twikiForm .twikiLast, 
     635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
    637637        border-bottom-style:none; 
     
    647647} 
    648648.twikiAttachments, 
    649 .twikiForm { 
     649.foswikiForm { 
    650650        margin:1em 0; 
    651         padding:1px; /* fixes disappearing borders because of overflow:auto; in twikiForm */ 
     651        padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    652652} 
    653653.twikiTable h2, .twikiFormTable h2, 
     
    675675 
    676676.patternContent .twikiAttachments, 
    677 .patternContent .twikiForm { 
     677.patternContent .foswikiForm { 
    678678        /* form or attachment table inside topic area */ 
    679679        font-size:94%; /*S2*/ 
     
    721721        vertical-align:top; 
    722722} 
    723 .twikiAttachments th.twikiFirstCol, 
    724 .twikiAttachments td.twikiFirstCol { 
     723.twikiAttachments th.foswikiFirstCol, 
     724.twikiAttachments td.foswikiFirstCol { 
    725725        /* make more width for the icon column */ 
    726726        width:26px; 
     
    791791        font-size:94%; /*S2*/ 
    792792} 
    793 .twikiNew { } 
    794 .twikiSummary { 
     793.foswikiNew { } 
     794.foswikiSummary { 
    795795        font-size:86%; line-height:110%; /*S3*/ 
    796796} 
    797 .twikiEmulatedLink { 
     797.foswikiEmulatedLink { 
    798798        text-decoration:underline; 
    799799} 
     
    818818        margin:0 0 1em 0; 
    819819} 
    820 .twikiHelp { 
     820.foswikiHelp { 
    821821        padding:1em; 
    822822        margin:0 0 -1px 0; 
     
    824824        border-style:solid; 
    825825} 
    826 .twikiHelp ul, 
    827 .twikiHelp li { 
     826.foswikiHelp ul, 
     827.foswikiHelp li { 
    828828        margin:0; 
    829829} 
    830 .twikiHelp ul { 
     830.foswikiHelp ul { 
    831831        padding-left:2em; 
    832832} 
     
    840840        border:none; 
    841841} 
    842 .twikiWebIndent { 
     842.foswikiWebIndent { 
    843843        margin:0 0 0 1em; 
    844844} 
     
    918918        font-weight:normal; 
    919919} 
    920 .patternSearchResult .twikiTopRow { 
     920.patternSearchResult .foswikiTopRow { 
    921921        padding-top:.2em; 
    922922        margin-top:.1em; 
     
    928928        border-style:solid; 
    929929} 
    930 .patternSearchResult .twikiAlert { 
     930.patternSearchResult .foswikiAlert { 
    931931        font-weight:bold; 
    932932} 
    933 .patternSearchResult .twikiSummary .twikiAlert { 
     933.patternSearchResult .foswikiSummary .foswikiAlert { 
    934934        font-weight:normal; 
    935935} 
    936 .patternSearchResult .twikiNew { 
     936.patternSearchResult .foswikiNew { 
    937937        border-width:1px; 
    938938        border-style:solid; 
     
    941941        font-weight:bold; 
    942942} 
    943 .patternSearchResults .twikiHelp { 
     943.patternSearchResults .foswikiHelp { 
    944944        display:block; 
    945945        width:auto; 
     
    974974        padding:0 0 0 5px; 
    975975} 
    976 .patternBookView .twikiTopRow { 
     976.patternBookView .foswikiTopRow { 
    977977        padding:.25em 5px .15em 5px; /*S4*/ 
    978978        margin:1em -5px .15em -5px; /*S4*/ 
     
    10131013/* edit.pattern.tmpl */ 
    10141014 
    1015 .patternEditPage .twikiForm h1, 
    1016 .patternEditPage .twikiForm h2, 
    1017 .patternEditPage .twikiForm h3 { 
     1015.patternEditPage .foswikiForm h1, 
     1016.patternEditPage .foswikiForm h2, 
     1017.patternEditPage .foswikiForm h3 { 
    10181018        /* same as twikiFormStep */ 
    10191019        font-size:120%; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeSample3Design/TWiki.css

    r1089 r1090  
    66 
    77/* to override old Render.pm coded font color style */ 
    8 .twikiNewLink font { 
     8.foswikiNewLink font { 
    99        color:inherit; 
    1010} 
    11 .twikiNewLink a:link sup, 
    12 .twikiNewLink a:visited sup { 
     11.foswikiNewLink a:link sup, 
     12.foswikiNewLink a:visited sup { 
    1313        color:#666; 
    1414        border-color:#ccc; 
    1515} 
    16 .twikiNewLink a:hover sup { 
     16.foswikiNewLink a:hover sup { 
    1717        background-color:#D6000F; 
    1818        color:#FBF7E8; 
    1919        border-color:#D6000F; 
    2020} 
    21 .twikiNewLink { 
     21.foswikiNewLink { 
    2222        border-color:#ccc; 
    2323} 
     
    103103        -----------------------------------------------------------     */ 
    104104 
    105 .twikiGrayText { 
     105.foswikiGrayText { 
    106106        color:#8E9195; 
    107107} 
    108 .twikiGrayText a:link, 
    109 .twikiGrayText a:visited { 
     108.foswikiGrayText a:link, 
     109.foswikiGrayText a:visited { 
    110110        color:#8E9195; 
    111111} 
    112 .twikiGrayText a:hover { 
     112.foswikiGrayText a:hover { 
    113113        color:#FBF7E8; 
    114114} 
     
    134134} 
    135135.patternContent .twikiAttachments, 
    136 .patternContent .twikiForm { 
     136.patternContent .foswikiForm { 
    137137        background-color:#FEFCF6; 
    138138        border-color:#E2DCC8; 
     
    176176        color:#f00; 
    177177} 
    178 .twikiAlert, 
    179 .twikiAlert code { 
     178.foswikiAlert, 
     179.foswikiAlert code { 
    180180        color:#f00; 
    181181} 
    182 .twikiEmulatedLink { 
     182.foswikiEmulatedLink { 
    183183        color:#06c; 
    184184} 
     
    192192        color:#ccc; 
    193193} 
    194 .twikiHelp { 
     194.foswikiHelp { 
    195195        background-color:#f8fbfc; 
    196196        border-color:#D5E6F3; 
     
    242242        border-color:#ccc; 
    243243} 
    244 .patternSearchResult .twikiAlert { 
     244.patternSearchResult .foswikiAlert { 
    245245        color:#f00; 
    246246} 
    247 .patternSearchResult .twikiSummary .twikiAlert { 
     247.patternSearchResult .foswikiSummary .foswikiAlert { 
    248248        color:#900; 
    249249} 
    250 .patternSearchResult .twikiNew { 
     250.patternSearchResult .foswikiNew { 
    251251        background-color:#ECFADC; 
    252252        border-color:#049804; 
     
    259259/* Search results in book view format */ 
    260260 
    261 .patternBookView .twikiTopRow { 
     261.patternBookView .foswikiTopRow { 
    262262        background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ 
    263263        color:#666; 
     
    443443 
    444444/* Links */ 
    445 /* somehow the twikiNewLink style have to be before the general link styles */ 
    446 .twikiNewLink { 
     445/* somehow the foswikiNewLink style have to be before the general link styles */ 
     446.foswikiNewLink { 
    447447        border-width:0 0 1px 0; 
    448448        border-style:solid; 
    449449} 
    450 .twikiNewLink a { 
     450.foswikiNewLink a { 
    451451        text-decoration:none; 
    452452        margin-left:1px; 
    453453} 
    454 .twikiNewLink a sup { 
     454.foswikiNewLink a sup { 
    455455        text-align:center; 
    456456        padding:0 2px; 
     
    459459        text-decoration:none; 
    460460} 
    461 .twikiNewLink a:link sup, 
    462 .twikiNewLink a:visited sup { 
     461.foswikiNewLink a:link sup, 
     462.foswikiNewLink a:visited sup { 
    463463        border-width:1px; 
    464464        border-style:solid; 
    465465        text-decoration:none; 
    466466} 
    467 .twikiNewLink a:hover sup { 
     467.foswikiNewLink a:hover sup { 
    468468        text-decoration:none; 
    469469} 
     
    569569        padding:.4em .5em; 
    570570} 
    571 .twikiTable th.twikiFirstCol { 
     571.twikiTable th.foswikiFirstCol { 
    572572        border-left-style:none; 
    573573} 
     
    633633.twikiLast, 
    634634.patternTopic .twikiLast, 
    635 .twikiForm .twikiLast, 
     635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
    637637        border-bottom-style:none; 
     
    647647} 
    648648.twikiAttachments, 
    649 .twikiForm { 
     649.foswikiForm { 
    650650        margin:1em 0; 
    651         padding:1px; /* fixes disappearing borders because of overflow:auto; in twikiForm */ 
     651        padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    652652} 
    653653.twikiTable h2, .twikiFormTable h2, 
     
    675675 
    676676.patternContent .twikiAttachments, 
    677 .patternContent .twikiForm { 
     677.patternContent .foswikiForm { 
    678678        /* form or attachment table inside topic area */ 
    679679        font-size:94%; /*S2*/ 
     
    721721        vertical-align:top; 
    722722} 
    723 .twikiAttachments th.twikiFirstCol, 
    724 .twikiAttachments td.twikiFirstCol { 
     723.twikiAttachments th.foswikiFirstCol, 
     724.twikiAttachments td.foswikiFirstCol { 
    725725        /* make more width for the icon column */ 
    726726        width:26px; 
     
    791791        font-size:94%; /*S2*/ 
    792792} 
    793 .twikiNew { } 
    794 .twikiSummary { 
     793.foswikiNew { } 
     794.foswikiSummary { 
    795795        font-size:86%; line-height:110%; /*S3*/ 
    796796} 
    797 .twikiEmulatedLink { 
     797.foswikiEmulatedLink { 
    798798        text-decoration:underline; 
    799799} 
     
    818818        margin:0 0 1em 0;