Changeset 1178


Ignore:
Timestamp:
12/05/08 00:21:04 (3 years ago)
Author:
ArthurClemens
Message:

Item113: more css classes

Location:
trunk
Files:
120 edited

Legend:

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

    r1090 r1178  
    77<h1>Action %UID% in %WEB%.%TOPIC%</h1> 
    88%EDITFIELDS% 
    9 <textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="twikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea> 
     9<textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="foswikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea> 
    1010%HIDDENFIELDS% 
    1111<br /> 
  • trunk/AutoCompletePlugin/lib/TWiki/Plugins/AutoCompletePlugin.pm

    r1090 r1178  
    7777        $params{value} = $value; 
    7878    } 
    79     $params{class} = 'twikiInputField twikiEditFormTextField'; 
     79    $params{class} = 'twikiInputField'; 
    8080 
    8181    return _createTextfield(\%params); 
  • trunk/BlogAddOn/data/_BlogAddOn/BlogPost.txt

    r1090 r1178  
    22---+!! Blog posts 
    33<form method="get" action="%SCRIPTURL{view}%/%WEB%/BlogPostCreator"> 
    4 <input type="submit" class="twikiButton" value="%MAKETEXT{"Write a new blog post"}%" /> 
     4<input type="submit" class="foswikiButton" value="%MAKETEXT{"Write a new blog post"}%" /> 
    55</form> 
    66 
     
    1616&nbsp; %IF{"$ sort='modified'" then='<strong>%MAKETEXT{"Last modified"}%</strong>' else="[[%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%?%IF{"defined category and $ category != ''" then="category=%URLPARAM{"category"}%;"}%%IF{"defined limit and $ limit != ''" then="limit=%URLPARAM{"limit"}%;"}%sort=modified;sortdirection=descending#BlogPosts][%MAKETEXT{"Last modified"}%]]"}% 
    1717</div><!--/twikiLeft--> 
    18 <!-- Filter options --><form name="blogPostCategorySelection" action="%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%#BlogPosts" method="get"><div id="noJsUpdateButton" class="twikiRight blogPostViewOptionsFilter">%BR%<input type="submit" class="twikiButton" value='%MAKETEXT{"Update"}%' /></div> 
     18<!-- Filter options --><form name="blogPostCategorySelection" action="%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%#BlogPosts" method="get"><div id="noJsUpdateButton" class="twikiRight blogPostViewOptionsFilter">%BR%<input type="submit" class="foswikiButton" value='%MAKETEXT{"Update"}%' /></div> 
    1919<div class="twikiRight">%IF{"defined sort and $ sort != ''" then='<input type="hidden" name="sort" value="%URLPARAM{"sort" default="%sort%" encode="url"}%" />'}%<nop> 
    2020%IF{"defined sortdirection and $ sortdirection != ''" then='<input type="hidden" name="sortdirection" value="%URLPARAM{"sortdirection" default="%sortdirection%" encode="url"}%" />'}%<nop> 
  • trunk/BlogAddOn/data/_BlogAddOn/BlogPostViewTemplate.txt

    r1090 r1178  
    1212 
    1313%TMPL:DEF{"content"}%%INCLUDE{"BlogAddOnStyles"}% 
    14 <div class="patternTopic">%BROADCASTMESSAGE% 
     14<div class="foswikiTopic">%BROADCASTMESSAGE% 
    1515%IF{"{Plugins}{BlogAddOn}{ShowPersonalInfoAddOnPictures}" then="$percntTMPL:P{picture}$percnt"}% <h1 class="blogAddOnTitle"> %FORMFIELD{"Title"}% </h1> 
    1616<div class="foswikiGrayText twikiSmallish blogPostAddOnHeaderInfo">%TMPL:P{"postinfo"}%</div><br class="twikiClear" /> 
  • trunk/BugsContrib/data/Bugs/AppliesTo.txt

    r51 r1178  
    3535        CODEBASE=".*" 
    3636}% 
    37 <input type="submit" class="twikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
     37<input type="submit" class="foswikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
    3838</form> 
    3939</div> 
  • trunk/BugsContrib/data/Bugs/CurrentState.txt

    r51 r1178  
    3535        CODEBASE=".*" 
    3636}% 
    37 <input type="submit" class="twikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
     37<input type="submit" class="foswikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
    3838</form> 
    3939</div> 
  • trunk/BugsContrib/data/Bugs/Priority.txt

    r51 r1178  
    3636        CODEBASE=".*" 
    3737}% 
    38 <input type="submit" class="twikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
     38<input type="submit" class="foswikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" /> 
    3939</form> 
    4040</div> 
  • trunk/BugsContrib/data/Bugs/WebPreferences.txt

    r1107 r1178  
    1111 
    1212        * List of topics of the <nop>%WEB% web: 
    13                 * Set WEBTOPICLIST = [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" class="twikiButton" size="16" /> 
     13                * Set WEBTOPICLIST = [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" class="foswikiButton" size="16" /> 
    1414 
    1515        * Web specific background color: (Pick a lighter one of the %SYSTEMWEB%.StandardColors) 
  • trunk/BugsContrib/data/Bugs/WebSearch.txt

    r1090 r1178  
    3131<th class="last">%MAKETEXT{"Search where:"}%</th> 
    3232<td class="last"> 
    33 <input type="radio" class="twikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
     33<input type="radio" class="foswikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
    3434<hr /> 
    3535<input type="checkbox" class="twikiCheckbox" id="web" name="web" %IF{" '%URLPARAM{web}%' = 'on'" then="checked=\"checked\"" else=""}% /><label for="web"> %MAKETEXT{"All public webs"}%</label> <span class="twikiSmall">%MAKETEXT{"(otherwise search [_1] Web only)" args="<nop>%INCLUDINGWEB%"}%</span> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/CategorizedTopic.txt

    r1090 r1178  
    3939  <td style="padding-top:1em"> 
    4040    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
    41     <input type="reset" class="twikiButton natCancelButton" value="Reset" /> 
     41    <input type="reset" class="foswikiButton natCancelButton" value="Reset" /> 
    4242  </td> 
    4343</tr> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/CategorizedTopicViewTemplate.txt

    r482 r1178  
    22%META:TOPICPARENT{name="TopicView"}% 
    33%TMPL:INCLUDE{"view"}% 
    4 %TMPL:DEF{"textcontent"}%<div class="patternTopic"> 
     4%TMPL:DEF{"textcontent"}%<div class="foswikiTopic"> 
    55%DBCALL{"Applications.ClassificationApp.RenderClassifiedTopicView"}% 
    66%TEXT% 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/CategoryViewTemplate.txt

    r482 r1178  
    22%META:TOPICPARENT{name="TopicView"}% 
    33%TMPL:INCLUDE{"view"}% 
    4 %TMPL:DEF{"textcontent"}%<div class="patternTopic"> 
     4%TMPL:DEF{"textcontent"}%<div class="foswikiTopic"> 
    55%DBCALL{"Applications.ClassificationApp.RenderClassifiedTopicView"}% 
    66<hr class="clsTopicInfoSep" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopic.txt

    r1090 r1178  
    9292  <td> 
    9393    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
    94     <input type="reset" class="twikiButton natAltButton" value="Reset" /> 
    95     <input type="button" class="twikiButton natCancelButton" value="Cancel" onclick="window.location.href='%SCRIPTURLPATH{"view"}%/%BASEWEB%/%HOMETOPIC%';" /> 
     94    <input type="reset" class="foswikiButton natAltButton" value="Reset" /> 
     95    <input type="button" class="foswikiButton natCancelButton" value="Cancel" onclick="window.location.href='%SCRIPTURLPATH{"view"}%/%BASEWEB%/%HOMETOPIC%';" /> 
    9696  </td> 
    9797</tr> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopicViewTemplate.txt

    r482 r1178  
    22%META:TOPICPARENT{name="TopicView"}% 
    33%TMPL:INCLUDE{"view"}% 
    4 %TMPL:DEF{"textcontent"}%<div class="patternTopic"> 
     4%TMPL:DEF{"textcontent"}%<div class="foswikiTopic"> 
    55%DBCALL{"Applications.ClassificationApp.RenderClassifiedTopicView"}% 
    66<hr class="clsTopicInfoSep" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderCategoryFactory.txt

    r1090 r1178  
    7171    <input type="submit" class="twikiSubmit natOkButton" value="Submit" />&nbsp; 
    7272%IFDEFINEDTHEN{"%URLPARAM{"manage"}%" as="on"}% 
    73     <input type="button" class="twikiButton natAltButton" value="Hide all Categories" onclick="window.location.href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%';"/> 
     73    <input type="button" class="foswikiButton natAltButton" value="Hide all Categories" onclick="window.location.href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%';"/> 
    7474%ELSEDEFINED% 
    75     <input type="button" class="twikiButton natAltButton" value="Show all Categories" onclick="window.location.href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?manage=on';"/> 
     75    <input type="button" class="foswikiButton natAltButton" value="Show all Categories" onclick="window.location.href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?manage=on';"/> 
    7676%FIDEFINED% 
    7777    &nbsp;<input type="button" class="twikiButtonCancel natCancelButton" value="Reset" onclick="window.location.href='%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%';"/> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderEditCategoryBrowser.txt

    r482 r1178  
    6868~~~ %IFDEFINEDTHEN{"%BUTTONS%" as="off"}%%ELSEDEFINED% 
    6969~~~ <div class="clsButtonBox"> 
    70 ~~~ <input class="twikiButton natCancelButton" type="button" value="Clear"  
     70~~~ <input class="foswikiButton natCancelButton" type="button" value="Clear"  
    7171~~~   onclick="clsClearSelection('%NAME%', 'clsCatSelector_%NAME%')" /> 
    72 ~~~ <input class="twikiButton natAltButton" type="button" value="Reset" 
     72~~~ <input class="foswikiButton natAltButton" type="button" value="Reset" 
    7373~~~   onclick="clsClearSelection('%NAME%', 'clsCatSelector_%NAME%');clsSetSelection('%NAME%', 'clsCatSelector_%NAME%', '%IFDEFINED{"%VALUE%"}%')" /> 
    7474~~~ </div> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderEditTagCloud.txt

    r482 r1178  
    4141~~~ <td> 
    4242~~~ <div class="clsButtonBox"> 
    43 ~~~   <input class="twikiButton natCancelButton clsClearButton" type="button" value="Clear" /> 
    44 ~~~   <input class="twikiButton natAltButton clsResetButton" type="button" value="Reset" /> 
     43~~~   <input class="foswikiButton natCancelButton clsClearButton" type="button" value="Clear" /> 
     44~~~   <input class="foswikiButton natAltButton clsResetButton" type="button" value="Reset" /> 
    4545~~~ </div> 
    4646~~~ </td></tr></table> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderIconSelector.txt

    r482 r1178  
    3737~~~      <div id='clsEditIcon$index'> 
    3838~~~      <input type='radio' 
    39 ~~~        class='twikiRadioButton' 
     39~~~        class='foswikiRadioButton' 
    4040~~~        id='clsIcon$index' 
    4141~~~        name='Icon' 
     
    7171~~~  <input type="button"  
    7272~~~         title="No photo" 
    73 ~~~         class="twikiButton natCancelButton"  
     73~~~         class="foswikiButton natCancelButton"  
    7474~~~         value="Clear" 
    7575~~~    onclick=" 
     
    8080~~~    " 
    8181~~~  > 
    82 ~~~  <input type="button" class="twikiButton natAltButton" value="Reset" 
     82~~~  <input type="button" class="foswikiButton natAltButton" value="Reset" 
    8383~~~    onclick=" 
    8484~~~      this.blur(); 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderWebClassSearch.txt

    r1090 r1178  
    4343  <th>&nbsp;</th> 
    4444  <td><input type="submit" value="Ok" class="twikiSubmit natOkButton" />&nbsp; 
    45       <input type="button" value="Reset" class="twikiButton natCancelButton" onclick="window.location.href= '%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%';" />&nbsp; 
     45      <input type="button" value="Reset" class="foswikiButton natCancelButton" onclick="window.location.href= '%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%';" />&nbsp; 
    4646      <label><input type="checkbox" value="on" name="searchallwebs" %IFDEFINED{"%SEARCHALLWEBS%" as="on" then=" checked "}% /> search in all webs</label> 
    4747             <input type="hidden" name="searchallwebs" value="off" /> 
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/TaggedTopic.txt

    r1090 r1178  
    3939  <td style="padding-top:1em"> 
    4040    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
    41     <input type="reset" class="twikiButton natCancelButton" value="Reset" /> 
     41    <input type="reset" class="foswikiButton natCancelButton" value="Reset" /> 
    4242  </td> 
    4343</tr> 
  • trunk/ClassificationPlugin/pub/TWiki/ClassificationPlugin/styles.css

    r1090 r1178  
    172172 
    173173/* pattern skin tweaks */ 
    174 .patternTopic h1 a, 
    175 .patternTopic h2 a, 
    176 .patternTopic h3 a, 
    177 .patternTopic h4 a, 
    178 .patternTopic h5 a, 
    179 .patternTopic h6 a { 
     174.foswikiTopic h1 a, 
     175.foswikiTopic h2 a, 
     176.foswikiTopic h3 a, 
     177.foswikiTopic h4 a, 
     178.foswikiTopic h5 a, 
     179.foswikiTopic h6 a { 
    180180  text-decoration:none; 
    181181} 
  • trunk/CommentPlugin/data/System/CommentPluginTemplate.txt

    r932 r1178  
    2020Generic prompt box used by other templates 
    2121<verbatim> 
    22 %TMPL:DEF{promptbox}%<div class="commentPlugin commentPluginPromptBox"><table border="0" cellpadding="0" cellspacing="0"><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|70%" name="comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td>&nbsp;<input %DISABLED% type="submit" value="%button|Add comment%" class="twikiButton" /></td></tr></table></div><!--/commentPlugin-->%TMPL:END% 
     22%TMPL:DEF{promptbox}%<div class="commentPlugin commentPluginPromptBox"><table border="0" cellpadding="0" cellspacing="0"><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|70%" name="comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td>&nbsp;<input %DISABLED% type="submit" value="%button|Add comment%" class="foswikiButton" /></td></tr></table></div><!--/commentPlugin-->%TMPL:END% 
    2323</verbatim> 
    2424Short comment, signed and dated 
     
    8484 
    8585<verbatim> 
    86 %TMPL:DEF{PROMPT:bulletabove}%<input class="twikiInputField" name="bullet_above_item" id="bullet_above_item" type="text" size="%inputsize|40%" value="%URLPARAM{"bullet_above_item"}%" />&nbsp;<input %DISABLED% type="submit" value="%button|Add item%" class="twikiButton" />%TMPL:END% 
     86%TMPL:DEF{PROMPT:bulletabove}%<input class="twikiInputField" name="bullet_above_item" id="bullet_above_item" type="text" size="%inputsize|40%" value="%URLPARAM{"bullet_above_item"}%" />&nbsp;<input %DISABLED% type="submit" value="%button|Add item%" class="foswikiButton" />%TMPL:END% 
    8787</verbatim> 
    8888<verbatim> 
     
    205205| <label for="action_due">Due date</label>| <input class="twikiInputField" name="action_due" id="action_due" type="text" size="30" value="%URLPARAM{"due"}%" /> | 
    206206|    <label for="action_comment">Comment</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="action_comment" id="action_comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 
    207 || <input %DISABLED% type="submit" class="twikiButton" value="Add action" /> | 
     207|| <input %DISABLED% type="submit" class="foswikiButton" value="Add action" /> | 
    208208%TMPL:END% 
    209209</verbatim> 
     
    225225|        <label for="comment_date">Date</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_date" id="comment_date" /> | 
    226226|        <label for="comment_city">City</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_city" id="comment_city" value="" /> | 
    227 || <input %DISABLED% type="submit" class="twikiButton" value="%button|Add entry%" /> | 
     227|| <input %DISABLED% type="submit" class="foswikiButton" value="%button|Add entry%" /> | 
    228228%TMPL:END% 
    229229</verbatim> 
     
    245245|        <label for="comment_summary">Summary</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_summary" id="comment_summary" /> | 
    246246|        <label for="toctalk_comment_text">Message</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="toctalk_comment_text" id="toctalk_comment_text" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 
    247 || <input %DISABLED% type="submit" value="%button|Add%" class="twikiButton" /> | 
     247|| <input %DISABLED% type="submit" value="%button|Add%" class="foswikiButton" /> | 
    248248%TMPL:END% 
    249249</verbatim> 
     
    269269| <label for="comment_link">Link label</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_link" id="comment_link" /> | 
    270270|    <label for="bookmark_comment_text">Comment</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="bookmark_comment_text" id="bookmark_comment_text" value="%MESSAGE%" /> | 
    271 || <input %DISABLED% type="submit" value="%button|Add bookmark%" class="twikiButton" /> | 
     271|| <input %DISABLED% type="submit" value="%button|Add bookmark%" class="foswikiButton" /> | 
    272272%TMPL:END% 
    273273</verbatim> 
  • trunk/ComponentEditPlugin/lib/TWiki/Plugins/ComponentEditPlugin.pm

    r1050 r1178  
    223223    my $control; 
    224224    if ($syntax{$TMLtype}->{$param_key}->{type} eq 'text') { 
    225         $control = CGI::textfield( -class=>'twikiEditFormError', 
     225        $control = CGI::textfield( -class=>'foswikiAlert', 
    226226                                 -name=>$param_key, 
    227227                                 -size=>80, 
     
    260260        foreach my $item ( @$options ) { 
    261261            $radio_attrs{$item} = 
    262               { class=>'twikiEditFormRadioField twikiRadioButton', 
     262              { class=>'foswikiRadioButton', 
    263263                label=>$item, 
    264264                twikidefault=>$syntax{$TMLtype}->{$param_key}->{default} 
  • trunk/ControlsPlugin/data/TWiki/ControlsPlugin.txt

    r899 r1178  
    3737<table border="0"><tr><td> *Output* </td><td> *Expected* </td></tr> 
    3838<tr><td>%CONTROL{"firstInput" type="checkbox" size="1"}%</td><td><table  cellspacing="0" cellpadding="0"><tr> 
    39 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputNoDisclosure" />NoDisclosure &nbsp;&nbsp;</td> 
     39<td><input class="foswikiCheckBox" type="checkbox" name="firstInputNoDisclosure" />NoDisclosure &nbsp;&nbsp;</td> 
    4040</tr><tr> 
    41 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputPublicSupported" />PublicSupported &nbsp;&nbsp;</td> 
     41<td><input class="foswikiCheckBox" type="checkbox" name="firstInputPublicSupported" />PublicSupported &nbsp;&nbsp;</td> 
    4242</tr><tr> 
    43 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputPublicFAQ" />PublicFAQ &nbsp;&nbsp;</td> 
     43<td><input class="foswikiCheckBox" type="checkbox" name="firstInputPublicFAQ" />PublicFAQ &nbsp;&nbsp;</td> 
    4444</tr></table></td></tr> 
    4545</table> 
  • trunk/ControlsPlugin/lib/TWiki/Plugins/ControlsPlugin.pm

    r1050 r1178  
    230230      foreach my $item ( @posValues ) { 
    231231        my $expandedItem = $session->handleCommonTags( $item, $webName, $topic ); 
    232         $val .= "\n<td><input class=\"twikiEditFormCheckboxField\" type=\"checkbox\" name=\"$name$item\" />$expandedItem &nbsp;&nbsp;</td>"; 
     232        $val .= "\n<td><input class=\"foswikiCheckBox\" type=\"checkbox\" name=\"$name$item\" />$expandedItem &nbsp;&nbsp;</td>"; 
    233233        if( $size > 0 && ($lines % $size == $size - 1 ) ) { 
    234234          $val .= "\n</tr><tr>"; 
     
    243243      foreach my $item ( @posValues ) { 
    244244        my $expandedItem = $session->handleCommonTags( $item, $webName, $topic ); 
    245         $val .= "\n<td><input class=\"twikiEditFormRadioField twikiRadioButton\" type=\"radio\" name=\"$name\" value=\"$item\" />$expandedItem &nbsp;&nbsp;</td>"; 
     245        $val .= "\n<td><input class=\"foswikiRadioButton\" type=\"radio\" name=\"$name\" value=\"$item\" />$expandedItem &nbsp;&nbsp;</td>"; 
    246246        if( $size > 0 && ($lines % $size == $size - 1 ) ) { 
    247247          $val .= "\n</tr><tr>"; 
  • trunk/EditChapterPlugin/templates/edit.chapter.tmpl

    r420 r1178  
    22%TMPL:INCLUDE{"editjavascript"}%<!-- editjavascript// --> 
    33%TMPL:DEF{"textarea"}%<!-- textarea --> 
    4 <textarea id="topic" name="paragraph" class="twikiTextarea twikiEditboxStyleProportional natedit" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' wrap="virtual">%EXTRACTCHAPTER{from="%URLPARAM{"from" default="0"}%" to="%URLPARAM{"to"}%" encode="on" id="1"}%</textarea> 
     4<textarea id="topic" name="paragraph" class="foswikiTextarea twikiEditboxStyleProportional natedit" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' wrap="virtual">%EXTRACTCHAPTER{from="%URLPARAM{"from" default="0"}%" to="%URLPARAM{"to"}%" encode="on" id="1"}%</textarea> 
    55<textarea id="beforetext" name="beforetext" style="display:none" >%EXTRACTCHAPTER{before="%URLPARAM{"from" default="0"}%" encode="on" id="2"}%</textarea> 
    66<textarea id="aftertext"  name="aftertext" style="display:none">%EXTRACTCHAPTER{after="%URLPARAM{"to"}%" encode="on" id="3"}%</textarea> 
  • trunk/EditRowPlugin/lib/TWiki/Plugins/EditRowPlugin/TableCell.pm

    r99 r1178  
    143143            $attrs{$option}{label} = $expandedOption; 
    144144            if ($colDef->{type} eq 'checkbox') { 
    145                 $attrs{$option}{class} = 'twikiEditFormCheckboxField EditRowPluginInput'; 
     145                $attrs{$option}{class} = 'foswikiCheckBox EditRowPluginInput'; 
    146146            } else { 
    147147                $attrs{$option}{class} = 
    148                   'twikiRadioButton twikiEditFormRadioField EditRowPluginInput'; 
     148                  'foswikiRadioButton EditRowPluginInput'; 
    149149            } 
    150150 
  • trunk/EditTablePlugin/data/System/EditTablePlugin.txt

    r1090 r1178  
    5555      * <input type="submit" class="twikiSubmit" name="et"   value="Edit table" onclick="return(false);" /> - turn the table into edit mode 
    5656   * In edit mode: 
    57       * <input type="submit" class="twikiButton" name="etsave"   value="Save table"  onclick="return(false);" /> - save your changes 
    58       * <input type="submit" class="twikiButton" name="etqsave"   value="Quiet save"  onclick="return(false);" /> - save your changes without alerting subscribed WebNotify users 
    59       * <input type="submit" class="twikiButton" name="etaddrow" value="Add row" onclick="return(false);" /> - add row to the table (if enabled) 
    60       * <input type="submit" class="twikiButton" name="etdelrow" value="Delete last row" onclick="return(false);" /> - remove last row from the table (if enabled) 
     57      * <input type="submit" class="foswikiButton" name="etsave"   value="Save table"  onclick="return(false);" /> - save your changes 
     58      * <input type="submit" class="foswikiButton" name="etqsave"   value="Quiet save"  onclick="return(false);" /> - save your changes without alerting subscribed WebNotify users 
     59      * <input type="submit" class="foswikiButton" name="etaddrow" value="Add row" onclick="return(false);" /> - add row to the table (if enabled) 
     60      * <input type="submit" class="foswikiButton" name="etdelrow" value="Delete last row" onclick="return(false);" /> - remove last row from the table (if enabled) 
    6161      * <input type="submit" class="twikiButtonCancel" name="etcancel" value="Cancel" onclick="return(false);" /> - cancel without saving and release edit lock 
    6262      * <img src="%ATTACHURLPATH%/btn_move.gif"> - Move a row by clicking this button next to the row to 
     
    107107<input type="hidden" name="etrows" value="3" /> 
    108108<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    109 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    110 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    111 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    112 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     109<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     110<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     111<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     112<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    113113</div><!-- /editTable --> 
    114114 
  • trunk/EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/Core.pm

    r1172 r1178  
    844844        if ( $params{'quietsave'} ) { 
    845845            $text .= 
    846 "$preSp<input type=\"submit\" name=\"etqsave\" id=\"etqsave\" value=\"$prefQUIET_SAVE_BUTTON\" class=\"twikiButton\" />\n"; 
     846"$preSp<input type=\"submit\" name=\"etqsave\" id=\"etqsave\" value=\"$prefQUIET_SAVE_BUTTON\" class=\"foswikiButton\" />\n"; 
    847847        } 
    848848        if ( $params{'changerows'} ) { 
    849849            $text .= 
    850 "$preSp<input type=\"submit\" name=\"etaddrow\" id=\"etaddrow\" value=\"$prefADD_ROW_BUTTON\" class=\"twikiButton\" />\n"; 
     850"$preSp<input type=\"submit\" name=\"etaddrow\" id=\"etaddrow\" value=\"$prefADD_ROW_BUTTON\" class=\"foswikiButton\" />\n"; 
    851851            $text .= 
    852 "$preSp<input type=\"submit\" name=\"etdelrow\" id=\"etdelrow\" value=\"$prefDELETE_LAST_ROW_BUTTON\" class=\"twikiButton\" />\n" 
     852"$preSp<input type=\"submit\" name=\"etdelrow\" id=\"etdelrow\" value=\"$prefDELETE_LAST_ROW_BUTTON\" class=\"foswikiButton\" />\n" 
    853853              unless ( $params{'changerows'} =~ /^add$/oi ); 
    854854        } 
    855855        $text .= 
    856 "$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\"twikiButton twikiButtonCancel\" />\n"; 
     856"$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\"foswikiButton twikiButtonCancel\" />\n"; 
    857857 
    858858        if ( $params{'helptopic'} ) { 
     
    946946    else { 
    947947        return 
    948 "<input class=\"twikiButton editTableEditButton\" type=\"submit\" value=\"$value\" /> $warningMessage"; 
     948"<input class=\"foswikiButton editTableEditButton\" type=\"submit\" value=\"$value\" /> $warningMessage"; 
    949949    } 
    950950} 
     
    11731173          unless ( $theValue eq '' ); 
    11741174        $text .= 
    1175 "<textarea class=\"twikiTextarea editTableTextarea\" rows=\"$rows\" cols=\"$cols\" name=\"$theName\">$theValue</textarea>"; 
     1175"<textarea class=\"foswikiTextarea editTableTextarea\" rows=\"$rows\" cols=\"$cols\" name=\"$theName\">$theValue</textarea>"; 
    11761176        $text .= saveEditCellFormat( $cellFormat, $theName ); 
    11771177 
  • trunk/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r1090 r1178  
    118118<input type="hidden" name="etedit" value="on" /> 
    119119<input type="hidden" name="etrows" value="0" /> 
    120 <input class="twikiButton editTableEditButton" type="submit" value="Edit me" /> 
     120<input class="foswikiButton editTableEditButton" type="submit" value="Edit me" /> 
    121121</form> 
    122122</div><!-- /editTable --> 
     
    210210<form name="edittable1" action="$viewUrlAuth#edittable1" method="post"> 
    211211<input type="hidden" name="ettablenr" value="1" /> 
    212 |<span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> |<input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="--EditTableEncodeStart--.i.n.i.t--EditTableEncodeEnd--" /> |<textarea class="twikiTextarea editTableTextarea" rows="3" cols="10" name="etcell1x3">--EditTableEncodeStart--.i.n.i.t--EditTableEncodeEnd--</textarea> |<select class="twikiSelect" name="etcell1x4" size="3"> <option selected="selected">option 1</option> <option>option 2</option> <option>option 3</option></select> |<table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x5" value="A" /> A <br /> <input type="radio" name="etcell1x5" value="B" /> B </td><td valign="top"> <input type="radio" name="etcell1x5" value="C" /> C <br /> <input type="radio" name="etcell1x5" value="D" /> D </td><td valign="top"> <input type="radio" name="etcell1x5" value="E" /> E <br /></td></tr></table> |<table class="editTableInnerTable"><tr><td valign="top"> <input type="checkbox" name="etcell1x6x2" value="A" checked="checked" /> A <br /> <input type="checkbox" name="etcell1x6x3" value="B" checked="checked" /> B </td><td valign="top"> <input type="checkbox" name="etcell1x6x4" value="C" checked="checked" /> C <br /> <input type="checkbox" name="etcell1x6x5" value="D" checked="checked" /> D </td><td valign="top"> <input type="checkbox" name="etcell1x6x6" value="E" checked="checked" /> E <br /></td></tr></table> <input type="hidden" name="etcell1x6" value="Chkbx: etcell1x6x2 etcell1x6x3 etcell1x6x4 etcell1x6x5 etcell1x6x6" /> |LABEL<input type="hidden" name="etcell1x7" value="--EditTableEncodeStart--.L.A.B.E.L--EditTableEncodeEnd--" /> |<input type="text" name="etcell1x8"  size="11" class="twikiInputField editTableInput" id="idetcell1x8" /><span class="twikiMakeVisible"><input type="image" name="calendar" src="$pubUrlSystemWeb/JSCalendarContrib/img.gif" align="middle" alt="Calendar" onclick="return showCalendar('idetcell1x8','%d %b %Y')" class="editTableCalendarButton" /></span> | 
     212|<span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> |<input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="--EditTableEncodeStart--.i.n.i.t--EditTableEncodeEnd--" /> |<textarea class="foswikiTextarea editTableTextarea" rows="3" cols="10" name="etcell1x3">--EditTableEncodeStart--.i.n.i.t--EditTableEncodeEnd--</textarea> |<select class="twikiSelect" name="etcell1x4" size="3"> <option selected="selected">option 1</option> <option>option 2</option> <option>option 3</option></select> |<table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x5" value="A" /> A <br /> <input type="radio" name="etcell1x5" value="B" /> B </td><td valign="top"> <input type="radio" name="etcell1x5" value="C" /> C <br /> <input type="radio" name="etcell1x5" value="D" /> D </td><td valign="top"> <input type="radio" name="etcell1x5" value="E" /> E <br /></td></tr></table> |<table class="editTableInnerTable"><tr><td valign="top"> <input type="checkbox" name="etcell1x6x2" value="A" checked="checked" /> A <br /> <input type="checkbox" name="etcell1x6x3" value="B" checked="checked" /> B </td><td valign="top"> <input type="checkbox" name="etcell1x6x4" value="C" checked="checked" /> C <br /> <input type="checkbox" name="etcell1x6x5" value="D" checked="checked" /> D </td><td valign="top"> <input type="checkbox" name="etcell1x6x6" value="E" checked="checked" /> E <br /></td></tr></table> <input type="hidden" name="etcell1x6" value="Chkbx: etcell1x6x2 etcell1x6x3 etcell1x6x4 etcell1x6x5 etcell1x6x6" /> |LABEL<input type="hidden" name="etcell1x7" value="--EditTableEncodeStart--.L.A.B.E.L--EditTableEncodeEnd--" /> |<input type="text" name="etcell1x8"  size="11" class="twikiInputField editTableInput" id="idetcell1x8" /><span class="twikiMakeVisible"><input type="image" name="calendar" src="$pubUrlSystemWeb/JSCalendarContrib/img.gif" align="middle" alt="Calendar" onclick="return showCalendar('idetcell1x8','%d %b %Y')" class="editTableCalendarButton" /></span> | 
    213213<input type="hidden" name="etrows" value="1" /> 
    214214<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    215 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    216 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    217 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    218 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     215<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     216<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     217<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     218<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    219219</form> 
    220220</div><!-- /editTable --></noautolink> 
     
    264264<input type="hidden" name="etrows" value="1" /> 
    265265<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    266 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    267 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    268 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    269 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     266<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     267<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     268<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     269<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    270270</form> 
    271271</div><!-- /editTable --></noautolink> 
     
    328328<input type="hidden" name="etaddedrows" value="1" /> 
    329329<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    330 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    331 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    332 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    333 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     330<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     331<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     332<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     333<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    334334</form> 
    335335</div><!-- /editTable --></noautolink> 
     
    436436<input type="hidden" name="etrows" value="1" /> 
    437437<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    438 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    439 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    440 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    441 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     438<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     439<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     440<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     441<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    442442</form> 
    443443</div><!-- /editTable --></noautolink> 
     
    498498<input type="hidden" name="etrows" value="1" /> 
    499499<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    500 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    501 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    502 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    503 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     500<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     501<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     502<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     503<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    504504</form> 
    505505</div><!-- /editTable --></noautolink> 
     
    608608<input type="hidden" name="etrows" value="1" /> 
    609609<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    610 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    611 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    612 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    613 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     610<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     611<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     612<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     613<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    614614</form> 
    615615</div><!-- /editTable --></noautolink> 
     
    11481148<form name="edittable1" action="$viewUrlAuth#edittable1" method="post"> 
    11491149<input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
    1150 <input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="twikiButton" /> 
    1151 <input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="twikiButton" /> 
    1152 <input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="twikiButton" /> 
    1153 <input type="submit" name="etcancel" id="etcancel" value="Cancel" class="twikiButton twikiButtonCancel" /> 
     1150<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
     1151<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
     1152<input type="submit" name="etdelrow" id="etdelrow" value="Delete last row" class="foswikiButton" /> 
     1153<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton twikiButtonCancel" /> 
    11541154<input type="hidden" name="ettablenr" value="1" /> 
    11551155| <input class="twikiInputField editTableInput" type="text" name="etcell1x1" size="16" value="" /> | 
  • trunk/FormPlugin/data/Sandbox/FormPluginExamples.txt

    r981 r1178  
    238238type="submit" 
    239239buttonlabel="Submit" 
    240 cssclass="twikiButton" 
     240cssclass="foswikiButton" 
    241241}% 
    242242%ENDFORM% 
  • trunk/FormPlugin/lib/TWiki/Plugins/FormPlugin.pm

    r1050 r1178  
    12761276    $cssClass = 'twikiInputFieldDisabled' 
    12771277      if ( !$cssClass && $attributes{'disabled'} ); 
    1278     $cssClass = 'twikiRadioButton ' . $cssClass; 
     1278    $cssClass = 'foswikiRadioButton ' . $cssClass; 
    12791279    $cssClass = _normalizeCssClassName($cssClass); 
    12801280    $attributes{'-class'} = $cssClass if $cssClass; 
  • trunk/GoogleAjaxSearchPlugin/pub/TWiki/GoogleAjaxSearchPlugin/googleAjaxSearch.css

    r156 r1178  
    77} 
    88.gsc-webResult a:hover div.gs-title, 
    9 .patternTopic .gsc-webResult a:hover div.gs-title { 
     9.foswikiTopic .gsc-webResult a:hover div.gs-title { 
    1010        color:#FBF7E8; 
    1111        background-color:#D6000F; 
  • trunk/HistoryPlugin/lib/Foswiki/Plugins/HistoryPlugin.pm

    r1077 r1178  
    160160            my $newtext = $params{text} || $params{_DEFAULT} || ''; 
    161161            my $url = $params{url} || ''; 
    162             my $replace = $url ? "<a href='$url' class='twikiButton'>$newtext</a>" : $newtext; 
     162            my $replace = $url ? "<a href='$url' class='foswikiButton'>$newtext</a>" : $newtext; 
    163163            $text =~ s/\$next({.*?})/$replace/; 
    164164        } 
     
    183183            my $newtext = $params{text} || $params{_DEFAULT} || ''; 
    184184            my $url = $params{url} || ''; 
    185             my $replace = $url ? "<a href='$url' class='twikiButton'>$newtext</a>" : $newtext; 
     185            my $replace = $url ? "<a href='$url' class='foswikiButton'>$newtext</a>" : $newtext; 
    186186            $text =~ s/\$previous({.*?})/$replace/; 
    187187        } 
  • trunk/HistoryPlugin/templates/oopshistory.tmpl

    r1077 r1178  
    8888<option>20</option> 
    8989<option>50</option> 
    90 </select> %MAKETEXT{"revisions up to"}% <input type="text" class="twikiInputField" name="rev2" value="%HISTORY_REV2%" size="2" />&nbsp;<input type="submit" class="twikiButton" value="%MAKETEXT{"Refresh"}%" /> 
     90</select> %MAKETEXT{"revisions up to"}% <input type="text" class="twikiInputField" name="rev2" value="%HISTORY_REV2%" size="2" />&nbsp;<input type="submit" class="foswikiButton" value="%MAKETEXT{"Refresh"}%" /> 
    9191<input type="hidden" name="template" value="oopshistory" /> 
    9292</form> 
  • trunk/JQueryTwistyPlugin/data/TWiki/JQueryTwistyPlugin.txt

    r1090 r1178  
    198198<verbatim> 
    199199%TWISTY{link="" noscript="hide" start="show"}% 
    200 <input type="submit" class="twikiButton" value="You surely have !JavaScript" /> 
     200<input type="submit" class="foswikiButton" value="You surely have !JavaScript" /> 
    201201%ENDTWISTY% 
    202202</verbatim> 
    203203 
    204204%TWISTY{link="" noscript="hide" start="show"}% 
    205 <input type="submit" class="twikiButton" value="You surely have !JavaScript" /> 
     205<input type="submit" class="foswikiButton" value="You surely have !JavaScript" /> 
    206206%ENDTWISTY% 
    207207 
     
    214214<verbatim> 
    215215%TWISTY{link="" start="show"}% 
    216 <input type="submit" class="twikiButton" value="You might have !JavaScript" /> 
     216<input type="submit" class="foswikiButton" value="You might have !JavaScript" /> 
    217217%ENDTWISTY% 
    218218</verbatim> 
    219219 
    220220%TWISTY{link="" start="show"}% 
    221 <input type="submit" class="twikiButton" value="You might have !JavaScript" /> 
     221<input type="submit" class="foswikiButton" value="You might have !JavaScript" /> 
    222222%ENDTWISTY% 
    223223 
     
    265265 
    266266<verbatim> 
    267 <button class="twistyExpandAll twikiButton">Expand all</button> &nbsp; <button class="twistyCollapseAll twikiButton">Collapse all</button> 
     267<button class="twistyExpandAll foswikiButton">Expand all</button> &nbsp; <button class="twistyCollapseAll foswikiButton">Collapse all</button> 
    268268</verbatim> 
    269269 
    270270Creates these controls: 
    271271 
    272 <button class="twistyExpandAll twikiButton">Expand all</button> &nbsp;  
    273 <button class="twistyCollapseAll twikiButton">Collapse all</button> 
     272<button class="twistyExpandAll foswikiButton">Expand all</button> &nbsp;  
     273<button class="twistyCollapseAll foswikiButton">Collapse all</button> 
    274274 
    275275When you want to use links, write: 
  • trunk/JSPopupPlugin/data/TWiki/JSPopupPlugin.txt

    r878 r1178  
    2020<verbatim> 
    2121%POPUP{ 
    22 anchor="<button class='twikiButton'>add comment</button>"  
     22anchor="<button class='foswikiButton'>add comment</button>"  
    2323popuptext="$percntCOMMENT{target=\"#Comments\"}$percnt"  
    2424popuptexttype="tml" 
     
    4141<verbatim> 
    4242%POPUP{ 
    43 anchor="<button class='twikiButton'>view topic Source</button>" 
     43anchor="<button class='foswikiButton'>view topic Source</button>" 
    4444popuptitle="%TOPIC%" 
    4545popuptext="%SCRIPTURL{view}%/%WEB%/%TOPIC%?raw=on;skin=print" 
     
    109109   * use the configure script to enable 
    110110   * Test if the installation was successful: 
    111 %POPUP{anchor="<button class='twikiButton'>Clicking here should popup some text</button>" popuptitle="testing" popuptext="This is a popup text" popuptexttype="tml"}% 
     111%POPUP{anchor="<button class='foswikiButton'>Clicking here should popup some text</button>" popuptitle="testing" popuptext="This is a popup text" popuptexttype="tml"}% 
    112112 
    113113 %POPUPLINK{ 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeMantisDesign/TWiki.css

    r1090 r1178  
    2626 
    2727.twikiSubmit, 
    28 .twikiButton { 
     28.foswikiButton { 
    2929        border-color:#ddd #aaa #aaa #ddd; 
    3030        color:#333; 
     
    3232} 
    3333.twikiSubmit:active, 
    34 .twikiButton:active { 
     34.foswikiButton:active { 
    3535        border-color:#999 #ccc #ccc #999; 
    3636        color:#000; 
     
    8282        background-color:#f8fbfc; 
    8383} 
    84 .patternTopic .tipsOfTheDayHeader { 
     84.foswikiTopic .tipsOfTheDayHeader { 
    8585        color:#333; 
    8686} 
     
    278278/* edit.pattern.tmpl */ 
    279279 
    280 .twikiChangeFormButton .twikiButton, 
    281 .twikiChangeFormButtonHolder .twikiButton { /* looks like a link */ 
     280.twikiChangeFormButton .foswikiButton, 
     281.twikiChangeFormButtonHolder .foswikiButton { /* looks like a link */ 
    282282        color:#06c; 
    283283        background:none; 
     
    353353        border:none; 
    354354} 
    355 .twikiButton { 
     355.foswikiButton { 
    356356        QQbackground-image:url(background_button.gif); 
    357357        background-repeat:repeat-x; 
     
    492492} 
    493493.twikiSubmit, 
    494 .twikiButton, 
     494.foswikiButton, 
    495495.twikiCheckbox { 
    496496        border-width:1px; 
     
    502502} 
    503503.twikiCheckbox, 
    504 .twikiRadioButton { 
     504.foswikiRadioButton { 
    505505        margin:0 .3em 0 0; 
    506506        border:0; 
     
    589589        font-weight:bold; 
    590590} 
    591 .patternTopic .tipsOfTheDayHeader { 
     591.foswikiTopic .tipsOfTheDayHeader { 
    592592        display:block; 
    593593        padding:3px 5px; 
    594594} 
    595 .patternTopic .tipsOfTheDayText { 
     595.foswikiTopic .tipsOfTheDayText { 
    596596        padding:0 5px 5px 5px; 
    597597} 
    598 .patternTopic .tipsOfTheDayText a:link, 
    599 .patternTopic .tipsOfTheDayText a:visited { 
     598.foswikiTopic .tipsOfTheDayText a:link, 
     599.foswikiTopic .tipsOfTheDayText a:visited { 
    600600        text-decoration:none; 
    601601} 
     
    632632 
    633633.twikiLast, 
    634 .patternTopic .twikiLast, 
     634.foswikiTopic .twikiLast, 
    635635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
     
    10301030        float:right; 
    10311031} 
    1032 .twikiChangeFormButton .twikiButton, 
    1033 .twikiChangeFormButtonHolder .twikiButton { 
     1032.twikiChangeFormButton .foswikiButton, 
     1033.twikiChangeFormButtonHolder .foswikiButton { 
    10341034        padding:0; 
    10351035        margin:0; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeSample2Design/TWiki.css

    r1090 r1178  
    2626 
    2727.twikiSubmit, 
    28 .twikiButton { 
     28.foswikiButton { 
    2929        border-color:#ddd #aaa #aaa #ddd; 
    3030        color:#333; 
     
    3232} 
    3333.twikiSubmit:active, 
    34 .twikiButton:active { 
     34.foswikiButton:active { 
    3535        border-color:#999 #ccc #ccc #999; 
    3636        color:#000; 
     
    8282        background-color:#f8fbfc; 
    8383} 
    84 .patternTopic .tipsOfTheDayHeader { 
     84.foswikiTopic .tipsOfTheDayHeader { 
    8585        color:#333; 
    8686} 
     
    278278/* edit.pattern.tmpl */ 
    279279 
    280 .twikiChangeFormButton .twikiButton, 
    281 .twikiChangeFormButtonHolder .twikiButton { /* looks like a link */ 
     280.twikiChangeFormButton .foswikiButton, 
     281.twikiChangeFormButtonHolder .foswikiButton { /* looks like a link */ 
    282282        color:#06c; 
    283283        background:none; 
     
    353353        border:none; 
    354354} 
    355 .twikiButton { 
     355.foswikiButton { 
    356356        QQbackground-image:url(background_button.gif); 
    357357        background-repeat:repeat-x; 
     
    492492} 
    493493.twikiSubmit, 
    494 .twikiButton, 
     494.foswikiButton, 
    495495.twikiCheckbox { 
    496496        border-width:1px; 
     
    502502} 
    503503.twikiCheckbox, 
    504 .twikiRadioButton { 
     504.foswikiRadioButton { 
    505505        margin:0 .3em 0 0; 
    506506        border:0; 
     
    589589        font-weight:bold; 
    590590} 
    591 .patternTopic .tipsOfTheDayHeader { 
     591.foswikiTopic .tipsOfTheDayHeader { 
    592592        display:block; 
    593593        padding:3px 5px; 
    594594} 
    595 .patternTopic .tipsOfTheDayText { 
     595.foswikiTopic .tipsOfTheDayText { 
    596596        padding:0 5px 5px 5px; 
    597597} 
    598 .patternTopic .tipsOfTheDayText a:link, 
    599 .patternTopic .tipsOfTheDayText a:visited { 
     598.foswikiTopic .tipsOfTheDayText a:link, 
     599.foswikiTopic .tipsOfTheDayText a:visited { 
    600600        text-decoration:none; 
    601601} 
     
    632632 
    633633.twikiLast, 
    634 .patternTopic .twikiLast, 
     634.foswikiTopic .twikiLast, 
    635635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
     
    10301030        float:right; 
    10311031} 
    1032 .twikiChangeFormButton .twikiButton, 
    1033 .twikiChangeFormButtonHolder .twikiButton { 
     1032.twikiChangeFormButton .foswikiButton, 
     1033.twikiChangeFormButtonHolder .foswikiButton { 
    10341034        padding:0; 
    10351035        margin:0; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeSample3Design/TWiki.css

    r1090 r1178  
    2626 
    2727.twikiSubmit, 
    28 .twikiButton { 
     28.foswikiButton { 
    2929        border-color:#ddd #aaa #aaa #ddd; 
    3030        color:#333; 
     
    3232} 
    3333.twikiSubmit:active, 
    34 .twikiButton:active { 
     34.foswikiButton:active { 
    3535        border-color:#999 #ccc #ccc #999; 
    3636        color:#000; 
     
    8282        background-color:#f8fbfc; 
    8383} 
    84 .patternTopic .tipsOfTheDayHeader { 
     84.foswikiTopic .tipsOfTheDayHeader { 
    8585        color:#333; 
    8686} 
     
    278278/* edit.pattern.tmpl */ 
    279279 
    280 .twikiChangeFormButton .twikiButton, 
    281 .twikiChangeFormButtonHolder .twikiButton { /* looks like a link */ 
     280.twikiChangeFormButton .foswikiButton, 
     281.twikiChangeFormButtonHolder .foswikiButton { /* looks like a link */ 
    282282        color:#06c; 
    283283        background:none; 
     
    353353        border:none; 
    354354} 
    355 .twikiButton { 
     355.foswikiButton { 
    356356        QQbackground-image:url(background_button.gif); 
    357357        background-repeat:repeat-x; 
     
    492492} 
    493493.twikiSubmit, 
    494 .twikiButton, 
     494.foswikiButton, 
    495495.twikiCheckbox { 
    496496        border-width:1px; 
     
    502502} 
    503503.twikiCheckbox, 
    504 .twikiRadioButton { 
     504.foswikiRadioButton { 
    505505        margin:0 .3em 0 0; 
    506506        border:0; 
     
    589589        font-weight:bold; 
    590590} 
    591 .patternTopic .tipsOfTheDayHeader { 
     591.foswikiTopic .tipsOfTheDayHeader { 
    592592        display:block; 
    593593        padding:3px 5px; 
    594594} 
    595 .patternTopic .tipsOfTheDayText { 
     595.foswikiTopic .tipsOfTheDayText { 
    596596        padding:0 5px 5px 5px; 
    597597} 
    598 .patternTopic .tipsOfTheDayText a:link, 
    599 .patternTopic .tipsOfTheDayText a:visited { 
     598.foswikiTopic .tipsOfTheDayText a:link, 
     599.foswikiTopic .tipsOfTheDayText a:visited { 
    600600        text-decoration:none; 
    601601} 
     
    632632 
    633633.twikiLast, 
    634 .patternTopic .twikiLast, 
     634.foswikiTopic .twikiLast, 
    635635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
     
    10301030        float:right; 
    10311031} 
    1032 .twikiChangeFormButton .twikiButton, 
    1033 .twikiChangeFormButtonHolder .twikiButton { 
     1032.twikiChangeFormButton .foswikiButton, 
     1033.twikiChangeFormButtonHolder .foswikiButton { 
    10341034        padding:0; 
    10351035        margin:0; 
  • trunk/MoveableTypeSkin/pub/TWiki/MoveableTypeSampleDesign/TWiki.css

    r1090 r1178  
    2626 
    2727.twikiSubmit, 
    28 .twikiButton { 
     28.foswikiButton { 
    2929        border-color:#ddd #aaa #aaa #ddd; 
    3030        color:#333; 
     
    3232} 
    3333.twikiSubmit:active, 
    34 .twikiButton:active { 
     34.foswikiButton:active { 
    3535        border-color:#999 #ccc #ccc #999; 
    3636        color:#000; 
     
    8282        background-color:#f8fbfc; 
    8383} 
    84 .patternTopic .tipsOfTheDayHeader { 
     84.foswikiTopic .tipsOfTheDayHeader { 
    8585        color:#333; 
    8686} 
     
    278278/* edit.pattern.tmpl */ 
    279279 
    280 .twikiChangeFormButton .twikiButton, 
    281 .twikiChangeFormButtonHolder .twikiButton { /* looks like a link */ 
     280.twikiChangeFormButton .foswikiButton, 
     281.twikiChangeFormButtonHolder .foswikiButton { /* looks like a link */ 
    282282        color:#06c; 
    283283        background:none; 
     
    353353        border:none; 
    354354} 
    355 .twikiButton { 
     355.foswikiButton { 
    356356        QQbackground-image:url(background_button.gif); 
    357357        background-repeat:repeat-x; 
     
    492492} 
    493493.twikiSubmit, 
    494 .twikiButton, 
     494.foswikiButton, 
    495495.twikiCheckbox { 
    496496        border-width:1px; 
     
    502502} 
    503503.twikiCheckbox, 
    504 .twikiRadioButton { 
     504.foswikiRadioButton { 
    505505        margin:0 .3em 0 0; 
    506506        border:0; 
     
    589589        font-weight:bold; 
    590590} 
    591 .patternTopic .tipsOfTheDayHeader { 
     591.foswikiTopic .tipsOfTheDayHeader { 
    592592        display:block; 
    593593        padding:3px 5px; 
    594594} 
    595 .patternTopic .tipsOfTheDayText { 
     595.foswikiTopic .tipsOfTheDayText { 
    596596        padding:0 5px 5px 5px; 
    597597} 
    598 .patternTopic .tipsOfTheDayText a:link, 
    599 .patternTopic .tipsOfTheDayText a:visited { 
     598.foswikiTopic .tipsOfTheDayText a:link, 
     599.foswikiTopic .tipsOfTheDayText a:visited { 
    600600        text-decoration:none; 
    601601} 
     
    632632 
    633633.twikiLast, 
    634 .patternTopic .twikiLast, 
     634.foswikiTopic .twikiLast, 
    635635.foswikiForm .twikiLast, 
    636636.twikiTable .twikiLast { 
     
    10301030        float:right; 
    10311031} 
    1032 .twikiChangeFormButton .twikiButton, 
    1033 .twikiChangeFormButtonHolder .twikiButton { 
     1032.twikiChangeFormButton .foswikiButton, 
     1033.twikiChangeFormButtonHolder .foswikiButton { 
    10341034        padding:0; 
    10351035        margin:0; 
  • trunk/NatEditPlugin/pub/TWiki/NatEditPlugin/styles.css

    r1090 r1178  
    9393 
    9494/* pattern skin tweaks */ 
    95 .patternPreviewPage .patternTopic, 
    96 .patternEditPage .patternTopic { 
     95.patternPreviewPage .foswikiTopic, 
     96.patternEditPage .foswikiTopic { 
    9797  margin:0px; 
    9898} 
  • trunk/NatEditPlugin/templates/edit.natedit.tmpl

    r776 r1178  
    4444 
    4545%TMPL:DEF{"textarea"}%<!-- textarea --> 
    46 <textarea id="topic" class="twikiTextarea natEditTextArea natedit" name="text" style="width:99%" rows="22" cols="70">%TEXT%</textarea> 
     46<textarea id="topic" class="foswikiTextarea natEditTextArea natedit" name="text" style="width:99%" rows="22" cols="70">%TEXT%</textarea> 
    4747<!-- //textarea -->%TMPL:END% 
    4848 
  • trunk/NatEditPlugin/templates/preview.natedit.tmpl

    r776 r1178  
    88<div class="patternPreviewArea"> 
    99<div class="patternContent"> 
    10 <div class="patternTopic"> 
     10<div class="foswikiTopic"> 
    1111%TEXT% 
    1212</div> 
  • trunk/NatSkin/pub/TWiki/NatSkin/BaseStyle.css

    r1090 r1178  
    489489  color:green; 
    490490} 
    491 .twikiButton, 
     491.foswikiButton, 
    492492.natAltButton { 
    493493  color:blue; 
  • trunk/NatSkin/templates/attachtables.nat.tmpl

    r1090 r1178  
    1010  <div class="twikiFormStep"> 
    1111    <h3>Comment:</h3> 
    12     <textarea name="filecomment" class="twikiTextarea" cols="60" rows="3"> 
     12    <textarea name="filecomment" class="foswikiTextarea" cols="60" rows="3"> 
    1313      %IFDEFINED{"%ENCODE{"%A_COMMENT%" type="html"}%" as="&#38;nbsp;" then="" else="$test"}% 
    1414    </textarea> 
  • trunk/NatSkin/templates/editTableRow.nat.tmpl

    r428 r1178  
    1919<td style="padding-top:2em"> 
    2020%ACTIONBUTTONS% 
    21 <input class="twikiButton natCancelButton" type="button" id="cancel" onclick="window.location.href='%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?unlock=on'" value="Cancel"/> 
     21<input class="foswikiButton natCancelButton" type="button" id="cancel" onclick="window.location.href='%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?unlock=on'" value="Cancel"/> 
    2222</td> 
    2323</tr> 
  • trunk/PatternSkin/data/System/PatternSkin.txt

    r1139 r1178  
    5454   * <nop>Set PATTERNSKIN_COLUMNS = %PATTERNSKIN_COLUMNS_RELATIVE% 
    5555</textarea><br /> 
    56 <input type="button" class="twikiButton" value="Highlight text" onClick="javascript:this.form.copypaste.focus();this.form.copypaste.select();"> 
     56<input type="button" class="foswikiButton" value="Highlight text" onClick="javascript:this.form.copypaste.focus();this.form.copypaste.select();"> 
    5757</form> 
    5858</noautolink> 
  • trunk/PatternSkin/data/System/PatternSkinColorSettings.txt

    r1156 r1178  
    2020<div class="twikiFormStep"> 
    2121---+++!! Step 3 
    22 %IF{"context AttachContentPluginEnabled" then='<a href="%SCRIPTURL{save}%/%WEB%/%TOPIC%?action_save=1" class="twikiButton">Save the topic</a> This will generate an [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/my_colors.css][attachment]] to topic [[PatternSkin]].' else='Install !AttachContentPlugin to be able to save this topic. On saving, an attachment will be created to topic PatternSkin.'}%  
     22%IF{"context AttachContentPluginEnabled" then='<a href="%SCRIPTURL{save}%/%WEB%/%TOPIC%?action_save=1" class="foswikiButton">Save the topic</a> This will generate an [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/my_colors.css][attachment]] to topic [[PatternSkin]].' else='Install !AttachContentPlugin to be able to save this topic. On saving, an attachment will be created to topic PatternSkin.'}%  
    2323 
    2424 
     
    319319   background-color:transparent; 
    320320} 
    321 .patternTopic a:visited { 
     321.foswikiTopic a:visited { 
    322322   color:%LINK_TEXT_NORMAL_VISITED%; 
    323323} 
    324 .patternTopic a:hover { 
     324.foswikiTopic a:hover { 
    325325   color:%LINK_TEXT_HOVER%; 
    326326} 
     
    343343   color:%LINK_TEXT_HOVER%; 
    344344} 
    345 .patternTopic .twikiUnvisited a:visited { 
     345.foswikiTopic .twikiUnvisited a:visited { 
    346346   color:%LINK_TEXT_NORMAL%; 
    347347} 
    348 .patternTopic .twikiUnvisited a:hover { 
     348.foswikiTopic .twikiUnvisited a:hover { 
    349349   color:%LINK_TEXT_HOVER%; 
    350350} 
     
    360360} 
    361361.twikiSubmit, 
    362 .twikiButton { 
     362.foswikiButton { 
    363363   border-color:%BUTTON_BORDERS%; 
    364364} 
     
    367367   background-color:%SUBMIT_BUTTON_BACKGROUND%; 
    368368} 
    369 .twikiButton { 
     369.foswikiButton { 
    370370   color:%BUTTON_TEXT%; 
    371371   background-color:%BUTTON_BACKGROUND%; 
     
    381381   background-color:%ACTIVE_FORM_BACKGROUND%; 
    382382} 
    383 .twikiTextarea, 
     383.foswikiTextarea, 
    384384.twikiInputField, 
    385385.twikiInputFieldDisabled, 
     
    388388   border-color:%INPUT_FIELD_BORDERS%; 
    389389} 
    390 .twikiTextarea, 
     390.foswikiTextarea, 
    391391.twikiInputField, 
    392392.twikiSelect { 
     
    497497   border-color:%MAIN_TEXT_BACKGROUND%; 
    498498} 
    499 .twikiAttachments .twikiButton h3, 
    500 .foswikiForm .twikiButton h3 { 
     499.twikiAttachments .foswikiButton h3, 
     500.foswikiForm .foswikiButton h3 { 
    501501        color:%HEADER_TEXT%; 
    502502} 
     
    863863   color:#ccc; 
    864864} 
    865 .twikiButton, 
    866 a.twikiButton:link, 
    867 a.twikiButton:visited { 
     865.foswikiButton, 
     866a.foswikiButton:link, 
     867a.foswikiButton:visited { 
    868868   background-image:url(bg_button_gradient.gif); 
    869869   background-repeat:repeat-x; 
     
    873873   color:%BUTTON_TEXT_NORMAL%; 
    874874} 
    875 .twikiButton:hover, 
    876 .twikiButton:active, 
    877 a.twikiButton:hover, 
    878 a.twikiButton:active { 
     875.foswikiButton:hover, 
     876.foswikiButton:active, 
     877a.foswikiButton:hover, 
     878a.foswikiButton:active { 
    879879   background-position:0px -160px; 
    880880   border-color:#94cce2 #94cce2 #94cce2 #94cce2; 
  • trunk/PatternSkin/data/System/PatternSkinCss.txt

    r1090 r1178  
    1717 
    1818   * All !PatternSkin specific classes have the prefix =pattern=: patternEditPage, patternTopicAction, etcetera.  
    19    * Foswiki specific classes (emitted by the Foswiki engine) have the prefix =twiki=: twikiButton, twikiToc, etcetera. See for a complete list CascadingStyleSheets. 
     19   * Foswiki specific classes (emitted by the Foswiki engine) have the prefix =twiki=: foswikiButton, twikiToc, etcetera. See for a complete list CascadingStyleSheets. 
    2020   * Positional containers are referred by id, for instance =#patternSideBar=. 
    2121 
     
    5353      * #patternFloatWrap - wrapper container 
    5454      * #patternMain - center area 
    55       * #patternMainContents - holder of patternTop, patternTopic, foswikiForm, twikiAttachments, etc. 
     55      * #patternMainContents - holder of patternTop, foswikiTopic, foswikiForm, twikiAttachments, etc. 
    5656      * #patternTopBar - top bar area 
    5757      * #patternTopBarContents - header art / logo; contains topic %SYSTEMWEB%.WebTopBar 
     
    6262 
    6363   * View 
    64       * .patternContent - container around .patternTopic in =view.pattern.tmpl= only; to be able to give .twikiAttachments and .foswikiForm a different appearance when they are not enclosed by it, for example the personal data form on the user pages (where the user form is positioned outside, above the topic text) 
     64      * .patternContent - container around .foswikiTopic in =view.pattern.tmpl= only; to be able to give .twikiAttachments and .foswikiForm a different appearance when they are not enclosed by it, for example the personal data form on the user pages (where the user form is positioned outside, above the topic text) 
    6565      * .patternTopBarLogo - logo position in patternTopBar (topic %SYSTEMWEB%.WebTopBar) 
    6666      * .patternTopBarOverlay - striped white image background 
    67       * .patternTopic - Foswiki topic text 
     67      * .foswikiTopic - Foswiki topic text 
    6868      * .patternTop - area at top of topic text, with patternHomePath, revision and action buttons 
    6969      * .patternTopicActions - container for multiple .patternTopicAction rows 
     
    9191 
    9292   * Preview page 
    93       * .patternPreviewArea - container around preview of .patternTopic 
     93      * .patternPreviewArea - container around preview of .foswikiTopic 
    9494 
    9595   * Attach page 
  • trunk/PatternSkin/data/System/PatternSkinElements.txt

    r1135 r1178  
    145145<th class="last">Search where:</th> 
    146146<td class="last"> 
    147 <input type="radio" class="twikiRadioButton" id="textbody" name="scope" value="text" checked="checked" /><label for="textbody"> Text body</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="topictitle" name="scope" value="topic"  /><label for="topictitle"> Topic title</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="both" name="scope" value="all"  /><label for="both"> Both body and title</label> 
     147<input type="radio" class="foswikiRadioButton" id="textbody" name="scope" value="text" checked="checked" /><label for="textbody"> Text body</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="topictitle" name="scope" value="topic"  /><label for="topictitle"> Topic title</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="both" name="scope" value="all"  /><label for="both"> Both body and title</label> 
    148148<hr /> 
    149149<input type="checkbox" class="twikiCheckbox" id="web" name="web"  /><label for="web"> All public webs</label> <span class="twikiSmall">(otherwise search System Web only)</span> 
     
    178178<p /> 
    179179<input type="checkbox" class="twikiCheckbox" id="hidefile" name="hidefile"  /><label for="hidefile">Do not show attachment in table</label> <span class="foswikiGrayText">Attachments will not be shown in topic view page.</span> 
    180 </div><!-- /twikiFormStep--><div class="twikiFormStep twikiLast"><input type="submit" class="twikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /twikiFormStep--> 
     180</div><!-- /twikiFormStep--><div class="twikiFormStep twikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /twikiFormStep--> 
    181181</div><!-- /twikiFormSteps--> 
    182182<a name="topic-actions"> </a><div class="patternTopicActions"><div class="patternTopicAction" style="margin-top:-1px;"><span class="patternActionButtons"> <input type="submit" class="twikiSubmit" value='Upload file' /> or <a href="#" title='Back to topic' accesskey='c' rel='nofollow'><span class='twikiAccessKey'>C</span>ancel</a></span></div></div><!--/patternTopicActions--> 
     
    215215<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol"> <label for="comment_link">Link label</label> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;"> <input class="twikiInputField"  type="text" size="40" name="comment_link" id="comment_link" /> </td></tr> 
    216216<tr class="twikiTableEven"><td bgcolor="#ffffff" align="right" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol"> <label for="bookmark_comment_text">Comment</label> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;"> <input class="twikiInputField"  type="text" size="40" name="bookmark_comment_text" id="bookmark_comment_text" value="" /> </td></tr> 
    217 <tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol twikiLast">  </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="twikiLast"> <input  type="submit" value="Add bookmark" class="twikiButton" /> </td></tr> 
     217<tr class="twikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol twikiLast">  </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="twikiLast"> <input  type="submit" value="Add bookmark" class="foswikiButton" /> </td></tr> 
    218218</table> 
    219219<input type="hidden" name="comment_action" value="save" /><input type="hidden" name="comment_type" value="bookmark" /><input type="hidden" name="comment_index" value="14" /><div></div> 
     
    229229---++ Form elements 
    230230 
    231 <input type=submit" class="twikiButton" value="twikiButton" /> 
     231<input type=submit" class="foswikiButton" value="foswikiButton" /> 
    232232 
    233233<input type=submit" class="twikiSubmit" value="twikiSubmit" /> 
  • trunk/PatternSkin/data/System/WebTopBarExample.txt

    r1136 r1178  
    55<td align="right" valign="top" class="patternMetaMenu"> 
    66<noautolink> 
    7    * <form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="twikiInputField" name="topic" value="" size="18" /><noscript>&nbsp;<input type="submit" class="twikiButton" size="5" name="submit" value="%MAKETEXT{"Jump"}%" />&nbsp;</noscript> 
     7   * <form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="twikiInputField" name="topic" value="" size="18" /><noscript>&nbsp;<input type="submit" class="foswikiButton" size="5" name="submit" value="%MAKETEXT{"Jump"}%" />&nbsp;</noscript> 
    88   </form> 
    9    * <form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch"><input type="text" class="twikiInputField" id="quickSearchBox" name="search" value="" size="18" /><input type="hidden" name="scope" value="all" /><input type="hidden" name="web" value="%BASEWEB%" /><noscript>&nbsp;<input type="submit" size="5" class="twikiButton" name="submit" value="%MAKETEXT{"Search"}%" />&nbsp;</noscript> 
     9   * <form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch"><input type="text" class="twikiInputField" id="quickSearchBox" name="search" value="" size="18" /><input type="hidden" name="scope" value="all" /><input type="hidden" name="web" value="%BASEWEB%" /><noscript>&nbsp;<input type="submit" size="5" class="foswikiButton" name="submit" value="%MAKETEXT{"Search"}%" />&nbsp;</noscript> 
    1010   </form> 
    1111   * %INCLUDE{%SYSTEMWEB%.LanguageSelector}% 
  • trunk/PatternSkin/pub/System/PatternSkin/colors.css

    r1156 r1178  
    116116   background-color:transparent; 
    117117} 
    118 .patternTopic a:visited { 
     118.foswikiTopic a:visited { 
    119119   color:#666; 
    120120} 
    121 .patternTopic a:hover { 
     121.foswikiTopic a:hover { 
    122122   color:#fff; 
    123123} 
     
    140140   color:#fff; 
    141141} 
    142 .patternTopic .twikiUnvisited a:visited { 
     142.foswikiTopic .twikiUnvisited a:visited { 
    143143   color:#4571d0; 
    144144} 
    145 .patternTopic .twikiUnvisited a:hover { 
     145.foswikiTopic .twikiUnvisited a:hover { 
    146146   color:#fff; 
    147147} 
     
    157157} 
    158158.twikiSubmit, 
    159 .twikiButton { 
     159.foswikiButton { 
    160160   border-color:#fff #888 #888 #fff; 
    161161} 
     
    164164   background-color:#06c; 
    165165} 
    166 .twikiButton { 
     166.foswikiButton { 
    167167   color:#000; 
    168168   background-color:#e2e3e3; 
     
    178178   background-color:#eef7fa; 
    179179} 
    180 .twikiTextarea, 
     180.foswikiTextarea, 
    181181.twikiInputField, 
    182182.twikiInputFieldDisabled, 
     
    185185   border-color:#bbb #f2f2f2 #f2f2f2 #bbb; 
    186186} 
    187 .twikiTextarea, 
     187.foswikiTextarea, 
    188188.twikiInputField, 
    189189.twikiSelect { 
     
    294294   border-color:#fff; 
    295295} 
    296 .twikiAttachments .twikiButton h3, 
    297 .foswikiForm .twikiButton h3 { 
     296.twikiAttachments .foswikiButton h3, 
     297.foswikiForm .foswikiButton h3 { 
    298298        color:#d1400e; 
    299299} 
     
    660660   color:#ccc; 
    661661} 
    662 .twikiButton, 
    663 a.twikiButton:link, 
    664 a.twikiButton:visited { 
     662.foswikiButton, 
     663a.foswikiButton:link, 
     664a.foswikiButton:visited { 
    665665   background-image:url(bg_button_gradient.gif); 
    666666   background-repeat:repeat-x; 
     
    670670   color:#333; 
    671671} 
    672 .twikiButton:hover, 
    673 .twikiButton:active, 
    674 a.twikiButton:hover, 
    675 a.twikiButton:active { 
     672.foswikiButton:hover, 
     673.foswikiButton:active, 
     674a.foswikiButton:hover, 
     675a.foswikiButton:active { 
    676676   background-position:0px -160px; 
    677677   border-color:#94cce2 #94cce2 #94cce2 #94cce2; 
  • trunk/PatternSkin/pub/System/PatternSkin/print.css

    r1090 r1178  
    125125        } 
    126126        :visited, 
    127         .patternTopic a:visited { 
     127        .foswikiTopic a:visited { 
    128128                color:#06c; 
    129129                background-color:transparent; 
  • trunk/PatternSkin/pub/System/PatternSkin/style.css

    r1156 r1178  
    178178        font-size:100%; 
    179179} 
    180 .twikiTextarea { 
     180.foswikiTextarea { 
    181181        padding:1px; 
    182182} 
    183183.twikiSubmit, 
    184184.twikiSubmitDisabled, 
    185 .twikiButton, 
     185.foswikiButton, 
    186186.twikiButtonDisabled, 
    187187.twikiButtonCancel, 
    188 a.twikiButton, 
     188a.foswikiButton, 
    189189a.twikiSubmit, 
    190190.twikiCheckbox { 
     
    198198.twikiSubmit, 
    199199.twikiSubmitDisabled, 
    200 .twikiButton, 
     200.foswikiButton, 
    201201.twikiButtonDisabled, 
    202202.twikiButtonCancel, 
    203203.twikiSubmit:hover, 
    204204.twikiSubmitDisabled:hover, 
    205 .twikiButton:hover, 
     205.foswikiButton:hover, 
    206206.twikiSubmit:active, 
    207207.twikiSubmitDisabled:active, 
    208 .twikiButton:active { 
     208.foswikiButton:active { 
    209209        cursor:default; 
    210210        outline:none; 
    211211} 
    212 a.twikiButton, 
    213 a.twikiButton:hover, 
    214 a.twikiButton:link:active, 
    215 a.twikiButton:visited:active, 
     212a.foswikiButton, 
     213a.foswikiButton:hover, 
     214a.foswikiButton:link:active, 
     215a.foswikiButton:visited:active, 
    216216a.twikiSubmit, 
    217217a.twikiSubmit:hover, 
     
    222222 
    223223.twikiCheckbox, 
    224 .twikiRadioButton { 
     224.foswikiRadioButton { 
    225225        margin:1px .25em 1px .1em; 
    226226        padding:0 0 0 .5em; 
    227227        border:0; 
    228228} 
    229 .twikiTextarea, 
     229.foswikiTextarea, 
    230230.twikiInputField, 
    231231.twikiInputFieldDisabled, 
     
    235235        border-style:solid; 
    236236} 
    237 .twikiTextarea, 
     237.foswikiTextarea, 
    238238.twikiInputField, 
    239239.twikiInputFieldDisabled, 
     
    439439        padding:0; 
    440440} 
    441 .twikiAttachments .twikiButton h3, 
    442 .foswikiForm .twikiButton h3 { 
     441.twikiAttachments .foswikiButton h3, 
     442.foswikiForm .foswikiButton h3 { 
    443443        padding:.1em .2em; 
    444444} 
     
    671671        padding-bottom:2em; 
    672672} 
    673 .patternTopic { 
     673.foswikiTopic { 
    674674        margin:1em 0 2em 0; 
    675675} 
  • trunk/PatternSkin/pub/System/PatternSkinCssCookbookEditTableStyle/edittable.css

    r1080 r1178  
    11 
    22/* 1 */ 
    3 .patternTopic .editTableInput, 
    4 .patternTopic .editTableTextarea { 
     3.foswikiTopic .editTableInput, 
     4.foswikiTopic .editTableTextarea { 
    55        font-family:arial, "Lucida Grande", verdana, sans-serif; 
    66} 
    77/* 2 */ 
    8 .patternTopic .editTable .twikiTable td { 
     8.foswikiTopic .editTable .twikiTable td { 
    99        vertical-align:top; 
    1010} 
  • trunk/PatternSkin/pub/System/PatternSkinCssCookbookFonts/fonts.css

    r1089 r1178  
    66        font-family: "times", serif; 
    77} 
    8 .patternTopic { 
     8.foswikiTopic { 
    99        background-color:#E2D7B9; 
    1010        border:3px double #555; 
  • trunk/PatternSkin/templates/attachagain.pattern.tmpl

    r1090 r1178  
    1414 
    1515 
    16 %TMPL:DEF{"changepropertiesaction"}%<div class="twikiFormStep twikiLast"><input type="submit" class="twikiButton" name="changeproperties" value='%MAKETEXT{"Change comment and properties only"}%' /></div><!-- /twikiFormStep-->%TMPL:END% 
     16%TMPL:DEF{"changepropertiesaction"}%<div class="twikiFormStep twikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='%MAKETEXT{"Change comment and properties only"}%' /></div><!-- /twikiFormStep-->%TMPL:END% 
    1717 
    1818 
  • trunk/PatternSkin/templates/attachtables.pattern.tmpl

    r1156 r1178  
    55%TMPL:DEF{"commonattachtableattributes"}%valign="middle" dataalign="center,left,left,right,left,left,left,center" datavalign="top" headercolor="#0066cc" databg="#ffffff" headerbg="#ffffff" headerbgsorted="#eeeeee" databgsorted="#f5f5f5" tablerules="rows" %TMPL:END% 
    66 
    7 %TMPL:DEF{"topicattachmentwisty"}%%TWISTY{id="topicattachmentslist" mode="div" remember="on" showlink="<h3 class='patternToggleHeader'>&#9658; %MAKETEXT{"Attachments"}%</h3>" hidelink="<h3 class='patternToggleHeader'>&#9660; %MAKETEXT{"Attachments"}%</h3>" linkclass="twikiButton"}%%TMPL:END% 
     7%TMPL:DEF{"topicattachmentwisty"}%%TWISTY{id="topicattachmentslist" mode="div" remember="on" showlink="<h3 class='patternToggleHeader'>&#9658; %MAKETEXT{"Attachments"}%</h3>" hidelink="<h3 class='patternToggleHeader'>&#9660; %MAKETEXT{"Attachments"}%</h3>" linkclass="foswikiButton"}%%TMPL:END% 
    88 
    99%{ Header definition for topic attachments and top table in attach screen }% 
  • trunk/PatternSkin/templates/edit.pattern.tmpl

    r1135 r1178  
    4040%TMPL:DEF{"button_save"}%<input type="submit" class="twikiSubmit" name="action_save" id="save" %MAKETEXT{"value='Save' accesskey='s'"}% />%TMPL:END% 
    4141 
    42 %TMPL:DEF{"button_quietsave"}%<input type="submit" class="twikiButton" name="action_quietsave" id="quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% />%TMPL:END% 
     42%TMPL:DEF{"button_quietsave"}%<input type="submit" class="foswikiButton" name="action_quietsave" id="quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% />%TMPL:END% 
    4343 
    44 %TMPL:DEF{"button_checkpoint"}%<input type="submit" class="twikiButton" name="action_checkpoint" id="checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% />%TMPL:END% 
     44%TMPL:DEF{"button_checkpoint"}%<input type="submit" class="foswikiButton" name="action_checkpoint" id="checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% />%TMPL:END% 
    4545 
    46 %TMPL:DEF{"button_preview"}%<input type="submit" class="twikiButton" name="action_preview" id="preview" %MAKETEXT{"value='Preview' accesskey='p'"}% onclick="enableTWikiMandatoryChecks()" />%TMPL:END% 
     46%TMPL:DEF{"button_preview"}%<input type="submit" class="foswikiButton" name="action_preview" id="preview" %MAKETEXT{"value='Preview' accesskey='p'"}% onclick="enableTWikiMandatoryChecks()" />%TMPL:END% 
    4747 
    48 %TMPL:DEF{"button_cancel"}%<input type="submit" class="twikiButton twikiButtonCancel" name="action_cancel" id="cancel" title='%MAKETEXT{"Cancel editing and discard changes"}%' %MAKETEXT{"value='Cancel' accesskey='c'"}% onclick="suppressSaveValidation()" />%TMPL:END% 
     48%TMPL:DEF{"button_cancel"}%<input type="submit" class="foswikiButton twikiButtonCancel" name="action_cancel" id="cancel" title='%MAKETEXT{"Cancel editing and discard changes"}%' %MAKETEXT{"value='Cancel' accesskey='c'"}% onclick="suppressSaveValidation()" />%TMPL:END% 
    4949 
    5050 
     
    6363 
    6464 
    65 %TMPL:DEF{"textarea"}%<textarea class="twikiTextarea twikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' onkeydown='handleKeyDown(event)'>%TEXT%</textarea> 
     65%TMPL:DEF{"textarea"}%<textarea class="foswikiTextarea twikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' onkeydown='handleKeyDown(event)'>%TEXT%</textarea> 
    6666%TMPL:P{"sig_textareabuttons"}%%TMPL:END% 
    6767 
  • trunk/PatternSkin/templates/foswiki.pattern.tmpl

    r1156 r1178  
    1515%TMPL:DEF{"pagetitlestylewrapper"}%<h1 class="patternTemplateTitle">%TMPL:P{"pagetitle"}%</h1>%TMPL:END% 
    1616 
    17 %TMPL:DEF{"patterntopiccontents"}%<div class="patternTopic">%TMPL:P{"pagetitlestylewrapper"}% %TMPL:P{"content"}%</div><!-- /patternTopic-->%TMPL:END% 
     17%TMPL:DEF{"patterntopiccontents"}%<div class="foswikiTopic">%TMPL:P{"pagetitlestylewrapper"}% %TMPL:P{"content"}%</div><!-- /foswikiTopic-->%TMPL:END% 
    1818 
    1919%TMPL:DEF{"printaction"}%%TMPL:END% 
  • trunk/PatternSkin/templates/preview.pattern.tmpl

    r14 r1178  
    1010%TMPL:DEF{"action_buttons"}%%TMPL:P{"button_save"}%&nbsp;%TMPL:P{"button_quietsave"}%&nbsp;%TMPL:P{"button_checkpoint"}% %MAKETEXT{"or"}% %TMPL:P{"button_discard"}%%TMPL:END% 
    1111 
    12 %TMPL:DEF{"button_discard"}%<input id="discard" type="submit" class="twikiButton twikiButtonCancel" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% />%TMPL:END% 
     12%TMPL:DEF{"button_discard"}%<input id="discard" type="submit" class="foswikiButton twikiButtonCancel" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% />%TMPL:END% 
    1313 
    1414%TMPL:DEF{"accesskeys_help"}%%ICON{info}% <a class="twikiPopUp" target="AccessKeys" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/AccessKeys">%MAKETEXT{"Access keys"}%</a>: %MAKETEXT{"S = Save, Q = Quiet save, K = Save and Continue, D = Discard"}%%TMPL:END% 
     
    1919<div class="twikiPreviewArea"> 
    2020<div class="patternContent"> 
    21 <div class="patternTopic"> 
     21<div class="foswikiTopic"> 
    2222%TEXT% 
    23 </div><!--/patternTopic--> 
     23</div><!--/foswikiTopic--> 
    2424%META{"form"}% 
    2525</div><!--/patternContent--> 
  • trunk/PatternSkin/templates/renamebase.pattern.tmpl

    r1090 r1178  
    3131 
    3232%TMPL:DEF{"checkuncheck"}%<div class="twikiMakeVisibleBlock"><hr /> 
    33 <p><input type="button" class="twikiButton" value='%MAKETEXT{"Select all"}%' onclick="checkAll(document.rename,true);" />&nbsp;<input type="button" class="twikiButton" value='%MAKETEXT{"Clear all"}%' onclick="checkAll(document.rename,false);" /> %MAKETEXT{"checkboxes of referenced topics"}%</p></div>%TMPL:END% 
     33<p><input type="button" class="foswikiButton" value='%MAKETEXT{"Select all"}%' onclick="checkAll(document.rename,true);" />&nbsp;<input type="button" class="foswikiButton" value='%MAKETEXT{"Clear all"}%' onclick="checkAll(document.rename,false);" /> %MAKETEXT{"checkboxes of referenced topics"}%</p></div>%TMPL:END% 
    3434 
    3535 
  • trunk/PatternSkin/templates/view.pattern.tmpl

    r1090 r1178  
    5252%TMPL:DEF{"contentfooter"}%%TMPL:P{"aftertext"}%%TMPL:END% 
    5353 
    54 %TMPL:DEF{"patterntopiccontents"}%%TMPL:P{"broadcastmessage"}%%TMPL:P{"top"}%%TMPL:P{"contentheaderstylewrapper"}%%TMPL:P{"formtop"}%%TMPL:P{"attachmentstop"}%<div class="patternContent"><div class="patternTopic">%TMPL:P{"content"}%</div><!-- /patternTopic--> 
     54%TMPL:DEF{"patterntopiccontents"}%%TMPL:P{"broadcastmessage"}%%TMPL:P{"top"}%%TMPL:P{"contentheaderstylewrapper"}%%TMPL:P{"formtop"}%%TMPL:P{"attachmentstop"}%<div class="patternContent"><div class="foswikiTopic">%TMPL:P{"content"}%</div><!-- /foswikiTopic--> 
    5555%TMPL:P{"contentfooterstylewrapper"}%%TMPL:P{"formbottom"}%%TMPL:P{"attachmentsbottom"}%</div><!-- /patternContent--> 
    5656%TMPL:P{"topicaction"}%%TMPL:P{"footernote"}%%TMPL:END% 
  • trunk/PatternSkin/templates/viewprint.pattern.tmpl

    r14 r1178  
    3030%TMPL:DEF{"broadcastmessage"}%%TMPL:END% 
    3131 
    32 %TMPL:DEF{"content"}%<div class="patternTopic">%TMPL:P{"broadcastmessage"}% %TEXT%</div><!-- /patternTopic-->%TMPL:END% 
     32%TMPL:DEF{"content"}%<div class="foswikiTopic">%TMPL:P{"broadcastmessage"}% %TEXT%</div><!-- /foswikiTopic-->%TMPL:END% 
    3333 
    3434%TMPL:DEF{"patterntopiccontents"}% 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoModules.txt

    r927 r1178  
    7777%IF{"context AttachContentPluginEnabled" then='<input type="hidden" name="redirectto" value="%SCRIPTURL{save}%/%WEB%/PersonalInfo?redirectto=%BASETOPIC%" />'}% 
    7878%INCLUDE{"PersonalInfoLayoutModules" section="paragraphWithImageLeft" imgName="%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%" format="$value" default="" alttext=""}%" imgWeb="%BASEWEB%" imgTopic="%BASETOPIC%" imgWidth="120" imgTitle="" text="%INCLUDE{"PersonalInfo" section="personalInfoFields"}% 
    79 %IF{"not defined editUserData" then="<div class='personalInfoFormDataActions twikiUnvisited'>[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?editUserData=on][Edit data]] <span class='twikiSeparator'>|</span> [[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?template=PersonalInfoPictureView][Change picture]] <span class='twikiSeparator'>|</span> %IF{"$'FORMFIELD{WorkStatus}'!='Current'" then="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Current'>Set active</a>" else="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Former'>Set inactive</a>"}%</div>" }% %IF{"defined editUserData" then="<div class='personalInfoFormDataActions'><input type='submit' class='twikiSubmit' name='action_save' id='save' value='Save' /> <input type='submit' class='twikiButton' name='action_cancel' id='cancel' value='Cancel' /></div>" }%" }% </form></div><!--/pIparagraphFrame-->%ENDSECTION{"personalInfo"}% 
     79%IF{"not defined editUserData" then="<div class='personalInfoFormDataActions twikiUnvisited'>[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?editUserData=on][Edit data]] <span class='twikiSeparator'>|</span> [[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?template=PersonalInfoPictureView][Change picture]] <span class='twikiSeparator'>|</span> %IF{"$'FORMFIELD{WorkStatus}'!='Current'" then="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Current'>Set active</a>" else="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Former'>Set inactive</a>"}%</div>" }% %IF{"defined editUserData" then="<div class='personalInfoFormDataActions'><input type='submit' class='twikiSubmit' name='action_save' id='save' value='Save' /> <input type='submit' class='foswikiButton' name='action_cancel' id='cancel' value='Cancel' /></div>" }%" }% </form></div><!--/pIparagraphFrame-->%ENDSECTION{"personalInfo"}% 
    8080</verbatim> 
    8181 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoPictureDeleteViewTemplate.txt

    r482 r1178  
    1616 
    1717%TMPL:DEF{"content"}%%TMPL:P{"bodystyle"}% 
    18 <div class="patternTopic"> 
     18<div class="foswikiTopic"> 
    1919%TMPL:P{"pagetitle"}% 
    2020%TMPL:P{"appcontents"}% 
    21 </div><!-- /patternTopic--> 
     21</div><!-- /foswikiTopic--> 
    2222%TMPL:END% 
    2323 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoPictureViewTemplate.txt

    r1090 r1178  
    1717 
    1818%TMPL:DEF{"content"}%%TMPL:P{"bodystyle"}% 
    19 <div class="patternTopic"> 
     19<div class="foswikiTopic"> 
    2020%TMPL:P{"pagetitle"}% 
    2121%TMPL:P{"appcontents"}% 
    22 </div><!-- /patternTopic--> 
     22</div><!-- /foswikiTopic--> 
    2323%TMPL:END% 
    2424 
     
    4242%{ A basic row definition, for attachment table and attach screen }% 
    4343%TMPL:DEF{ATTACH:files:row(basic)}%<div class="twikiFormStep twikiLast pIimage genericFileType fileType%A_EXT%"> 
    44 <input type="radio" class="twikiRadioButton" id="<nop>Picture%A_FILE%" name="Picture" value="%A_FILE%" %IF{" '%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%"}%' = '%A_FILE%' " then="checked=\"checked\"" else=""}% /><label for="Picture%A_FILE%"><img src="%PUBURL%/%BASEWEB%/%BASETOPIC%/%A_FILE%" alt="" /></label><span class="twikiSmallish foswikiGrayText userPictureActions"><a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=PersonalInfoPictureDeleteView&attachment=%ENCODE{"%A_FILE%"}%" rel='nofollow'>Delete</a></span> 
     44<input type="radio" class="foswikiRadioButton" id="<nop>Picture%A_FILE%" name="Picture" value="%A_FILE%" %IF{" '%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%"}%' = '%A_FILE%' " then="checked=\"checked\"" else=""}% /><label for="Picture%A_FILE%"><img src="%PUBURL%/%BASEWEB%/%BASETOPIC%/%A_FILE%" alt="" /></label><span class="twikiSmallish foswikiGrayText userPictureActions"><a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=PersonalInfoPictureDeleteView&attachment=%ENCODE{"%A_FILE%"}%" rel='nofollow'>Delete</a></span> 
    4545</div>%TMPL:END% 
    4646 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x02/PersonalInfoModules.txt

    r664 r1178  
    8080%IF{"context AttachContentPluginEnabled" then='<input type="hidden" name="redirectto" value="%SCRIPTURL{save}%/%WEB%/PersonalInfo?redirectto=%BASETOPIC%" />'}% 
    8181%INCLUDE{"PersonalInfoLayoutModules" section="paragraphWithImageLeft" imgName="%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%" format="$value" default="" alttext=""}%" imgWeb="%BASEWEB%" imgTopic="%BASETOPIC%" imgWidth="120" imgTitle="" text="%INCLUDE{"PersonalInfo" section="personalInfoFields"}% 
    82 %IF{"not defined editUserData" then="<div class='personalInfoFormDataActions twikiUnvisited'>[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?editUserData=on][Edit data]] <span class='twikiSeparator'>|</span> [[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?template=PersonalInfoPictureView][Change picture]] <span class='twikiSeparator'>|</span> %IF{"$'FORMFIELD{WorkStatus}'!='Current'" then="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Current'>Set active</a>" else="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Former'>Set inactive</a>"}%</div>" }% %IF{"defined editUserData" then="<div class='personalInfoFormDataActions'><input type='submit' class='twikiSubmit' name='action_save' id='save' value='Save' /> <input type='submit' class='twikiButton' name='action_cancel' id='cancel' value='Cancel' /></div>" }%" }% </form></div><!--/pIparagraphFrame-->%ENDSECTION{"personalInfo"}% 
     82%IF{"not defined editUserData" then="<div class='personalInfoFormDataActions twikiUnvisited'>[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?editUserData=on][Edit data]] <span class='twikiSeparator'>|</span> [[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?template=PersonalInfoPictureView][Change picture]] <span class='twikiSeparator'>|</span> %IF{"$'FORMFIELD{WorkStatus}'!='Current'" then="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Current'>Set active</a>" else="<a href='%SCRIPTURL{save}%/%BASEWEB%/%BASETOPIC%?WorkStatus=Former'>Set inactive</a>"}%</div>" }% %IF{"defined editUserData" then="<div class='personalInfoFormDataActions'><input type='submit' class='twikiSubmit' name='action_save' id='save' value='Save' /> <input type='submit' class='foswikiButton' name='action_cancel' id='cancel' value='Cancel' /></div>" }%" }% </form></div><!--/pIparagraphFrame-->%ENDSECTION{"personalInfo"}% 
    8383</verbatim> 
    8484 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x02/PersonalInfoPictureViewTemplate.txt

    r1090 r1178  
    2323%{ A basic row definition, for attachment table and attach screen }% 
    2424%TMPL:DEF{ATTACH:files:row(basic)}%<div class="twikiFormStep genericFileType fileType%A_EXT%"> 
    25 <input type="radio" class="twikiRadioButton" id="<nop>Picture%A_FILE%" name="Picture" value="%A_FILE%" %IF{" '%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%"}%' = '%A_FILE%' " then="checked=\"checked\"" else=""}% />&nbsp;<span class="twikiImage">%INCLUDE{"PersonalInfoLayoutModules" section="image" imgName="%A_FILE%" imgWeb="%BASEWEB%" imgTopic="%BASETOPIC%" imgWidth="120"}%</span><span class="twikiSmallish foswikiGrayText userPictureActions">%A_FILE% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=PersonalInfoPictureDeleteView&attachment=%ENCODE{"%A_FILE%"}%" rel='nofollow'>delete</a></span></div>%TMPL:END% 
     25<input type="radio" class="foswikiRadioButton" id="<nop>Picture%A_FILE%" name="Picture" value="%A_FILE%" %IF{" '%FORMFIELD{"Picture" topic="%BASEWEB%.%BASETOPIC%"}%' = '%A_FILE%' " then="checked=\"checked\"" else=""}% />&nbsp;<span class="twikiImage">%INCLUDE{"PersonalInfoLayoutModules" section="image" imgName="%A_FILE%" imgWeb="%BASEWEB%" imgTopic="%BASETOPIC%" imgWidth="120"}%</span><span class="twikiSmallish foswikiGrayText userPictureActions">%A_FILE% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=PersonalInfoPictureDeleteView&attachment=%ENCODE{"%A_FILE%"}%" rel='nofollow'>delete</a></span></div>%TMPL:END% 
    2626 
    2727%{ Footer for topic attachment table }% 
  • trunk/PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm

    r1090 r1178  
    188188    unless( $html ) { 
    189189        # No form definition, default to text field. 
    190         $html = CGI::textfield( -class=>'twikiEditFormError twikiInputField', 
     190        $html = CGI::textfield( -class=>'foswikiAlert twikiInputField', 
    191191                                -name => $name, 
    192192                                -size => 80, -value => $value ); 
     
    217217    $text .= CGI::submit(-name => 'edit', 
    218218                         -value=>'Edit Preferences', 
    219                          -class=>'twikiButton'); 
     219                         -class=>'foswikiButton'); 
    220220    $text .= CGI::end_form(); 
    221221    $text =~ s/\n//sg; 
     
    233233    $text .= '&nbsp;'; 
    234234    $text .= CGI::submit(-name=>'prefsaction', -value=>'Cancel', 
    235                          -class=>'twikiButton', 
     235                         -class=>'foswikiButton', 
    236236                         -accesskey=>'c').$END_MARKER; 
    237237    return $text; 
  • trunk/PreferencesPlugin/test/unit/PreferencesPlugin/PreferencesPluginTests.pm

    r1090 r1178  
    4141 <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="twikiSubmit" /> 
    4242 &nbsp; 
    43  <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="twikiButton" /> 
     43 <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="foswikiButton" /> 
    4444</form> 
    4545HTML 
     
    7676 <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="twikiSubmit" /> 
    7777 &nbsp; 
    78  <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="twikiButton" /> 
     78 <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="foswikiButton" /> 
    7979   * Set <span style="font-weight:bold;" class="foswikiAlert">FLEEGLE = SHELTER\0070</span> 
    8080   * Set <span style="font-weight:bold;" class="foswikiAlert">FLEEGLE2 = SHELTER\0071</span></form> 
     
    146146<form method="post" action="$viewUrl" enctype="multipart/form-data" name="editpreferences"> 
    147147 <input type="hidden" name="prefsaction" value="edit"  /> 
    148  <input type="submit" name="edit" value="Edit Preferences" class="twikiButton" /> 
     148 <input type="submit" name="edit" value="Edit Preferences" class="foswikiButton" /> 
    149149</form> 
    150150HTML 
  • trunk/QuickMenuSkin/pub/TWiki/QuickMenuSkin/style.css

    r1090 r1178  
    196196        background: url("menu_bg.gif") repeat-x center; 
    197197} 
    198 .twikiButton { 
     198.foswikiButton { 
    199199        border: 1px solid #315ea3; 
    200200        color: #000; 
  • trunk/QuickMenuSkin/templates/edit.quickmenu.tmpl

    r1090 r1178  
    5050<input type="submit" class="twikiSubmit" name="action_save" %MAKETEXT{"value='Save' accesskey='s'"}% /> 
    5151%TMPL:P{"sep"}%  
    52 <input type="submit" class="twikiButton" name="action_quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% /> 
     52<input type="submit" class="foswikiButton" name="action_quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% /> 
    5353%TMPL:P{"sep"}% 
    54 <input type="submit" class="twikiButton" name="action_checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% /> %MAKETEXT{"or"}% 
    55 <input type="submit" class="twikiButton" name="action_preview" %MAKETEXT{"value='Preview' accesskey='p'"}% /> %MAKETEXT{"or"}% 
    56 <input type="submit" class="twikiButton" name="action_cancel" title='%MAKETEXT{"Cancel editing and discard changes"}%' %MAKETEXT{"value='Cancel' accesskey='c'"}% /> 
     54<input type="submit" class="foswikiButton" name="action_checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% /> %MAKETEXT{"or"}% 
     55<input type="submit" class="foswikiButton" name="action_preview" %MAKETEXT{"value='Preview' accesskey='p'"}% /> %MAKETEXT{"or"}% 
     56<input type="submit" class="foswikiButton" name="action_cancel" title='%MAKETEXT{"Cancel editing and discard changes"}%' %MAKETEXT{"value='Cancel' accesskey='c'"}% /> 
    5757<div class=AccessKeyInfo><a href="#%MAKETEXT{"Opens page in new window"}%" onclick="launchWindow('%SYSTEMWEB%', 'AccessKeys'); return false;">%MAKETEXT{"Access keys"}%</a>: %MAKETEXT{"S = Save, Q = Quiet save, K = Save and Continue, P = Preview, C = Cancel"}%</div>%TMPL:END% 
    5858 
  • trunk/QuickMenuSkin/templates/preview.quickmenu.tmpl

    r1090 r1178  
    2424<input type="submit" class="twikiSubmit" %MAKETEXT{"value='Save' accesskey='s'"}% /> 
    2525%TMPL:P{"sep"}% 
    26 <input type="submit" class="twikiButton" name="action_quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% /> 
     26<input type="submit" class="foswikiButton" name="action_quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% /> 
    2727%TMPL:P{"sep"}% 
    28 <input type="submit" class="twikiButton" name="action_checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% /> %MAKETEXT{"or"}% <input type="submit" class="twikiButton" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% /> 
     28<input type="submit" class="foswikiButton" name="action_checkpoint" %MAKETEXT{"value='Save and Continue' accesskey='k'"}% /> %MAKETEXT{"or"}% <input type="submit" class="foswikiButton" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% /> 
    2929%FORMFIELDS% %TMPL:END% 
    3030 
  • trunk/SearchEnginePluceneAddOn/templates/plucsearch.pattern.tmpl

    r1090 r1178  
    4343 
    4444 
    45 %TMPL:DEF{"main"}%%TMPL:P{"topbar"}%<div class="twikiMiddleContainer">%TMPL:P{"sidebar"}%<div class="twikiMain"> 
     45%TMPL:DEF{"main"}%%TMPL:P{"topbar"}%%TMPL:P{"sidebar"}%<div class="twikiMain"> 
    4646%TMPL:P{"content"}% 
    47 </div></div>%TMPL:P{"bottombar"}%%TMPL:END% 
     47</div>%TMPL:P{"bottombar"}%%TMPL:END% 
  • trunk/SendEmailPlugin/data/TWiki/SendEmailPlugin.txt

    r878 r1178  
    8888---+ Notification 
    8989%SENDEMAIL% 
    90 <input type="button" value="Ok" class="twikiButton" onclick="window.location.href='%URLPARAM{"origurl" default="%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%"}%'" /> 
     90<input type="button" value="Ok" class="foswikiButton" onclick="window.location.href='%URLPARAM{"origurl" default="%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%"}%'" /> 
    9191%ENDSECTION{"thanks"}% 
    9292 
     
    136136---+ Notification 
    137137%SENDEMAIL% 
    138 <input type="button" value="Ok" class="twikiButton" onclick="window.location.href='%URLPARAM{"origurl" default="%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%"}%'" /> 
     138<input type="button" value="Ok" class="foswikiButton" onclick="window.location.href='%URLPARAM{"origurl" default="%SCRIPTURLPATH{view}%/%BASEWEB%/%BASETOPIC%"}%'" /> 
    139139%ENDSECTION{"thanks"}% 
    140140--> 
  • trunk/SendEmailPlugin/lib/TWiki/Plugins/SendEmailPlugin/Core.pm

    r1050 r1178  
    421421<input type="hidden" name="param3" value="" /> 
    422422<input type="hidden" name="param4" value="" /> 
    423 <input type="submit" class="twikiButton" value="%ERRORBUTTON%"  /> 
     423<input type="submit" class="foswikiButton" value="%ERRORBUTTON%"  /> 
    424424</form> 
    425425HERE 
  • trunk/SlideNavPlugin/data/TWiki/SlideNavPlugin.txt

    r899 r1178  
    5454   * *IMPORTANT*: In order to see the navigation bar you *must* update =templates/view.pattern.tmpl= to contain the lines: 
    5555<verbatim> 
    56 <div class="patternTopic">%TEXT% 
     56<div class="foswikiTopic">%TEXT% 
    5757%SLIDENAVBAR% 
    5858#TopicEnd 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/ArchivosAdjuntos.txt

    r1090 r1178  
    115115<p /> 
    116116<input type="checkbox" class="twikiCheckbox" id="hidefile" name="hidefile"  /><label for="hidefile">No mostrar archivos adjuntos en la tabla </label> <span class="foswikiGrayText">Los archivos adjuntos no se mostrarán en la vista normal del tema.</span> 
    117 </div><!-- /twikiFormStep--><div class="twikiFormStep twikiLast"><input type="submit" class="twikiButton" name="changeproperties" value='Cambiar únicamente comentarios y propiedades' /></div><!-- /twikiFormStep--> 
     117</div><!-- /twikiFormStep--><div class="twikiFormStep twikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='Cambiar únicamente comentarios y propiedades' /></div><!-- /twikiFormStep--> 
    118118</div><!-- /twikiFormSteps--> 
    119119<a name="topic-actions"> </a><div class="patternTopicActions"><div class="patternTopicAction" style="margin-top:-1px;"><span class="patternActionButtons"> <input type="submit" class="twikiSubmit" value='Subir archivo' /> or <a href="#" title='Back to topic' accesskey='c' rel='nofollow'><span class='twikiAccessKey'>C</span>ancelar</a></span></div></div><!--/patternTopicActions--> 
  • trunk/TWikiAjaxContrib/data/TWiki/TWikiAjaxContribExamples.txt

    r1090 r1178  
    298298---+++!! Demo 
    299299<div style="margin:1em 0;"> 
    300 <input id="loadSearchResultsButton" class="twikiButton" type="button" value="Load contents" /> 
     300<input id="loadSearchResultsButton" class="foswikiButton" type="button" value="Load contents" /> 
    301301<br /> 
    302302<div style="float:left; margin:1em 1em 0 0;"> 
     
    410410<div id="example_caching_demo_contents"> 
    411411        <div id="cachedContentContainer" style="width:600px; padding:10px; border:1px solid #999;"></div> 
    412         <p><input id="clearCacheButton" class="twikiButton" type="button" value="Clear cache" /></p> 
     412        <p><input id="clearCacheButton" class="foswikiButton" type="button" value="Clear cache" /></p> 
    413413<br /> 
    414414</div> 
     
    488488---+++!! Demo 
    489489 
    490 <input id="loadWithCustomIndicatorButton" class="twikiButton" type="button" value="Load contents" /> 
     490<input id="loadWithCustomIndicatorButton" class="foswikiButton" type="button" value="Load contents" /> 
    491491<br /> 
    492492<div style="margin:1em 0 0 0;"> 
     
    628628<div id="example_caching_demo_contents"> 
    629629        <div id="cachedHtmlProcessingContentContainer" style="width:600px; padding:10px; border:1px solid #999;"></div> 
    630         <p><input id="clearHtmlProcessingCacheButton" class="twikiButton" type="button" value="Clear cache" /></p> 
     630        <p><input id="clearHtmlProcessingCacheButton" class="foswikiButton" type="button" value="Clear cache" /></p> 
    631631<br /> 
    632632</div> 
     
    784784---+++!! Demo 
    785785 
    786 <input id="loadXmlDataButton" class="twikiButton" type="button" value="Load XML data" /> 
     786<input id="loadXmlDataButton" class="foswikiButton" type="button" value="Load XML data" /> 
    787787<br /> 
    788788<div style="margin:1em 0 0 0;"> 
     
    887887<th class="last">%MAKETEXT{"Search where:"}%</th> 
    888888<td class="last"> 
    889 <input type="radio" class="twikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="twikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
     889<input type="radio" class="foswikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope" default="text"}%' = 'text' " then="checked=\"checked\"" else=""}% /><label for="textbody"> %MAKETEXT{"Text body"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="topictitle" name="scope" value="topic" %IF{" '%URLPARAM{scope}%' = 'topic' " then="checked=\"checked\"" else=""}% /><label for="topictitle"> %MAKETEXT{"Topic title"}%</label>&nbsp;&nbsp;&nbsp;<input type="radio" class="foswikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{scope}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
    890890<hr /> 
    891891<input type="checkbox" class="twikiCheckbox" id="web" name="web" %IF{" '%URLPARAM{web}%' = 'on'" then="checked=\"checked\"" else=""}% /><label for="web"> %MAKETEXT{"All public webs"}%</label> <span class="twikiSmall">%MAKETEXT{"(otherwise search [_1] Web only)" args="<nop>%INCLUDINGWEB%"}%</span> 
     
    974974---+++!! Demo 
    975975 
    976 <input id="failureButton" class="twikiButton" type="button" value="Load (failing) contents" /> 
     976<input id="failureButton" class="foswikiButton" type="button" value="Load (failing) contents" /> 
    977977<br /> 
    978978<div style="margin:1em 0 0 0;"> 
  • trunk/TWikiAjaxPlugin/data/TWiki/TWikiAjaxPlugin.txt

    r899 r1178  
    2020---+++ Demo 
    2121<div style="margin:1em 0;"> 
    22 <input id="loadButton" class="twikiButton" type="button" value="Load stuff" /> 
     22<input id="loadButton" class="foswikiButton" type="button" value="Load stuff" /> 
    2323 
    2424<div> 
  • trunk/TWikiWorkbenchAddOn/data/Applications/HiddenFormViewTemplate.txt

    r604 r1178  
    22%META:TOPICPARENT{name="TopicView"}% 
    33%TMPL:INCLUDE{"view"}% 
    4 %TMPL:DEF{"textcontent"}%<div class="patternTopic"> 
     4%TMPL:DEF{"textcontent"}%<div class="foswikiTopic"> 
    55%TEXT%  
    66</div>%TMPL:END% 
  • trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt

    r1150 r1178  
    4343<verbatim> 
    4444   * Set INIT = mode:"textareas", 
    45    editor_selector : "twikiTextarea", 
     45   editor_selector : "foswikiTextarea", 
    4646   save_on_tinymce_forms: true, 
    4747   cleanup : true, 
  • trunk/TopicClassificationAddOn/data/TCAO/RenderClassificationTopic.txt

    r359 r1178  
    4949~~~             <input type=hidden name=step value=two> 
    5050~~~            <input type=hidden name=parent value=$percntBASETOPIC$percnt> 
    51 ~~~            <input type=\"submit\" class=\"twikiButton\" value=\"Create new <nop>$percntBASETOPIC$percnt \" /> 
     51~~~            <input type=\"submit\" class=\"foswikiButton\" value=\"Create new <nop>$percntBASETOPIC$percnt \" /> 
    5252~~~            </form>"  
    5353~~~        glue="off" 
  • trunk/TopicClassificationAddOn/data/TCAO/RenderClassificationTopicMessageLayout.txt

    r359 r1178  
    2424---++!! %SPACEOUT{%BASETOPIC%}% 
    2525%IF{"defined CLASS_DESCRIPTION" then="%CLASS_DESCRIPTION%"}% 
    26 %IFDEFINED{"%FORMFIELD{"Classification" topic="%BASEWEB%.%BASETOPIC%"}%" as="TopicType" then="<p /><form method=\"link\" action=\"$percntSCRIPTURL{view}$percnt/$percntBASEWEB$percnt/CreateNewTopic\"><input type=hidden name=type value=$percntBASETOPIC$percnt><input type=hidden name=step value=two><input type=hidden name=parent value=$percntBASETOPIC$percnt><input type=\"submit\" class=\"twikiButton\" value=\"Create new <nop>$percntBASETOPIC$percnt \" /></form>" else="" glue="off"}% 
     26%IFDEFINED{"%FORMFIELD{"Classification" topic="%BASEWEB%.%BASETOPIC%"}%" as="TopicType" then="<p /><form method=\"link\" action=\"$percntSCRIPTURL{view}$percnt/$percntBASEWEB$percnt/CreateNewTopic\"><input type=hidden name=type value=$percntBASETOPIC$percnt><input type=hidden name=step value=two><input type=hidden name=parent value=$percntBASETOPIC$percnt><input type=\"submit\" class=\"foswikiButton\" value=\"Create new <nop>$percntBASETOPIC$percnt \" /></form>" else="" glue="off"}% 
    2727