Changeset 1206


Ignore:
Timestamp:
12/07/08 22:42:30 (3 years ago)
Author:
ArthurClemens
Message:

Item113: updated CSS classes of lib files, templates, topics and distributed extensions; updated documentation to be complete

Location:
trunk
Files:
1 deleted
164 edited

Legend:

Unmodified
Added
Removed
  • trunk/BugsContrib/data/Bugs/WebSearch.txt

    r1194 r1206  
    22---+ %MAKETEXT{"Web Search"}% 
    33 
    4 %IF{"defined search" then='<a href="#" style="text-decoration:none;" onclick="location.hash=\'twikiSearchForm\'; return false;">%ICON{down}% <span class="patternLinkLabel">%MAKETEXT{Modify search}%</span></a>'}% 
     4%IF{"defined search" then='<a href="#" style="text-decoration:none;" onclick="location.hash=\'foswikiSearchForm\'; return false;">%ICON{down}% <span class="patternLinkLabel">%MAKETEXT{Modify search}%</span></a>'}% 
    55 
    66| *Id* | *Summary* | *Applies To* | *Priority* | *Current State* | 
     
    1616}% 
    1717 
    18 <a name="twikiSearchForm"></a> 
     18<a name="foswikiSearchForm"></a> 
    1919<noautolink> 
    2020<div class="twikiPageForm"> 
  • trunk/CommentPlugin/data/System/CommentPluginExamples.txt

    r1090 r1206  
    216216<input type="hidden" name="nonwikiword" value="off" /> 
    217217<input type="hidden" name="onlywikiname" value="on" /> 
    218 <div class="twikiFormSteps"> 
    219 <div class="twikiFormStep"> 
     218<div class="foswikiFormSteps"> 
     219<div class="foswikiFormStep"> 
    220220*New topic name:* %BR% 
    221 <input class="twikiInputField" %DISABLED% type="text" size="40" name="topic" id="topic" value="" /> <span class="foswikiGrayText">Enter a !WikiWord topic name</span> 
     221<input class="foswikiInputField" %DISABLED% type="text" size="40" name="topic" id="topic" value="" /> <span class="foswikiGrayText">Enter a !WikiWord topic name</span> 
    222222</div> 
    223 <div class="twikiFormStep twikiLast"> 
     223<div class="foswikiFormStep foswikiLast"> 
    224224*Topic text:* %BR% 
    225225%COMMENT{noform="on" button="Save"}% 
  • trunk/CommentPlugin/data/System/CommentPluginTemplate.txt

    r1178 r1206  
    1010%ICON{"hand"}% See CommentPluginExamples to view rendered templates 
    1111 
    12 <div class="twikiBroadcastMessage" style="background-color:#ffc;">WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN</div> 
     12<div class="foswikiBroadcastMessage" style="background-color:#ffc;">WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN</div> 
    1313 
    1414Put your local templates into %SYSTEMWEB%.UserCommentsTemplate (create if it does not exist yet). *Local templates defined in that topic will override templates defined below.* 
     
    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="foswikiButton" /></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="foswikiInputField" 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="foswikiButton" />%TMPL:END% 
     86%TMPL:DEF{PROMPT:bulletabove}%<input class="foswikiInputField" 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> 
     
    202202 
    203203%TABLE{databg="#ffffff" tableborder="0" cellborder="0"}% 
    204 |        <label for="action_who">Action for</label>| <input class="twikiInputField" name="action_who" id="action_who" type="text" size="50" value="%URLPARAM{"who"}%" /> | 
    205 | <label for="action_due">Due date</label>| <input class="twikiInputField" name="action_due" id="action_due" type="text" size="30" value="%URLPARAM{"due"}%" /> | 
    206 |    <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> | 
     204|        <label for="action_who">Action for</label>| <input class="foswikiInputField" name="action_who" id="action_who" type="text" size="50" value="%URLPARAM{"who"}%" /> | 
     205| <label for="action_due">Due date</label>| <input class="foswikiInputField" name="action_due" id="action_due" type="text" size="30" value="%URLPARAM{"due"}%" /> | 
     206|    <label for="action_comment">Comment</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="action_comment" id="action_comment" class="foswikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 
    207207|| <input %DISABLED% type="submit" class="foswikiButton" value="Add action" /> | 
    208208%TMPL:END% 
     
    223223%TMPL:DEF{PROMPT:table}% 
    224224%TABLE{databg="#ffffff" tableborder="0" cellborder="0"}% 
    225 |        <label for="comment_date">Date</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_date" id="comment_date" /> | 
    226 |        <label for="comment_city">City</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_city" id="comment_city" value="" /> | 
     225|        <label for="comment_date">Date</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="comment_date" id="comment_date" /> | 
     226|        <label for="comment_city">City</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="comment_city" id="comment_city" value="" /> | 
    227227|| <input %DISABLED% type="submit" class="foswikiButton" value="%button|Add entry%" /> | 
    228228%TMPL:END% 
     
    243243%TMPL:DEF{PROMPT:toctalk}% 
    244244%TABLE{databg="#ffffff" tableborder="0" cellborder="0"}% 
    245 |        <label for="comment_summary">Summary</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_summary" id="comment_summary" /> | 
    246 |        <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> | 
     245|        <label for="comment_summary">Summary</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="comment_summary" id="comment_summary" /> | 
     246|        <label for="toctalk_comment_text">Message</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="toctalk_comment_text" id="toctalk_comment_text" class="foswikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 
    247247|| <input %DISABLED% type="submit" value="%button|Add%" class="foswikiButton" /> | 
    248248%TMPL:END% 
     
    266266%TMPL:DEF{PROMPT:bookmark}% 
    267267%TABLE{databg="#ffffff" tableborder="0" cellborder="0"}% 
    268 |        <label for="comment_url">Url</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_url" id="comment_url" value="http://" /> | 
    269 | <label for="comment_link">Link label</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_link" id="comment_link" /> | 
    270 |    <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%" /> | 
     268|        <label for="comment_url">Url</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="comment_url" id="comment_url" value="http://" /> | 
     269| <label for="comment_link">Link label</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="comment_link" id="comment_link" /> | 
     270|    <label for="bookmark_comment_text">Comment</label>| <input class="foswikiInputField" %DISABLED% type="text" size="40" name="bookmark_comment_text" id="bookmark_comment_text" value="%MESSAGE%" /> | 
    271271|| <input %DISABLED% type="submit" value="%button|Add bookmark%" class="foswikiButton" /> | 
    272272%TMPL:END% 
  • trunk/EditTablePlugin/data/System/EditTablePlugin.txt

    r1178 r1206  
    5353<form> 
    5454   * In page view mode: 
    55       * <input type="submit" class="twikiSubmit" name="et"   value="Edit table" onclick="return(false);" /> - turn the table into edit mode 
     55      * <input type="submit" class="foswikiSubmit" name="et"   value="Edit table" onclick="return(false);" /> - turn the table into edit mode 
    5656   * In edit mode: 
    5757      * <input type="submit" class="foswikiButton" name="etsave"   value="Save table"  onclick="return(false);" /> - save your changes 
     
    5959      * <input type="submit" class="foswikiButton" name="etaddrow" value="Add row" onclick="return(false);" /> - add row to the table (if enabled) 
    6060      * <input type="submit" class="foswikiButton" name="etdelrow" value="Delete last row" onclick="return(false);" /> - remove last row from the table (if enabled) 
    61       * <input type="submit" class="twikiButtonCancel" name="etcancel" value="Cancel" onclick="return(false);" /> - cancel without saving and release edit lock 
     61      * <input type="submit" class="foswikiButtonCancel" 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 
    6363         be moved, then at a destination. 
     
    8080<div class="editTable editTableEdit"> 
    8181<input type="hidden" name="ettablenr" value="1" /> 
    82 <table cellspacing="0" id="default" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
     82<table cellspacing="0" id="default" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
    8383        <thead> 
    84         <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     84        <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    8585                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=0;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Nr<input type="hidden" name="etcell1x1" value="*Nr*" /></font></a> </th> 
    8686                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=1;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Text field<input type="hidden" name="etcell1x2" value="*Text field*" /></font></a> </th> 
    8787                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=2;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Drop down<input type="hidden" name="etcell1x3" value="*Drop down*" /></font></a> </th> 
    8888                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol3"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=3;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Mood<input type="hidden" name="etcell1x4" value="*Mood*" /></font></a> </th> 
    89                 <th bgcolor="#6b7f93" valign="top" class="twikiTableCol4 twikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
     89                <th bgcolor="#6b7f93" valign="top" class="twikiTableCol4 foswikiLastCol"> <a rel="nofollow" href="%SCRIPTURL{"viewauth"}%/%SYSTEMWEB%/EditTablePlugin?ettablenr=1&amp;amp;etedit=on&amp;amp;etrows=3&amp;amp;x=27&amp;amp;y=13&amp;amp;sortcol=4;table=2;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Timestamp<input type="hidden" name="etcell1x5" value="*Timestamp*" /></font></a> </th> 
    9090        </tr> 
    9191        </thead> 
    92         <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     92        <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    9393                <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
    94                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol1"> <input class="twikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
    95                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol2"> <select class="twikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
     94                <td bgcolor="#ffffff" valign="top" class="twikiTableCol1"> <input class="foswikiInputField editTableInput" type="text" name="etcell2x2" size="20" value="hello table" /> </td> 
     95                <td bgcolor="#ffffff" valign="top" class="twikiTableCol2"> <select class="foswikiSelect" name="etcell2x3" size="1"> <option selected="selected">one</option> <option>two</option> <option>three</option> <option>four</option></select> </td> 
    9696                <td bgcolor="#ffffff" valign="top" class="twikiTableCol3"> <input type="radio" name="etcell2x4" value=":-)" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell2x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell2x4" value=":-(" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    97                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol4 twikiLastCol"> 26 Jun 2002 12:30<input type="hidden" name="etcell2x5" value="26 Jun 2002 12:30" /> </td> 
     97                <td bgcolor="#ffffff" valign="top" class="twikiTableCol4 foswikiLastCol"> 26 Jun 2002 12:30<input type="hidden" name="etcell2x5" value="26 Jun 2002 12:30" /> </td> 
    9898        </tr> 
    99         <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    100                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
    101                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell3x2" size="20" value="" /> </td> 
    102  
    103                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol2 twikiLast"> <select class="twikiSelect" name="etcell3x3" size="1"> <option>one</option> <option selected="selected">two</option> <option>three</option> <option>four</option></select> </td> 
    104                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol3 twikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
    105                 <td bgcolor="#edf4f9" valign="top" class="twikiTableCol4 twikiLastCol twikiLast"> 27 Jun 2002 12:40<input type="hidden" name="etcell3x5" value="27 Jun 2002 12:40" /> </td> 
     99        <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     100                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
     101                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell3x2" size="20" value="" /> </td> 
     102 
     103                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol2 foswikiLast"> <select class="foswikiSelect" name="etcell3x3" size="1"> <option>one</option> <option selected="selected">two</option> <option>three</option> <option>four</option></select> </td> 
     104                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol3 foswikiLast"> <input type="radio" name="etcell3x4" value=":-)" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/smile.gif" alt="smile" title="smile" border="0" />  <input type="radio" name="etcell3x4" value=":-I" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/indifferent.gif" alt="indifferent" title="indifferent" border="0" />  <input type="radio" name="etcell3x4" value=":-(" checked="checked" /> <img src="%PUBURL%/%SYSTEMWEB%/SmiliesPlugin/frown.gif" alt="frown" title="frown" border="0" /> </td> 
     105                <td bgcolor="#edf4f9" valign="top" class="twikiTableCol4 foswikiLastCol foswikiLast"> 27 Jun 2002 12:40<input type="hidden" name="etcell3x5" value="27 Jun 2002 12:40" /> </td> 
    106106        </tr></table> 
    107107<input type="hidden" name="etrows" value="3" /> 
    108 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     108<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    109109<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    110110<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    111111<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" /> 
     112<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    113113</div><!-- /editTable --> 
    114114 
  • trunk/EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/Core.pm

    r1178 r1206  
    841841        # Edit mode 
    842842        $text .= 
    843 "$preSp<input type=\"submit\" name=\"etsave\" id=\"etsave\" value=\"$prefSAVE_BUTTON\" class=\"twikiSubmit\" />\n"; 
     843"$preSp<input type=\"submit\" name=\"etsave\" id=\"etsave\" value=\"$prefSAVE_BUTTON\" class=\"foswikiSubmit\" />\n"; 
    844844        if ( $params{'quietsave'} ) { 
    845845            $text .= 
     
    854854        } 
    855855        $text .= 
    856 "$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\"foswikiButton twikiButtonCancel\" />\n"; 
     856"$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\"foswikiButton foswikiButtonCancel\" />\n"; 
    857857 
    858858        if ( $params{'helptopic'} ) { 
     
    10131013        $size = 1 if $size < 1; 
    10141014        $text = 
    1015           "<select class=\"twikiSelect\" name=\"$theName\" size=\"$size\">"; 
     1015          "<select class=\"foswikiSelect\" name=\"$theName\" size=\"$size\">"; 
    10161016        $i = 2; 
    10171017        while ( $i < @bits ) { 
     
    11871187            { 
    11881188                name     => $theName, 
    1189                 class    => 'twikiInputField editTableInput', 
     1189                class    => 'foswikiInputField editTableInput', 
    11901190                id       => 'id' . $theName, 
    11911191                size     => $size, 
     
    11981198 
    11991199        unless ($@) { 
    1200             $text .= '<span class="twikiMakeVisible">'; 
     1200            $text .= '<span class="foswikiMakeVisible">'; 
    12011201            $text .= CGI::image_button( 
    12021202                -class   => 'editTableCalendarButton', 
     
    12181218          unless ( $theValue eq '' ); 
    12191219        $text = 
    1220 "<input class=\"twikiInputField editTableInput\" type=\"text\" name=\"$theName\" size=\"$size\" value=\"$theValue\" />"; 
     1220"<input class=\"foswikiInputField editTableInput\" type=\"text\" name=\"$theName\" size=\"$size\" value=\"$theValue\" />"; 
    12211221        $text .= saveEditCellFormat( $cellFormat, $theName ); 
    12221222    } 
  • trunk/EditTablePlugin/pub/System/EditTablePlugin/edittable.css

    r396 r1206  
    33        padding-bottom:1em; 
    44} 
    5 .editTableEdit .twikiTable { 
     5.editTableEdit .foswikiTable { 
    66        margin:5px 0; 
    77} 
     
    3434        background-color:#069; 
    3535} 
    36 .twikiTableEven textarea, 
    37 .twikiTableEven .editTableTextarea, 
    38 .twikiTableEven input { 
     36.foswikiTableEven textarea, 
     37.foswikiTableEven .editTableTextarea, 
     38.foswikiTableEven input { 
    3939        background-color:#f5f5f5; 
    4040} 
    41 .twikiTableOdd textarea, 
    42 .twikiTableOdd .editTableTextarea, 
    43 .twikiTableOdd input { 
     41.foswikiTableOdd textarea, 
     42.foswikiTableOdd .editTableTextarea, 
     43.foswikiTableOdd input { 
    4444        background-color:#ffffff; 
    4545} 
  • trunk/EditTablePlugin/pub/System/EditTablePlugin/edittable.js

    r980 r1206  
    204204    } 
    205205    // set styling for the last action_cell to remove the bottom border 
    206     //addClass(action_cell, 'twikiLast'); 
     206    //addClass(action_cell, 'foswikiLast'); 
    207207} 
    208208 
     
    257257    } 
    258258    // set styling for the last action_cell to remove the bottom border 
    259     addClass(action_cell, 'twikiLast'); 
     259    addClass(action_cell, 'foswikiLast'); 
    260260} 
    261261 
     
    609609        var tableCells = tr.getElementsByTagName('TD'); 
    610610        var alternate = (i % 2 == 0) ? 0: 1; 
    611         var className = (i % 2 == 0) ? 'twikiTableEven': 'twikiTableOdd'; 
     611        var className = (i % 2 == 0) ? 'foswikiTableEven': 'foswikiTableOdd'; 
    612612         
    613613         
     
    615615            continue; 
    616616        } 
    617         removeClass(tr, 'twikiTableEven'); 
    618         removeClass(tr, 'twikiTableOdd'); 
     617        removeClass(tr, 'foswikiTableEven'); 
     618        removeClass(tr, 'foswikiTableOdd'); 
    619619        addClass(tr, className); 
    620620         
     
    622622        for (var j = 0; j < tableCells.length;++j) { 
    623623            var cell = tableCells[j]; 
    624             removeClass(cell, 'twikiLast'); 
     624            removeClass(cell, 'foswikiLast'); 
    625625            addClass(cell, className); 
    626626            cell.removeAttribute('bgColor'); 
     
    635635    var tableCells = lastRowElement.getElementsByTagName('TD'); 
    636636    for (var i = 0; i < tableCells.length;++i) { 
    637         addClass(tableCells[i], 'twikiLast'); 
     637        addClass(tableCells[i], 'foswikiLast'); 
    638638    } 
    639639     
  • trunk/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r1178 r1206  
    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="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> | 
     212|<span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> |<input class="foswikiInputField 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="foswikiSelect" 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="foswikiInputField editTableInput" id="idetcell1x8" /><span class="foswikiMakeVisible"><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" /> 
    214 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     214<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    215215<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    216216<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    217217<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" /> 
     218<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    219219</form> 
    220220</div><!-- /editTable --></noautolink> 
     
    261261<form name="edittable1" action="$viewUrlAuth#edittable1" method="post"> 
    262262<input type="hidden" name="ettablenr" value="1" /> 
    263 |<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--" /> | 
     263|<span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> |<input class="foswikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="--EditTableEncodeStart--.i.n.i.t--EditTableEncodeEnd--" /> | 
    264264<input type="hidden" name="etrows" value="1" /> 
    265 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     265<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    266266<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    267267<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    268268<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" /> 
     269<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    270270</form> 
    271271</div><!-- /editTable --></noautolink> 
     
    306306<nop> 
    307307<nop> 
    308 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     308<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    309309        <tbody> 
    310                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     310                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    311311                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">0<input type="hidden" name="etcell1x1" value="0" /></span> </td> 
    312                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="test1" /> </td> 
     312                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> <input class="foswikiInputField editTableInput" type="text" name="etcell1x2" size="10" value="test1" /> </td> 
    313313                </tr> 
    314                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     314                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    315315                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">1<input type="hidden" name="etcell2x1" value="1" /></span> </td> 
    316                         <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell2x2" size="10" value="test2" /> </td> 
     316                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 foswikiLastCol"> <input class="foswikiInputField editTableInput" type="text" name="etcell2x2" size="10" value="test2" /> </td> 
    317317                </tr> 
    318                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     318                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    319319                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> <span class="et_rowlabel">2<input type="hidden" name="etcell3x1" value="2" /></span> </td> 
    320                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> <input class="twikiInputField editTableInput" type="text" name="etcell3x2" size="10" value="test3" /> </td> 
     320                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> <input class="foswikiInputField editTableInput" type="text" name="etcell3x2" size="10" value="test3" /> </td> 
    321321                </tr> 
    322                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    323                         <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <span class="et_rowlabel">3<input type="hidden" name="etcell4x1" value="3" /></span> </td> 
    324                         <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell4x2" size="10" value="init" /> </td> 
     322                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     323                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <span class="et_rowlabel">3<input type="hidden" name="etcell4x1" value="3" /></span> </td> 
     324                        <td bgcolor="#f2f3f6" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell4x2" size="10" value="init" /> </td> 
    325325                </tr> 
    326326        </tbody></table> 
    327327<input type="hidden" name="etrows" value="4" /> 
    328328<input type="hidden" name="etaddedrows" value="1" /> 
    329 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     329<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    330330<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    331331<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    332332<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" /> 
     333<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    334334</form> 
    335335</div><!-- /editTable --></noautolink> 
     
    424424<input type="hidden" name="ettablenr" value="1" /> 
    425425<nop> 
    426 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     426<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    427427        <tbody> 
    428                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    429                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <select class="twikiSelect" name="etcell1x1" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
    430                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLast"> <select class="twikiSelect" name="etcell1x2" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
    431                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol2 twikiLast"> <select class="twikiSelect" name="etcell1x3" size="1 "> <option>a </option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
    432                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol3 twikiLastCol twikiLast"> <select class="twikiSelect" name="etcell1x4" size="1 "> <option>a </option> <option>b </option> <option selected="selected">c </option> <option>d</option></select> </td> 
     428                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     429                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <select class="foswikiSelect" name="etcell1x1" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
     430                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLast"> <select class="foswikiSelect" name="etcell1x2" size="1"> <option>a</option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
     431                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol2 foswikiLast"> <select class="foswikiSelect" name="etcell1x3" size="1 "> <option>a </option> <option>b</option> <option selected="selected">c</option> <option>d</option></select> </td> 
     432                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol3 foswikiLastCol foswikiLast"> <select class="foswikiSelect" name="etcell1x4" size="1 "> <option>a </option> <option>b </option> <option selected="selected">c </option> <option>d</option></select> </td> 
    433433                </tr> 
    434434        </tbody> 
    435435</table> 
    436436<input type="hidden" name="etrows" value="1" /> 
    437 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     437<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    438438<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    439439<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    440440<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" /> 
     441<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    442442</form> 
    443443</div><!-- /editTable --></noautolink> 
     
    488488<input type="hidden" name="ettablenr" value="1" /> 
    489489<nop> 
    490 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     490<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    491491        <tbody> 
    492                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    493                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x1" value=":skull:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="radio" name="etcell1x1" value=":cool:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table> </td> 
    494                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="checkbox" name="etcell1x2x2" value=":skull:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="checkbox" name="etcell1x2x3" value=":cool:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table><input type="hidden" name="etcell1x2" value="Chkbx: etcell1x2x2 etcell1x2x3" /> </td> 
     492                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     493                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="radio" name="etcell1x1" value=":skull:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="radio" name="etcell1x1" value=":cool:" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table> </td> 
     494                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <table class="editTableInnerTable"><tr><td valign="top"> <input type="checkbox" name="etcell1x2x2" value=":skull:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/skull.gif" alt="dead!" title="dead!" border="0" /> <br /> <input type="checkbox" name="etcell1x2x3" value=":cool:" checked="checked" /> <img src="$pubPathSystemWeb/SmiliesPlugin/cool.gif" alt="cool!" title="cool!" border="0" /> </td></tr></table><input type="hidden" name="etcell1x2" value="Chkbx: etcell1x2x2 etcell1x2x3" /> </td> 
    495495                </tr> 
    496496        </tbody> 
    497497</table> 
    498498<input type="hidden" name="etrows" value="1" /> 
    499 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     499<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    500500<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    501501<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    502502<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" /> 
     503<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    504504</form> 
    505505</div><!-- /editTable --></noautolink> 
     
    544544<input type="hidden" name="etedit" value="on" /> 
    545545<nop> 
    546 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     546<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    547547        <tbody> 
    548                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    549                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
    550                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <a href="$viewUrl" class="foswikiCurrentTopicLink foswikiLink">$topicName</a> </td> 
     548                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     549                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/DocumentGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
     550                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <a href="$viewUrl" class="foswikiCurrentTopicLink foswikiLink">$topicName</a> </td> 
    551551                </tr> 
    552552        </tbody> 
     
    598598<input type="hidden" name="ettablenr" value="1" /> 
    599599<nop> 
    600 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     600<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    601601        <tbody> 
    602                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    603                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell1x1" size="30" value="%Y%" /> </td> 
    604                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <input class="twikiInputField editTableInput" type="text" name="etcell1x2" size="30" value="%TOPIC%" /> </td> 
     602                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     603                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell1x1" size="30" value="%Y%" /> </td> 
     604                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <input class="foswikiInputField editTableInput" type="text" name="etcell1x2" size="30" value="%TOPIC%" /> </td> 
    605605                </tr> 
    606606        </tbody>         
    607607</table> 
    608608<input type="hidden" name="etrows" value="1" /> 
    609 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     609<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    610610<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    611611<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    612612<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" /> 
     613<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    614614</form> 
    615615</div><!-- /editTable --></noautolink> 
     
    963963<input type="hidden" name="etedit" value="on" /> 
    964964<nop> 
    965 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="cols" border="1"> 
     965<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="cols" border="1"> 
    966966        <tbody> 
    967                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    968                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLastCol twikiLast"> blablabla <br /> there's still a bug <br /> lurking around <br /> <em>italic</em> <br /> <strong>bold</strong> </td> 
     967                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     968                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLastCol foswikiLast"> blablabla <br /> there's still a bug <br /> lurking around <br /> <em>italic</em> <br /> <strong>bold</strong> </td> 
    969969                </tr> 
    970970        </tbody></table> 
     
    11471147<div class="editTable editTableEdit"> 
    11481148<form name="edittable1" action="$viewUrlAuth#edittable1" method="post"> 
    1149 <input type="submit" name="etsave" id="etsave" value="Save table" class="twikiSubmit" /> 
     1149<input type="submit" name="etsave" id="etsave" value="Save table" class="foswikiSubmit" /> 
    11501150<input type="submit" name="etqsave" id="etqsave" value="Quiet save" class="foswikiButton" /> 
    11511151<input type="submit" name="etaddrow" id="etaddrow" value="Add row" class="foswikiButton" /> 
    11521152<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" /> 
     1153<input type="submit" name="etcancel" id="etcancel" value="Cancel" class="foswikiButton foswikiButtonCancel" /> 
    11541154<input type="hidden" name="ettablenr" value="1" /> 
    1155 | <input class="twikiInputField editTableInput" type="text" name="etcell1x1" size="16" value="" /> | 
     1155| <input class="foswikiInputField editTableInput" type="text" name="etcell1x1" size="16" value="" /> | 
    11561156<input type="hidden" name="etrows" value="1" /> 
    11571157</form> 
  • trunk/FormPlugin/lib/TWiki/Plugins/FormPlugin.pm

    r1178 r1206  
    13421342 
    13431343    my $cssClass = $attributes{'class'} || ''; 
    1344     $cssClass = 'twikiSelectDisabled' 
     1344    $cssClass = 'foswikiSelectDisabled' 
    13451345      if ( !$cssClass && $attributes{'disabled'} ); 
    13461346    $cssClass = 'twikiSelect ' . $cssClass; 
  • trunk/PatternSkin/data/System/PatternSkin.txt

    r1178 r1206  
    1616 
    1717#ThemeBrowser 
    18 <div class="twikiFormSteps"> 
    19 <div class="twikiFormStep"> 
     18<div class="foswikiFormSteps"> 
     19<div class="foswikiFormStep"> 
    2020---+++!! Choose theme 
    2121[[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern;themefile=%THEME%PREVIOUSTHEME%%;themeidx=%PREVIOUSTHEME%;%COLPARAM%#ThemeBrowser][%ICON{"go_back"}%]]  
     
    2323[[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern;themefile=%THEME%NEXTTHEME%%;themeidx=%NEXTTHEME%;%COLPARAM%#ThemeBrowser][%ICON{"go_forward"}%]] 
    2424</div> 
    25 <div class="twikiFormStep"> 
     25<div class="foswikiFormStep"> 
    2626Or enter the *full URL path* to one of the theme CSS files: %BR% 
    2727<form action="" method="POST"> 
     
    2929<input type="hidden" name="colidx" value="%CURRENTCOL%" /> 
    3030<input type="hidden" name="patterncolumns" value="%URLPARAM{"patterncolumns" default="%COL%CURRENTCOL%%"}%" /> 
    31 <input type="text" size="60" name="themefile" class="twikiInputField" value="%THEME%CURRENTTHEME%%" /> <input type="submit" value="View theme" class="twikiSubmit" /> 
     31<input type="text" size="60" name="themefile" class="foswikiInputField" value="%THEME%CURRENTTHEME%%" /> <input type="submit" value="View theme" class="foswikiSubmit" /> 
    3232</form> 
    3333</div> 
    34 <div class="twikiFormStep"> 
     34<div class="foswikiFormStep"> 
    3535---+++!! Choose side column 
    3636[[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern;%THEMEPARAM%;patterncolumns=%COL%PREVIOUSCOL%%;colidx=%PREVIOUSCOL%#ThemeBrowser][%ICON{"go_back"}%]]  
     
    3838[[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern;%THEMEPARAM%;patterncolumns=%COL%NEXTCOL%%;colidx=%NEXTCOL%#ThemeBrowser][%ICON{"go_forward"}%]]  
    3939</div> 
    40 <div class="twikiFormStep"> 
     40<div class="foswikiFormStep"> 
    4141---+++!! Copying these settings 
    4242Do you want to store the selected theme? %TWISTY{link="Show how..." remember="on"}% 
     
    4646<noautolink> 
    4747<form name="select_all"> 
    48 <textarea readonly="readonly" rows="8" cols="120" name="copypaste" class="twikiInputFieldReadOnly twikiSmallish"> 
     48<textarea readonly="readonly" rows="8" cols="120" name="copypaste" class="foswikiInputFieldReadOnly foswikiSmallish"> 
    4949The overall skin: 
    5050   * Set SKIN = pattern 
     
    9393 
    9494   * Download the ZIP file from the Skin Home page (see below) 
    95    * Unzip ==%TOPIC%.zip== in your twiki installation directory 
     95   * Unzip ==%TOPIC%.zip== in your Foswiki installation directory 
    9696   * [[%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?skin=pattern][Test if installed]] 
    9797   * For skin activation see [[%SYSTEMWEB%.Skins]] 
     
    172172Leave remarks, suggestions and other feedback in Foswiki:Extensions.PatternSkinDev. 
    173173 
    174 <verbatim class="twikiHidden"> 
     174<verbatim class="foswikiHidden"> 
    175175Iterators for theme and column file 
    176176   * Theme 
  • trunk/PatternSkin/data/System/PatternSkinColorSettings.txt

    r1178 r1206  
    77---++!! Usage 
    88 
    9 <div class="twikiFormSteps"> 
    10 <div class="twikiFormStep"> 
     9<div class="foswikiFormSteps"> 
     10<div class="foswikiFormStep"> 
    1111---+++!! Step 1 
    1212Let %SYSTEMWEB%.PatternSkin point to the custom-made colors style sheet. In [[%USERSWEB%.SitePreferences]] copy this line: <verbatim> 
     
    1414</verbatim> 
    1515</div> 
    16 <div class="twikiFormStep"> 
     16<div class="foswikiFormStep"> 
    1717---+++!! Step 2 
    1818Edit this topic, and change the color as you like. 
    1919</div> 
    20 <div class="twikiFormStep"> 
     20<div class="foswikiFormStep"> 
    2121---+++!! Step 3 
    2222%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.'}%  
     
    187187---++++ FORM_INPUT_BORDER Textarea, input and select (darker gray) 
    188188   * Local FORM_INPUT_BORDER = #aaa 
    189 ---++++ FORM_BORDER Form (same as twikiTable border) 
     189---++++ FORM_BORDER Form (same as foswikiTable border) 
    190190   * Local FORM_BORDER = #cfcfcf 
    191191---++++ ACTIVE_FORM_BACKGROUND Edit form, form steps 
     
    343343   color:%LINK_TEXT_HOVER%; 
    344344} 
    345 .foswikiTopic .twikiUnvisited a:visited { 
     345.foswikiTopic .foswikiUnvisited a:visited { 
    346346   color:%LINK_TEXT_NORMAL%; 
    347347} 
    348 .foswikiTopic .twikiUnvisited a:hover { 
     348.foswikiTopic .foswikiUnvisited a:hover { 
    349349   color:%LINK_TEXT_HOVER%; 
    350350} 
     
    359359   background-color:%MAIN_TEXT_BACKGROUND%; 
    360360} 
    361 .twikiSubmit, 
     361.foswikiSubmit, 
    362362.foswikiButton { 
    363363   border-color:%BUTTON_BORDERS%; 
    364364} 
    365 .twikiSubmit { 
     365.foswikiSubmit { 
    366366   color:%SUBMIT_BUTTON_BORDER_TEXT%; 
    367367   background-color:%SUBMIT_BUTTON_BACKGROUND%; 
     
    371371   background-color:%BUTTON_BACKGROUND%; 
    372372} 
    373 .twikiButtonCancel { 
     373.foswikiButtonCancel { 
    374374   color:%BUTTON_TEXT%; 
    375375   background-color:%BUTTON_CANCEL_BACKGROUND%; 
    376376} 
    377 .twikiSubmitDisabled, 
    378 .twikiSubmitDisabled:active { 
     377.foswikiSubmitDisabled, 
     378.foswikiSubmitDisabled:active { 
    379379   border-color:%BUTTON_BORDERS_DISABLED%; 
    380380   color:%DISABLED_TEXT%; 
     
    382382} 
    383383.foswikiTextarea, 
    384 .twikiInputField, 
    385 .twikiInputFieldDisabled, 
    386 .twikiInputFieldReadOnly, 
    387 .twikiSelect { 
     384.foswikiInputField, 
     385.foswikiInputFieldDisabled, 
     386.foswikiInputFieldReadOnly, 
     387.foswikiSelect { 
    388388   border-color:%INPUT_FIELD_BORDERS%; 
    389389} 
    390390.foswikiTextarea, 
    391 .twikiInputField, 
    392 .twikiSelect { 
     391.foswikiInputField, 
     392.foswikiSelect { 
    393393   color:%MAIN_TEXT%; 
    394394   background-color:%MAIN_TEXT_BACKGROUND%; 
    395395} 
    396 .twikiInputField:active, 
    397 .twikiInputField:focus, 
    398 .twikiInputFieldFocus { 
     396.foswikiInputField:active, 
     397.foswikiInputField:focus, 
     398.foswikiInputFieldFocus { 
    399399   background-color:%FORMFIELD_ACTIVE%; 
    400400} 
    401401 
    402 .twikiTextareaRawView { 
     402.foswikiTextareaRawView { 
    403403   color:%GENERAL_TEXT%; 
    404404} 
    405 .twikiInputFieldDisabled { 
     405.foswikiInputFieldDisabled { 
    406406   color:%DISABLED_TEXT%; 
    407407   background-color:%DISABLED_BACKGROUND%; 
    408408} 
    409 .twikiInputFieldReadOnly { 
     409.foswikiInputFieldReadOnly { 
    410410   color:%GRAYED_TEXT%; 
    411411} 
    412 .twikiSelect { 
     412.foswikiSelect { 
    413413   border-color:%INPUT_FIELD_BORDERS%; 
    414414   color:%MAIN_TEXT%; 
    415415   background-color:%MAIN_TEXT_BACKGROUND%; 
    416416} 
    417 .twikiInputFieldDisabled, 
    418 .twikiSelectDisabled { 
     417.foswikiInputFieldDisabled, 
     418.foswikiSelectDisabled { 
    419419   color:%DISABLED_TEXT%; 
    420420   border-color:%INPUT_FIELD_BORDERS%; 
    421421   background-color:%DISABLED_BACKGROUND%; 
    422422} 
    423 .twikiInputFieldBeforeFocus { 
     423.foswikiInputFieldBeforeFocus { 
    424424   color:%MUTED_TEXT%; 
    425425} 
     
    430430 
    431431/* TablePlugin */ 
    432 .twikiTable, 
    433 .twikiTable td, 
    434 .twikiTable th { 
     432.foswikiTable, 
     433.foswikiTable td, 
     434.foswikiTable th { 
    435435   border-color:%TABLE_BORDER%; 
    436436} 
    437 .twikiTable th a:link, 
    438 .twikiTable th a:visited, 
    439 .twikiTable th a font { 
     437.foswikiTable th a:link, 
     438.foswikiTable th a:visited, 
     439.foswikiTable th a font { 
    440440   color:%LINK_TEXT_NORMAL_TABLE_HEADER%; 
    441441} 
     
    473473} 
    474474 
    475 table.twikiFormTable th.twikiFormTableHRow, 
    476 table.twikiFormTable td.twikiFormTableRow { 
     475table.foswikiFormTable th.foswikiFormTableHRow, 
     476table.foswikiFormTable td.foswikiFormTableRow { 
    477477   color:%MUTED_TEXT%; 
    478478} 
    479 .twikiEditForm { 
     479.foswikiEditForm { 
    480480   color:%MAIN_TEXT%; 
    481481} 
    482 .twikiEditForm .twikiFormTable, 
    483 .twikiEditForm .twikiFormTable th, 
    484 .twikiEditForm .twikiFormTable td { 
     482.foswikiEditForm .foswikiFormTable, 
     483.foswikiEditForm .foswikiFormTable th, 
     484.foswikiEditForm .foswikiFormTable td { 
    485485   border-color:%TABLE_BORDER%; 
    486486} 
    487487/* use a different table background color mix: no odd/even rows, no white background */ 
    488 .twikiEditForm .twikiFormTable td  { 
     488.foswikiEditForm .foswikiFormTable td  { 
    489489   background-color:%TABLE_DATA_MIX_BACKGROUND%; 
    490490} 
    491 .twikiEditForm .twikiFormTable th { 
     491.foswikiEditForm .foswikiFormTable th { 
    492492   background-color:%TABLE_DATA_ODD_BACKGROUND%; 
    493493} 
    494 .patternContent .twikiAttachments, 
     494.patternContent .foswikiAttachments, 
    495495.patternContent .foswikiForm { 
    496496   background-color:%ATTACHMENT_AND_FORM_BACKGROUND%; 
    497497   border-color:%MAIN_TEXT_BACKGROUND%; 
    498498} 
    499 .twikiAttachments .foswikiButton h3, 
     499.foswikiAttachments .foswikiButton h3, 
    500500.foswikiForm .foswikiButton h3 { 
    501501        color:%HEADER_TEXT%; 
    502502} 
    503 .twikiAttachments table, 
    504 table.twikiFormTable { 
     503.foswikiAttachments table, 
     504table.foswikiFormTable { 
    505505   border-color:%TABLE_BORDER%; 
    506506   background-color:%MAIN_TEXT_BACKGROUND%; 
    507507} 
    508 .twikiAttachments table { 
     508.foswikiAttachments table { 
    509509   background-color:%MAIN_TEXT_BACKGROUND%; 
    510510} 
    511511.foswikiForm td, 
    512512.foswikiForm th, 
    513 .twikiAttachments td,  
    514 .twikiAttachments th { 
     513.foswikiAttachments td,  
     514.foswikiAttachments th { 
    515515   border-color:%TABLE_BORDER%; 
    516516} 
    517 .twikiAttachments .twikiTable th font, 
    518 table.twikiFormTable th.twikiFormTableHRow font { 
     517.foswikiAttachments .foswikiTable th font, 
     518table.foswikiFormTable th.foswikiFormTableHRow font { 
    519519   color:%LINK_TEXT_NORMAL%; 
    520520} 
    521521 
    522 .twikiFormSteps { 
     522.foswikiFormSteps { 
    523523   background-color:%ACTIVE_FORM_BACKGROUND%; 
    524524   border-color:%FORM_STEP_BORDER%; 
    525525} 
    526 .twikiFormStep { 
     526.foswikiFormStep { 
    527527   border-color:%FORM_STEP_BORDER%; 
    528528} 
    529 .twikiFormStep h3, 
    530 .twikiFormStep h4 { 
     529.foswikiFormStep h3, 
     530.foswikiFormStep h4 { 
    531531   color:%FORM_HEADER_TEXT%; 
    532532} 
    533 .twikiFormStep h3, 
    534 .twikiFormStep h4 { 
     533.foswikiFormStep h3, 
     534.foswikiFormStep h4 { 
    535535   background-color:transparent; 
    536536} 
    537 .twikiActionFormStepSign { 
     537.foswikiActionFormStepSign { 
    538538   color:%FORM_HEADER_TEXT%; 
    539539} 
    540 .twikiToc .twikiTocTitle { 
     540.foswikiToc .foswikiTocTitle { 
    541541   color:%MUTED_TEXT%; 
    542542} 
    543 .twikiBroadcastMessage, 
    544 .twikiNotification { 
     543.foswikiBroadcastMessage, 
     544.foswikiNotification { 
    545545   background-color:%NOTIFICATION_BACKGROUND%; 
    546546} 
    547 #twikiLogin .patternLoginNotification { 
     547#foswikiLogin .patternLoginNotification { 
    548548   background-color:%MAIN_TEXT_BACKGROUND%; 
    549549   border-color:%ALERT_BORDER%; 
     
    553553   border-color:%SEPARATOR_BORDER%; 
    554554} 
    555 .twikiBroadcastMessage b, 
    556 .twikiBroadcastMessage strong { 
     555.foswikiBroadcastMessage b, 
     556.foswikiBroadcastMessage strong { 
    557557   color:%ALERT_TEXT%; 
    558558} 
     
    564564   color:%LINK_TEXT_NORMAL%; 
    565565} 
    566 .twikiPageForm table { 
     566.foswikiPageForm table { 
    567567   border-color:%TABLE_BORDER%; 
    568568   background:%MAIN_TEXT_BACKGROUND%; 
    569569} 
    570 .twikiPageForm hr { 
     570.foswikiPageForm hr { 
    571571   border-color:%FORM_BORDER%; 
    572572   background-color:%FORM_BORDER%; 
    573573   color:%FORM_BORDER%; 
    574574} 
    575 .twikiAccessKey { 
     575.foswikiAccessKey { 
    576576   color:inherit; 
    577577   border-color:%GRAYED_OUT_TEXT%; 
    578578} 
    579 a:link .twikiAccessKey, 
    580 a:visited .twikiAccessKey { 
     579a:link .foswikiAccessKey, 
     580a:visited .foswikiAccessKey { 
    581581   color:inherit; 
    582582} 
    583 a:hover .twikiAccessKey { 
     583a:hover .foswikiAccessKey { 
    584584   color:inherit; 
    585585} 
    586 .twikiImage img { 
     586.foswikiImage img { 
    587587   border-color:%IMAGE_BORDER%; 
    588588   background-color:%MAIN_TEXT_BACKGROUND%; 
    589589} 
    590 #patternTopBar .twikiImage img { 
     590#patternTopBar .foswikiImage img { 
    591591   background-color:transparent; 
    592592} 
    593 .twikiImage a:hover img { 
     593.foswikiImage a:hover img { 
    594594   border-color:%LINK_BACKGROUND_HOVER%; 
    595595} 
     
    654654   color:%DISABLED_TEXT%; 
    655655} 
    656 .patternTopicAction .twikiSeparator { 
     656.patternTopicAction .foswikiSeparator { 
    657657   color:%SEPARATOR_BORDER%; 
    658658} 
     
    664664   color:%LINK_TEXT_HOVER%; 
    665665} 
    666 .patternTopicAction .twikiAccessKey { 
     666.patternTopicAction .foswikiAccessKey { 
    667667   color:%LIGHT_ON_DARK_TEXT%; 
    668668   border-color:%LIGHT_ON_DARK_TEXT%; 
    669669} 
    670 .patternTopicAction a:hover .twikiAccessKey { 
     670.patternTopicAction a:hover .foswikiAccessKey { 
    671671   color:%LINK_TEXT_HOVER%; 
    672672} 
     
    680680   color:%MUTED_TEXT%; 
    681681} 
    682 .patternToolBar a:link .twikiAccessKey, 
    683 .patternToolBar a:visited .twikiAccessKey { 
     682.patternToolBar a:link .foswikiAccessKey, 
     683.patternToolBar a:visited .foswikiAccessKey { 
    684684   color:inherit; 
    685685   border-color:%LINK_TEXT_NORMAL_VISITED%; 
    686686} 
    687 .patternToolBar a:hover .twikiAccessKey { 
     687.patternToolBar a:hover .foswikiAccessKey { 
    688688   background-color:transparent; 
    689689   color:inherit; 
     
    695695 
    696696/* WebSearch, WebSearchAdvanced */ 
    697 table#twikiSearchTable { 
     697table#foswikiSearchTable { 
    698698   border-color:%FORM_STEP_BORDER%; 
    699699} 
    700 table#twikiSearchTable th, 
    701 table#twikiSearchTable td { 
     700table#foswikiSearchTable th, 
     701table#foswikiSearchTable td { 
    702702   background-color:%MAIN_TEXT_BACKGROUND%; 
    703703   border-color:%FORM_STEP_BORDER%; 
    704704} 
    705 table#twikiSearchTable hr { 
     705table#foswikiSearchTable hr { 
    706706   border-color:%FORM_STEP_BORDER%; 
    707707   background-color:%FORM_STEP_BORDER%; 
    708708} 
    709 table#twikiSearchTable th { 
     709table#foswikiSearchTable th { 
    710710   color:%MAIN_TEXT%; 
    711711} 
     
    727727   color:%HEADER_TEXT%; 
    728728} 
    729 .patternSearchResult .twikiBottomRow { 
     729.patternSearchResult .foswikiBottomRow { 
    730730   border-color:%MINOR_SEPARATOR_BORDER%; 
    731731} 
     
    751751   color:%MUTED_TEXT%; 
    752752} 
    753 .patternBookView .twikiBottomRow { 
     753.patternBookView .foswikiBottomRow { 
    754754   border-color:%TABLE_BORDER%; 
    755755} 
     
    762762/* preview.pattern.tmpl */ 
    763763 
    764 .twikiPreviewArea { 
     764.foswikiPreviewArea { 
    765765   border-color:%ALERT_BORDER%; 
    766766   background-color:%MAIN_TEXT_BACKGROUND%; 
     
    780780   color:%LIGHT_ON_DARK_TEXT%; 
    781781} 
    782 tr.twikiDiffDebug td { 
     782tr.foswikiDiffDebug td { 
    783783   border-color:%TABLE_BORDER%; 
    784784} 
    785 .patternDiffPage .twikiDiffTable th { 
     785.patternDiffPage .foswikiDiffTable th { 
    786786   background-color:%DIFF_HEADER_BACKGROUND%; 
    787787} 
    788788/* Changed */ 
    789 .twikiDiffChangedHeader, 
    790 tr.twikiDiffDebug .twikiDiffChangedText, 
    791 tr.twikiDiffDebug .twikiDiffChangedText { 
     789.foswikiDiffChangedHeader, 
     790tr.foswikiDiffDebug .foswikiDiffChangedText, 
     791tr.foswikiDiffDebug .foswikiDiffChangedText { 
    792792   background:#9f9; /* green - do not change */ 
    793793} 
    794794/* Deleted */ 
    795 .twikiDiffDeletedHeader, 
    796 tr.twikiDiffDebug .twikiDiffDeletedMarker, 
    797 tr.twikiDiffDebug .twikiDiffDeletedText { 
     795tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 
     796tr.foswikiDiffDebug .foswikiDiffDeletedText { 
    798797   background-color:#f99; /* red - do not change */ 
    799798} 
    800799/* Added */ 
    801 .twikiDiffAddedHeader, 
    802 tr.twikiDiffDebug .twikiDiffAddedMarker, 
    803 tr.twikiDiffDebug .twikiDiffAddedText { 
     800.foswikiDiffAddedHeader, 
     801tr.foswikiDiffDebug .foswikiDiffAddedMarker, 
     802tr.foswikiDiffDebug .foswikiDiffAddedText { 
    804803   background-color:#ccf; /* violet - do not change */ 
    805804} 
    806805/* Unchanged */ 
    807 tr.twikiDiffDebug .twikiDiffUnchangedText { 
     806tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
    808807   color:%GRAYED_OUT_TEXT%; 
    809808} 
    810 .twikiDiffUnchangedTextContents { } 
    811 .twikiDiffLineNumberHeader { 
     809.foswikiDiffUnchangedTextContents { } 
     810.foswikiDiffLineNumberHeader { 
    812811   background-color:%DIFF_HEADER_BACKGROUND%; 
    813812} 
     
    820819        /* image is defined as WEBHEADERART in System/DefaultPreferences */ 
    821820} 
    822 .twikiToc li { 
     821.foswikiToc li { 
    823822   background-image:url(bullet-toc.gif); 
    824823   background-repeat:no-repeat; 
     
    828827   background:#fff; /* white - do not change */ 
    829828} 
    830 .twikiSubmit, 
    831 .twikiSubmitDisabled { 
     829.foswikiSubmit, 
     830.foswikiSubmitDisabled { 
    832831   background-image:url(bg_submit_gradient.gif); 
    833832   background-repeat:repeat-x; 
    834833} 
    835 .twikiSubmit, 
    836 a.twikiSubmit:link, 
    837 a.twikiSubmit:visited { 
     834.foswikiSubmit, 
     835a.foswikiSubmit:link, 
     836a.foswikiSubmit:visited { 
    838837   background-position:0px 0px; 
    839838   background-color:#06c; 
     
    841840   color:#fff; 
    842841} 
    843 .twikiSubmit:hover, 
    844 a.twikiSubmit:hover { 
     842.foswikiSubmit:hover, 
     843a.foswikiSubmit:hover { 
    845844   background-position:0px -80px; 
    846845   background-color:#0047b7; 
     
    848847   color:#fff; 
    849848} 
    850 .twikiSubmit:active, 
    851 a.twikiSubmit:active { 
     849.foswikiSubmit:active, 
     850a.foswikiSubmit:active { 
    852851   background-position:0px -160px; 
    853852   background-color:#73ace6; 
     
    855854   color:#fff; 
    856855} 
    857 .twikiSubmitDisabled, 
    858 .twikiSubmitDisabled:hover, 
    859 .twikiSubmitDisabled:active { 
     856.foswikiSubmitDisabled, 
     857.foswikiSubmitDisabled:hover, 
     858.foswikiSubmitDisabled:active { 
    860859   background-position:0px -240px; 
    861860   background-color:#d9e8f7; 
     
    882881   color:%BUTTON_TEXT_NORMAL%; 
    883882} 
    884 .twikiButtonDisabled, 
    885 .twikiButtonDisabled:hover, 
    886 .twikiButtonDisabled:active { 
     883.foswikiButtonDisabled, 
     884.foswikiButtonDisabled:hover, 
     885.foswikiButtonDisabled:active { 
    887886   background-image:url(bg_button_gradient.gif); 
    888887   background-repeat:repeat-x; 
     
    892891   color:#bbb; 
    893892} 
    894 .twikiButtonCancel { 
     893.foswikiButtonCancel { 
    895894   background-image:url(bg_buttoncancel_gradient.gif); 
    896895   background-repeat:repeat-x; 
     
    900899   color:#fff; 
    901900} 
    902 .twikiButtonCancel:hover { 
     901.foswikiButtonCancel:hover { 
    903902   background-position:0px -80px; 
    904903   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
     
    906905   color:#fff; 
    907906} 
    908 .twikiButtonCancel:active { 
     907.foswikiButtonCancel:active { 
    909908   background-position:0px -160px; 
    910909   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
  • trunk/PatternSkin/data/System/PatternSkinCss.txt

    r1178 r1206  
    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=: foswikiButton, twikiToc, etcetera. See for a complete list CascadingStyleSheets. 
     19   * Foswiki specific classes (emitted by the Foswiki engine) have the prefix =twiki=: foswikiButton, foswikiToc, 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, foswikiTopic, foswikiForm, twikiAttachments, etc. 
     55      * #patternMainContents - holder of patternTop, foswikiTopic, foswikiForm, foswikiAttachments, etc. 
    5656      * #patternTopBar - top bar area 
    5757      * #patternTopBarContents - header art / logo; contains topic %SYSTEMWEB%.WebTopBar 
     
    6262 
    6363   * View 
    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) 
     64      * .patternContent - container around .foswikiTopic in =view.pattern.tmpl= only; to be able to give .foswikiAttachments 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 
  • trunk/PatternSkin/data/System/PatternSkinCustomization.txt

    r1156 r1206  
    8181<verbatim> 
    8282view 
    83     twiki 
     83    foswiki 
    8484        css 
    8585        viewtopbar 
     
    358358 
    359359Both modules are wrapped in CSS containers: 
    360    * =contentheader= - wrapped in =div= of class =twikiContentHeader= 
    361    * =contentfooter= - wrapped in =div= of class =twikiContentFooter= 
     360   * =contentheader= - wrapped in =div= of class =foswikiContentHeader= 
     361   * =contentfooter= - wrapped in =div= of class =foswikiContentFooter= 
    362362    
    363363To put contents *before* the main text, use the custom skin approach as described above.%BR% 
  • trunk/PatternSkin/data/System/PatternSkinElements.txt

    r1178 r1206  
    22%META:TOPICPARENT{name="PatternSkin"}% 
    33<!-- 
    4 <div class="twikiBroadcastMessage"> <strong>NOTE:</strong> Edit and Attach will be disabled today between 05:00 PM and 06:00 PM PDT (00:00 to 01:00 GMT) for a scheduled Foswiki maintenance.</div> 
     4<div class="foswikiBroadcastMessage"> <strong>NOTE:</strong> Edit and Attach will be disabled today between 05:00 PM and 06:00 PM PDT (00:00 to 01:00 GMT) for a scheduled Foswiki maintenance.</div> 
    55--> 
    66 
    7 <div class="twikiNotification">This is a notification.  
     7<div class="foswikiNotification">This is a notification.  
    88Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text.  
    99Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text.  
     
    4848 
    4949Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal  
    50 <span class="twikiSmallish">Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. </span> 
    51 <span class="twikiSmall">Small text. Small text. Small text. Small text. Small text. Small text. Small text. Small text. Small text. </span> 
     50<span class="foswikiSmallish">Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. Smallish text. </span> 
     51<span class="foswikiSmall">Small text. Small text. Small text. Small text. Small text. Small text. Small text. Small text. Small text. </span> 
    5252 
    5353---++ Text colors 
     
    103103---++ Attachment table 
    104104 
    105 <div class="twikiAttachments"> 
    106 <table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="twikiAttachmentsTable" cellpadding="0" class="twikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="twikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
    107 <tr class="twikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="twikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/viewfile/System/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/attach/System/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
    108 <tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol twikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/viewfile/System/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/attach/System/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="twikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> Smiley face </td></tr> 
    109 </table></div><!--//twikiAttachments--> 
     105<div class="foswikiAttachments"> 
     106<table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="foswikiAttachmentsTable" cellpadding="0" class="foswikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="foswikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
     107<tr class="foswikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="foswikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="%SCRIPTURL{"viewfile"}%/System/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="%SCRIPTURL{"attach"}%/System/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
     108<tr class="foswikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="foswikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="%SCRIPTURL{"viewfile"}%/System/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="%SCRIPTURL{"attach"}%/System/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="foswikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> Smiley face </td></tr> 
     109</table></div><!--//foswikiAttachments--> 
    110110 
    111111---++ Data form 
     
    113113<noautolink> 
    114114<div class="foswikiForm"> 
    115 <table class='twikiFormTable' border='1'><tr><th class='twikiFormTableHRow foswikiFirstCol' colspan='2'> 
    116 <a href="/twiki4/MAIN/bin/view/Main/UserForm" class="foswikiLink">Main.UserForm</a> 
    117 </th></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Title </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> FirstName </td><td> Arthur </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> LastName </td><td> Clemens </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> OrganisationName </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> OrganisationURL </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Profession </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Country </td><td> Netherlands </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> State </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Address </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Location </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Telephone </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> VoIP </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> InstantMessaging (IM) </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> HomePage </td><td>  </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Comment </td><td>  </td></tr></table> 
     115<table class='foswikiFormTable' border='1'><tr><th class='foswikiFormTableHRow foswikiFirstCol' colspan='2'> 
     116<a href="%SCRIPTURL{"view"}%/Main/UserForm">Main.UserForm</a> 
     117</th></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Title </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> FirstName </td><td> Arthur </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> LastName </td><td> Clemens </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> OrganisationName </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> OrganisationURL </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Profession </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Country </td><td> Netherlands </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> State </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Address </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Location </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Telephone </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> VoIP </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> InstantMessaging (IM) </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> HomePage </td><td>  </td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Comment </td><td>  </td></tr></table> 
    118118</div><!-- /foswikiForm --> 
    119119</noautolink> 
     
    124124<h1><a name="Web_Search"></a> Web Search </h1> 
    125125<p /> 
    126 <span class="patternSearched">Searched: <b>caching</b></span><span id="twikiNumberOfResultsContainer"></span><span id="twikiModifySearchContainer"></span> 
    127 <h4 class="patternSearchResultsHeader" style="background-color:#FFD8AA"><span class="twikiLeft"><b>Results from Foswiki web</b> retrieved at 00:46 (GMT)</span><span class="twikiRight"></span><br class="twikiClear" /></h4> 
    128 <div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="/twiki4/MAIN/bin/view/System/HeadlinesPlugin"><b>HeadlinesPlugin</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="/twiki4/MAIN/bin/view/Main/ProjectContributor" class="foswikiLink">ProjectContributor</a></div><div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="/twiki4/MAIN/bin/rdiff/System/HeadlinesPlugin" rel='nofollow'>27 May 2006 - 07:56</a>&nbsp;</div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText">Headlines Plugin Description This plugin displays RSS and ATOM feeds from news sites. Use it to build news portals that show headline news. Note: Syndic8.com ...</div><!--/foswikiSummary--> 
    129 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="/twiki4/MAIN/bin/view/System/TWikiAjaxContrib"><b>TWikiAjaxContrib</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="/twiki4/MAIN/bin/view/Main/ProjectContributor" class="foswikiLink">ProjectContributor</a></div><div class="twikiRight twikiSRRev">r2 - <a href="/twiki4/MAIN/bin/rdiff/System/TWikiAjaxContrib" rel='nofollow'>02 Nov 2006 - 22:04</a>&nbsp;</div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText">TWikiAjaxContrib TWikiAjaxContrib provides a convenience wrapper class around Yahoo's Connection Manager (AJAX). Goals are: To make it possible for plugins ...</div><!--/foswikiSummary--> 
    130 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="/twiki4/MAIN/bin/view/System/TWikiAjaxContribExamples"><b>TWikiAjaxContribExamples</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="/twiki4/MAIN/bin/view/Main/ProjectContributor" class="foswikiLink">ProjectContributor</a></div><div class="twikiRight twikiSRRev">r2 - <a href="/twiki4/MAIN/bin/rdiff/System/TWikiAjaxContribExamples" rel='nofollow'>02 Nov 2006 - 22:04</a>&nbsp;</div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText">!TWikiAjaxContrib Examples Code examples and demos for TWikiAjaxContrib. Default loading indicator Because Foswiki files are served along dynamic urls we cannot use ...</div><!--/foswikiSummary--> 
    131 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResultCount" id="twikiBottomResultCount">Number of topics: <b>3</b></div><!--/patternSearchResultCount--> 
    132 <p /> 
    133 <a name="twikiSearchForm"></a> 
    134 <div class="twikiPageForm"> 
    135 <form action="/twiki4/MAIN/bin/view/System/WebSearch"> 
    136 <table id="twikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
     126<span class="patternSearched">Searched: <b>caching</b></span><span id="foswikiNumberOfResultsContainer"></span><span id="foswikiModifySearchContainer"></span> 
     127<h4 class="patternSearchResultsHeader" style="background-color:#FFD8AA"><span class="foswikiLeft"><b>Results from Foswiki web</b> retrieved at 00:46 (GMT)</span><span class="foswikiRight"></span><br class="foswikiClear" /></h4> 
     128<div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURL{"view"}%/System/HeadlinesPlugin"><b>HeadlinesPlugin</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURL{"view"}%/Main/ProjectContributor">ProjectContributor</a></div><div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURL{"riff"}%/System/HeadlinesPlugin" rel='nofollow'>27 May 2006 - 07:56</a>&nbsp;</div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText">Headlines Plugin Description This plugin displays RSS and ATOM feeds from news sites. Use it to build news portals that show headline news. Note: Syndic8.com ...</div><!--/foswikiSummary--> 
     129</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURL{"view"}%/System/TWikiAjaxContrib"><b>TWikiAjaxContrib</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURL{"view"}%/Main/ProjectContributor">ProjectContributor</a></div><div class="foswikiRight foswikiSRRev">r2 - <a href="%SCRIPTURL{"riff"}%/System/TWikiAjaxContrib" rel='nofollow'>02 Nov 2006 - 22:04</a>&nbsp;</div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText">TWikiAjaxContrib TWikiAjaxContrib provides a convenience wrapper class around Yahoo's Connection Manager (AJAX). Goals are: To make it possible for plugins ...</div><!--/foswikiSummary--> 
     130</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURL{"view"}%/System/TWikiAjaxContribExamples"><b>TWikiAjaxContribExamples</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURL{"view"}%/Main/ProjectContributor">ProjectContributor</a></div><div class="foswikiRight foswikiSRRev">r2 - <a href="%SCRIPTURL{"riff"}%/System/TWikiAjaxContribExamples" rel='nofollow'>02 Nov 2006 - 22:04</a>&nbsp;</div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText">!TWikiAjaxContrib Examples Code examples and demos for TWikiAjaxContrib. Default loading indicator Because Foswiki files are served along dynamic urls we cannot use ...</div><!--/foswikiSummary--> 
     131</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResultCount" id="twikiBottomResultCount">Number of topics: <b>3</b></div><!--/patternSearchResultCount--> 
     132<p /> 
     133<a name="foswikiSearchForm"></a> 
     134<div class="foswikiPageForm"> 
     135<form action="%SCRIPTURL{"view"}%/System/WebSearch"> 
     136<table id="foswikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
    137137<tr> 
    138138<td colspan="2" class="first"> 
    139   <input type="text" class="twikiInputField" name="search" value="caching" size="40" />  
    140   <input type="submit" class="twikiSubmit" value='Search' /><span class="twikiSmall">&nbsp;&nbsp;<a href="/twiki4/MAIN/bin/view/System/WebSearchAdvanced" class="foswikiLink">Advanced search</a> | <a href="/twiki4/MAIN/bin/view/System/SearchHelp" class="foswikiLink">Help</a></span> 
    141 <div class="twikiSmall" style="padding:1em 0 0 0;">TIP: to search for all topics that contain <code>"SOAP"</code>, <code>"WSDL"</code>, a literal <code>"web service"</code>, but not <code>"shampoo"</code>, write: <code>soap wsdl "web service" -shampoo</code></div> 
     139  <input type="text" class="foswikiInputField" name="search" value="caching" size="40" />  
     140  <input type="submit" class="foswikiSubmit" value='Search' /><span class="foswikiSmall">&nbsp;&nbsp;<a href="%SCRIPTURL{"view"}%/System/WebSearchAdvanced">Advanced search</a> | <a href="%SCRIPTURL{"view"}%/System/SearchHelp">Help</a></span> 
     141<div class="foswikiSmall" style="padding:1em 0 0 0;">TIP: to search for all topics that contain <code>"SOAP"</code>, <code>"WSDL"</code>, a literal <code>"web service"</code>, but not <code>"shampoo"</code>, write: <code>soap wsdl "web service" -shampoo</code></div> 
    142142</td> 
    143143</tr> 
     
    147147<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 /> 
    149 <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> 
     149<input type="checkbox" class="foswikiCheckbox" id="web" name="web"  /><label for="web"> All public webs</label> <span class="foswikiSmall">(otherwise search System Web only)</span> 
    150150</td> 
    151151</tr> 
     
    157157---++ Upload Form 
    158158 
    159 <div class="twikiFormSteps"> 
    160 <div class="twikiFormStep"> 
     159<div class="foswikiFormSteps"> 
     160<div class="foswikiFormStep"> 
    161161<h3><a name="Attach_new_file"></a> Attach new file </h3> 
    162162<p /> 
    163 Select a new local file to update attachment <code>Sample.txt</code> <span class="foswikiGrayText">(<a href="#" class="foswikiLink">UploadingUser</a>)</span><br />Upload up to 10000 KB. 
    164 <p /> 
    165 <input class="twikiInputField" type="file" name="filepath" value="Sample.txt" size="30" /><input type="hidden" name="filename" value="Sample.txt" /> 
    166 </div><!-- /twikiFormStep--> 
    167 <div class="twikiFormStep"> 
     163Select a new local file to update attachment <code>Sample.txt</code> <span class="foswikiGrayText">(<a href="#">UploadingUser</a>)</span><br />Upload up to 10000 KB. 
     164<p /> 
     165<input class="foswikiInputField" type="file" name="filepath" value="Sample.txt" size="30" /><input type="hidden" name="filename" value="Sample.txt" /> 
     166</div><!-- /foswikiFormStep--> 
     167<div class="foswikiFormStep"> 
    168168<h3><a name="Comment"></a> Comment </h3> 
    169169<p /> 
    170170Describe the file so other people know what it is. 
    171171<p /> 
    172 <input class="twikiInputField" type="text" name="filecomment" value="Just a sample" maxlength="256" size="50" /> 
    173 </div><!-- /twikiFormStep--> 
    174 <div class="twikiFormStep"> 
     172<input class="foswikiInputField" type="text" name="filecomment" value="Just a sample" maxlength="256" size="50" /> 
     173</div><!-- /foswikiFormStep--> 
     174<div class="foswikiFormStep"> 
    175175<h3><a name="Properties"></a> Properties </h3> 
    176176<p /> 
    177 <input type="checkbox" class="twikiCheckbox" id="createlink" name="createlink"  /><label for="createlink">Create a link to the attached file</label> <span class="foswikiGrayText">Images will be displayed, for other attachments a link will be created.</span> 
    178 <p /> 
    179 <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="foswikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /twikiFormStep--> 
    181 </div><!-- /twikiFormSteps--> 
    182 <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--> 
     177<input type="checkbox" class="foswikiCheckbox" id="createlink" name="createlink"  /><label for="createlink">Create a link to the attached file</label> <span class="foswikiGrayText">Images will be displayed, for other attachments a link will be created.</span> 
     178<p /> 
     179<input type="checkbox" class="foswikiCheckbox" 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><!-- /foswikiFormStep--><div class="foswikiFormStep foswikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /foswikiFormStep--> 
     181</div><!-- /foswikiFormSteps--> 
     182<a name="topic-actions"> </a><div class="patternTopicActions"><div class="patternTopicAction" style="margin-top:-1px;"><span class="patternActionButtons"> <input type="submit" class="foswikiSubmit" value='Upload file' /> or <a href="#" title='Back to topic' accesskey='c' rel='nofollow'><span class='foswikiAccessKey'>C</span>ancel</a></span></div></div><!--/patternTopicActions--> 
    183183 
    184184---++ Login form 
    185185 
    186 <div class="twikiFormSteps"> 
    187 <div class="twikiFormStep"> 
     186<div class="foswikiFormSteps"> 
     187<div class="foswikiFormStep"> 
    188188%TMPL:P{"pagetitle"}%%TMPL:P{"pagenote"}% 
    189 </div><!-- /twikiFormStep--> 
    190 <div class="twikiFormStep"> 
     189</div><!-- /foswikiFormStep--> 
     190<div class="foswikiFormStep"> 
    191191---+++ %MAKETEXT{"Username"}% 
    192192 
    193 %ICON{"person"}% <input class="twikiInputField" type="text" size="30" name="username" value="%URLPARAM{"username"}%" tabindex="1" /> 
     193%ICON{"person"}% <input class="foswikiInputField" type="text" size="30" name="username" value="%URLPARAM{"username"}%" tabindex="1" /> 
    194194%TMPL:P{"authenticationnote"}% 
    195 </div><!-- /twikiFormStep--> 
    196 <div class="twikiFormStep"> 
     195</div><!-- /foswikiFormStep--> 
     196<div class="foswikiFormStep"> 
    197197---+++ %MAKETEXT{"Password"}% 
    198198 
    199 %ICON{"key"}% <input class="patternFormFieldVerticalForm" type="password" size="30" class="twikiInputField" name="password" value="" tabindex="2" />%TMPL:P{"forgotpasswordnote"}% 
    200 </div><!-- /twikiFormStep--> 
    201 <div class="twikiFormStep twikiLast"> 
    202 <input class="twikiSubmit" type="submit" value='%MAKETEXT{"Logon"}%' tabindex="3" /> 
    203 </div><!-- /twikiFormStep--> 
    204 </div><!-- /twikiFormSteps--> 
     199%ICON{"key"}% <input class="patternFormFieldVerticalForm" type="password" size="30" class="foswikiInputField" name="password" value="" tabindex="2" />%TMPL:P{"forgotpasswordnote"}% 
     200</div><!-- /foswikiFormStep--> 
     201<div class="foswikiFormStep foswikiLast"> 
     202<input class="foswikiSubmit" type="submit" value='%MAKETEXT{"Logon"}%' tabindex="3" /> 
     203</div><!-- /foswikiFormStep--> 
     204</div><!-- /foswikiFormSteps--> 
    205205<literal> 
    206206%QUERYPARAMS{format="<input type='hidden' name='$name' value='$percntENCODE{$quot()$value$quot type=$quot()html$quot}$percnt' />"}% 
     
    212212(rendered html) 
    213213 
    214 <table style="border-width:0px;" cellspacing="0" cellpadding="0" class="twikiTable" border="0"><tr class="twikiTableEven"><td bgcolor="#ffffff" align="right" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol"> <label for="comment_url">Url</label> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;"> <input class="twikiInputField"  type="text" size="40" name="comment_url" id="comment_url" value="http://" /> </td></tr> 
    215 <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> 
    216 <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="foswikiButton" /> </td></tr> 
     214<table style="border-width:0px;" cellspacing="0" cellpadding="0" class="foswikiTable" border="0"><tr class="foswikiTableEven"><td bgcolor="#ffffff" align="right" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol"> <label for="comment_url">Url</label> </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;"> <input class="foswikiInputField"  type="text" size="40" name="comment_url" id="comment_url" value="http://" /> </td></tr> 
     215<tr class="foswikiTableOdd"><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="foswikiInputField"  type="text" size="40" name="comment_link" id="comment_link" /> </td></tr> 
     216<tr class="foswikiTableEven"><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="foswikiInputField"  type="text" size="40" name="bookmark_comment_text" id="bookmark_comment_text" value="" /> </td></tr> 
     217<tr class="foswikiTableOdd"><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiFirstCol foswikiLast">  </td><td bgcolor="#ffffff" valign="top" style="vertical-align:top;border-width:0px;" class="foswikiLast"> <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> 
     
    231231<input type=submit" class="foswikiButton" value="foswikiButton" /> 
    232232 
    233 <input type=submit" class="twikiSubmit" value="twikiSubmit" /> 
    234  
    235 <input type=submit" class="twikiButtonCancel" value="twikiButtonCancel" /> 
    236  
    237 <input size="30" class="twikiInputField" /> 
    238  
    239 <textarea class="twikiInputField" size="30" rows="4"></textarea> 
     233<input type=submit" class="foswikiSubmit" value="foswikiSubmit" /> 
     234 
     235<input type=submit" class="foswikiButtonCancel" value="foswikiButtonCancel" /> 
     236 
     237<input size="30" class="foswikiInputField" /> 
     238 
     239<textarea class="foswikiInputField" size="30" rows="4"></textarea> 
    240240 
    241241---++ Help text 
    242242 
    243243<div class="foswikiHelp"><ul> 
    244 <li> <strong>Help:</strong> Please see <a class="twikiPopUp" target='FileAttachment' href="%SCRIPTURL{view}%/%SYSTEMWEB%/FileAttachment" rel='nofollow'>FileAttachment</a> for more information about attaching files. 
     244<li> <strong>Help:</strong> Please see <a class="foswikiPopUp" target='FileAttachment' href="%SCRIPTURL{view}%/%SYSTEMWEB%/FileAttachment" rel='nofollow'>FileAttachment</a> for more information about attaching files. 
    245245</li> <li> <strong>Bug:</strong> Internet Explorer 4.0 or earlier: If you get an "Internal Server Error" message when you upload a file, you need to try again. It should work the second time. 
    246246</li></ul>  
  • trunk/PatternSkin/data/System/PatternSkinWebCreateNewTopicTemplate.txt

    r1090 r1206  
    3535 
    3636%TMPL:DEF{"formstartstep"}%%TMPL:P{"formstart"}% 
    37 <div class="twikiFormSteps">%TMPL:END% 
     37<div class="foswikiFormSteps">%TMPL:END% 
    3838 
    39 %TMPL:DEF{"formendstep"}%</div><!--/twikiFormSteps--> 
     39%TMPL:DEF{"formendstep"}%</div><!--/foswikiFormSteps--> 
    4040%TMPL:P{"formend"}%%TMPL:END% 
    4141 
    42 %TMPL:DEF{"titlestep"}%<div class="twikiFormStep"> 
     42%TMPL:DEF{"titlestep"}%<div class="foswikiFormStep"> 
    4343---++ %MAKETEXT{"Create New Topic in [_1] Web" args="<nop>%BASEWEB%"}% 
    44 </div><!--/twikiFormStep-->%TMPL:END% 
     44</div><!--/foswikiFormStep-->%TMPL:END% 
    4545 
    46 %TMPL:DEF{"topicnamestep"}%<div class="twikiFormStep"> 
     46%TMPL:DEF{"topicnamestep"}%<div class="foswikiFormStep"> 
    4747---+++ %MAKETEXT{"Topic name:"}% 
    4848<p> 
    4949%TMPL:P{"topicname"}% <span id="webTopicCreatorFeedback" class="foswikiGrayText"><!--generated name will be put here--></span> 
    5050</p>%TMPL:P{"nonwikiword"}% 
    51 </div><!--/twikiFormStep-->%TMPL:END% 
     51</div><!--/foswikiFormStep-->%TMPL:END% 
    5252 
    53 %TMPL:DEF{"topicparentstep"}%<div class="twikiFormStep"> 
     53%TMPL:DEF{"topicparentstep"}%<div class="foswikiFormStep"> 
    5454---+++ %MAKETEXT{"Topic parent:"}% 
    5555<p> 
    5656%TMPL:P{"topicparent"}% 
    5757</p> 
    58 </div><!--/twikiFormStep-->%TMPL:END% 
     58</div><!--/foswikiFormStep-->%TMPL:END% 
    5959 
    60 %TMPL:DEF{"topictemplatestep"}%<div class="twikiFormStep"> 
     60%TMPL:DEF{"topictemplatestep"}%<div class="foswikiFormStep"> 
    6161---+++ %MAKETEXT{"Use template:"}% 
    6262<p> 
    6363%TMPL:P{"topictemplate"}% 
    6464</p> 
    65 </div><!--/twikiFormStep-->%TMPL:END% 
     65</div><!--/foswikiFormStep-->%TMPL:END% 
    6666 
    67 %TMPL:DEF{"submitstep"}%<div class="twikiFormStep"> 
     67%TMPL:DEF{"submitstep"}%<div class="foswikiFormStep"> 
    6868<p> 
    6969%TMPL:P{"submit"}% 
    7070</p> 
    71 </div><!--/twikiFormStep-->%TMPL:END% 
     71</div><!--/foswikiFormStep-->%TMPL:END% 
  • trunk/PatternSkin/data/System/WebLeftBarCookbook.txt

    r1089 r1206  
    2828By default the &lt;user&gt;LeftBar topic has an edit link. In case you loose the edit link line of text, here's a copy: 
    2929<verbatim> 
    30 <div class="twikiSmall"><a href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$year$mo$day$hours$minutes$seconds"}%">edit</a></div> 
     30<div class="foswikiSmall"><a href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$year$mo$day$hours$minutes$seconds"}%">edit</a></div> 
    3131</verbatim> 
    3232  
  • trunk/PatternSkin/data/System/WebLeftBarPersonalTemplate.txt

    r761 r1206  
    77   * [[%SCRIPTURL{search}%/%BASEWEB%/?search=%WIKINAME%;order=modified;limit=50;reverse=on][My %BASEWEB% activities]] 
    88   *  
    9 <a class="twikiSmallish" href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GM%NOP%TIME{"$epoch"}%">edit</a> 
     9<a class="foswikiSmallish" href="%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GM%NOP%TIME{"$epoch"}%">edit</a> 
    1010 
  • trunk/PatternSkin/data/System/WebLeftBarSearch.txt

    r464 r1206  
    11<div class="patternMetaMenu"><ul> 
    2 <li><form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="twikiInputField patternFormFieldDefaultColor" name="topic" size="14" value="%MAKETEXT{"Jump"}%" onfocus="clearDefaultandCSS(this);" onblur="setDefaultText(this);" /></form></li> 
    3 <li><form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch">%IF{" '%URLPARAM{"search" encode="entity" scope="topic"}%' = '' " then="<input type=\"text\" class=\"twikiInputField patternFormFieldDefaultColor\" name=\"search\" value=\"%MAKETEXT{"Search"}%\" size=\"14\" onfocus=\"clearDefaultandCSS(this);\" onblur=\"setDefaultText(this);\" />" else="<input type=\"text\" class=\"twikiInputField\" name=\"search\" value=\"%URLPARAM{ "search" encode="entity" scope="topic" }%\" size=\"14\" />"}%</form></li> 
     2<li><form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="foswikiInputField patternFormFieldDefaultColor" name="topic" size="14" value="%MAKETEXT{"Jump"}%" onfocus="clearDefaultandCSS(this);" onblur="setDefaultText(this);" /></form></li> 
     3<li><form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch">%IF{" '%URLPARAM{"search" encode="entity" scope="topic"}%' = '' " then="<input type=\"text\" class=\"foswikiInputField patternFormFieldDefaultColor\" name=\"search\" value=\"%MAKETEXT{"Search"}%\" size=\"14\" onfocus=\"clearDefaultandCSS(this);\" onblur=\"setDefaultText(this);\" />" else="<input type=\"text\" class=\"foswikiInputField\" name=\"search\" value=\"%URLPARAM{ "search" encode="entity" scope="topic" }%\" size=\"14\" />"}%</form></li> 
    44<li>%INCLUDE{%SYSTEMWEB%.LanguageSelector}%</li></ul> 
    55</div> 
  • trunk/PatternSkin/data/System/WebTopBarExample.txt

    r1178 r1206  
    22%META:TOPICPARENT{}% 
    33<table border="0" cellpadding="0" cellspacing="0" style="width:100%"> 
    4 <tr><td valign="middle"><span id="twikiLogo" class="twikiImage"><a href="%WEBLOGOURL%"><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" style="border:none;" /></a></span></td> 
     4<tr><td valign="middle"><span id="foswikiLogo" class="foswikiImage"><a href="%WEBLOGOURL%"><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" style="border:none;" /></a></span></td> 
    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="foswikiButton" size="5" name="submit" value="%MAKETEXT{"Jump"}%" />&nbsp;</noscript> 
     7   * <form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" type="text" class="foswikiInputField" 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="foswikiButton" name="submit" value="%MAKETEXT{"Search"}%" />&nbsp;</noscript> 
     9   * <form name="quickSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/WebSearch"><input type="text" class="foswikiInputField" 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

    r1178 r1206  
    140140   color:#fff; 
    141141} 
    142 .foswikiTopic .twikiUnvisited a:visited { 
     142.foswikiTopic .foswikiUnvisited a:visited { 
    143143   color:#4571d0; 
    144144} 
    145 .foswikiTopic .twikiUnvisited a:hover { 
     145.foswikiTopic .foswikiUnvisited a:hover { 
    146146   color:#fff; 
    147147} 
     
    156156   background-color:#fff; 
    157157} 
    158 .twikiSubmit, 
     158.foswikiSubmit, 
    159159.foswikiButton { 
    160160   border-color:#fff #888 #888 #fff; 
    161161} 
    162 .twikiSubmit { 
     162.foswikiSubmit { 
    163163   color:#fff; 
    164164   background-color:#06c; 
     
    168168   background-color:#e2e3e3; 
    169169} 
    170 .twikiButtonCancel { 
     170.foswikiButtonCancel { 
    171171   color:#000; 
    172172   background-color:#f2d5d0; 
    173173} 
    174 .twikiSubmitDisabled, 
    175 .twikiSubmitDisabled:active { 
     174.foswikiSubmitDisabled, 
     175.foswikiSubmitDisabled:active { 
    176176   border-color:#fff #ccc #ccc #fff; 
    177177   color:#aaa; 
     
    179179} 
    180180.foswikiTextarea, 
    181 .twikiInputField, 
    182 .twikiInputFieldDisabled, 
    183 .twikiInputFieldReadOnly, 
    184 .twikiSelect { 
     181.foswikiInputField, 
     182.foswikiInputFieldDisabled, 
     183.foswikiInputFieldReadOnly, 
     184.foswikiSelect { 
    185185   border-color:#bbb #f2f2f2 #f2f2f2 #bbb; 
    186186} 
    187187.foswikiTextarea, 
    188 .twikiInputField, 
    189 .twikiSelect { 
    190    color:#000; 
    191    background-color:#fff; 
    192 } 
    193 .twikiInputField:active, 
    194 .twikiInputField:focus, 
    195 .twikiInputFieldFocus { 
     188.foswikiInputField, 
     189.foswikiSelect { 
     190   color:#000; 
     191   background-color:#fff; 
     192} 
     193.foswikiInputField:active, 
     194.foswikiInputField:focus, 
     195.foswikiInputFieldFocus { 
    196196   background-color:#ffffe0; 
    197197} 
    198198 
    199 .twikiTextareaRawView { 
    200    color:#000; 
    201 } 
    202 .twikiInputFieldDisabled { 
     199.foswikiTextareaRawView { 
     200   color:#000; 
     201} 
     202.foswikiInputFieldDisabled { 
    203203   color:#aaa; 
    204204   background-color:#fafaf8; 
    205205} 
    206 .twikiInputFieldReadOnly { 
    207    color:#777; 
    208 } 
    209 .twikiSelect { 
     206.foswikiInputFieldReadOnly { 
     207   color:#777; 
     208} 
     209.foswikiSelect { 
    210210   border-color:#bbb #f2f2f2 #f2f2f2 #bbb; 
    211211   color:#000; 
    212212   background-color:#fff; 
    213213} 
    214 .twikiInputFieldDisabled, 
    215 .twikiSelectDisabled { 
     214.foswikiInputFieldDisabled, 
     215.foswikiSelectDisabled { 
    216216   color:#aaa; 
    217217   border-color:#bbb #f2f2f2 #f2f2f2 #bbb; 
    218218   background-color:#fafaf8; 
    219219} 
    220 .twikiInputFieldBeforeFocus { 
     220.foswikiInputFieldBeforeFocus { 
    221221   color:#777; 
    222222} 
     
    227227 
    228228/* TablePlugin */ 
    229 .twikiTable, 
    230 .twikiTable td, 
    231 .twikiTable th { 
    232    border-color:#e2e2e2; 
    233 } 
    234 .twikiTable th a:link, 
    235 .twikiTable th a:visited, 
    236 .twikiTable th a font { 
     229.foswikiTable, 
     230.foswikiTable td, 
     231.foswikiTable th { 
     232   border-color:#e2e2e2; 
     233} 
     234.foswikiTable th a:link, 
     235.foswikiTable th a:visited, 
     236.foswikiTable th a font { 
    237237   color:#fff; 
    238238} 
     
    270270} 
    271271 
    272 table.twikiFormTable th.twikiFormTableHRow, 
    273 table.twikiFormTable td.twikiFormTableRow { 
    274    color:#777; 
    275 } 
    276 .twikiEditForm { 
    277    color:#000; 
    278 } 
    279 .twikiEditForm .twikiFormTable, 
    280 .twikiEditForm .twikiFormTable th, 
    281 .twikiEditForm .twikiFormTable td { 
     272table.foswikiFormTable th.foswikiFormTableHRow, 
     273table.foswikiFormTable td.foswikiFormTableRow { 
     274   color:#777; 
     275} 
     276.foswikiEditForm { 
     277   color:#000; 
     278} 
     279.foswikiEditForm .foswikiFormTable, 
     280.foswikiEditForm .foswikiFormTable th, 
     281.foswikiEditForm .foswikiFormTable td { 
    282282   border-color:#e2e2e2; 
    283283} 
    284284/* use a different table background color mix: no odd/even rows, no white background */ 
    285 .twikiEditForm .twikiFormTable td  { 
     285.foswikiEditForm .foswikiFormTable td  { 
    286286   background-color:#f7fafc; 
    287287} 
    288 .twikiEditForm .twikiFormTable th { 
     288.foswikiEditForm .foswikiFormTable th { 
    289289   background-color:#f0f6fb; 
    290290} 
    291 .patternContent .twikiAttachments, 
     291.patternContent .foswikiAttachments, 
    292292.patternContent .foswikiForm { 
    293293   background-color:#eef7fa; 
    294294   border-color:#fff; 
    295295} 
    296 .twikiAttachments .foswikiButton h3, 
     296.foswikiAttachments .foswikiButton h3, 
    297297.foswikiForm .foswikiButton h3 { 
    298298        color:#d1400e; 
    299299} 
    300 .twikiAttachments table, 
    301 table.twikiFormTable { 
    302    border-color:#e2e2e2; 
    303    background-color:#fff; 
    304 } 
    305 .twikiAttachments table { 
     300.foswikiAttachments table, 
     301table.foswikiFormTable { 
     302   border-color:#e2e2e2; 
     303   background-color:#fff; 
     304} 
     305.foswikiAttachments table { 
    306306   background-color:#fff; 
    307307} 
    308308.foswikiForm td, 
    309309.foswikiForm th, 
    310 .twikiAttachments td,  
    311 .twikiAttachments th { 
    312    border-color:#e2e2e2; 
    313 } 
    314 .twikiAttachments .twikiTable th font, 
    315 table.twikiFormTable th.twikiFormTableHRow font { 
     310.foswikiAttachments td,  
     311.foswikiAttachments th { 
     312   border-color:#e2e2e2; 
     313} 
     314.foswikiAttachments .foswikiTable th font, 
     315table.foswikiFormTable th.foswikiFormTableHRow font { 
    316316   color:#4571d0; 
    317317} 
    318318 
    319 .twikiFormSteps { 
     319.foswikiFormSteps { 
    320320   background-color:#eef7fa; 
    321321   border-color:#e2e2e2; 
    322322} 
    323 .twikiFormStep { 
    324    border-color:#e2e2e2; 
    325 } 
    326 .twikiFormStep h3, 
    327 .twikiFormStep h4 { 
     323.foswikiFormStep { 
     324   border-color:#e2e2e2; 
     325} 
     326.foswikiFormStep h3, 
     327.foswikiFormStep h4 { 
    328328   color:#d1400e; 
    329329} 
    330 .twikiFormStep h3, 
    331 .twikiFormStep h4 { 
     330.foswikiFormStep h3, 
     331.foswikiFormStep h4 { 
    332332   background-color:transparent; 
    333333} 
    334 .twikiActionFormStepSign { 
     334.foswikiActionFormStepSign { 
    335335   color:#d1400e; 
    336336} 
    337 .twikiToc .twikiTocTitle { 
    338    color:#777; 
    339 } 
    340 .twikiBroadcastMessage, 
    341 .twikiNotification { 
     337.foswikiToc .foswikiTocTitle { 
     338   color:#777; 
     339} 
     340.foswikiBroadcastMessage, 
     341.foswikiNotification { 
    342342   background-color:#ffe67b; 
    343343} 
    344 #twikiLogin .patternLoginNotification { 
     344#foswikiLogin .patternLoginNotification { 
    345345   background-color:#fff; 
    346346   border-color:#f00; 
     
    350350   border-color:#e2e2e2; 
    351351} 
    352 .twikiBroadcastMessage b, 
    353 .twikiBroadcastMessage strong { 
     352.foswikiBroadcastMessage b, 
     353.foswikiBroadcastMessage strong { 
    354354   color:#f00; 
    355355} 
     
    361361   color:#4571d0; 
    362362} 
    363 .twikiPageForm table { 
     363.foswikiPageForm table { 
    364364   border-color:#e2e2e2; 
    365365   background:#fff; 
    366366} 
    367 .twikiPageForm hr { 
     367.foswikiPageForm hr { 
    368368   border-color:#cfcfcf; 
    369369   background-color:#cfcfcf; 
    370370   color:#cfcfcf; 
    371371} 
    372 .twikiAccessKey { 
     372.foswikiAccessKey { 
    373373   color:inherit; 
    374374   border-color:#777; 
    375375} 
    376 a:link .twikiAccessKey, 
    377 a:visited .twikiAccessKey { 
     376a:link .foswikiAccessKey, 
     377a:visited .foswikiAccessKey { 
    378378   color:inherit; 
    379379} 
    380 a:hover .twikiAccessKey { 
     380a:hover .foswikiAccessKey { 
    381381   color:inherit; 
    382382} 
    383 .twikiImage img { 
     383.foswikiImage img { 
    384384   border-color:#eee; 
    385385   background-color:#fff; 
    386386} 
    387 #patternTopBar .twikiImage img { 
     387#patternTopBar .foswikiImage img { 
    388388   background-color:transparent; 
    389389} 
    390 .twikiImage a:hover img { 
     390.foswikiImage a:hover img { 
    391391   border-color:#0055b5; 
    392392} 
     
    451451   color:#aaa; 
    452452} 
    453 .patternTopicAction .twikiSeparator { 
     453.patternTopicAction .foswikiSeparator { 
    454454   color:#e2e2e2; 
    455455} 
     
    461461   color:#fff; 
    462462} 
    463 .patternTopicAction .twikiAccessKey { 
     463.patternTopicAction .foswikiAccessKey { 
    464464   color:#fff; 
    465465   border-color:#fff; 
    466466} 
    467 .patternTopicAction a:hover .twikiAccessKey { 
     467.patternTopicAction a:hover .foswikiAccessKey { 
    468468   color:#fff; 
    469469} 
     
    477477   color:#777; 
    478478} 
    479 .patternToolBar a:link .twikiAccessKey, 
    480 .patternToolBar a:visited .twikiAccessKey { 
     479.patternToolBar a:link .foswikiAccessKey, 
     480.patternToolBar a:visited .foswikiAccessKey { 
    481481   color:inherit; 
    482482   border-color:#666; 
    483483} 
    484 .patternToolBar a:hover .twikiAccessKey { 
     484.patternToolBar a:hover .foswikiAccessKey { 
    485485   background-color:transparent; 
    486486   color:inherit; 
     
    492492 
    493493/* WebSearch, WebSearchAdvanced */ 
    494 table#twikiSearchTable { 
    495    border-color:#e2e2e2; 
    496 } 
    497 table#twikiSearchTable th, 
    498 table#twikiSearchTable td { 
    499    background-color:#fff; 
    500    border-color:#e2e2e2; 
    501 } 
    502 table#twikiSearchTable hr { 
     494table#foswikiSearchTable { 
     495   border-color:#e2e2e2; 
     496} 
     497table#foswikiSearchTable th, 
     498table#foswikiSearchTable td { 
     499   background-color:#fff; 
     500   border-color:#e2e2e2; 
     501} 
     502table#foswikiSearchTable hr { 
    503503   border-color:#e2e2e2; 
    504504   background-color:#e2e2e2; 
    505505} 
    506 table#twikiSearchTable th { 
     506table#foswikiSearchTable th { 
    507507   color:#000; 
    508508} 
     
    524524   color:#d1400e; 
    525525} 
    526 .patternSearchResult .twikiBottomRow { 
     526.patternSearchResult .foswikiBottomRow { 
    527527   border-color:#e2e2e2; 
    528528} 
     
    548548   color:#777; 
    549549} 
    550 .patternBookView .twikiBottomRow { 
     550.patternBookView .foswikiBottomRow { 
    551551   border-color:#e2e2e2; 
    552552} 
     
    559559/* preview.pattern.tmpl */ 
    560560 
    561 .twikiPreviewArea { 
     561.foswikiPreviewArea { 
    562562   border-color:#f00; 
    563563   background-color:#fff; 
     
    577577   color:#fff; 
    578578} 
    579 tr.twikiDiffDebug td { 
    580    border-color:#e2e2e2; 
    581 } 
    582 .patternDiffPage .twikiDiffTable th { 
     579tr.foswikiDiffDebug td { 
     580   border-color:#e2e2e2; 
     581} 
     582.patternDiffPage .foswikiDiffTable th { 
    583583   background-color:#ccc; 
    584584} 
    585585/* Changed */ 
    586 .twikiDiffChangedHeader, 
    587 tr.twikiDiffDebug .twikiDiffChangedText, 
    588 tr.twikiDiffDebug .twikiDiffChangedText { 
     586.foswikiDiffChangedHeader, 
     587tr.foswikiDiffDebug .foswikiDiffChangedText, 
     588tr.foswikiDiffDebug .foswikiDiffChangedText { 
    589589   background:#9f9; /* green - do not change */ 
    590590} 
    591591/* Deleted */ 
    592 .twikiDiffDeletedHeader, 
    593 tr.twikiDiffDebug .twikiDiffDeletedMarker, 
    594 tr.twikiDiffDebug .twikiDiffDeletedText { 
     592tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 
     593tr.foswikiDiffDebug .foswikiDiffDeletedText { 
    595594   background-color:#f99; /* red - do not change */ 
    596595} 
    597596/* Added */ 
    598 .twikiDiffAddedHeader, 
    599 tr.twikiDiffDebug .twikiDiffAddedMarker, 
    600 tr.twikiDiffDebug .twikiDiffAddedText { 
     597.foswikiDiffAddedHeader, 
     598tr.foswikiDiffDebug .foswikiDiffAddedMarker, 
     599tr.foswikiDiffDebug .foswikiDiffAddedText { 
    601600   background-color:#ccf; /* violet - do not change */ 
    602601} 
    603602/* Unchanged */ 
    604 tr.twikiDiffDebug .twikiDiffUnchangedText { 
    605    color:#777; 
    606 } 
    607 .twikiDiffUnchangedTextContents { } 
    608 .twikiDiffLineNumberHeader { 
     603tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
     604   color:#777; 
     605} 
     606.foswikiDiffUnchangedTextContents { } 
     607.foswikiDiffLineNumberHeader { 
    609608   background-color:#ccc; 
    610609} 
     
    617616        /* image is defined as WEBHEADERART in System/DefaultPreferences */ 
    618617} 
    619 .twikiToc li { 
     618.foswikiToc li { 
    620619   background-image:url(bullet-toc.gif); 
    621620   background-repeat:no-repeat; 
     
    625624   background:#fff; /* white - do not change */ 
    626625} 
    627 .twikiSubmit, 
    628 .twikiSubmitDisabled { 
     626.foswikiSubmit, 
     627.foswikiSubmitDisabled { 
    629628   background-image:url(bg_submit_gradient.gif); 
    630629   background-repeat:repeat-x; 
    631630} 
    632 .twikiSubmit, 
    633 a.twikiSubmit:link, 
    634 a.twikiSubmit:visited { 
     631.foswikiSubmit, 
     632a.foswikiSubmit:link, 
     633a.foswikiSubmit:visited { 
    635634   background-position:0px 0px; 
    636635   background-color:#06c; 
     
    638637   color:#fff; 
    639638} 
    640 .twikiSubmit:hover, 
    641 a.twikiSubmit:hover { 
     639.foswikiSubmit:hover, 
     640a.foswikiSubmit:hover { 
    642641   background-position:0px -80px; 
    643642   background-color:#0047b7; 
     
    645644   color:#fff; 
    646645} 
    647 .twikiSubmit:active, 
    648 a.twikiSubmit:active { 
     646.foswikiSubmit:active, 
     647a.foswikiSubmit:active { 
    649648   background-position:0px -160px; 
    650649   background-color:#73ace6; 
     
    652651   color:#fff; 
    653652} 
    654 .twikiSubmitDisabled, 
    655 .twikiSubmitDisabled:hover, 
    656 .twikiSubmitDisabled:active { 
     653.foswikiSubmitDisabled, 
     654.foswikiSubmitDisabled:hover, 
     655.foswikiSubmitDisabled:active { 
    657656   background-position:0px -240px; 
    658657   background-color:#d9e8f7; 
     
    679678   color:#333; 
    680679} 
    681 .twikiButtonDisabled, 
    682 .twikiButtonDisabled:hover, 
    683 .twikiButtonDisabled:active { 
     680.foswikiButtonDisabled, 
     681.foswikiButtonDisabled:hover, 
     682.foswikiButtonDisabled:active { 
    684683   background-image:url(bg_button_gradient.gif); 
    685684   background-repeat:repeat-x; 
     
    689688   color:#bbb; 
    690689} 
    691 .twikiButtonCancel { 
     690.foswikiButtonCancel { 
    692691   background-image:url(bg_buttoncancel_gradient.gif); 
    693692   background-repeat:repeat-x; 
     
    697696   color:#fff; 
    698697} 
    699 .twikiButtonCancel:hover { 
     698.foswikiButtonCancel:hover { 
    700699   background-position:0px -80px; 
    701700   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
     
    703702   color:#fff; 
    704703} 
    705 .twikiButtonCancel:active { 
     704.foswikiButtonCancel:active { 
    706705   background-position:0px -160px; 
    707706   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
     
    781780   background-position:16px -84px; 
    782781} 
    783 .twikiBroadcastMessage, 
    784 .twikiNotification { 
     782.foswikiBroadcastMessage, 
     783.foswikiNotification { 
    785784   background-image:url(background_alert.gif); 
    786785   background-repeat:repeat-x; 
  • trunk/PatternSkin/pub/System/PatternSkin/pattern.js

    r1156 r1206  
    1111                        sign 
    1212                ); 
    13                 newEl.className = 'twikiActionFormStepSign'; 
     13                newEl.className = 'foswikiActionFormStepSign'; 
    1414        }, 
    1515 
     
    5050         
    5151        displayModifySearchLink:function() { 
    52                 var linkContainer = document.getElementById('twikiModifySearchContainer'); 
     52                var linkContainer = document.getElementById('foswikiModifySearchContainer'); 
    5353                if (linkContainer != null) { 
    5454                        if (Pattern.searchResultsCount > 0) { 
    55                                 var linkText=' <a href="#" onclick="location.hash=\'twikiSearchForm\'; return false;"><span class="twikiLinkLabel twikiSmallish">' + TEXT_MODIFY_SEARCH + '</span></a>'; 
     55                                var linkText=' <a href="#" onclick="location.hash=\'foswikiSearchForm\'; return false;"><span class="foswikiLinkLabel foswikiSmallish">' + TEXT_MODIFY_SEARCH + '</span></a>'; 
    5656                                        foswiki.HTML.setHtmlOfElement(linkContainer, linkText); 
    5757                        } 
     
    6161 
    6262var patternRules = { 
    63         '.twikiFormStep h3' : function(el) { 
     63        '.foswikiFormStep h3' : function(el) { 
    6464                Pattern.createTwikiActionFormStepSign(el); 
    6565        }, 
     
    8282                } 
    8383        }, 
    84         '#twikiAttachmentsTable' : function(el) { 
     84        '#foswikiAttachmentsTable' : function(el) { 
    8585                Pattern.setAttachmentCount(el); 
    8686        }, 
     
    8888                foswiki.Event.addLoadEvent(initForm, false); // call after Behaviour 
    8989        }, 
    90         '.twikiSearchResultCount' : function(el) { 
     90        '.foswikiSearchResultCount' : function(el) { 
    9191                Pattern.addSearchResultsCounter(el); 
    9292        }, 
    93         '#twikiNumberOfResultsContainer' : function(el) { 
     93        '#foswikiNumberOfResultsContainer' : function(el) { 
    9494                Pattern.displayTotalSearchResultsCount(el); 
    9595        }, 
    96         '#twikiWebSearchForm':function(el) { 
     96        '#foswikiWebSearchForm':function(el) { 
    9797                Pattern.displayModifySearchLink(); 
    9898        }, 
    99         '.twikiPopUp':function(el) { 
     99        '.foswikiPopUp':function(el) { 
    100100                el.onclick = function() { 
    101101                        foswiki.Window.openPopup(el.href, {template:"viewplain"}); 
     
    103103                } 
    104104        }, 
    105         '.twikiFocus':function(el) { 
     105        '.foswikiFocus':function(el) { 
    106106                el.focus(); 
    107107        }, 
    108         '.twikiChangeFormButton':function(el) { 
     108        '.foswikiChangeFormButton':function(el) { 
    109109                el.onclick = function() { 
    110                         alert("twikiChangeFormButton"); 
    111110                        suppressSaveValidation(); 
    112111                } 
  • trunk/PatternSkin/pub/System/PatternSkin/print.css

    r1178 r1206  
    109109                color:#5b4221; 
    110110        } 
    111         .twikiTable th { 
     111        .foswikiTable th { 
    112112                border-style:solid; 
    113113                border-width:0 0 1px 1px; 
     
    115115                color:#000; 
    116116        } 
    117         .twikiTable th a:link, 
    118         .twikiTable th a:visited, 
    119         .twikiTable th a font, 
    120         .twikiAttachments .twikiTable th a:link, 
    121         .twikiAttachments .twikiTable th a:visited, 
    122         .twikiAttachments .twikiTable th a font { 
     117        .foswikiTable th a:link, 
     118        .foswikiTable th a:visited, 
     119        .foswikiTable th a font, 
     120        .foswikiAttachments .foswikiTable th a:link, 
     121        .foswikiAttachments .foswikiTable th a:visited, 
     122        .foswikiAttachments .foswikiTable th a font { 
    123123                color:#000; 
    124124                text-decoration:none; 
     
    129129                background-color:transparent; 
    130130        } 
    131         .twikiAttachments, 
    132         .patternContent .twikiAttachments, 
     131        .foswikiAttachments, 
     132        .patternContent .foswikiAttachments, 
    133133        .foswikiForm, 
    134134        .patternContent .foswikiForm { 
  • trunk/PatternSkin/pub/System/PatternSkin/style.css

    r1178 r1206  
    1212        S1 line-height                                                                                  1.5em 
    1313        S2 somewhat smaller font size                                                   94% 
    14         S3 small font size, twikiSmall                                                  font-size:86%; line-height:110%; 
     14        S3 small font size, foswikiSmall                                                        font-size:86%; line-height:110%; 
    1515        S4 horizontal bar padding (h2, patternTop)                              5px 
    1616        S5 form and attachment padding                                                  20px 
     
    3939} 
    4040label { 
    41         padding:.15em .3em .15em 0; /* same vertical padding as twikiInputField */ 
     41        padding:.15em .3em .15em 0; /* same vertical padding as foswikiInputField */ 
    4242} 
    4343strong, b { 
     
    5858} 
    5959pre, code, tt { 
    60         line-height:1.25em; 
    6160    font-family: "Bitstream Vera Sans Mono","Andale Mono",Courier,monospace; 
    6261    font-size:86%; 
    6362} 
    64 code, tt { 
    65         padding:.15em; 
    66 } 
     63 
    6764/* IE behavior for pre is defined in css.pattern.tmpl in conditional comment */ 
    6865html>body pre { /* hide from IE */ 
     
    181178        padding:1px; 
    182179} 
    183 .twikiSubmit, 
    184 .twikiSubmitDisabled, 
     180.foswikiSubmit, 
     181.foswikiSubmitDisabled, 
    185182.foswikiButton, 
    186 .twikiButtonDisabled, 
    187 .twikiButtonCancel, 
     183.foswikiButtonDisabled, 
     184.foswikiButtonCancel, 
    188185a.foswikiButton, 
    189 a.twikiSubmit, 
    190 .twikiCheckbox { 
     186a.foswikiSubmit, 
     187.foswikiCheckbox { 
    191188        border-width:1px; 
    192189        border-style:solid; 
     
    196193        text-align:center; 
    197194} 
    198 .twikiSubmit, 
    199 .twikiSubmitDisabled, 
     195.foswikiSubmit, 
     196.foswikiSubmitDisabled, 
    200197.foswikiButton, 
    201 .twikiButtonDisabled, 
    202 .twikiButtonCancel, 
    203 .twikiSubmit:hover, 
    204 .twikiSubmitDisabled:hover, 
     198.foswikiButtonDisabled, 
     199.foswikiButtonCancel, 
     200.foswikiSubmit:hover, 
     201.foswikiSubmitDisabled:hover, 
    205202.foswikiButton:hover, 
    206 .twikiSubmit:active, 
    207 .twikiSubmitDisabled:active, 
     203.foswikiSubmit:active, 
     204.foswikiSubmitDisabled:active, 
    208205.foswikiButton:active { 
    209206        cursor:default; 
     
    214211a.foswikiButton:link:active, 
    215212a.foswikiButton:visited:active, 
    216 a.twikiSubmit, 
    217 a.twikiSubmit:hover, 
    218 a.twikiSubmit:link:active, 
    219 a.twikiSubmit:visited:active { 
    220         text-decoration:none; 
    221 } 
    222  
    223 .twikiCheckbox, 
     213a.foswikiSubmit, 
     214a.foswikiSubmit:hover, 
     215a.foswikiSubmit:link:active, 
     216a.foswikiSubmit:visited:active { 
     217        text-decoration:none; 
     218} 
     219 
     220.foswikiCheckbox, 
    224221.foswikiRadioButton { 
    225222        margin:1px .25em 1px .1em; 
     
    228225} 
    229226.foswikiTextarea, 
    230 .twikiInputField, 
    231 .twikiInputFieldDisabled, 
    232 .twikiInputFieldReadOnly, 
    233 .twikiSelect { 
     227.foswikiInputField, 
     228.foswikiInputFieldDisabled, 
     229.foswikiInputFieldReadOnly, 
     230.foswikiSelect { 
    234231        border-width:2px; 
    235232        border-style:solid; 
    236233} 
    237234.foswikiTextarea, 
    238 .twikiInputField, 
    239 .twikiInputFieldDisabled, 
    240 .twikiInputFieldReadOnly { 
     235.foswikiInputField, 
     236.foswikiInputFieldDisabled, 
     237.foswikiInputFieldReadOnly { 
    241238        font-size:100%; 
    242239} 
    243 .twikiInputField, 
    244 .twikiInputFieldDisabled, 
    245 .twikiInputFieldReadOnly { 
     240.foswikiInputField, 
     241.foswikiInputFieldDisabled, 
     242.foswikiInputFieldReadOnly { 
    246243        padding:.1em .2em; 
    247244} 
     
    265262 
    266263/* EditTablePlugin */ 
    267 .editTable .twikiTable { 
     264.editTable .foswikiTable { 
    268265        margin:0 0 2px 0; 
    269266} 
     
    273270 
    274271/* TablePlugin */ 
    275 .twikiTable, 
    276 .twikiTable td, 
    277 .twikiTable th { 
    278         border-width:1px; 
    279 } 
    280 .twikiTable { 
     272.foswikiTable, 
     273.foswikiTable td, 
     274.foswikiTable th { 
     275        border-width:1px; 
     276} 
     277.foswikiTable { 
    281278        border-style:solid; 
    282279        margin:2px 0; 
    283280        border-collapse:collapse; 
    284281} 
    285 .twikiTable td { 
     282.foswikiTable td { 
    286283        padding:3px 6px; 
    287284        border-top-style:solid; 
    288285        border-bottom-style:solid;       
    289286} 
    290 .twikiTable th { 
     287.foswikiTable th { 
    291288        border-left-style:solid; 
    292289        border-right-style:solid; 
    293290        padding:4px 6px; 
    294291} 
    295 .twikiTable .tableSortIcon { 
     292.foswikiTable .tableSortIcon { 
    296293        margin:0 0 0 5px; 
    297294} 
    298295 
    299296/* 
    300 .twikiTable th.foswikiFirstCol { 
     297.foswikiTable th.foswikiFirstCol { 
    301298        border-left-style:none; 
    302299} 
    303300*/ 
    304 .twikiTable a:link, 
    305 .twikiTable a:visited { 
     301.foswikiTable a:link, 
     302.foswikiTable a:visited { 
    306303        text-decoration:underline; 
    307304} 
    308 .twikiTable a:hover { 
     305.foswikiTable a:hover { 
    309306        text-decoration:underline; 
    310307} 
     
    315312        text-decoration:none; 
    316313} 
    317 .twistyTrigger a:link .twikiLinkLabel, 
    318 .twistyTrigger a:visited .twikiLinkLabel { 
     314.twistyTrigger a:link .foswikiLinkLabel, 
     315.twistyTrigger a:visited .foswikiLinkLabel { 
    319316        text-decoration:none; 
    320317} 
     
    329326        -----------------------------------------------------------     */ 
    330327 
    331 #twikiLogin { 
     328#foswikiLogin { 
    332329        width:44em; 
    333330        margin:0 auto; 
    334331        text-align:center; 
    335332} 
    336 #twikiLogin .twikiFormSteps { 
     333#foswikiLogin .foswikiFormSteps { 
    337334        border-width:5px; 
    338335} 
    339 #twikiLogin .patternLoginNotification { 
     336#foswikiLogin .patternLoginNotification { 
    340337        padding-left:.5em; 
    341338        padding-right:.5em; 
     
    343340        border-width:2px; 
    344341} 
    345 .twikiAttachments, 
     342.foswikiAttachments, 
    346343.foswikiForm { 
    347344        margin:1em 0; 
     
    351348        height:1%; /* for IE */ 
    352349} 
    353 .twikiTable h2, .twikiFormTable h2, 
    354 .twikiTable h3, .twikiFormTable h3, 
    355 .twikiTable h4, .twikiFormTable h4, 
    356 .twikiTable h5, .twikiFormTable h5, 
    357 .twikiTable h6, .twikiFormTable h6 { 
     350.foswikiTable h2, .foswikiFormTable h2, 
     351.foswikiTable h3, .foswikiFormTable h3, 
     352.foswikiTable h4, .foswikiFormTable h4, 
     353.foswikiTable h5, .foswikiFormTable h5, 
     354.foswikiTable h6, .foswikiFormTable h6 { 
    358355        border:0; 
    359356        margin:0; 
     
    361358        padding-right:0; 
    362359} 
    363 .twikiFormTable th { 
     360.foswikiFormTable th { 
    364361        font-weight:normal; 
    365362} 
    366 .twikiFormTable .twikiTable th { 
    367         font-weight:bold; 
    368 } 
    369 .patternEditPage .twikiFormTable td, 
    370 .patternEditPage .twikiFormTable th { 
     363.foswikiFormTable .foswikiTable th { 
     364        font-weight:bold; 
     365} 
     366.patternEditPage .foswikiFormTable td, 
     367.patternEditPage .foswikiFormTable th { 
    371368        padding:.3em .4em; 
    372369        border-style:solid; 
     
    375372} 
    376373 
    377 .patternContent .twikiAttachments, 
     374.patternContent .foswikiAttachments, 
    378375.patternContent .foswikiForm { 
    379376        /* form or attachment table inside topic area */ 
     
    382379        margin:0; 
    383380} 
    384 .twikiAttachments .twikiTable, 
    385 table.twikiFormTable { 
     381.foswikiAttachments .foswikiTable, 
     382table.foswikiFormTable { 
    386383        margin:10px 0 5px 0; 
    387384        border-collapse:collapse; 
     
    392389        border-width:1px; 
    393390} 
    394 .twikiAttachments table { 
     391.foswikiAttachments table { 
    395392        line-height:1.5em; /*S1*/ 
    396393        width:auto; 
    397394        width:100%; 
    398395} 
    399 .twikiAttachments .twikiTable th { 
     396.foswikiAttachments .foswikiTable th { 
    400397        border-style:none none solid solid; 
    401398        border-width:1px; 
    402399} 
    403 .twikiAttachments .twikiTable th, 
    404 table.twikiFormTable th.twikiFormTableHRow { 
     400.foswikiAttachments .foswikiTable th, 
     401table.foswikiFormTable th.foswikiFormTableHRow { 
    405402        padding:3px 6px; 
    406403        height:2.5em; 
    407404        vertical-align:middle; 
    408405} 
    409 table.twikiFormTable th.twikiFormTableHRow { 
     406table.foswikiFormTable th.foswikiFormTableHRow { 
    410407        text-align:center; 
    411408} 
    412 .twikiFormTableFooter {} 
    413 .twikiAttachments .twikiTable td, 
    414 table.twikiFormTable td { 
     409.foswikiFormTableFooter {} 
     410.foswikiAttachments .foswikiTable td, 
     411table.foswikiFormTable td { 
    415412        padding:3px 2em 3px 1em; 
    416413        height:1.5em; /*S1*/ 
     
    418415        vertical-align:top; 
    419416} 
    420 .twikiAttachments .twikiTable th.foswikiFirstCol, 
    421 .twikiAttachments .twikiTable td.foswikiFirstCol { 
     417.foswikiAttachments .foswikiTable th.foswikiFirstCol, 
     418.foswikiAttachments .foswikiTable td.foswikiFirstCol { 
    422419        /* make more width for the icon column */ 
    423420        width:26px; 
    424421        text-align:center; 
    425422} 
    426 .twikiAttachments .twikiTable caption { 
     423.foswikiAttachments .foswikiTable caption { 
    427424        display:none; 
    428425} 
    429 table.twikiFormTable th.twikiFormTableHRow a:link, 
    430 table.twikiFormTable th.twikiFormTableHRow a:visited { 
    431         text-decoration:none; 
    432 } 
    433 .twikiAttachments h3, 
     426table.foswikiFormTable th.foswikiFormTableHRow a:link, 
     427table.foswikiFormTable th.foswikiFormTableHRow a:visited { 
     428        text-decoration:none; 
     429} 
     430.foswikiAttachments h3, 
    434431.foswikiForm h3 { 
    435432        font-size:115%; 
     
    439436        padding:0; 
    440437} 
    441 .twikiAttachments .foswikiButton h3, 
     438.foswikiAttachments .foswikiButton h3, 
    442439.foswikiForm .foswikiButton h3 { 
    443440        padding:.1em .2em; 
     
    453450        margin:0 0 0 .15em; 
    454451} 
    455 .twikiFormSteps { 
     452.foswikiFormSteps { 
    456453        text-align:left; 
    457454        border-width:1px 0 0 0; 
    458455        border-style:solid; 
    459456} 
    460 .twikiFormStep { 
     457.foswikiFormStep { 
    461458        line-height:140%; 
    462459        padding:1em 40px; 
     
    464461        border-style:solid; 
    465462} 
    466 .twikiFormStep h2, 
    467 .twikiFormStep h3, 
    468 .twikiFormStep h4 { 
     463.foswikiFormStep h2, 
     464.foswikiFormStep h3, 
     465.foswikiFormStep h4 { 
    469466        border:none; 
    470467        margin:0 0 .1em 0; 
     
    472469        background:none; 
    473470} 
    474 .twikiFormStep h2 { 
     471.foswikiFormStep h2 { 
    475472        font-size:130%; 
    476473        font-weight:bold; 
    477474} 
    478 .twikiFormStep h3 { 
     475.foswikiFormStep h3 { 
    479476        font-size:115%; 
    480477        font-weight:bold; 
    481478} 
    482 .twikiFormStep h4 { 
     479.foswikiFormStep h4 { 
    483480        font-size:104%; 
    484481        font-weight:bold; 
    485482} 
    486 .twikiFormStep p { 
     483.foswikiFormStep p { 
    487484        margin:.35em 0; 
    488485} 
    489 .twikiFormStep blockquote { 
     486.foswikiFormStep blockquote { 
    490487        margin-left:1em; 
    491488        padding-top:.25em; 
    492489        padding-bottom:.25em; 
    493490} 
    494 .twikiActionFormStepSign { 
     491.foswikiActionFormStepSign { 
    495492        position:absolute; 
    496493        font-size:104%; 
     
    498495        margin-top:-.15em; 
    499496} 
    500 .twikiToc { 
     497.foswikiToc { 
    501498        margin:1em 0; 
    502499        padding:.3em 0 .6em 0; 
    503500} 
    504 .twikiToc ul { 
     501.foswikiToc ul { 
    505502        list-style:none; 
    506503        padding:0 0 0 .5em; 
    507504        margin:0; 
    508505} 
    509 .twikiToc li { 
     506.foswikiToc li { 
    510507        margin-left:1em; 
    511508        padding-left:1em; 
     
    513510        background-position:0 .5em; 
    514511} 
    515 .twikiToc .twikiTocTitle { 
     512.foswikiToc .foswikiTocTitle { 
    516513        margin:0; 
    517514        padding:0; 
     
    519516} 
    520517 
    521 .twikiSmall { 
     518.foswikiSmall { 
    522519        font-size:86%; /*S3*/ 
    523520        line-height:1.5em; /*S1*/ 
    524521} 
    525 .twikiSmallish { 
     522.foswikiSmallish { 
    526523        font-size:94%; /*S2*/ 
    527524        line-height:1.5em; /*S1*/ 
     
    534531        text-decoration:underline; 
    535532} 
    536 .twikiPageForm table { 
    537         border-width:1px; 
    538         border-style:solid; 
    539 } 
    540 .twikiPageForm table { 
     533.foswikiPageForm table { 
     534        border-width:1px; 
     535        border-style:solid; 
     536} 
     537.foswikiPageForm table { 
    541538        width:100%; 
    542539} 
    543 .twikiPageForm th, 
    544 .twikiPageForm td { 
     540.foswikiPageForm th, 
     541.foswikiPageForm td { 
    545542        border:0; 
    546543        padding:.5em 1em; 
    547544} 
    548 .twikiPageForm td {} 
    549 .twikiPageForm td.first { 
     545.foswikiPageForm td {} 
     546.foswikiPageForm td.first { 
    550547        padding-top:1em; 
    551548} 
    552 .twikiBroadcastMessage, 
    553 .twikiNotification { 
     549.foswikiBroadcastMessage, 
     550.foswikiNotification { 
    554551        padding:.5em 20px; /*S5*/ 
    555552} 
    556 .twikiNotification { 
     553.foswikiNotification { 
    557554        margin:1em 0; 
    558555} 
    559 .twikiBroadcastMessage { 
     556.foswikiBroadcastMessage { 
    560557        margin:0 0 1.25em 0; 
    561558} 
     
    571568        padding-left:20px; 
    572569} 
    573 .twikiAccessKey { 
     570.foswikiAccessKey { 
    574571        text-decoration:none; 
    575572        border-width:0 0 1px 0; 
     
    579576        margin:0 0 0 1em; 
    580577} 
    581 a.twikiLinkInHeaderRight { 
    582         float:right; 
    583         display:block; 
    584         margin:0 0 0 5px; 
    585 } 
    586 .twikiLinkLabel {} 
    587 .twikiImage img { 
     578.foswikiLinkLabel {} 
     579.foswikiImage img { 
    588580        padding:3px; 
    589581        border-width:1px; 
    590582        border-style:solid; 
    591583} 
    592 .twikiImage a:link, 
    593 .twikiImage a:visited { 
     584.foswikiImage a:link, 
     585.foswikiImage a:visited { 
    594586        background:none; 
    595587} 
    596 #twikiLogo img { 
     588#foswikiLogo img { 
    597589        margin:0; 
    598590        padding:0; 
    599591    border:0px; 
    600592} 
    601 .twikiNoBreak { 
     593.foswikiNoBreak { 
    602594        white-space:nowrap; 
    603595} 
    604 .twikiSearchResultCount { 
     596.foswikiSearchResultCount { 
    605597        font-weight:bold; 
    606598} 
     
    771763        display:inline; 
    772764} 
    773 .patternMetaMenu ul li .twikiInputField, 
    774 .patternMetaMenu ul li .twikiSelect { 
     765.patternMetaMenu ul li .foswikiInputField, 
     766.patternMetaMenu ul li .foswikiSelect { 
    775767        margin:0 0 0 .5em; 
    776768} 
    777 .patternHomePath .twikiSeparator { 
     769.patternHomePath .foswikiSeparator { 
    778770        padding:0 .5em; 
    779771} 
     
    814806        outline:none; 
    815807} 
    816 .patternToolBar span.twikiAccessKey { 
     808.patternToolBar span.foswikiAccessKey { 
    817809        padding:0; 
    818810        margin:0; 
    819811        float:none; 
    820812} 
    821 .patternToolBar a:hover .twikiAccessKey { 
     813.patternToolBar a:hover .foswikiAccessKey { 
    822814        border-width:0 0 1px 0; 
    823815        border-style:solid; 
     
    880872 
    881873/* WebSearch, WebSearchAdvanced */ 
    882 #twikiSearchTable { 
     874#foswikiSearchTable { 
    883875        background:none; 
    884876        border-bottom:0; 
    885877}  
    886 #twikiSearchTable th, 
    887 #twikiSearchTable td { 
     878#foswikiSearchTable th, 
     879#foswikiSearchTable td { 
    888880        padding:1em; 
    889881        border-width:0 0 1px 0; 
    890882        border-style:solid; 
    891883}  
    892 #twikiSearchTable th { 
     884#foswikiSearchTable th { 
    893885        width:20%; 
    894886        text-align:right; 
    895887} 
    896 #twikiSearchTable td { 
     888#foswikiSearchTable td { 
    897889        width:80%; 
    898890} 
     
    919911} 
    920912.patternSearchResults h3 { 
    921         font-size:115%; /* same as twikiFormStep */ 
     913        font-size:115%; /* same as foswikiFormStep */ 
    922914        margin:0; 
    923915        padding:.5em 40px; /*S5*/ 
     
    934926        margin-top:.1em; 
    935927} 
    936 .patternSearchResult .twikiBottomRow { 
     928.patternSearchResult .foswikiBottomRow { 
    937929        margin-bottom:.1em; 
    938930        padding-bottom:.25em; 
     
    959951        margin:1em -5px .35em -5px; 
    960952} 
    961 .patternSearchResult .twikiSRAuthor { 
     953.patternSearchResult .foswikiSRAuthor { 
    962954        width:15%; 
    963955        text-align:left; 
    964956} 
    965 .patternSearchResult .twikiSRRev { 
     957.patternSearchResult .foswikiSRRev { 
    966958        width:30%; 
    967959        text-align:left; 
     
    988980        margin:1em -5px .15em -5px; /*S4*/ 
    989981} 
    990 .patternBookView .twikiBottomRow { 
     982.patternBookView .foswikiBottomRow { 
    991983        font-size:100%; 
    992984        padding:1em 0 1em 0; 
     
    10091001.patternEditPage .foswikiForm h2, 
    10101002.patternEditPage .foswikiForm h3 { 
    1011         /* same as twikiFormStep */ 
     1003        /* same as foswikiFormStep */ 
    10121004        font-size:120%; 
    10131005        font-weight:bold; 
    10141006} 
    1015 .twikiEditForm {} 
    1016 .twikiEditboxStyleMono { 
     1007.foswikiEditForm {} 
     1008.foswikiEditboxStyleMono { 
    10171009        font-family: "Bitstream Vera Sans Mono","Andale Mono",Courier,monospace; 
    10181010} 
    1019 .twikiEditboxStyleProportional { 
     1011.foswikiEditboxStyleProportional { 
    10201012        font-family:arial, verdana, sans-serif; 
    1021 } 
    1022 .twikiChangeFormButtonHolder { 
    1023         float:left; 
    1024         margin:.5em 0 0 0; 
    10251013} 
    10261014.patternEditPage .patternActionButtons { 
     
    10281016        margin:0.5em 0 0 0; 
    10291017} 
    1030 .twikiFormHolder { /* constrains the textarea */ 
     1018.foswikiFormHolder { /* constrains the textarea */ 
    10311019        width:100%; 
    10321020} 
     
    10631051/* preview.pattern.tmpl */ 
    10641052 
    1065 .twikiPreviewArea { 
     1053.foswikiPreviewArea { 
    10661054        border-width:1px; 
    10671055        border-style:solid; 
     
    10731061/* attach.pattern.tmpl */ 
    10741062 
    1075 .patternAttachPage .twikiAttachments .twikiTable { 
     1063.patternAttachPage .foswikiAttachments .foswikiTable { 
    10761064        width:auto; 
    10771065} 
    1078 .patternAttachPage .twikiAttachments { 
     1066.patternAttachPage .foswikiAttachments { 
    10791067        margin-top:0; 
    10801068} 
     
    11011089        list-style:none; 
    11021090} 
    1103 .patternDiffPage .twikiDiffTable { 
     1091.patternDiffPage .foswikiDiffTable { 
    11041092        margin:2em 0; 
    11051093} 
    1106 tr.twikiDiffDebug td { 
    1107         border-width:1px; 
    1108         border-style:solid; 
    1109 } 
    1110 .patternDiffPage td.twikiDiffDebugLeft { 
     1094tr.foswikiDiffDebug td { 
     1095        border-width:1px; 
     1096        border-style:solid; 
     1097} 
     1098.patternDiffPage td.foswikiDiffDebugLeft { 
    11111099        border-bottom:none; 
    11121100} 
    1113 .patternDiffPage .twikiDiffTable th { 
     1101.patternDiffPage .foswikiDiffTable th { 
    11141102        padding:.25em .5em; 
    11151103} 
    1116 .patternDiffPage .twikiDiffTable td { 
     1104.patternDiffPage .foswikiDiffTable td { 
    11171105        padding:.25em; 
    11181106} 
    1119 .twikiDiffLineNumberHeader { 
     1107.foswikiDiffLineNumberHeader { 
    11201108        padding:.3em 0; 
    11211109} 
  • trunk/PatternSkin/pub/System/PatternSkin/theme_foswiki.css

    r1080 r1206  
    2929        overflow:hidden; 
    3030} 
    31 #twikiLogo { 
     31#foswikiLogo { 
    3232        margin-top:1em; 
    3333} 
  • trunk/PatternSkin/pub/System/PatternSkin/theme_foswiki_noframe.css

    r1080 r1206  
    2727        overflow:hidden; 
    2828} 
    29 #twikiLogo { 
     29#foswikiLogo { 
    3030        margin-top:1em; 
    3131} 
  • trunk/PatternSkin/pub/System/PatternSkin/webtopiccreator.js

    r983 r1206  
    124124function enableSubmit(inButton) { 
    125125        if (!inButton) return; 
    126         foswiki.CSS.removeClass(inButton, "twikiSubmitDisabled"); 
     126        foswiki.CSS.removeClass(inButton, "foswikiSubmitDisabled"); 
    127127        inButton.disabled = false; 
    128128} 
    129129function disableSubmit(inButton) { 
    130130        if (!inButton) return; 
    131         foswiki.CSS.addClass(inButton, "twikiSubmitDisabled"); 
     131        foswiki.CSS.addClass(inButton, "foswikiSubmitDisabled"); 
    132132        inButton.disabled = true; 
    133133} 
  • trunk/PatternSkin/pub/System/PatternSkinCssCookbookEditTableStyle/edittable.css

    r1178 r1206  
    66} 
    77/* 2 */ 
    8 .foswikiTopic .editTable .twikiTable td { 
     8.foswikiTopic .editTable .foswikiTable td { 
    99        vertical-align:top; 
    1010} 
  • trunk/PatternSkin/templates/attach.pattern.tmpl

    r1090 r1206  
    3030 
    3131 
    32 %TMPL:DEF{"attachformstart"}%<div class="twikiFormSteps">%TMPL:END% 
     32%TMPL:DEF{"attachformstart"}%<div class="foswikiFormSteps">%TMPL:END% 
    3333 
    34 %TMPL:DEF{"attachformend"}%</div><!-- /twikiFormSteps-->%TMPL:END% 
     34%TMPL:DEF{"attachformend"}%</div><!-- /foswikiFormSteps-->%TMPL:END% 
    3535 
    36 %TMPL:DEF{"newfile"}%<div class="twikiFormStep"> 
     36%TMPL:DEF{"newfile"}%<div class="foswikiFormStep"> 
    3737---+++ %MAKETEXT{"Attach new file"}% 
    3838 
     
    4040 
    4141<input type="hidden" name="filename" value="%FILENAME%" />  
    42 <input class="twikiInputField" type="file" name="filepath" value="%FILEPATH%" size="70" /> 
    43 </div><!-- /twikiFormStep-->%TMPL:END% 
     42<input class="foswikiInputField" type="file" name="filepath" value="%FILEPATH%" size="70" /> 
     43</div><!-- /foswikiFormStep-->%TMPL:END% 
    4444 
    45 %TMPL:DEF{"comment"}%<div class="twikiFormStep"> 
     45%TMPL:DEF{"comment"}%<div class="foswikiFormStep"> 
    4646---+++ %MAKETEXT{"Comment"}% 
    4747<p> 
    4848%MAKETEXT{"Describe the file so other people know what it is."}% 
    4949</p> 
    50 <input class="twikiInputField" type="text" name="filecomment" value="%FILECOMMENT%" size="70" /> 
    51 </div><!-- /twikiFormStep-->%TMPL:END% 
     50<input class="foswikiInputField" type="text" name="filecomment" value="%FILECOMMENT%" size="70" /> 
     51</div><!-- /foswikiFormStep-->%TMPL:END% 
    5252 
    53 %TMPL:DEF{"properties"}%<div class="twikiFormStep twikiLast"> 
     53%TMPL:DEF{"properties"}%<div class="foswikiFormStep foswikiLast"> 
    5454---+++ %MAKETEXT{"Properties"}% 
    5555 
    56 <input type="checkbox" class="twikiCheckbox" id="createlink" name="createlink" %ATTACHLINKBOX% /><label for="createlink">%MAKETEXT{"Create a link to the attached file"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Images will be displayed, for other attachments a link will be created."}%</span> 
     56<input type="checkbox" class="foswikiCheckbox" id="createlink" name="createlink" %ATTACHLINKBOX% /><label for="createlink">%MAKETEXT{"Create a link to the attached file"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Images will be displayed, for other attachments a link will be created."}%</span> 
    5757 
    58 <input type="checkbox" class="twikiCheckbox" id="hidefile" name="hidefile" %HIDEFILE% /><label for="hidefile">%MAKETEXT{"Do not show attachment in table"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Attachments will not be shown in topic view page."}%</span> 
    59 </div><!-- /twikiFormStep-->%TMPL:P{"changepropertiesaction"}%%TMPL:END% 
     58<input type="checkbox" class="foswikiCheckbox" id="hidefile" name="hidefile" %HIDEFILE% /><label for="hidefile">%MAKETEXT{"Do not show attachment in table"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Attachments will not be shown in topic view page."}%</span> 
     59</div><!-- /foswikiFormStep-->%TMPL:P{"changepropertiesaction"}%%TMPL:END% 
    6060 
    6161 
  • trunk/PatternSkin/templates/attachagain.pattern.tmpl

    r1178 r1206  
    77 
    88%TMPL:DEF{"versions"}%---++ %MAKETEXT{"Version history of [_1]" args="<nop>%FILENAME%"}% 
    9 <div class="twikiAttachments"> 
     9<div class="foswikiAttachments"> 
    1010%TABLE{%TMPL:P{"commonattachtableattributes"}% summary="%MAKETEXT{"Version history"}%" caption="%MAKETEXT{"Version history"}%"}% 
    1111%ATTACHTABLE% 
    12 </div><!-- /twikiAttachments-->%TMPL:END% 
     12</div><!-- /foswikiAttachments-->%TMPL:END% 
    1313 
    1414 
    1515 
    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% 
     16%TMPL:DEF{"changepropertiesaction"}%<div class="foswikiFormStep foswikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='%MAKETEXT{"Change comment and properties only"}%' /></div><!-- /foswikiFormStep-->%TMPL:END% 
    1717 
    1818 
     
    2222 
    2323 
    24 %TMPL:DEF{"movedelete"}%<div class="patternMoveAttachment"><a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=moveattachment&attachment=%ENCODE{%FILENAME%}%" rel='nofollow'><span class="twikiLinkLabel">%MAKETEXT{"Move"}%</span></a> %MAKETEXT{"or"}% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?web=%TRASHWEB%&template=renameattachmentdelete&attachment=%ENCODE{%FILENAME%}%" rel='nofollow'><span class="twikiLinkLabel">%MAKETEXT{"Delete"}%</span></a> =%FILENAME%= </div>%TMPL:END% 
     24%TMPL:DEF{"movedelete"}%<div class="patternMoveAttachment"><a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?template=moveattachment&attachment=%ENCODE{%FILENAME%}%" rel='nofollow'><span class="foswikiLinkLabel">%MAKETEXT{"Move"}%</span></a> %MAKETEXT{"or"}% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?web=%TRASHWEB%&template=renameattachmentdelete&attachment=%ENCODE{%FILENAME%}%" rel='nofollow'><span class="foswikiLinkLabel">%MAKETEXT{"Delete"}%</span></a> =%FILENAME%= </div>%TMPL:END% 
    2525 
    2626 
    2727 
    28 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Upload file"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     28%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Upload file"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
    2929 
    3030 
  • trunk/PatternSkin/templates/attachnew.pattern.tmpl

    r14 r1206  
    55 
    66 
    7 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Upload file"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}% 
     7%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Upload file"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}% 
    88%TMPL:END% 
  • trunk/PatternSkin/templates/attachtables.pattern.tmpl

    r1178 r1206  
    88 
    99%{ Header definition for topic attachments and top table in attach screen }% 
    10 %TMPL:DEF{ATTACH:files:header(basic)}%<div class="twikiAttachments"> 
     10%TMPL:DEF{ATTACH:files:header(basic)}%<div class="foswikiAttachments"> 
    1111%TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}% 
    1212%TMPL:P{ATTACH:files:header(toprow)}%%TMPL:END% 
    1313 
    1414%{ Format definition for topic attachment table }% 
    15 %TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%id="twikiAttachmentsTable" summary="%MAKETEXT{"Topic attachments"}%" caption="%MAKETEXT{"Topic attachments"}%"}%%TMPL:END% 
     15%TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%id="foswikiAttachmentsTable" summary="%MAKETEXT{"Topic attachments"}%" caption="%MAKETEXT{"Topic attachments"}%"}%%TMPL:END% 
    1616 
    1717%{ Header for topic attachment table }% 
    18 %TMPL:DEF{ATTACH:files:header}%<div class="twikiAttachments"> 
     18%TMPL:DEF{ATTACH:files:header}%<div class="foswikiAttachments"> 
    1919%TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}% 
    2020%TMPL:P{"topicattachmentwisty"}% 
     
    2323 
    2424%{ Footer for topic attachment table }% 
    25 %TMPL:DEF{ATTACH:files:footer}%%ENDTWISTY%</div><!--//twikiAttachments-->%TMPL:P{ATTACH:files:footer:script}%%TMPL:END% 
     25%TMPL:DEF{ATTACH:files:footer}%%ENDTWISTY%</div><!--//foswikiAttachments-->%TMPL:P{ATTACH:files:footer:script}%%TMPL:END% 
  • trunk/PatternSkin/templates/changeform.pattern.tmpl

    r14 r1206  
    99 
    1010%TMPL:P{"formstart"}% 
    11 <div class="twikiFormSteps"> 
    12 <div class="twikiFormStep twikiLast"> 
     11<div class="foswikiFormSteps"> 
     12<div class="foswikiFormStep foswikiLast"> 
    1313---+++ %MAKETEXT{"Available form templates"}%    
    1414%FORMLIST% 
    15 </div><!-- /twikiFormStep--> 
    16 </div><!-- /twikiFormSteps--> 
     15</div><!-- /foswikiFormStep--> 
     16</div><!-- /foswikiFormSteps--> 
    1717%TEXT% %EDITACTION% 
    1818%TMPL:P{"hiddenformfields"}% 
  • trunk/PatternSkin/templates/css.pattern.tmpl

    r1090 r1206  
    5858                /* uncomment to set the preview image */ 
    5959                /*background-image:url("%PREVIEWBGIMAGE%");*/ 
    60         }%IF{ "defined PAGEBGCOLOR and $ PAGEBGCOLOR != ''" then='html body, #patternPage, #patternBottomBar, .twikiPreviewArea, #patternOuter, #patternTopBar { background-color:%PAGEBGCOLOR%;} 
     60        }%IF{ "defined PAGEBGCOLOR and $ PAGEBGCOLOR != ''" then='html body, #patternPage, #patternBottomBar, .foswikiPreviewArea, #patternOuter, #patternTopBar { background-color:%PAGEBGCOLOR%;} 
    6161        #patternOuter {background-image:none;}'}%%TMPL:END% 
  • trunk/PatternSkin/templates/edit.pattern.tmpl

    r1178 r1206  
    2222 
    2323 
    24 %TMPL:DEF{"formstart"}%<div class="twikiFormHolder" id="formHolder"> 
     24%TMPL:DEF{"formstart"}%<div class="foswikiFormHolder" id="formHolder"> 
    2525<form name="main" action="%SCRIPTURLPATH{"save"}%/%WEB%/%TOPIC%" method="post" onsubmit="return validateMandatoryFields(event)">%TMPL:END% 
    2626 
    2727 
    28 %TMPL:DEF{"revCommentPluginOptions"}%%IF{ "context RevCommentPluginEnabled" then="<div class='revComment'><label for='comment'>Summary of changes</label> <input class='twikiEditComment twikiInputField' type='text' style='width:50%' name='comment' id='comment' /> <a target='RevComment' class='twikiPopUp' href='%SCRIPTURL{"view"}%/%SYSTEMWEB%/RevComment' rel='nofollow'>%MAKETEXT{"help"}%</a></div><!--/revComment-->" else=""}%%TMPL:END% 
     28%TMPL:DEF{"revCommentPluginOptions"}%%IF{ "context RevCommentPluginEnabled" then="<div class='revComment'><label for='comment'>Summary of changes</label> <input class='foswikiInputField' type='text' style='width:50%' name='comment' id='comment' /> <a target='RevComment' class='foswikiPopUp' href='%SCRIPTURL{"view"}%/%SYSTEMWEB%/RevComment' rel='nofollow'>%MAKETEXT{"help"}%</a></div><!--/revComment-->" else=""}%%TMPL:END% 
    2929 
    3030 
    31 %TMPL:DEF{"forcerevisioncheckbox"}%<div class="patternSaveOptionsContents"><input type="checkbox" class="twikiCheckbox" title="Creates a new topic revision when saving" id="forcenewrevision" name="forcenewrevision" %FORCENEWREVISIONCHECKBOX% /><label for="forcenewrevision">%MAKETEXT{"Force new revision"}%</label> <a class="twikiPopUp" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/ForceNewRevision" target="ForceNewRevision" rel='nofollow' title='%MAKETEXT{"Read new revision help text in new window"}%'>%MAKETEXT{"help"}%</a></div><!--/patternSaveOptionsContents-->%TMPL:END% 
     31%TMPL:DEF{"forcerevisioncheckbox"}%<div class="patternSaveOptionsContents"><input type="checkbox" class="foswikiCheckbox" title="Creates a new topic revision when saving" id="forcenewrevision" name="forcenewrevision" %FORCENEWREVISIONCHECKBOX% /><label for="forcenewrevision">%MAKETEXT{"Force new revision"}%</label> <a class="foswikiPopUp" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/ForceNewRevision" target="ForceNewRevision" rel='nofollow' title='%MAKETEXT{"Read new revision help text in new window"}%'>%MAKETEXT{"help"}%</a></div><!--/patternSaveOptionsContents-->%TMPL:END% 
    3232 
    3333 
     
    3838 
    3939 
    40 %TMPL:DEF{"button_save"}%<input type="submit" class="twikiSubmit" name="action_save" id="save" %MAKETEXT{"value='Save' accesskey='s'"}% />%TMPL:END% 
     40%TMPL:DEF{"button_save"}%<input type="submit" class="foswikiSubmit" name="action_save" id="save" %MAKETEXT{"value='Save' accesskey='s'"}% />%TMPL:END% 
    4141 
    4242%TMPL:DEF{"button_quietsave"}%<input type="submit" class="foswikiButton" name="action_quietsave" id="quietsave" %MAKETEXT{"value='Quiet save' accesskey='q'"}% />%TMPL:END% 
     
    4646%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="foswikiButton 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 foswikiButtonCancel" name="action_cancel" id="cancel" title='%MAKETEXT{"Cancel editing and discard changes"}%' %MAKETEXT{"value='Cancel' accesskey='c'"}% onclick="suppressSaveValidation()" />%TMPL:END% 
    4949 
    5050 
     
    5252 
    5353 
    54 %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, P = Preview, C = Cancel"}%%TMPL:END% 
     54%TMPL:DEF{"accesskeys_help"}%%ICON{info}% <a class="foswikiPopUp" target="AccessKeys" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/AccessKeys">%MAKETEXT{"Access keys"}%</a>: %MAKETEXT{"S = Save, Q = Quiet save, K = Save and Continue, P = Preview, C = Cancel"}%%TMPL:END% 
    5555 
    5656 
    5757 
    58 %TMPL:DEF{"topicinfo"}%<div>%TMPL:P{"revCommentPluginOptions"}%<div class="patternActionButtons">%TMPL:P{"action_buttons"}%<br class="twikiClear" /></div><!--/patternActionButtons--> 
     58%TMPL:DEF{"topicinfo"}%<div>%TMPL:P{"revCommentPluginOptions"}%<div class="patternActionButtons">%TMPL:P{"action_buttons"}%<br class="foswikiClear" /></div><!--/patternActionButtons--> 
    5959%TMPL:P{"saveoptions"}%</div>%TMPL:END% 
    6060 
     
    6363 
    6464 
    65 %TMPL:DEF{"textarea"}%<textarea class="foswikiTextarea twikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' onkeydown='handleKeyDown(event)'>%TEXT%</textarea> 
     65%TMPL:DEF{"textarea"}%<textarea class="foswikiTextarea foswikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%' onkeydown='handleKeyDown(event)'>%TEXT%</textarea> 
    6666%TMPL:P{"sig_textareabuttons"}%%TMPL:END% 
    6767 
    6868 
    69 %TMPL:DEF{"sig_textareabuttons"}%<div class="patternSigLine">%TMPL:P{"sig"}%%IF{"not context TinyMCEPluginEnabled or $nowysiwyg='1'" then='%TMPL:P{"textareabuttons"}%'}%<br class="twikiClear" /></div><!-- /patternSigLine-->%TMPL:END% 
     69%TMPL:DEF{"sig_textareabuttons"}%<div class="patternSigLine">%TMPL:P{"sig"}%%IF{"not context TinyMCEPluginEnabled or $nowysiwyg='1'" then='%TMPL:P{"textareabuttons"}%'}%<br class="foswikiClear" /></div><!-- /patternSigLine-->%TMPL:END% 
    7070 
    7171 
    72 %TMPL:DEF{"sig"}%<span class="patternSig twikiLeft"><label for="sig" class="foswikiGrayText">%MAKETEXT{"Your signature to copy/paste:"}%&nbsp;&nbsp;</label><input class="twikiInputFieldReadOnly" size="41" name="sig" type="text" readonly="readonly" title='%MAKETEXT{"Select, copy and paste your signature text to the bottom of your entry"}%' id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></span><!--/patternSig-->%TMPL:END% 
     72%TMPL:DEF{"sig"}%<span class="patternSig foswikiLeft"><label for="sig" class="foswikiGrayText">%MAKETEXT{"Your signature to copy/paste:"}%&nbsp;&nbsp;</label><input class="foswikiInputFieldReadOnly" size="41" name="sig" type="text" readonly="readonly" title='%MAKETEXT{"Select, copy and paste your signature text to the bottom of your entry"}%' id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></span><!--/patternSig-->%TMPL:END% 
    7373 
    7474 
  • trunk/PatternSkin/templates/formtables.pattern.tmpl

    r1156 r1206  
    44 
    55%{ Start of form table }% 
    6 %TMPL:DEF{FORM:display:header}%<div class="foswikiForm">%TMPL:P{FORM:display:title}%<table class='twikiFormTable' border='1'>%TMPL:P{FORM:display:header:headerrow}%%TMPL:END% 
     6%TMPL:DEF{FORM:display:header}%<div class="foswikiForm">%TMPL:P{FORM:display:title}%<table class='foswikiFormTable' border='1'>%TMPL:P{FORM:display:header:headerrow}%%TMPL:END% 
    77 
    88 
     
    1313 
    1414%{ Each row }% 
    15 %TMPL:DEF{FORM:display:row}%<tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> %A_TITLE% </td><td> 
     15%TMPL:DEF{FORM:display:row}%<tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> %A_TITLE% </td><td> 
    1616%A_VALUE% 
    1717</td></tr>%TMPL:END% 
  • trunk/PatternSkin/templates/foswiki.pattern.tmpl

    r1178 r1206  
    11%TMPL:INCLUDE{"foswiki"}%%TMPL:INCLUDE{"viewtopicactionbuttons"}%%TMPL:INCLUDE{"viewbottombar"}% 
    22 
    3 %TMPL:DEF{"sep"}%<span class='twikiSeparator'>&nbsp;|&nbsp;</span>%TMPL:END% 
     3%TMPL:DEF{"sep"}%<span class='foswikiSeparator'>&nbsp;|&nbsp;</span>%TMPL:END% 
    44%TMPL:DEF{"LOG_IN"}%%MAKETEXT{"Log In"}%%TMPL:END% 
    55%TMPL:DEF{"LOG_OUT"}%%MAKETEXT{"Log Out"}%%TMPL:END% 
     
    7373%TMPL:DEF{"bodyend"}%</body></html>%TMPL:END% 
    7474 
    75 %TMPL:DEF{"textareabuttons"}%<span class="twikiRight twikiMakeVisible" style="text-align:left; margin:0 0 0 1em;"><span class="twikiLeft patternTextareaButton patternButtonFontSelector" title="%MAKETEXT{"Switch to monotype or propotional font"}%">&nbsp;</span><span class="twikiLeft patternTextareaButton patternButtonEnlarge" title="%MAKETEXT{"Enlarge edit box"}%">&nbsp;</span><span class="twikiLeft patternTextareaButton patternButtonShrink" title="%MAKETEXT{"Shrink edit box"}%">&nbsp;</span></span>%TMPL:END% 
     75%TMPL:DEF{"textareabuttons"}%<span class="foswikiRight foswikiMakeVisible" style="text-align:left; margin:0 0 0 1em;"><span class="foswikiLeft patternTextareaButton patternButtonFontSelector" title="%MAKETEXT{"Switch to monotype or propotional font"}%">&nbsp;</span><span class="foswikiLeft patternTextareaButton patternButtonEnlarge" title="%MAKETEXT{"Enlarge edit box"}%">&nbsp;</span><span class="foswikiLeft patternTextareaButton patternButtonShrink" title="%MAKETEXT{"Shrink edit box"}%">&nbsp;</span></span>%TMPL:END% 
  • trunk/PatternSkin/templates/login.pattern.tmpl

    r14 r1206  
    55%TMPL:DEF{"bottombar"}%%TMPL:END% 
    66 
    7 %TMPL:DEF{"form"}%<div id="twikiLogin"> 
    8 <div class="twikiFormSteps">%TMPL:P{"formstart"}%%TMPL:P{"titlestep"}% 
     7%TMPL:DEF{"form"}%<div id="foswikiLogin"> 
     8<div class="foswikiFormSteps">%TMPL:P{"formstart"}%%TMPL:P{"titlestep"}% 
    99%TMPL:P{"usernamestep"}%%TMPL:P{"passwordstep"}%%TMPL:P{"submitstep"}% 
    1010%TMPL:P{"formend"}% 
    1111%TMPL:P{"seealsostep"}% 
    12 </div><!-- /twikiFormSteps--> 
     12</div><!-- /foswikiFormSteps--> 
    1313%TMPL:P{"loginasadministratorstep"}% 
    14 </div><!-- /twikiLogin-->%TMPL:END% 
     14</div><!-- /foswikiLogin-->%TMPL:END% 
  • trunk/PatternSkin/templates/preview.pattern.tmpl

    r1178 r1206  
    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="foswikiButton twikiButtonCancel" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% />%TMPL:END% 
     12%TMPL:DEF{"button_discard"}%<input id="discard" type="submit" class="foswikiButton foswikiButtonCancel" name="action_cancel" %MAKETEXT{"value='Discard' accesskey='d'"}% />%TMPL:END% 
    1313 
    14 %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% 
     14%TMPL:DEF{"accesskeys_help"}%%ICON{info}% <a class="foswikiPopUp" 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% 
    1515 
    1616 
    1717%TMPL:DEF{"content"}%%TMPL:P{"pagehelp"}% 
    1818%TMPL:P{"formstart"}% 
    19 <div class="twikiPreviewArea"> 
     19<div class="foswikiPreviewArea"> 
    2020<div class="patternContent"> 
    2121<div class="foswikiTopic"> 
     
    2424%META{"form"}% 
    2525</div><!--/patternContent--> 
    26 </div><!--/twikiPreviewArea--> 
     26</div><!--/foswikiPreviewArea--> 
    2727%TMPL:P{"topicinfo"}% 
    2828%TMPL:P{"formend"}%%TMPL:END% 
  • trunk/PatternSkin/templates/renameattachmentdelete.pattern.tmpl

    r14 r1206  
    2323 
    2424 
    25 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Delete"}% ' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     25%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Delete"}% ' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
    2626 
    2727 
     
    3434 
    3535 
    36 %TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="twikiInputField" value="TrashAttachment" size="36" /><input type="hidden" name="nonwikiword" value="on" /></p>%TMPL:P{"namehelp"}%<input type="hidden" name="attachment" value="%FILENAME%" />%TMPL:END% 
     36%TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="foswikiInputField" value="TrashAttachment" size="36" /><input type="hidden" name="nonwikiword" value="on" /></p>%TMPL:P{"namehelp"}%<input type="hidden" name="attachment" value="%FILENAME%" />%TMPL:END% 
    3737 
    3838 
  • trunk/PatternSkin/templates/renamebase.pattern.tmpl

    r1178 r1206  
    2020 
    2121 
    22 %TMPL:DEF{"searchresultsstep"}%<div class="twikiFormStep">%TMPL:P{"searchresults"}%</div><!-- /twikiFormStep--> 
     22%TMPL:DEF{"searchresultsstep"}%<div class="foswikiFormStep">%TMPL:P{"searchresults"}%</div><!-- /foswikiFormStep--> 
    2323%TMPL:END% 
    2424 
    25 %TMPL:DEF{"renameformsteps"}%<div class="twikiFormSteps"> 
    26 <div class="twikiFormStep">%TMPL:P{"changefrom"}%</div><!-- /twikiFormStep--> 
    27 <div class="twikiFormStep">%TMPL:P{"toweb"}%</div><!-- /twikiFormStep--> 
    28 <div class="twikiFormStep twikiLast">%TMPL:P{"totopic"}%</div><!-- /twikiFormStep--> 
    29 %TMPL:P{"searchresultsstep"}%</div><!-- /twikiFormSteps-->%TMPL:END% 
     25%TMPL:DEF{"renameformsteps"}%<div class="foswikiFormSteps"> 
     26<div class="foswikiFormStep">%TMPL:P{"changefrom"}%</div><!-- /foswikiFormStep--> 
     27<div class="foswikiFormStep">%TMPL:P{"toweb"}%</div><!-- /foswikiFormStep--> 
     28<div class="foswikiFormStep foswikiLast">%TMPL:P{"totopic"}%</div><!-- /foswikiFormStep--> 
     29%TMPL:P{"searchresultsstep"}%</div><!-- /foswikiFormSteps-->%TMPL:END% 
    3030 
    3131 
    32 %TMPL:DEF{"checkuncheck"}%<div class="twikiMakeVisibleBlock"><hr /> 
     32%TMPL:DEF{"checkuncheck"}%<div class="foswikiMakeVisibleBlock"><hr /> 
    3333<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 
  • trunk/PatternSkin/templates/renamewebbase.pattern.tmpl

    r14 r1206  
    22 
    33 
    4 %TMPL:DEF{"parentwebstep"}%<div class="twikiFormStep">%TMPL:P{"parentweb"}%</div><!-- /twikiFormStep-->%TMPL:END% 
     4%TMPL:DEF{"parentwebstep"}%<div class="foswikiFormStep">%TMPL:P{"parentweb"}%</div><!-- /foswikiFormStep-->%TMPL:END% 
    55 
    66 
    7 %TMPL:DEF{"renameformsteps"}%<div class="twikiFormSteps"> 
    8 <div class="twikiFormStep twikiLast">%TMPL:P{"toweb"}%</div><!-- /twikiFormStep--> 
    9 %IF{"{EnableHierarchicalWebs}" then='%TMPL:P{"parentwebstep"}%'}%%TMPL:P{"searchresultsstep"}%</div><!-- /twikiFormSteps-->%TMPL:END% 
     7%TMPL:DEF{"renameformsteps"}%<div class="foswikiFormSteps"> 
     8<div class="foswikiFormStep foswikiLast">%TMPL:P{"toweb"}%</div><!-- /foswikiFormStep--> 
     9%IF{"{EnableHierarchicalWebs}" then='%TMPL:P{"parentwebstep"}%'}%%TMPL:P{"searchresultsstep"}%</div><!-- /foswikiFormSteps-->%TMPL:END% 
  • trunk/PatternSkin/templates/search.pattern.tmpl

    r1090 r1206  
    1111 
    1212 
    13 %TMPL:DEF{"result"}%<div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a></div><div class="twikiRight twikiSRAuthor"> %AUTHOR%</div><div class="twikiRight twikiSRRev">%REVISION% - <a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a>&nbsp;</div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText">%TEXTHEAD%</div><!--/foswikiSummary--> 
    14 </div><!--/twikiBottomRow--></div><!--/patternSearchResult-->%TMPL:END% 
     13%TMPL:DEF{"result"}%<div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a></div><div class="foswikiRight foswikiSRAuthor"> %AUTHOR%</div><div class="foswikiRight foswikiSRRev">%REVISION% - <a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a>&nbsp;</div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText">%TEXTHEAD%</div><!--/foswikiSummary--> 
     14</div><!--/foswikiBottomRow--></div><!--/patternSearchResult-->%TMPL:END% 
    1515 
    1616 
  • trunk/PatternSkin/templates/searchbase.pattern.tmpl

    r14 r1206  
    1 %TMPL:DEF{"searched"}%<span class="patternSearched">%MAKETEXT{"Searched:"}% <b><noautolink>%SEARCHSTRING%</noautolink></b></span><span id="twikiNumberOfResultsContainer"></span><span id="twikiModifySearchContainer"></span>%TMPL:END% 
     1%TMPL:DEF{"searched"}%<span class="patternSearched">%MAKETEXT{"Searched:"}% <b><noautolink>%SEARCHSTRING%</noautolink></b></span><span id="foswikiNumberOfResultsContainer"></span><span id="foswikiModifySearchContainer"></span>%TMPL:END% 
    22 
    33 
    44 
    5 %TMPL:DEF{"count"}%<div class="patternSearchResultCount">%MAKETEXT{"Number of topics:"}% <span class="twikiSearchResultCount">%NTOPICS%</span></div><!--/patternSearchResultCount-->%TMPL:END% 
     5%TMPL:DEF{"count"}%<div class="patternSearchResultCount">%MAKETEXT{"Number of topics:"}% <span class="foswikiSearchResultCount">%NTOPICS%</span></div><!--/patternSearchResultCount-->%TMPL:END% 
    66 
    77 
    88 
    9 %TMPL:DEF{"header"}%<h4 class="patternSearchResultsHeader" %TMPL:P{"header:style:backgroundcolor"}%><span class="twikiLeft">%TMPL:P{"header:left"}%</span><span class="twikiRight">%TMPL:P{"header:right"}%</span><br class="twikiClear" /></h4>%TMPL:END% 
     9%TMPL:DEF{"header"}%<h4 class="patternSearchResultsHeader" %TMPL:P{"header:style:backgroundcolor"}%><span class="foswikiLeft">%TMPL:P{"header:left"}%</span><span class="foswikiRight">%TMPL:P{"header:right"}%</span><br class="foswikiClear" /></h4>%TMPL:END% 
    1010 
    1111 
  • trunk/PatternSkin/templates/searchbookview.pattern.tmpl

    r1090 r1206  
    33 
    44 
    5 %TMPL:DEF{"result"}%<div class="patternBookView"><div class="foswikiTopRow"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a> (<a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a> - %REVISION% - %AUTHOR%)</div><!--/foswikiTopRow--><div class="twikiBottomRow">%TEXTHEAD%</div><!--/twikiBottomRow--></div><!--/patternBookView-->%TMPL:END% 
     5%TMPL:DEF{"result"}%<div class="patternBookView"><div class="foswikiTopRow"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a> (<a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a> - %REVISION% - %AUTHOR%)</div><!--/foswikiTopRow--><div class="foswikiBottomRow">%TEXTHEAD%</div><!--/foswikiBottomRow--></div><!--/patternBookView-->%TMPL:END% 
  • trunk/PatternSkin/templates/settings.pattern.tmpl

    r984 r1206  
    2323 
    2424 
    25 %TMPL:DEF{"accesskeys_help"}%%ICON{info}% <a class="twikiPopUp" target="AccessKeys" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/AccessKeys">%MAKETEXT{"Access keys"}%</a>: %MAKETEXT{"S = Save, C = Cancel"}%%TMPL:END% 
     25%TMPL:DEF{"accesskeys_help"}%%ICON{info}% <a class="foswikiPopUp" target="AccessKeys" href="%SCRIPTURL{"view"}%/%SYSTEMWEB%/AccessKeys">%MAKETEXT{"Access keys"}%</a>: %MAKETEXT{"S = Save, C = Cancel"}%%TMPL:END% 
    2626 
    2727 
  • trunk/PatternSkin/templates/view.pattern.tmpl

    r1178 r1206  
    2727%TMPL:DEF{"top:toolbarbuttons"}%%TMPL:P{"activatable_edit_or_create"}%%TMPL:P{"activatable_attach"}%%TMPL:END% 
    2828 
    29 %TMPL:DEF{"top"}%<div class="patternTop"><span class="patternHomePath twikiLeft">%TMPL:P{"breadcrumb"}%</span><!-- /patternHomePath--><span class="patternToolBar twikiRight">%TMPL:P{"top:toolbarbuttons"}%</span><!-- /patternToolBar--><br class="twikiClear" /></div><!--/patternTop-->%TMPL:END% 
     29%TMPL:DEF{"top"}%<div class="patternTop"><span class="patternHomePath foswikiLeft">%TMPL:P{"breadcrumb"}%</span><!-- /patternHomePath--><span class="patternToolBar foswikiRight">%TMPL:P{"top:toolbarbuttons"}%</span><!-- /patternToolBar--><br class="foswikiClear" /></div><!--/patternTop-->%TMPL:END% 
    3030 
    31 %TMPL:DEF{"breadcrumb:separator"}%<span class='twikiSeparator'>&gt;</span>%TMPL:END% 
     31%TMPL:DEF{"breadcrumb:separator"}%<span class='foswikiSeparator'>&gt;</span>%TMPL:END% 
    3232 
    3333%TMPL:DEF{"breadcrumb"}%%TMPL:P{"breadcrumb:title"}%%TMPL:P{"breadcrumb:wikitoolname"}%%TMPL:P{"breadcrumb:currentweb"}%%TMPL:P{"breadcrumb:parents"}%%TMPL:P{"breadcrumb:currenttopic"}%%TMPL:END% 
     
    6060 
    6161%TMPL:DEF{"broadcastmessage"}%%IF{"defined BROADCASTMESSAGE and $BROADCASTMESSAGE != ''" then="$percntTMPL:P{$quotbroadcastmessage:contents$quot}$percnt"}%%TMPL:END% 
    62 %TMPL:DEF{"broadcastmessage:contents"}%<div class="twikiBroadcastMessage"> %BROADCASTMESSAGE% </div>%TMPL:END% 
     62%TMPL:DEF{"broadcastmessage:contents"}%<div class="foswikiBroadcastMessage"> %BROADCASTMESSAGE% </div>%TMPL:END% 
    6363 
    6464%TMPL:DEF{"flashnote"}%%IF{"defined FLASHNOTE and $FLASHNOTE != ''" then="$percntTMPL:P{$quotflashnote:contents$quot}$percnt"}%%TMPL:END% 
    65 %TMPL:DEF{"flashnote:contents"}%<div class="twikiNotification"> %FLASHNOTE% </div>%TMPL:END% 
     65%TMPL:DEF{"flashnote:contents"}%<div class="foswikiNotification"> %FLASHNOTE% </div>%TMPL:END% 
    6666 
    6767%TMPL:DEF{"content"}%%TMPL:P{"simpleheader"}% %TEXT% %IF{"$raw='on'" then='%TMPL:P{"sig_textareabuttons"}%'}%%TMPL:END% 
     
    7272%TMPL:DEF{"topicinfo"}%<div class="patternInfo foswikiGrayText"><div class="patternRevInfo">%MAKETEXT{"Topic revision:"}% %REVINFO%</div><!-- /patternRevInfo--><div class="patternMoved">%META{"moved"}%</div><!-- /patternMoved--></div><!-- /patternInfo-->%TMPL:END% 
    7373 
    74 %TMPL:DEF{"sig_textareabuttons"}%<div class="patternSigLine">%TMPL:P{"textareabuttons"}%<br class="twikiClear" /></div><!-- /patternSigLine-->%TMPL:END% 
     74%TMPL:DEF{"sig_textareabuttons"}%<div class="patternSigLine">%TMPL:P{"textareabuttons"}%<br class="foswikiClear" /></div><!-- /patternSigLine-->%TMPL:END% 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoPictureDeleteViewTemplate.txt

    r1178 r1206  
    4545%TMPL:P{"formstart"}% 
    4646<div class="twikiFormSteps" style="border-bottom:0px;"> 
    47 <div class="twikiFormStep twikiLast"> 
     47<div class="twikiFormStep foswikiLast"> 
    4848<div class="twikiImage"> 
    4949<img src="%PUBURL%/%BASEWEB%/%BASETOPIC%/%FILENAME%" alt="" /> 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoPictureUploadViewTemplate.txt

    r482 r1206  
    2323 
    2424%TMPL:DEF{"attachform"}%<div class="twikiFormSteps"> 
    25 <div class="twikiFormStep twikiLast"> 
     25<div class="twikiFormStep foswikiLast"> 
    2626---+++ %MAKETEXT{"Attach new file"}% 
    2727 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x01/PersonalInfoPictureViewTemplate.txt

    r1178 r1206  
    4141 
    4242%{ A basic row definition, for attachment table and attach screen }% 
    43 %TMPL:DEF{ATTACH:files:row(basic)}%<div class="twikiFormStep twikiLast pIimage genericFileType fileType%A_EXT%"> 
     43%TMPL:DEF{ATTACH:files:row(basic)}%<div class="twikiFormStep foswikiLast pIimage genericFileType fileType%A_EXT%"> 
    4444<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% 
  • trunk/PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm

    r1178 r1206  
    188188    unless( $html ) { 
    189189        # No form definition, default to text field. 
    190         $html = CGI::textfield( -class=>'foswikiAlert twikiInputField', 
     190        $html = CGI::textfield( -class=>'foswikiAlert foswikiInputField', 
    191191                                -name => $name, 
    192192                                -size => 80, -value => $value ); 
     
    229229    my $text = $START_MARKER.CGI::submit(-name=>'prefsaction', 
    230230                                         -value=>'Save new settings', 
    231                                          -class=>'twikiSubmit', 
     231                                         -class=>'foswikiSubmit', 
    232232                                         -accesskey=>'s'); 
    233233    $text .= '&nbsp;'; 
  • trunk/PreferencesPlugin/test/unit/PreferencesPlugin/PreferencesPluginTests.pm

    r1178 r1206  
    3939<form method="post" action="$viewUrl" enctype="multipart/form-data" name="editpreferences"> 
    4040 <span style="font-weight:bold;" class="foswikiAlert">FLEEGLE = SHELTER\0070</span> 
    41  <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="twikiSubmit" /> 
     41 <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="foswikiSubmit" /> 
    4242 &nbsp; 
    4343 <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="foswikiButton" /> 
     
    7474Normal text outside form 
    7575<form method="post" action="$viewUrl" enctype="multipart/form-data" name="editpreferences"> 
    76  <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="twikiSubmit" /> 
     76 <input type="submit" name="prefsaction" value="Save new settings" accesskey="s" class="foswikiSubmit" /> 
    7777 &nbsp; 
    7878 <input type="submit" name="prefsaction" value="Cancel" accesskey="c" class="foswikiButton" /> 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/ArchivosAdjuntos.txt

    r1178 r1206  
    8585 
    8686<div class="twikiAttachments"> 
    87 <table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="twikiAttachmentsTable" cellpadding="0" class="twikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="twikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Archivo adjunto</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Acción</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Tamaño</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Fecha</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Quién</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comentario</a> </th></tr> 
     87<table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="foswikiAttachmentsTable" cellpadding="0" class="twikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="twikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Archivo adjunto</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Acción</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Tamaño</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Fecha</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Quién</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comentario</a> </th></tr> 
    8888<tr class="twikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="twikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>administrar</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
    89 <tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol twikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>administrar</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="twikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> Smiley face </td></tr> 
     89<tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/twiki4/MAIN/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/twiki4/MAIN/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>administrar</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="foswikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> Smiley face </td></tr> 
    9090</table></div><!--//twikiAttachments--> 
    9191 
     
    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="foswikiButton" name="changeproperties" value='Cambiar únicamente comentarios y propiedades' /></div><!-- /twikiFormStep--> 
     117</div><!-- /twikiFormStep--><div class="twikiFormStep foswikiLast"><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/TablePlugin/data/System/TablePlugin.txt

    r1090 r1206  
    9999     
    100100---+++ CSS written by !TablePlugin 
    101 |=.twikiTable=  |The table  | 
    102 |=.twikiSortedCol=  |A sorted column  | 
    103 |=.twikiSortedAscendingCol=  |Sorted column, ascending  | 
    104 |=.twikiSortedDescendingCol=  |Sorted column, descending  | 
     101|=.foswikiTable=  |The table  | 
     102|=.foswikiSortedCol=  |A sorted column  | 
     103|=.foswikiSortedAscendingCol=  |Sorted column, ascending  | 
     104|=.foswikiSortedDescendingCol=  |Sorted column, descending  | 
    105105|=.tableSortIcon=  |The sort icon holder (span)  | 
    106106|=.foswikiFirstCol=  |The first column  | 
    107 |=.twikiTableEven= |Even numbered rows  | 
    108 |=.twikiTableOdd= |Odd numbered rows  | 
    109 |=.twikiTableCol= + column number  | Unique column identifier, for instance: =twikiTableCol0= | 
    110 |=.twikiTableRow= + type + row number | Unique row identifier, for instance: =twikiTableRowdataBg0= | 
     107|=.foswikiTableEven= |Even numbered rows  | 
     108|=.foswikiTableOdd= |Odd numbered rows  | 
     109|=.foswikiTableCol= + column number  | Unique column identifier, for instance: =twikiTableCol0= | 
     110|=.foswikiTableRow= + type + row number | Unique row identifier, for instance: =twikiTableRowdataBg0= | 
    111111 
    112112 
  • trunk/TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm

    r1090 r1206  
    493493    if ($writeDefaults) { 
    494494 
    495   # just uncomment to write plugin settings as css styles ( .twikiTable{ ... } ) 
     495  # just uncomment to write plugin settings as css styles ( .foswikiTable{ ... } ) 
    496496  #_addStylesToHead( $useCss, $writeDefaults, %defaultCssAttrs ); 
    497497    } 
     
    840840    my ($classList) = @_; 
    841841 
    842     return _appendToClassList( $classList, 'twikiSortedCol' ); 
     842    return _appendToClassList( $classList, 'foswikiSortedCol' ); 
    843843} 
    844844 
     
    846846    my ( $classList, $colListName, $rowNum ) = @_; 
    847847 
    848     my $rowClassName = 'twikiTableRow' . $colListName . $rowNum; 
     848    my $rowClassName = 'foswikiTableRow' . $colListName . $rowNum; 
    849849    return _appendToClassList( $classList, $rowClassName ); 
    850850} 
     
    853853    my ( $classList, $colNum ) = @_; 
    854854 
    855     my $colClassName = 'twikiTableCol' . $colNum; 
     855    my $colClassName = 'foswikiTableCol' . $colNum; 
    856856    return _appendToClassList( $classList, $colClassName ); 
    857857} 
     
    866866    my ($classList) = @_; 
    867867 
    868     return _appendToClassList( $classList, 'twikiLastCol' ); 
     868    return _appendToClassList( $classList, 'foswikiLastCol' ); 
    869869} 
    870870 
     
    872872    my ($classList) = @_; 
    873873 
    874     return _appendToClassList( $classList, 'twikiLast' ); 
     874    return _appendToClassList( $classList, 'foswikiLast' ); 
    875875} 
    876876 
     
    878878    my ($classList) = @_; 
    879879 
    880     return _appendToClassList( $classList, 'twikiSortedAscendingCol' ); 
     880    return _appendToClassList( $classList, 'foswikiSortedAscendingCol' ); 
    881881} 
    882882 
     
    884884    my ($classList) = @_; 
    885885 
    886     return _appendToClassList( $classList, 'twikiSortedDescendingCol' ); 
     886    return _appendToClassList( $classList, 'foswikiSortedDescendingCol' ); 
    887887} 
    888888 
     
    940940    if ( !$didWriteDefaultStyle ) { 
    941941        my $id       = 'default'; 
    942         my $selector = '.twikiTable'; 
     942        my $selector = '.foswikiTable'; 
    943943        my $attr     = 'padding-left:.3em; vertical-align:text-bottom;'; 
    944944        push( @styles, ".tableSortIcon img {$attr}" ); 
     
    957957    return if !$useCss; 
    958958 
    959     my $selector = '.twikiTable'; 
     959    my $selector = '.foswikiTable'; 
    960960    my $id = $writeDefaults ? $writeDefaults : $cssAttrs{tableId}; 
    961961    $selector .= '#' . $id if !$writeDefaults; 
     
    10761076        unless ( $cssAttrs{headerBgSorted} =~ /none/i ) { 
    10771077            my $attr = 'background-color:' . $cssAttrs{headerBgSorted} . ';'; 
    1078             push( @styles, "$selector th.twikiSortedCol {$attr}" ); 
     1078            push( @styles, "$selector th.foswikiSortedCol {$attr}" ); 
    10791079        } 
    10801080    } 
     
    11071107                my $color = $_; 
    11081108                next if !$color; 
    1109                 my $rowSelector = 'twikiTableRow' . 'dataBg'; 
     1109                my $rowSelector = 'foswikiTableRow' . 'dataBg'; 
    11101110                $rowSelector .= $count; 
    11111111                my $attr = 'background-color:' . $_ . ';'; 
     
    11241124                my $color = $_; 
    11251125                next if !$color; 
    1126                 my $rowSelector = 'twikiTableRow' . 'dataBg'; 
     1126                my $rowSelector = 'foswikiTableRow' . 'dataBg'; 
    11271127                $rowSelector .= $count; 
    11281128                my $attr = 'background-color:' . $_ . ';'; 
    11291129                push( @styles, 
    1130                     "$selector tr.$rowSelector td.twikiSortedCol {$attr}" ); 
     1130                    "$selector tr.$rowSelector td.foswikiSortedCol {$attr}" ); 
    11311131                $count++; 
    11321132            } 
     
    11421142                my $color = $_; 
    11431143                next if !$color; 
    1144                 my $rowSelector = 'twikiTableRow' . 'dataColor'; 
     1144                my $rowSelector = 'foswikiTableRow' . 'dataColor'; 
    11451145                $rowSelector .= $count; 
    11461146                my $attr = 'color:' . $_ . ';'; 
     
    11591159            my $width = $_; 
    11601160            next if !$width; 
    1161             my $colSelector = 'twikiTableCol'; 
     1161            my $colSelector = 'foswikiTableCol'; 
    11621162            $colSelector .= $count; 
    11631163            my $attr = 'width:' . $_ . ';'; 
     
    11811181                my $width = $_; 
    11821182                next if !$width; 
    1183                 my $colSelector = 'twikiTableCol'; 
     1183                my $colSelector = 'foswikiTableCol'; 
    11841184                $colSelector .= $count; 
    11851185                my $attr = 'text-align:' . $_ . ';'; 
     
    12031203                my $width = $_; 
    12041204                next if !$width; 
    1205                 my $colSelector = 'twikiTableCol'; 
     1205                my $colSelector = 'foswikiTableCol'; 
    12061206                $colSelector .= $count; 
    12071207                my $attr = 'text-align:' . $_ . ';'; 
     
    12451245 
    12461246    my $sortThisTable = _shouldISortThisTable( $curTable[ $headerRows - 1 ] ); 
    1247     my $tattrs = { class => 'twikiTable' }; 
     1247    my $tattrs = { class => 'foswikiTable' }; 
    12481248    $tattrs->{border} = $tableBorder 
    12491249      if defined $tableBorder && $tableBorder ne ''; 
     
    16131613        # with existing style sheets 
    16141614        my $rowTypeName = 
    1615           ( $rowCount % 2 ) ? 'twikiTableEven' : 'twikiTableOdd'; 
     1615          ( $rowCount % 2 ) ? 'foswikiTableEven' : 'foswikiTableOdd'; 
    16161616        $trClassName = _appendToClassList( $trClassName, $rowTypeName ); 
    16171617 
  • trunk/TablePlugin/test/unit/TablePlugin/TablePluginTests.pm

    r1090 r1206  
    4747<nop> 
    4848<nop> 
    49 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    50         <tbody> 
    51                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     49<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     50        <tbody> 
     51                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    5252                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> a </td> 
    53                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> b </td> 
    54                 </tr> 
    55                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     53                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> b </td> 
     54                </tr> 
     55                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    5656                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol"> 2 </td> 
    57                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLastCol"> 3 </td> 
    58                 </tr> 
    59                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    60                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> ok </td> 
    61                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> bad </td> 
     57                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLastCol"> 3 </td> 
     58                </tr> 
     59                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     60                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> ok </td> 
     61                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> bad </td> 
    6262                </tr> 
    6363        </tbody> 
     
    8383<nop> 
    8484<nop> 
    85 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    86         <thead> 
    87                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     85<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     86        <thead> 
     87                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    8888                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=0;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">a</font></a> </th> 
    89                         <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">b</font></a> </th> 
    90                 </tr> 
    91         </thead> 
    92         <tbody> 
    93                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     89                        <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">b</font></a> </th> 
     90                </tr> 
     91        </thead> 
     92        <tbody> 
     93                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    9494                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> 2 </td> 
    95                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> 3 </td> 
    96                 </tr> 
    97                 <tr class="twikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    98                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> ok </td> 
    99                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> bad </td> 
     95                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> 3 </td> 
     96                </tr> 
     97                <tr class="foswikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     98                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> ok </td> 
     99                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> bad </td> 
    100100                </tr> 
    101101        </tbody> 
     
    117117<nop> 
    118118<nop> 
    119 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
     119<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
    120120        <tfoot> 
    121                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    122                         <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <font color="#ffffff">ok</font> </th> 
    123                         <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <font color="#ffffff">bad</font> </th> 
     121                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     122                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <font color="#ffffff">ok</font> </th> 
     123                        <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <font color="#ffffff">bad</font> </th> 
    124124                </tr> 
    125125        </tfoot> 
    126126        <tbody> 
    127                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     127                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    128128                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> a </td> 
    129                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> b </td> 
    130                 </tr> 
    131                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     129                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> b </td> 
     130                </tr> 
     131                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    132132                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol"> 2 </td> 
    133                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLastCol"> 3 </td> 
     133                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLastCol"> 3 </td> 
    134134                </tr> 
    135135        </tbody> 
     
    156156<nop> 
    157157<nop> 
    158 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    159         <thead> 
    160                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     158<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     159        <thead> 
     160                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    161161                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=0;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">a</font></a> </th> 
    162                         <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">b</font></a> </th> 
    163                 </tr> 
    164                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     162                        <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">b</font></a> </th> 
     163                </tr> 
     164                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    165165                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <font color="#ffffff">c</font> </th> 
    166                         <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol"> <font color="#ffffff">c</font> </th> 
    167                 </tr> 
    168         </thead> 
    169         <tbody> 
    170                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     166                        <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol"> <font color="#ffffff">c</font> </th> 
     167                </tr> 
     168        </thead> 
     169        <tbody> 
     170                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    171171                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> 2 </td> 
    172                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> 3 </td> 
    173                 </tr> 
    174                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    175                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> ok </td> 
    176                         <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> bad </td> 
     172                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> 3 </td> 
     173                </tr> 
     174                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     175                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> ok </td> 
     176                        <td bgcolor="#edf4f9" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> bad </td> 
    177177                </tr> 
    178178        </tbody> 
     
    200200<nop> 
    201201<nop> 
    202 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    203         <thead> 
    204                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     202<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     203        <thead> 
     204                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    205205                                <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <font color="#ffffff">a</font> </th> 
    206                                 <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol"> <font color="#ffffff">b</font> </th> 
    207                 </tr> 
    208                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     206                                <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol"> <font color="#ffffff">b</font> </th> 
     207                </tr> 
     208                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    209209                                <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=0;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">c</font></a> </th> 
    210                                 <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">c</font></a> </th> 
     210                                <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">c</font></a> </th> 
    211211                </tr> 
    212212        </thead> 
    213213        <tfoot> 
    214                 <tr class="twikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    215                                 <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> <font color="#ffffff">ok</font> </th> 
    216                                 <th bgcolor="#687684" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <font color="#ffffff">bad</font> </th> 
     214                <tr class="foswikiTableEven twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     215                                <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> <font color="#ffffff">ok</font> </th> 
     216                                <th bgcolor="#687684" valign="top" class="twikiTableCol1 foswikiLastCol foswikiLast"> <font color="#ffffff">bad</font> </th> 
    217217                </tr> 
    218218        </tfoot> 
    219219        <tbody> 
    220                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     220                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    221221                                <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 foswikiFirstCol"> 2 </td> 
    222                                 <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol"> 3 </td> 
     222                                <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 foswikiLastCol"> 3 </td> 
    223223                </tr> 
    224224        </tbody> 
     
    251251%TABLE{initsort="3" initdirection="up"}% 
    252252| *Title* | *Date* | *Size* | *Span date* | 
    253 | ABC | 26 May 2007 - 22:36 | 5.6 K | <span class="twikiNoBreak">26 May 2007 - 22:36</span> | 
    254 | def | 07 Feb 2006 - 13:23 | 0.2 K | <span class="twikiNoBreak">07 Feb 2006 - 13:23</span> | 
    255 | GHI | 26 Jul 2007 - 13:23 | 0.2 K | <span class="twikiNoBreak">26 Jul 2007 - 13:23</span> | 
    256 | jkl| 16 Sep 2008 - 09:48 | 10.2 K | <span class="twikiNoBreak">16 Sep 2008 - 09:48</span> | 
    257 | MNO | 06 Feb 2006 - 19:02 | 3.4 K | <span class="twikiNoBreak">06 Feb 2006 - 19:02</span> | 
    258 ACTUAL 
    259  
    260     my $expected = <<EXPECTED; 
    261 <nop> 
    262 <nop> 
    263 <nop> 
    264 <nop> 
    265 <nop> 
    266 <nop> 
    267 <nop> 
    268 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    269         <thead> 
    270                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     253| ABC | 26 May 2007 - 22:36 | 5.6 K | <span class="foswikiNoBreak">26 May 2007 - 22:36</span> | 
     254| def | 07 Feb 2006 - 13:23 | 0.2 K | <span class="foswikiNoBreak">07 Feb 2006 - 13:23</span> | 
     255| GHI | 26 Jul 2007 - 13:23 | 0.2 K | <span class="foswikiNoBreak">26 Jul 2007 - 13:23</span> | 
     256| jkl| 16 Sep 2008 - 09:48 | 10.2 K | <span class="foswikiNoBreak">16 Sep 2008 - 09:48</span> | 
     257| MNO | 06 Feb 2006 - 19:02 | 3.4 K | <span class="foswikiNoBreak">06 Feb 2006 - 19:02</span> | 
     258ACTUAL 
     259 
     260    my $expected = <<EXPECTED; 
     261<nop> 
     262<nop> 
     263<nop> 
     264<nop> 
     265<nop> 
     266<nop> 
     267<nop> 
     268<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     269        <thead> 
     270                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    271271                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=0;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Title</font></a> </th> 
    272272                        <th bgcolor="#687684" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Date</font></a> </th> 
    273                         <th bgcolor="#334455" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=2;table=1;up=2#sorted_table" title="Sort by this column"><font color="#ffffff">Size</font></a><span class="tableSortIcon tableSortDown"><img width="11" alt="Sorted descending" src="$pubUrlSystemWeb/DocumentGraphics/tablesortdown.gif" title="Sorted descending" height="13" border="0" /></span> </th> 
    274                         <th bgcolor="#687684" valign="top" class="twikiTableCol3 twikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=3;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Span date</font></a> </th> 
    275                 </tr> 
    276         </thead> 
    277         <tbody> 
    278                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     273                        <th bgcolor="#334455" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=2;table=1;up=2#sorted_table" title="Sort by this column"><font color="#ffffff">Size</font></a><span class="tableSortIcon tableSortDown"><img width="11" alt="Sorted descending" src="$pubUrlSystemWeb/DocumentGraphics/tablesortdown.gif" title="Sorted descending" height="13" border="0" /></span> </th> 
     274                        <th bgcolor="#687684" valign="top" class="twikiTableCol3 foswikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=3;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Span date</font></a> </th> 
     275                </tr> 
     276        </thead> 
     277        <tbody> 
     278                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    279279                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> jkl </td> 
    280280                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1"> 16 Sep 2008 - 09:48 </td> 
    281                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol"> 10.2 K </td> 
    282                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 twikiLastCol"> <span class="twikiNoBreak">16 Sep 2008 - 09:48</span> </td> 
    283                 </tr> 
    284                 <tr class="twikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     281                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol"> 10.2 K </td> 
     282                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 foswikiLastCol"> <span class="foswikiNoBreak">16 Sep 2008 - 09:48</span> </td> 
     283                </tr> 
     284                <tr class="foswikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    285285                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> ABC </td> 
    286286                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol1"> 26 May 2007 - 22:36 </td> 
    287                         <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol"> 5.6 K </td> 
    288                         <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol3 twikiLastCol"> <span class="twikiNoBreak">26 May 2007 - 22:36</span> </td> 
    289                 </tr> 
    290                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     287                        <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol"> 5.6 K </td> 
     288                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol3 foswikiLastCol"> <span class="foswikiNoBreak">26 May 2007 - 22:36</span> </td> 
     289                </tr> 
     290                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    291291                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> MNO </td> 
    292292                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1"> 06 Feb 2006 - 19:02 </td> 
    293                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol"> 3.4 K </td> 
    294                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 twikiLastCol"> <span class="twikiNoBreak">06 Feb 2006 - 19:02</span> </td> 
    295                 </tr> 
    296                 <tr class="twikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     293                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol"> 3.4 K </td> 
     294                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 foswikiLastCol"> <span class="foswikiNoBreak">06 Feb 2006 - 19:02</span> </td> 
     295                </tr> 
     296                <tr class="foswikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    297297                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> def </td> 
    298298                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol1"> 07 Feb 2006 - 13:23 </td> 
    299                         <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol"> 0.2 K </td> 
    300                         <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol3 twikiLastCol"> <span class="twikiNoBreak">07 Feb 2006 - 13:23</span> </td> 
    301                 </tr> 
    302                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    303                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> GHI </td> 
    304                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1 twikiLast"> 26 Jul 2007 - 13:23 </td> 
    305                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 twikiSortedDescendingCol twikiSortedCol twikiLast"> 0.2 K </td> 
    306                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 twikiLastCol twikiLast"> <span class="twikiNoBreak">26 Jul 2007 - 13:23</span> </td> 
     299                        <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol"> 0.2 K </td> 
     300                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol3 foswikiLastCol"> <span class="foswikiNoBreak">07 Feb 2006 - 13:23</span> </td> 
     301                </tr> 
     302                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     303                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> GHI </td> 
     304                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1 foswikiLast"> 26 Jul 2007 - 13:23 </td> 
     305                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol2 foswikiSortedDescendingCol foswikiSortedCol foswikiLast"> 0.2 K </td> 
     306                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol3 foswikiLastCol foswikiLast"> <span class="foswikiNoBreak">26 Jul 2007 - 13:23</span> </td> 
    307307                </tr> 
    308308        </tbody> 
     
    329329%TABLE{initsort="4" initdirection="up"}% 
    330330| *Title* | *Date* | *Size* | *Span date* | 
    331 | ABC | 26 May 2007 - 22:36 | 5.6 K | <span class="twikiNoBreak">26 May 2007 - 22:36</span> | 
    332 | def | 07 Feb 2006 - 13:23 | 0.2 K | <span class="twikiNoBreak">07 Feb 2006 - 13:23</span> | 
    333 | GHI | 26 Jul 2007 - 13:23 | 0.2 K | <span class="twikiNoBreak">26 Jul 2007 - 13:23</span> | 
    334 | jkl| 16 Sep 2008 - 09:48 | 10.2 K | <span class="twikiNoBreak">16 Sep 2008 - 09:48</span> | 
    335 | MNO | 06 Feb 2006 - 19:02 | 3.4 K | <span class="twikiNoBreak">06 Feb 2006 - 19:02</span> | 
    336 ACTUAL 
    337  
    338     my $expected = <<EXPECTED; 
    339 <nop> 
    340 <nop> 
    341 <nop> 
    342 <nop> 
    343 <nop> 
    344 <nop> 
    345 <nop> 
    346 <table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="rows" border="1"> 
    347         <thead> 
    348                 <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     331| ABC | 26 May 2007 - 22:36 | 5.6 K | <span class="foswikiNoBreak">26 May 2007 - 22:36</span> | 
     332| def | 07 Feb 2006 - 13:23 | 0.2 K | <span class="foswikiNoBreak">07 Feb 2006 - 13:23</span> | 
     333| GHI | 26 Jul 2007 - 13:23 | 0.2 K | <span class="foswikiNoBreak">26 Jul 2007 - 13:23</span> | 
     334| jkl| 16 Sep 2008 - 09:48 | 10.2 K | <span class="foswikiNoBreak">16 Sep 2008 - 09:48</span> | 
     335| MNO | 06 Feb 2006 - 19:02 | 3.4 K | <span class="foswikiNoBreak">06 Feb 2006 - 19:02</span> | 
     336ACTUAL 
     337 
     338    my $expected = <<EXPECTED; 
     339<nop> 
     340<nop> 
     341<nop> 
     342<nop> 
     343<nop> 
     344<nop> 
     345<nop> 
     346<table cellspacing="0" id="table1" cellpadding="0" class="foswikiTable" rules="rows" border="1"> 
     347        <thead> 
     348                <tr class="foswikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    349349                        <th bgcolor="#687684" valign="top" class="twikiTableCol0 foswikiFirstCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=0;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Title</font></a> </th> 
    350350                        <th bgcolor="#687684" valign="top" class="twikiTableCol1"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=1;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Date</font></a> </th> 
    351351                        <th bgcolor="#687684" valign="top" class="twikiTableCol2"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=2;table=1;up=0#sorted_table" title="Sort by this column"><font color="#ffffff">Size</font></a> </th> 
    352                         <th bgcolor="#334455" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=3;table=1;up=2#sorted_table" title="Sort by this column"><font color="#ffffff">Span date</font></a><span class="tableSortIcon tableSortDown"><img width="11" alt="Sorted descending" src="$pubUrlSystemWeb/DocumentGraphics/tablesortdown.gif" title="Sorted descending" height="13" border="0" /></span> </th> 
    353                 </tr> 
    354         </thead> 
    355         <tbody> 
    356                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     352                        <th bgcolor="#334455" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol"> <a rel="nofollow" href="$url/$TEST_WEB_NAME/TestTopicTableFormatting?sortcol=3;table=1;up=2#sorted_table" title="Sort by this column"><font color="#ffffff">Span date</font></a><span class="tableSortIcon tableSortDown"><img width="11" alt="Sorted descending" src="$pubUrlSystemWeb/DocumentGraphics/tablesortdown.gif" title="Sorted descending" height="13" border="0" /></span> </th> 
     353                </tr> 
     354        </thead> 
     355        <tbody> 
     356                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    357357                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> jkl </td> 
    358358 
    359359                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1"> 16 Sep 2008 - 09:48 </td> 
    360360                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol2"> 10.2 K </td> 
    361                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol"> <span class="twikiNoBreak">16 Sep 2008 - 09:48</span> </td> 
    362                 </tr> 
    363                 <tr class="twikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     361                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol"> <span class="foswikiNoBreak">16 Sep 2008 - 09:48</span> </td> 
     362                </tr> 
     363                <tr class="foswikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    364364 
    365365                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> GHI </td> 
    366366                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol1"> 26 Jul 2007 - 13:23 </td> 
    367367                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol2"> 0.2 K </td> 
    368                         <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol"> <span class="twikiNoBreak">26 Jul 2007 - 13:23</span> </td> 
    369  
    370                 </tr> 
    371                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     368                        <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol"> <span class="foswikiNoBreak">26 Jul 2007 - 13:23</span> </td> 
     369 
     370                </tr> 
     371                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    372372                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> ABC </td> 
    373373                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1"> 26 May 2007 - 22:36 </td> 
    374374                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol2"> 5.6 K </td> 
    375                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol"> <span class="twikiNoBreak">26 May 2007 - 22:36</span> </td> 
    376  
    377                 </tr> 
    378                 <tr class="twikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
     375                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol"> <span class="foswikiNoBreak">26 May 2007 - 22:36</span> </td> 
     376 
     377                </tr> 
     378                <tr class="foswikiTableOdd twikiTableRowdataBgSorted1 twikiTableRowdataBg1"> 
    379379                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol"> def </td> 
    380380                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol1"> 07 Feb 2006 - 13:23 </td> 
    381381                        <td bgcolor="#edf4f9" rowspan="1" valign="top" class="twikiTableCol2"> 0.2 K </td> 
    382                         <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol"> <span class="twikiNoBreak">07 Feb 2006 - 13:23</span> </td> 
    383  
    384                 </tr> 
    385                 <tr class="twikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    386                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol twikiLast"> MNO </td> 
    387                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1 twikiLast"> 06 Feb 2006 - 19:02 </td> 
    388                         <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol2 twikiLast"> 3.4 K </td> 
    389                         <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 twikiSortedDescendingCol twikiSortedCol twikiLastCol twikiLast"> <span class="twikiNoBreak">06 Feb 2006 - 19:02</span> </td> 
     382                        <td bgcolor="#ddebf6" rowspan="1" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol"> <span class="foswikiNoBreak">07 Feb 2006 - 13:23</span> </td> 
     383 
     384                </tr> 
     385                <tr class="foswikiTableEven twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
     386                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol0 foswikiFirstCol foswikiLast"> MNO </td> 
     387                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol1 foswikiLast"> 06 Feb 2006 - 19:02 </td> 
     388                        <td bgcolor="#ffffff" rowspan="1" valign="top" class="twikiTableCol2 foswikiLast"> 3.4 K </td> 
     389                        <td bgcolor="#f1f7fc" rowspan="1" valign="top" class="twikiTableCol3 foswikiSortedDescendingCol foswikiSortedCol foswikiLastCol foswikiLast"> <span class="foswikiNoBreak">06 Feb 2006 - 19:02</span> </td> 
    390390 
    391391                </tr> 
  • trunk/TopicUserMappingContrib/data/System/BulkRegistration.txt

    r1015 r1206  
    8888<form name="bulkRegister" action="%SCRIPTURLPATH{"manage"}%/%REGISTERTOPIC%" method="post"> 
    8989<input type="hidden" name="action" value="bulkRegister" />&nbsp; 
    90 <input %NOTMODIFYABLE% type="submit" class="twikiSubmit" value="Bulk Register these people" /> 
     90<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value="Bulk Register these people" /> 
    9191<input type="hidden" name="LogTopic" value="%LOGTOPIC%" /> 
    9292<input type="hidden" name="OverwriteHomeTopics" value="%OVERWRITEHOMETOPICS%" /> 
  • trunk/TopicUserMappingContrib/data/System/BulkResetPassword.txt

    r1015 r1206  
    99 
    1010<form action="%SCRIPTURLPATH{"manage"}%/%WEB%/%TOPIC%" method="post"> 
    11 <div class="twikiFormSteps"> 
    12 <div class="twikiFormStep"> 
     11<div class="foswikiFormSteps"> 
     12<div class="foswikiFormStep"> 
    1313---+++ Select users 
    1414%IF{ 
     
    3232__Note__ if you don't see all the users you expect in this table, make sure their home topic has an attached %SYSTEMWEB%.UserForm. This is used to identify users. 
    3333</div> 
    34 <div class="twikiFormStep"> 
     34<div class="foswikiFormStep"> 
    3535---+++ Write message 
    3636 
    3737*This text will be sent to users in their "reset" e-mail.* The login name and password will be filled in automatically. 
    38 <textarea class="twikiInputField" name="Introduction" rows="4" cols="70" style="width:99%;"> 
     38<textarea class="foswikiInputField" name="Introduction" rows="4" cols="70" style="width:99%;"> 
    3939Welcome! The site is ready for your use. Please use the login name and password listed below and contact me if you have any questions. 
    4040</textarea> 
    4141</div> 
    42 <div class="twikiFormStep twikiLast"> 
     42<div class="foswikiFormStep foswikiLast"> 
    4343<input type="hidden" name="action" value="resetPassword"> 
    44 <input %NOTMODIFYABLE% type="submit" class="twikiSubmit" value="Reset selected user passwords and send message"> 
     44<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value="Reset selected user passwords and send message"> 
    4545</div> 
    4646</div> 
  • trunk/TopicUserMappingContrib/data/System/ChangeEmailAddress.txt

    r1090 r1206  
    1414 
    1515<form name="manage" action="%SCRIPTURLPATH{"manage"}%/%WEB%/%TOPIC%" method="post"> 
    16 <div class="twikiFormSteps"> 
    17 <div class="twikiFormStep"> 
     16<div class="foswikiFormSteps"> 
     17<div class="foswikiFormStep"> 
    1818%IF{ 
    1919  "context passwords_modifyable" 
     
    2525--> 
    2626</div> 
    27 <div class="twikiFormStep"> 
     27<div class="foswikiFormStep"> 
    2828Registered e-mail addresses for currently logged in user (=%USERINFO{format="$wikiname"}%=): %USERINFO{format="$emails"}%  
    2929</div> 
    30 <div class="twikiFormStep"> 
     30<div class="foswikiFormStep"> 
    3131%TABLE{databg="transparent" tableborder="0" tablerules="none"}% 
    3232| | %MAKETEXT{"Fields marked [_1] are required" args="=<font color='red'>**</font>="}% | 
    33 |  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    34 |  %MAKETEXT{"Password"}%: | <input %NOTMODIFYABLE% type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    35 |  %MAKETEXT{"New e-mails (space-separated list)"}%: | <input %NOTMODIFYABLE% type="text" name="email" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
     33|  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     34|  %MAKETEXT{"Password"}%: | <input %NOTMODIFYABLE% type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     35|  %MAKETEXT{"New e-mails (space-separated list)"}%: | <input %NOTMODIFYABLE% type="text" name="email" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
    3636</div> 
    37 <div class="twikiFormStep twikiLast"> 
     37<div class="foswikiFormStep foswikiLast"> 
    3838<input type="hidden" name="TopicName" value="%TOPIC%" /> 
    3939<input type="hidden" name="action" value="changePassword" /> 
    40 <input %NOTMODIFYABLE% type="submit" class="twikiSubmit" value="Change e-mail address" /> 
    41 </div><!-- /twikiFormStep--> 
    42 </div><!-- /twikiFormSteps--> 
     40<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value="Change e-mail address" /> 
     41</div><!-- /foswikiFormStep--> 
     42</div><!-- /foswikiFormSteps--> 
    4343</form> 
    4444 
  • trunk/TopicUserMappingContrib/data/System/ChangePassword.txt

    r1090 r1206  
    66 
    77<form name="manage" action="%SCRIPTURLPATH{"manage"}%/%SYSTEMWEB%/%HOMETOPIC%" method="post"> 
    8 <div class="twikiFormSteps"> 
    9 <div class="twikiFormStep"> 
     8<div class="foswikiFormSteps"> 
     9<div class="foswikiFormStep"> 
    1010%IF{ 
    1111  "context passwords_modifyable" 
     
    1717--> 
    1818</div> 
    19 <div class="twikiFormStep"> 
     19<div class="foswikiFormStep"> 
    2020%TABLE{databg="transparent" tableborder="0" tablerules="none"}% 
    2121|%MAKETEXT{"Fields marked [_1] are required" args="=<font color='red'>**</font>="}% || 
    22 |  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    23 |  %MAKETEXT{"Current password"}%: | <input %NOTMODIFYABLE% type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    24 |  %MAKETEXT{"New password"}%: | <input %NOTMODIFYABLE% type="password" name="password" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    25 |  %MAKETEXT{"Retype new password"}%: | <input %NOTMODIFYABLE% type="password" name="passwordA" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
     22|  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     23|  %MAKETEXT{"Current password"}%: | <input %NOTMODIFYABLE% type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     24|  %MAKETEXT{"New password"}%: | <input %NOTMODIFYABLE% type="password" name="password" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     25|  %MAKETEXT{"Retype new password"}%: | <input %NOTMODIFYABLE% type="password" name="passwordA" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
    2626</div> 
    27 <div class="twikiFormStep twikiLast"> 
     27<div class="foswikiFormStep foswikiLast"> 
    2828<input type="hidden" name="TopicName" value="%TOPIC%" /> 
    2929<input type="hidden" name="action" value="changePassword" /> 
    30 <input %NOTMODIFYABLE% type="submit" class="twikiSubmit" value="%MAKETEXT{"Change password"}%" /> 
    31 </div><!-- /twikiFormStep--> 
    32 </div><!-- /twikiFormSteps--> 
     30<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value="%MAKETEXT{"Change password"}%" /> 
     31</div><!-- /foswikiFormStep--> 
     32</div><!-- /foswikiFormSteps--> 
    3333</form> 
    3434 
  • trunk/TopicUserMappingContrib/data/System/ResetPassword.txt

    r1090 r1206  
    88 
    99<form name="resetpasswd" action="%SCRIPTURLPATH{"resetpasswd"}%/%USERSWEB%/%HOMETOPIC%" method="post"> 
    10 <div class="twikiFormSteps"> 
    11 <div class="twikiFormStep"> 
     10<div class="foswikiFormSteps"> 
     11<div class="foswikiFormStep"> 
    1212 
    1313%IF{ 
     
    2222%X% %MAKETEXT{"you *must* have at least one valid registered e-mail to be able to reset your password. If none of your registered e-mail addresses is valid, and you have forgotten your password, contact [_1]." args="%WIKIWEBMASTER%"}% 
    2323</div> 
    24 <div class="twikiFormStep"> 
     24<div class="foswikiFormStep"> 
    2525%TABLE{databg="transparent" tableborder="0" tablerules="none"}% 
    2626|%MAKETEXT{"Fields marked [_1] are required" args="=<font color='red'>**</font>="}% || 
    27 |  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="LoginName" value="%URLPARAM{username}%" size="40" class="twikiInputField" /> =<font color="red">**</font>= | 
    28 </div><!-- /twikiFormStep--> 
    29 <div class="twikiFormStep twikiLast"> 
     27|  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="LoginName" value="%URLPARAM{username}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= | 
     28</div><!-- /foswikiFormStep--> 
     29<div class="foswikiFormStep foswikiLast"> 
    3030<input type="hidden" name="action" value="resetPassword"> 
    3131<input type="hidden" name="TopicName" value="%TOPIC%" /> 
    32 <input %NOTMODIFYABLE% type="submit" class="twikiSubmit" value=" %MAKETEXT{"Reset password"}% " /> 
    33 </div><!-- /twikiFormStep--> 
    34 </div><!-- /twikiFormSteps--> 
     32<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value=" %MAKETEXT{"Reset password"}% " /> 
     33</div><!-- /foswikiFormStep--> 
     34</div><!-- /foswikiFormSteps--> 
    3535</form> 
    3636 
  • trunk/TopicUserMappingContrib/data/System/UserRegistration.txt

    r1090 r1206  
    8080 
    8181<form action="%SCRIPTURLPATH{"register"}%/%USERSWEB%/%HOMETOPIC%" method="post"> 
    82 <div class="twikiFormSteps"> 
    83 <div class="twikiFormStep"> 
     82<div class="foswikiFormSteps"> 
     83<div class="foswikiFormStep"> 
    8484*%MAKETEXT{"To register as a new user, simply fill out this form:"}%* 
    8585</div> 
    86 <div class="twikiFormStep"> 
     86<div class="foswikiFormStep"> 
    8787<table border="0" cellpadding="0" cellspacing="6"> 
    8888<tr> 
     
    9292<tr> 
    9393  <td align="right"> %MAKETEXT{"First Name:"}% </td> 
    94   <td><input %NOREGISTRATION% type="text" name="Twk1FirstName" size="40" class="twikiInputField" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.value)+capitalise(this.form.Twk1LastName.value)" /> =<font color="red">**</font>= </td> 
     94  <td><input %NOREGISTRATION% type="text" name="Twk1FirstName" size="40" class="foswikiInputField" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.value)+capitalise(this.form.Twk1LastName.value)" /> =<font color="red">**</font>= </td> 
    9595</tr> 
    9696<tr> 
    9797  <td align="right"> %MAKETEXT{"Last Name:"}% </td> 
    98   <td><input %NOREGISTRATION%  type="text" name="Twk1LastName" size="40" class="twikiInputField" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.form.Twk1FirstName.value)+capitalise(this.value)" /> =<font color="red">**</font>= </td> 
     98  <td><input %NOREGISTRATION%  type="text" name="Twk1LastName" size="40" class="foswikiInputField" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.form.Twk1FirstName.value)+capitalise(this.value)" /> =<font color="red">**</font>= </td> 
    9999</tr> 
    100100  <td align="right"> %MAKETEXT{"(identifies you to others) WikiName:"}% </td> 
    101   <td><input %NOREGISTRATION%  type="text" name="Twk1WikiName" size="40" class="twikiInputField" value="" onblur="" /> =<font color="red">**</font>= </td> 
     101  <td><input %NOREGISTRATION%  type="text" name="Twk1WikiName" size="40" class="foswikiInputField" value="" onblur="" /> =<font color="red">**</font>= </td> 
    102102</tr> 
    103103<!-- 
    104104   # optional row for login name, enabled by {Register}{AllowLoginName} option in =configure= 
    105    * Set BESPOKE_AUTH = <tr><td align=\"right\"> %MAKETEXT{"(how you log in) LoginName:"}% </td><td><input %NOREGISTRATION% type=\"text\" name=\"Twk1LoginName\" size=\"40\" class=\"twikiInputField\" value=\"%REMOTE_USER%\" /> =<font color='red'>**</font>= </td></tr> 
     105   * Set BESPOKE_AUTH = <tr><td align=\"right\"> %MAKETEXT{"(how you log in) LoginName:"}% </td><td><input %NOREGISTRATION% type=\"text\" name=\"Twk1LoginName\" size=\"40\" class=\"foswikiInputField\" value=\"%REMOTE_USER%\" /> =<font color='red'>**</font>= </td></tr> 
    106106--> 
    107107%IF{"$ ALLOWLOGINNAME" then="%BESPOKE_AUTH%"}% 
    108108<tr> 
    109109  <td align="right"> %MAKETEXT{"E-mail address:"}% </td> 
    110   <td><input %NOREGISTRATION%  type="text" name="Twk1Email" size="40" class="twikiInputField" value="" /> =<font color="red">**</font>= </td> 
     110  <td><input %NOREGISTRATION%  type="text" name="Twk1Email" size="40" class="foswikiInputField" value="" /> =<font color="red">**</font>= </td> 
    111111</tr> 
    112112<!-- 
    113113   # optional rows for password, enabled by {Register}{AllowLoginName} option in =configure=, we assume that login name means that Foswiki does not handle passwords 
    114    * Set BESPOKE_PASSWORD = <tr><td align=\"right\"> %MAKETEXT{"Your password:"}% </td><td><input %NOREGISTRATION% type=\"password\" name=\"Twk0Password\" size=\"40\" class=\"twikiInputField\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr>\ 
    115      <tr><td align=\"right\"> %MAKETEXT{"Retype password:"}% </td><td><input %NOREGISTRATION% type=\"password\" name=\"Twk0Confirm\" size=\"40\" class=\"twikiInputField\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr> 
     114   * Set BESPOKE_PASSWORD = <tr><td align=\"right\"> %MAKETEXT{"Your password:"}% </td><td><input %NOREGISTRATION% type=\"password\" name=\"Twk0Password\" size=\"40\" class=\"foswikiInputField\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr>\ 
     115     <tr><td align=\"right\"> %MAKETEXT{"Retype password:"}% </td><td><input %NOREGISTRATION% type=\"password\" name=\"Twk0Confirm\" size=\"40\" class=\"foswikiInputField\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr> 
    116116--> 
    117117%IF{"$ ALLOWLOGINNAME < 1" then="%BESPOKE_PASSWORD%"}% 
    118118<tr> 
    119119  <td align="right"> %MAKETEXT{"Organisation name:"}% </td> 
    120   <td><input %NOREGISTRATION%  type="text" name="Twk0OrganisationName" size="40" class="twikiInputField" value="" /></td> 
     120  <td><input %NOREGISTRATION%  type="text" name="Twk0OrganisationName" size="40" class="foswikiInputField" value="" /></td> 
    121121</tr><tr> 
    122122  <td align="right"> %MAKETEXT{"Organisation URL:"}% </td> 
    123   <td><input %NOREGISTRATION%  type="text" name="Twk0OrganisationURL" size="40" class="twikiInputField" onBlur="if(this.value=='http://') { this.value='' }" onFocus="if(this.value=='') { this.value='http://' }" /></td> 
     123  <td><input %NOREGISTRATION%  type="text" name="Twk0OrganisationURL" size="40" class="foswikiInputField" onBlur="if(this.value=='http://') { this.value='' }" onFocus="if(this.value=='') { this.value='http://' }" /></td> 
    124124</tr><tr> 
    125125  <td align="right"> %MAKETEXT{"Country:"}% </td> 
    126126  <td> 
    127   <select class="twikiSelect" %NOREGISTRATION%  name="Twk1Country" size="1"> 
     127  <select class="foswikiSelect" %NOREGISTRATION%  name="Twk1Country" size="1"> 
    128128  <option selected value="">Select...</option> 
    129129  <option>USA</option> 
     
    275275<tr> 
    276276  <td valign="top" align="right"> %MAKETEXT{"Comments:"}%<br /> %MAKETEXT{"(optional)"}% </td> 
    277   <td><textarea %NOREGISTRATION%  name="Twk0Comment" wrap="virtual" rows="4" cols="38" class="twikiInputField"></textarea></td> 
     277  <td><textarea %NOREGISTRATION%  name="Twk0Comment" wrap="virtual" rows="4" cols="38" class="foswikiInputField"></textarea></td> 
    278278</tr> 
    279279</table> 
    280 </div><!-- /twikiFormStep--> 
    281 <div class="twikiFormStep"> 
     280</div><!-- /foswikiFormStep--> 
     281<div class="foswikiFormStep"> 
    282282%MAKETEXT{"When [_1] receives the form, it will mail an account activation code to the e-mail address you gave above. Enter that activation code in the following screen, or follow the link in the e-mail, to activate your account. Once your account is activated, [_1] will:" args="%WIKITOOLNAME%"}% 
    283283   * %MAKETEXT{"Finish creating an account for you, so that you can start editing pages using your WikiName."}% 
     
    291291%MAKETEXT{"Once registered you can login using your [_1] and password." args="%LOGIN_METHOD_IN_THIS_SITE%"}% 
    292292</div> 
    293 <div class="twikiFormStep twikiLast"> 
     293<div class="foswikiFormStep foswikiLast"> 
    294294<input type="hidden" name="rx" value='%BLACKLISTPLUGIN{ action="magic" }%' /> 
    295295<input type="hidden" name="topic" value="%TOPIC%" /> 
    296296<input type="hidden" name="action" value="register" /> 
    297 <input %NOREGISTRATION%  type="submit" class="twikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
    298 </div><!-- /twikiFormStep--> 
    299 </div><!-- /twikiFormSteps--> 
     297<input %NOREGISTRATION%  type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
     298</div><!-- /foswikiFormStep--> 
     299</div><!-- /foswikiFormSteps--> 
    300300</form> 
    301301 
  • trunk/TopicUserMappingContrib/test/unit/TopicUserMappingContrib/TopicUserMappingContribTests.pm

    r1071 r1206  
    262262    #TODO: redo this with custom tmpl and check each username 
    263263    my $output = <<'THIS'; 
    264 <div class="twikiAttachments"> 
     264<div class="foswikiAttachments"> 
    265265| *I* | *%MAKETEXT{"Attachment"}%* | *%MAKETEXT{"Action"}%* | *%MAKETEXT{"Size"}%* | *%MAKETEXT{"Date"}%* | *%MAKETEXT{"Who"}%* | *%MAKETEXT{"Comment"}%* | 
    266 | <img width="16" alt="png" align="top" src="%PUBURLPATH%/System/DocumentGraphics/png.gif" height="16" border="0" /><span class="twikiHidden">png</span> | <a href="%ATTACHURLPATH%/%ENCODE{home.org.au.png}%">home.org.au.png</a> | <a href="%SCRIPTURLPATH{"attach"}%/%WEB%/%TOPIC%?filename=%ENCODE{"home.org.au.png"}%;revInfo=1" title="%MAKETEXT{"change, update, previous revisions, move, delete..."}%" rel="nofollow">%MAKETEXT{"manage"}%</a> |  4.1&nbsp;K|<span class="twikiNoBreak">31 May 2007 - 21:58</span> |TemporaryTopicUserMappingContribTestsUsersWeb.JoeDoe  |&nbsp;  | 
     266| <img width="16" alt="png" align="top" src="%PUBURLPATH%/System/DocumentGraphics/png.gif" height="16" border="0" /><span class="foswikiHidden">png</span> | <a href="%ATTACHURLPATH%/%ENCODE{home.org.au.png}%">home.org.au.png</a> | <a href="%SCRIPTURLPATH{"attach"}%/%WEB%/%TOPIC%?filename=%ENCODE{"home.org.au.png"}%;revInfo=1" title="%MAKETEXT{"change, update, previous revisions, move, delete..."}%" rel="nofollow">%MAKETEXT{"manage"}%</a> |  4.1&nbsp;K|<span class="foswikiNoBreak">31 May 2007 - 21:58</span> |TemporaryTopicUserMappingContribTestsUsersWeb.JoeDoe  |&nbsp;  | 
    267267</div> 
    268268THIS 
  • trunk/TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin.pm

    r1148 r1206  
    254254        '<a href="#">' 
    255255      . $imgLeftTag 
    256       . '<span class="twikiLinkLabel twikiUnvisited' . $linkClass . '">' 
     256      . '<span class="foswikiLinkLabel foswikiUnvisited' . $linkClass . '">' 
    257257      . $link 
    258258      . '</span>' 
     
    326326    my $shouldHideTrigger = 1; 
    327327    if ($isTrigger) { 
    328         push( @classList, 'twistyTrigger twikiUnvisited' ); 
     328        push( @classList, 'twistyTrigger foswikiUnvisited' ); 
    329329 
    330330        if (   $state eq $TWISTYPLUGIN_CONTENT_SHOWN 
     
    350350            $shouldHideContent = 0; 
    351351        } 
    352         push( @classList, 'twikiMakeHidden' ) if $shouldHideContent; 
     352        push( @classList, 'foswikiMakeHidden' ) if $shouldHideContent; 
    353353    } 
    354354 
     
    357357    if ( !$isTrigger && $noscriptHide ) { 
    358358        if ( $mode eq 'div' ) { 
    359             push( @classList, 'twikiMakeVisibleBlock' ); 
     359            push( @classList, 'foswikiMakeVisibleBlock' ); 
    360360        } 
    361361        else { 
    362             push( @classList, 'twikiMakeVisibleInline' ); 
     362            push( @classList, 'foswikiMakeVisibleInline' ); 
    363363        } 
    364364    } 
     
    425425sub _wrapInContainerHideIfNoJavascripOpen { 
    426426    my ($mode) = @_; 
    427     return '<' . $mode . ' class="twistyPlugin twikiMakeVisibleInline">'; 
     427    return '<' . $mode . ' class="twistyPlugin foswikiMakeVisibleInline">'; 
    428428} 
    429429 
    430430sub _wrapInContainerDivIfNoJavascripClose { 
    431431    my ($mode) = @_; 
    432     return '</' . $mode . '><!--/twistyPlugin twikiMakeVisibleInline-->'; 
     432    return '</' . $mode . '><!--/twistyPlugin foswikiMakeVisibleInline-->'; 
    433433} 
    434434 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.css

    r1033 r1206  
    1414 
    1515/* These styles are available in TWiki 4.2, but provided here for older TWiki versions: */ 
    16 .twikiMakeVisible, 
    17 .twikiMakeVisibleInline, 
    18 .twikiMakeVisibleBlock { 
     16.foswikiMakeVisible, 
     17.foswikiMakeVisibleInline, 
     18.foswikiMakeVisibleBlock { 
    1919        display:none; /* will be made visible with javascript */ 
    2020} 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.dojo.js

    r1033 r1206  
    177177        //foswiki.CSS.replaceClass(e, "twistyMakeHidden", "twistyHidden"); 
    178178 
    179         dojo.removeClass(e, "twikiMakeVisible"); 
    180  
    181         dojo.removeClass(e, "twikiMakeVisibleBlock"); 
    182  
    183         dojo.removeClass(e, "twikiMakeVisibleInline"); 
    184  
    185         dojo.removeClass(e, "twikiMakeHidden"); 
     179        dojo.removeClass(e, "foswikiMakeVisible"); 
     180 
     181        dojo.removeClass(e, "foswikiMakeVisibleBlock"); 
     182 
     183        dojo.removeClass(e, "foswikiMakeVisibleInline"); 
     184 
     185        dojo.removeClass(e, "foswikiMakeHidden"); 
    186186 
    187187 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.jquery.css

    r1033 r1206  
    1414 
    1515/* These styles are available in TWiki 4.2, but provided here for older TWiki versions: */ 
    16 .twikiMakeVisible, 
    17 .twikiMakeVisibleInline, 
    18 .twikiMakeVisibleBlock { 
     16.foswikiMakeVisible, 
     17.foswikiMakeVisibleInline, 
     18.foswikiMakeVisibleBlock { 
    1919        display:none; /* will be made visible with javascript */ 
    2020} 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.jquery.js

    r1033 r1206  
    234234$(function() { 
    235235  $(".twistyTrigger, .twistyContent"). 
    236     removeClass("twistyMakeHidden twikiMakeHidden twikiMakeVisible twikiMakeVisibleBlock twikiMakeVisibleInline"). 
     236    removeClass("twistyMakeHidden foswikiMakeHidden foswikiMakeVisible foswikiMakeVisibleBlock foswikiMakeVisibleInline"). 
    237237    addClass("twistyHidden"). 
    238238    each(function() { 
  • trunk/TwistyPlugin/pub/System/TwistyPlugin/twisty.js

    r1033 r1206  
    188188         
    189189        foswiki.CSS.replaceClass(e, "twistyMakeHidden", "twistyHidden"); 
    190         foswiki.CSS.removeClass(e, "twikiMakeVisible"); 
    191         foswiki.CSS.removeClass(e, "twikiMakeVisibleBlock"); 
    192         foswiki.CSS.removeClass(e, "twikiMakeVisibleInline"); 
    193         foswiki.CSS.removeClass(e, "twikiMakeHidden"); 
     190        foswiki.CSS.removeClass(e, "foswikiMakeVisible"); 
     191        foswiki.CSS.removeClass(e, "foswikiMakeVisibleBlock"); 
     192        foswiki.CSS.removeClass(e, "foswikiMakeVisibleInline"); 
     193        foswiki.CSS.removeClass(e, "foswikiMakeHidden"); 
    194194         
    195195        if (ref.show && ref.hide && ref.toggle) { 
  • trunk/TwistyPlugin/test/unit/TwistyPlugin/TwistyPluginTests.pm

    r1178 r1206  
    4444 
    4545    my $expected = <<EXPECTED; 
    46 <span class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">More...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Close</span></a> </span></span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent twikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
     46<span class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">More...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Close</span></a> </span></span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent foswikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
    4747EXPECTED 
    4848 
     
    5858 
    5959    my $expected = <<EXPECTED; 
    60 <div class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">More...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Close</span></a> </span>  </div><!--/twistyPlugin twikiMakeVisibleInline--> <div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent twikiMakeHidden twistyInited">div content</div></div><!--/twistyPlugin--> 
     60<div class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">More...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Close</span></a> </span>  </div><!--/twistyPlugin foswikiMakeVisibleInline--> <div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent foswikiMakeHidden twistyInited">div content</div></div><!--/twistyPlugin--> 
    6161EXPECTED 
    6262 
     
    7272 
    7373    my $expected = <<EXPECTED; 
    74 <span class="twistyPlugin twikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">More...</span></a></span><span id="myidhide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Close</span></a> </span></span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent twikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
     74<span class="twistyPlugin foswikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">More...</span></a></span><span id="myidhide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Close</span></a> </span></span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent foswikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
    7575EXPECTED 
    7676 
     
    8686 
    8787    my $expected = <<EXPECTED; 
    88 <span class="twistyPlugin twikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">More...</span></a> </span> </span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin twikiMakeVisibleInline"><span id="myidhide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Close</span></a> </span> </span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent twikiMakeHidden twistyInited">toggle content</span></span><!--/twistyPlugin--> 
     88<span class="twistyPlugin foswikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">More...</span></a> </span> </span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin foswikiMakeVisibleInline"><span id="myidhide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Close</span></a> </span> </span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent foswikiMakeHidden twistyInited">toggle content</span></span><!--/twistyPlugin--> 
    8989EXPECTED 
    9090 
     
    100100 
    101101    my $expected = <<EXPECTED; 
    102 <span class="twistyPlugin twikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">more</span></a></span><span id="myidhide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">more</span></a> </span>  </span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent twikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
     102<span class="twistyPlugin foswikiMakeVisibleInline"><span id="myidshow" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">more</span></a></span><span id="myidhide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">more</span></a> </span>  </span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="myidtoggle" class="twistyContent foswikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
    103103EXPECTED 
    104104 
     
    123123 
    124124    my $expected = <<EXPECTED1; 
    125 <div class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><img src=" 
     125<div class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><img src=" 
    126126EXPECTED1 
    127127  
     
    129129      
    130130$expected .= <<EXPECTED2; 
    131 " border="0" alt="" /><span class="twikiLinkLabel twikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><img src=" 
     131" border="0" alt="" /><span class="foswikiLinkLabel foswikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><img src=" 
    132132EXPECTED2 
    133133 
     
    135135 
    136136$expected .= <<EXPECTED3; 
    137 " border="0" alt="" /><span class="twikiLinkLabel twikiUnvisited">Hide</span></a> </span>  </div><!--/twistyPlugin twikiMakeVisibleInline--> <div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent twikiMakeHidden twistyInited"> 
     137" border="0" alt="" /><span class="foswikiLinkLabel foswikiUnvisited">Hide</span></a> </span>  </div><!--/twistyPlugin foswikiMakeVisibleInline--> <div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent foswikiMakeHidden twistyInited"> 
    138138content with icons 
    139139</div></div><!--/twistyPlugin--> 
     
    160160 
    161161    my $result_off = <<RESULT_OFF; 
    162 <span class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyForgetSetting twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyForgetSetting twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Hide</span></a> </span></span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyForgetSetting twistyContent twikiMakeHidden twistyInited"> 
     162<span class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyForgetSetting twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyForgetSetting twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Hide</span></a> </span></span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyForgetSetting twistyContent foswikiMakeHidden twistyInited"> 
    163163my twisty content 
    164164</span></span><!--/twistyPlugin--> 
     
    178178 
    179179    my $expected = <<EXPECTED; 
    180 <span class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2show" class="twistyRememberSetting twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2hide" class="twistyRememberSetting twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited">Hide</span></a> </span></span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2toggle" class="twistyRememberSetting twistyContent twikiMakeHidden twistyInited"> 
     180<span class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2show" class="twistyRememberSetting twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Show...</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2hide" class="twistyRememberSetting twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited">Hide</span></a> </span></span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting2toggle" class="twistyRememberSetting twistyContent foswikiMakeHidden twistyInited"> 
    181181my twisty content 
    182182</span></span><!--/twistyPlugin--> 
     
    195195 
    196196    my $expected = <<EXPECTED1; 
    197 <span class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited"><img src=" 
     197<span class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited"><img src=" 
    198198EXPECTED1 
    199199 
     
    201201 
    202202    $expected .= <<EXPECTED2; 
    203 " alt="DONE" title="DONE" width="16" height="16" border="0" /></span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited"><img src=" 
     203" alt="DONE" title="DONE" width="16" height="16" border="0" /></span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited"><img src=" 
    204204EXPECTED2 
    205205 
     
    207207 
    208208    $expected .= <<EXPECTED3; 
    209 " alt="DONE" title="DONE" width="16" height="16" border="0" /></span></a> </span></span><!--/twistyPlugin twikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent twikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
     209" alt="DONE" title="DONE" width="16" height="16" border="0" /></span></a> </span></span><!--/twistyPlugin foswikiMakeVisibleInline--><span class="twistyPlugin"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent foswikiMakeHidden twistyInited">content</span></span><!--/twistyPlugin--> 
    210210EXPECTED3 
    211211 
     
    224224 
    225225    my $expected = <<EXPECTED; 
    226 <div class="twistyPlugin twikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited foswikiButton">open</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger twikiUnvisited twistyHidden twistyInited"><a href="#"><span class="twikiLinkLabel twikiUnvisited foswikiButton">open</span></a></span></div><!--/twistyPlugin twikiMakeVisibleInline--><div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent twikiMakeHidden twistyInited"> 
     226<div class="twistyPlugin foswikiMakeVisibleInline"><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1show" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited foswikiButton">open</span></a></span><span id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1hide" class="twistyTrigger foswikiUnvisited twistyHidden twistyInited"><a href="#"><span class="foswikiLinkLabel foswikiUnvisited foswikiButton">open</span></a></span></div><!--/twistyPlugin foswikiMakeVisibleInline--><div class="twistyPlugin"><div id="twistyIdTemporaryTwistyFormattingTestWebTwistyFormattingTestTopicTwistyFormatting1toggle" class="twistyContent foswikiMakeHidden twistyInited"> 
    227227contents 
    228228</div></div><!--/twistyPlugin--> 
  • trunk/UnitTestContrib/test/unit/FormattingTests.pm

    r1090 r1206  
    5353    my $this = shift; 
    5454    my $expected = <<EXPECTED; 
    55 <a href="$this->{sup}/$this->{test_web}/$this->{test_topic}" class="foswikiCurrentTopicLink foswikiLink" >$this->{test_topic}</a> 
     55<a href="$this->{sup}/$this->{test_web}/$this->{test_topic}" class="foswikiCurrentTopicLink" >$this->{test_topic}</a> 
    5656EXPECTED 
    5757 
     
    6767    my $this = shift; 
    6868    my $expected = <<EXPECTED; 
    69 <a class="foswikiCurrentWebHomeLink foswikiLink" href="$this->{sup}/$this->{test_web}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{HomeTopicName}</a> 
     69<a class="foswikiCurrentWebHomeLink" href="$this->{sup}/$this->{test_web}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{HomeTopicName}</a> 
    7070EXPECTED 
    7171 
     
    8080    my $this = shift; 
    8181    my $expected = <<EXPECTED; 
    82 <a class="foswikiCurrentWebHomeLink foswikiLink" href="$this->{sup}/$this->{test_web}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{HomeTopicName}</a> 
     82<a class="foswikiCurrentWebHomeLink" href="$this->{sup}/$this->{test_web}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{HomeTopicName}</a> 
    8383EXPECTED 
    8484 
     
    9393    my $this = shift; 
    9494    my $expected = <<EXPECTED; 
    95 <a class="foswikiLink" href="$this->{sup}/$Foswiki::cfg{SystemWebName}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{SystemWebName}.$Foswiki::cfg{HomeTopicName}</a> 
     95<a class="" href="$this->{sup}/$Foswiki::cfg{SystemWebName}/$Foswiki::cfg{HomeTopicName}">$Foswiki::cfg{SystemWebName}.$Foswiki::cfg{HomeTopicName}</a> 
    9696EXPECTED 
    9797 
     
    106106    my $this = shift; 
    107107    my $expected = <<EXPECTED; 
    108 <a class="foswikiLink" href="$this->{sup}/$Foswiki::cfg{SystemWebName}/$Foswiki::cfg{HomeTopicName}">Alt <nop>TextAlt</a> 
     108<a class="" href="$this->{sup}/$Foswiki::cfg{SystemWebName}/$Foswiki::cfg{HomeTopicName}">Alt <nop>TextAlt</a> 
    109109EXPECTED 
    110110 
     
    179179    my $this = shift; 
    180180    my $expected = <<EXPECTED; 
    181 <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/Underscore_topic">Underscore_topic</a> 
     181<a class="" href="$this->{sup}/$this->{test_web}/Underscore_topic">Underscore_topic</a> 
    182182EXPECTED 
    183183 
     
    191191    my $this = shift; 
    192192    my $expected = <<EXPECTED; 
    193 <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/Underscore_topic">$this->{test_web}.Underscore_topic</a> 
     193<a class="" href="$this->{sup}/$this->{test_web}/Underscore_topic">$this->{test_web}.Underscore_topic</a> 
    194194EXPECTED 
    195195 
     
    203203    my $this = shift; 
    204204    my $expected = <<EXPECTED; 
    205 <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/Underscore_topic">topic</a> 
     205<a class="" href="$this->{sup}/$this->{test_web}/Underscore_topic">topic</a> 
    206206EXPECTED 
    207207 
     
    277277    my $this = shift; 
    278278    my $expected = <<EXPECTED; 
    279 <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/H_">H_</a> 
     279<a class="" href="$this->{sup}/$this->{test_web}/H_">H_</a> 
    280280EXPECTED 
    281281 
     
    295295    my $this = shift; 
    296296    my $expected = <<EXPECTED; 
    297 <a class="foswikiLink" href="$this->{sup}/System/WebRssBase">System.WebRss <nop>Base</a> 
     297<a class="" href="$this->{sup}/System/WebRssBase">System.WebRss <nop>Base</a> 
    298298EXPECTED 
    299299 
     
    370370    my $this = shift; 
    371371    my $expected = <<EXPECTED; 
    372 <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/Numeric1Wikiword">Numeric1Wikiword</a> 
     372<a class="" href="$this->{sup}/$this->{test_web}/Numeric1Wikiword">Numeric1Wikiword</a> 
    373373EXPECTED 
    374374 
     
    443443    my $this = shift; 
    444444    my $expected = <<EXPECTED; 
    445 <em>text with <a class="foswikiLink" href="$this->{sup}/$this->{test_web}/H_">H_</a> link</em> 
     445<em>text with <a class="" href="$this->{sup}/$this->{test_web}/H_">H_</a> link</em> 
    446446EXPECTED 
    447447 
     
    669669    my $this = shift; 
    670670    my $expected = <<EXPECTED; 
    671 <a class="foswikiCurrentWebHomeLink foswikiLink" href="$this->{sup}/$this->{test_web}/WebHome">topic</a> 
     671<a class="foswikiCurrentWebHomeLink" href="$this->{sup}/$this->{test_web}/WebHome">topic</a> 
    672672EXPECTED 
    673673 
  • trunk/UnitTestContrib/test/unit/RenderFormTests.pm

    r1178 r1206  
    184184    my $res = $meta->renderFormForDisplay(); 
    185185    $this->assert_html_equals(<<HERE, $res); 
    186 <div class="foswikiForm"><h3>[[TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm][InitializationForm]] <span class='patternSmallLinkToHeader'><a href='%SCRIPTURL{edit}%/%WEB%/%TOPIC%?t=%GMTIME{\$epoch}%;action=form'>%MAKETEXT{"edit"}%</a></span></h3><table class='twikiFormTable' border='1'><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue Name </td><td> 
     186<div class="foswikiForm"><h3>[[TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm][InitializationForm]] <span class='patternSmallLinkToHeader'><a href='%SCRIPTURL{edit}%/%WEB%/%TOPIC%?t=%GMTIME{\$epoch}%;action=form'>%MAKETEXT{"edit"}%</a></span></h3><table class='foswikiFormTable' border='1'><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue Name </td><td> 
    187187_An issue_ 
    188 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue Description </td><td> 
     188</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue Description </td><td> 
    189189&#124; abc &#124; 123 &#124;<br />&#124; def &#124; ghk &#124; 
    190 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 1 </td><td> 
     190</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 1 </td><td> 
    191191*no web* 
    192 </td></tr>SOUR<tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 3 </td><td> 
     192</td></tr>SOUR<tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 3 </td><td> 
    193193_hello world_ 
    194 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 4 </td><td> 
     194</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 4 </td><td> 
    195195,   * high 
    196 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 5 </td><td> 
     196</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 5 </td><td> 
    197197Foo, Baz 
    198198</td></tr></table></div><!-- /foswikiForm --> 
     
    203203 
    204204    $this->assert_html_equals(<<HERE, $res); 
    205 <div class="foswikiForm"><h3>[[TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm][InitializationForm]] <span class='patternSmallLinkToHeader'><a href='%SCRIPTURL{edit}%/%WEB%/%TOPIC%?t=%GMTIME{\$epoch}%;action=form'>%MAKETEXT{"edit"}%</a></span></h3><table class='twikiFormTable' border='1'><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue Name </td><td> 
     205<div class="foswikiForm"><h3>[[TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm][InitializationForm]] <span class='patternSmallLinkToHeader'><a href='%SCRIPTURL{edit}%/%WEB%/%TOPIC%?t=%GMTIME{\$epoch}%;action=form'>%MAKETEXT{"edit"}%</a></span></h3><table class='foswikiFormTable' border='1'><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue Name </td><td> 
    206206_An issue_ 
    207 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue Description </td><td> 
     207</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue Description </td><td> 
    208208---+ Example problem 
    209 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 1 </td><td> 
     209</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 1 </td><td> 
    210210*Defect* 
    211 </td></tr>SOUR<tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 3 </td><td> 
     211</td></tr>SOUR<tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 3 </td><td> 
    212212Defect, None 
    213 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 4 </td><td> 
     213</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 4 </td><td> 
    214214Defect 
    215 </td></tr><tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'> Issue 5 </td><td> 
     215</td></tr><tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'> Issue 5 </td><td> 
    216216Foo, Baz 
    217217</td></tr></table></div><!-- /foswikiForm --> 
     
    228228    my $res = $formDef->renderForEdit($this->{test_web}, $testtopic1, $meta); 
    229229my $expected = <<HERE; 
    230 <div class="foswikiForm twikiEditForm"><table class="twikiFormTable"> 
     230<div class="foswikiForm foswikiEditForm"><table class="foswikiFormTable"> 
    231231<tr> 
    232 <th class="twikiFormTableHRow" colspan="2"><a rel="nofollow" target="InitializationForm" href="%VIEWURL%/TemporaryRenderFormTestsTestWebRenderFormTests/InitializationForm" title="Details in separate window" onclick="return launchWindow(&quot;TemporaryRenderFormTestsTestWebRenderFormTests&quot;,&quot;InitializationForm&quot;)">TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm</a> <input type="submit" name="action_replaceform" value='Replace form...' class="twikiChangeFormButton foswikiButton" /></th> 
     232<th class="foswikiFormTableHRow" colspan="2"><a rel="nofollow" target="InitializationForm" href="%VIEWURL%/TemporaryRenderFormTestsTestWebRenderFormTests/InitializationForm" title="Details in separate window" onclick="return launchWindow(&quot;TemporaryRenderFormTestsTestWebRenderFormTests&quot;,&quot;InitializationForm&quot;)">TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm</a> <input type="submit" name="action_replaceform" value='Replace form...' class="foswikiChangeFormButton foswikiButton" /></th> 
    233233</tr>  
    234 <tr><th align="right">Issue Name</th><td align="left"><input type="text" name="IssueName" value="_An issue_" size="40" class="twikiInputField" /></td></tr> 
     234<tr><th align="right">Issue Name</th><td align="left"><input type="text" name="IssueName" value="_An issue_" size="40" class="foswikiInputField" /></td></tr> 
    235235<tr><th align="right">State</th><td align="left"><table><tr><td><label><input type="radio" name="State" value="none"  label="none" class="foswikiRadioButton"/>none</label></td></tr></table></td></tr> 
    236236<tr><th align="right">Issue Description</th><td align="left"><input type="hidden" name="IssueDescription" value="---+ Example problem"  /><div><nop><h1><a name="Example_problem"></a> Example problem </h1></div></td></tr> 
    237 <tr><th align="right">Issue 1</th><td align="left"><select name="Issue1" class="twikiSelect twikiEditFormSelect" size="1"></select></td></tr> 
     237<tr><th align="right">Issue 1</th><td align="left"><select name="Issue1" class="foswikiSelect" size="1"></select></td></tr> 
    238238<tr><th align="right">Issue 2EXTRA</th><td align="left">SWEET</td></tr> 
    239239<tr><th align="right">Issue 3</th><td align="left"><table></table><input type="hidden" name="Issue3" value="" /></td></tr> 
    240240<tr><th align="right">Issue 4</th><td align="left"><textarea name="Issue4"  rows="4" cols="50" class="foswikiTextarea"> 
    241241Defect</textarea></td></tr> 
    242 <tr><th align="right">Issue 5</th><td align="left"><select name="Issue5" multiple="on" class="twikiSelect twikiEditFormSelect" size="3"><option class="twikiEditFormOption" selected="selected">Foo</option><option class="twikiEditFormOption">Bar</option><option class="twikiEditFormOption" selected="selected">Baz</option></select><input type="hidden" name="Issue5" value="" /></td></tr> </table>  </div> 
     242<tr><th align="right">Issue 5</th><td align="left"><select name="Issue5" multiple="on" class="foswikiSelect" size="3"><option class="foswikiOption" selected="selected">Foo</option><option class="foswikiOption">Bar</option><option class="foswikiOption" selected="selected">Baz</option></select><input type="hidden" name="Issue5" value="" /></td></tr> </table>  </div> 
    243243HERE 
    244244 
  • trunk/core/data/Main/WebHome.txt

    r851 r1206  
    1616   * [[%WIKIUSERSTOPIC%]] - list of users of this <nop>%WIKITOOLNAME% site 
    1717   * [[WikiGroups]] - list of groups used for access control 
    18    * <input class="twikiInputField" type="text" name="search" size="22" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
     18   * <input class="foswikiInputField" type="text" name="search" size="22" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
    1919   * [[WebTopicList]] - all topics in alphabetical order 
    2020   * [[WebChanges]] - recent topic changes in this web 
  • trunk/core/data/Main/WikiGroups.txt

    r682 r1206  
    88<form action="%SCRIPTURLPATH{"edit"}%/%WEB%/" method="get"> 
    99 
    10 <div class="twikiFormSteps"> 
    11 <div class="twikiFormStep twikiLast"> 
     10<div class="foswikiFormSteps"> 
     11<div class="foswikiFormStep foswikiLast"> 
    1212%TABLE{databg="" cellborder="0" tableborder="0"}% 
    13 | New Group: |<input type="text" name="topic" value="NameGroup" size="40" class="twikiInputField" />&nbsp;<input class="twikiSubmit" type="submit" value="Add"/>  | 
     13| New Group: |<input type="text" name="topic" value="NameGroup" size="40" class="foswikiInputField" />&nbsp;<input class="foswikiSubmit" type="submit" value="Add"/>  | 
    1414| |%ICON{"warning"}% __Note:__ A group topic name must be a [[%SYSTEMWEB%.WikiWord][WikiWord]] and __must__ end in =...Group=. New topics are based on [[GroupTemplate]]  | 
    1515 
  • trunk/core/data/Sandbox/WebHome.txt

    r763 r1206  
    88<form action='%SCRIPTURLPATH{"edit"}%/%WEB%/'>  
    99%ICON{"newtopic"}% %MAKETEXT{"Create a new document by name:"}% %MAKETEXT{"(Use a topic name in System.WikiNotation)"}% <br />  
    10 <input class="twikiInputField" type="text" name="topic" size="32" />&nbsp;<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 
     10<input class="foswikiInputField" type="text" name="topic" size="32" />&nbsp;<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 
    1111<input type="hidden" name="onlywikiname" value="on" /> 
    1212<input type="hidden" name="onlynewtopic" value="on" /> 
     
    1616%ICON{"newtopic"}% %MAKETEXT{"Create a new auto-numbered test topic:"}% 
    1717<input type="hidden" name="t" value="%SERVERTIME{$hou$min$sec}%" /> 
    18 <input type="submit" class="twikiSubmit" value='%MAKETEXT{"Create <nop>TestTopic###"}%' /> 
     18<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Create <nop>TestTopic###"}%' /> 
    1919</form> 
    2020 
    2121---++ %MAKETEXT{"Recently changed topics"}% 
    2222<dl> 
    23 %SEARCH{ ".*" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]]</dt><dd>$summary<br /><span class='twikiGrayText'>$date - $wikiusername</span></dd>"}% 
     23%SEARCH{ ".*" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]]</dt><dd>$summary<br /><span class='foswikiGrayText'>$date - $wikiusername</span></dd>"}% 
    2424</dl> 
    2525%MAKETEXT{"A more extensive changes list is available via ~[~[[_1]~]~[Recent Changes~]~]." args="WebChanges"}% 
     
    2727---++ <nop>%WEB% Web Utilities 
    2828<form action='%SCRIPTURLPATH{"search"}%/%WEB%/'> 
    29    * <input class="twikiInputField" type="text" name="search" size="22" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
     29   * <input class="foswikiInputField" type="text" name="search" size="22" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
    3030   * WebTopicList - all topics in alphabetical order 
    3131   * WebChanges - recent topic changes in this web 
  • trunk/core/data/Sandbox/WebPreferences.txt

    r1107 r1206  
    1 %META:TOPICINFO{author="ProjectContributor" date="1172730733" format="1.1" version="$Rev: 15648 $"}% 
     1%META:TOPICINFO{author="BaseUserMapping_333" date="1228679419" format="1.1" version="1.2"}% 
    22---+!! <nop>%WEB% Web Preferences 
    33 
     
    1010These settings override the defaults for this web only. See [[%SYSTEMWEB%.DefaultPreferences#DefaultWebPreferences][full list of defaults with explanation]]. 
    1111 
    12    * Web Settings: 
     12   * Web Settings:  
    1313      * Set WEBBGCOLOR = #B9DAFF 
    1414      * Set SITEMAPWHAT = Sandbox test area with all features enabled.  
     
    1616      * Set SITEMAPLIST = on 
    1717 
    18    * Default template for *new topics* for this web: 
     18   * Default template for *new topics* for this web:  
    1919      * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist) 
    2020      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template 
    2121 
    22    * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information. 
    23       * Set WEBFORMS =  
     22   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information.  
     23      * Set WEBFORMS = TestForm 
    2424 
    25    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     25   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.  
    2626      * Set DENYWEBVIEW =  
    2727      * Set ALLOWWEBVIEW =  
     
    3131      * Set ALLOWWEBRENAME =  
    3232 
    33    * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (e.g., [[%USERSWEB%.AdminGroup][AdminGroup]]) 
     33   * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (e.g., [[%USERSWEB%.AdminGroup][AdminGroup]])  
    3434      * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminGroup 
    3535      * Set ALLOWTOPICRENAME = %USERSWEB%.AdminGroup 
    3636 
    37    * Web preferences that are *not* allowed to be overridden by sub-web, user or topic preferences: 
     37   * Web preferences that are *not* allowed to be overridden by sub-web, user or topic preferences:  
    3838      * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME 
    39  
    4039%INCLUDE{"%SYSTEMWEB%.WebPreferencesHelp"}% 
    4140 
  • trunk/core/data/System/AnApplicationWithWikiForm.txt

    r851 r1206  
    2121<form action="%SCRIPTURLPATH{edit}%/%WEB%/"> 
    2222New FAQ topic: &nbsp; (Use a name in System.WikiNotation) <br /> 
    23 <input type="text" name="topic" size="32" />&nbsp;<input type="submit" class="twikiSubmit" value="Create Topic" /> 
     23<input type="text" name="topic" size="32" />&nbsp;<input type="submit" class="foswikiSubmit" value="Create Topic" /> 
    2424<input type="hidden" name="onlywikiname" value="on" /> 
    2525<input type="hidden" name="templatetopic" value="FaqTemplate" /> 
  • trunk/core/data/System/CascadingStyleSheets.txt

    r1178 r1206  
    1 %META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.0" version="$Rev: 16175 $"}% 
     1%META:TOPICINFO{author"ProjectContributor" date"1111929255" format"1.0" version"$Rev: 16175 $"}% 
    22%STARTINCLUDE% 
    33---+ Appendix C: CSS 
    44 
    5 _Listing of CSS class names emitted from Foswiki core code and standard plugin._ 
     5Listing of CSS class names emitted from Foswiki core code and standard extensions. 
    66 
    77%TOC% 
    88 
    99---++ Who should read this document? 
    10  
    11 Most html elements generated by Foswiki core code now have Cascading Style Sheet (CSS) tags. __Skin builders__ and others who want to change the appearance of the default installation or any of the skins can use this document to see what styles can be created for these html elements. 
     10*Skin builders* and others who want to change the appearance of the default installation or any of the skins can use this document to see what styles can be created for these html elements. 
    1211 
    1312---++ Naming conventions 
     13   1 All Foswiki class names have the prefix =foswiki= - for example: =foswikiAlert=, =foswikiToc=. This makes it less likely that our CSS classes will get in conflict with other Style Sheets. Remember that CSS class names are case sensitive - Foswiki CSS uses lowercase =foswiki=. 
     14   1 If you define your own CSS classes, it is preferable that you do not use the foswiki prefix to prevent undesired overriding effects. 
    1415 
    15    1 All Foswiki class names have the prefix =twiki=. So: foswikiAlert, twikiToc, etcetera. Remember that CSS class names are case sensitive - Foswiki CSS uses lowercase =tw=. 
    16    1 If you define your own CSS classes, it is preferable that you do not use the =twiki= prefix to prevent undesired overriding effects. 
     16A wide range of standard styles are used in the Foswiki core code and topics, and more are used in extensions. The following is an exhaustive list of all styles defined by Foswiki. For the most part, the names are the only documentation of the purpose of the style. For more information on how these styles are used, read the code (sorry!) 
    1717 
    18 A wide range of standard styles are used in the Foswiki core code and topics, and more are used in plugins. The following is an exhaustive list of all styles defined by the Pattern skin. For the most part, the names are the only documentation of the purpose of the style. For more information on how these styles are used, read the code (sorry!) 
     18---++ CSS class names 
    1919 
    20 ---+++ Styles in core code 
     20---+++ Structural elements 
     21|=.foswikiPage=                  | The container for the complete page contents, just below the body tag (only used by default templates)  | 
     22|=.foswikiMain=                  | The container for the main contents, usually including the header (only used by default templates)  | 
     23|=.foswikiTopic=                 | The container for the topic contents | 
     24|=.foswikiTable=                 | Tables, for instance used by TablePlugin  | 
     25|=.foswikiForm=                  | Container for data form in topic, including header; see also [[%TOPIC%#DataForms][Data Forms]] below | 
     26|=.foswikiAttachments=           | Container for attachments table, including header | 
     27|=table#foswikiAttachmentsTable= | Identifier for the attachment table  | 
     28|=.foswikiFormSteps=             | Container around a form that contains a number of separate 'steps'; each 'step' in a separate row  | 
     29|=.foswikiFormStep=              | Form step row | 
     30|=.foswikiLast=                  | Last step (always in combination with =foswikiFormStep=); sometimes used as last table row  | 
     31|=.foswikiBroadcastMessage=      | Site-wide message block; contents set in %SYSTEMWEB%.DefaultPreferences; custom set in %MAINWEB%.SitePreferences  | 
     32|=.foswikiNotification=          | Temporary alert, for instance after user actions; used as wrapper around =%<nop>FLASHNOTE%=  | 
     33|=.foswikiContentHeader=         | Optional container around text placed above topic text  | 
     34|=.foswikiContentFooter=         | Optional container around text placed below topic text  | 
     35|=.foswikiFooterNote=            | Text below topic text; for instance with parent or "topic moved" message | 
     36|=#foswikiLogin=                 | Login box | 
     37|=#foswikiLogo=                  | Logo | 
     38|=.foswikiPreviewArea=           | Container around topic preview | 
    2139 
    22 |.foswikiAlert  |  | 
    23 |.foswikiFirstCol  |  | 
    24 |.foswikiForm  |  | 
    25 |.foswikiNew  |,   | 
    26 |.foswikiHelp  |  | 
    27 |.foswikiTopRow  |  | 
    28 |.foswikiSummary  |  | 
    29 |.foswikiGrayText  |  | 
    30 |.foswikiCheckBox  |  | 
    31 |.foswikiLink  |  | 
    32 |.foswikiNewLink  |  | 
    33 |.foswikiAnchorLink  |  | 
    34 |.foswikiCurrentWebHomeLink  |  | 
    35 |.foswikiCurrentTopicLink  |  | 
    36 |.foswikiEmulatedLink  |  | 
    37 |.foswikiWebIndent  |  | 
     40---+++ General appearance 
     41|=.foswikiLeft=              | Left float | 
     42|=.foswikiRight=             | Right float | 
     43|=.foswikiClear=             | Clear float; usually written as =&lt;br class="foswikiClear" /&gt;= | 
     44|=.foswikiAlert=             | Warnings and alert messages; general red text  | 
     45|=.foswikiHelp=              | Help text block | 
     46|=.foswikiGrayText=          | Grayed out text; text of less importance  | 
     47|=.foswikiToc=               | Table of Contents block | 
     48|=.foswikiTocTitle=          | Title text of Table of Contents  | 
     49|=.foswikiHidden=            | Hidden elements | 
     50|=.foswikiSmall=             | Small text | 
     51|=.foswikiSmallish=          | Somewhat less smaller text; inbetween normal and small | 
     52|=.foswikiNoBreak=               | Causes whitespace not to create a linebreak; for instance with the dates in the attachment table | 
     53|=.foswikiMakeVisible=       | For elements that should only be visible with !JavaScript on: default set to hidden, is made visible by !JavaScript; defaults to inline | 
     54|=.foswikiMakeVisibleInline= | For =span= elements that should only be visible with !JavaScript on: default set to hidden, is made visible by !JavaScript | 
     55|=.foswikiMakeVisibleBlock=  | For =div= elements that should only be visible with !JavaScript on: default set to hidden, is made visible by !JavaScript | 
     56|=.foswikiMakeHidden=        | For elements that should be hidden with !JavaScript on: no default style, is made hidden by !JavaScript | 
     57|=.foswikiImage=             | Holder form images; for instance to create a border around an =&lt;img&gt;= element | 
    3858 
    39 |.foswikiCheckBox  |  | 
    40 |.foswikiRadioButton  |  | 
     59---+++ Links 
     60|=.foswikiCurrentWebHomeLink= | Used by Render.pm if a link points to the web's home topic | 
     61|=.foswikiCurrentTopicLink=   | Used by Render.pm if a link points to the current topic | 
     62|=.foswikiEmulatedLink=       | Used in the preview screen to make fake links appear as links | 
     63|=.foswikiLinkLabel=          | Text part of a link; used if a link contains more than a text label, for instance an icon | 
     64|=.foswikiUnvisited=          | Makes link appear as not visited (ignores the visited link state)  | 
    4165 
    42 |.twikiDiffTable  |  | 
    43 |.twikiDiffDeletedHeader  |  | 
    44 |.twikiDiffDeletedMarker  |  | 
    45 |.twikiDiffDeletedText  |  | 
    46 |.twikiDiffAddedHeader  |  | 
    47 |.twikiDiffAddedMarker  |  | 
    48 |.twikiDiffAddedText  |  | 
    49 |.twikiDiffChangedHeader  |  | 
    50 |.twikiDiffChangedText  |  | 
    51 |.twikiDiffUnchangedText  |  | 
    52 |.twikiDiffUnchangedTextContents  |  | 
    53 |.twikiDiffLineNumberHeader  |  | 
    54 |.twikiDiffDebug  |  | 
    55 |.twikiDiffDebugRight  |  | 
    56 |.twikiDiffDebugLeft  |  | 
     66---+++ Tables 
     67|=.foswikiFirstCol=                     | Leftmost column  | 
     68|=.foswikiLastCol=                      | Rightmost column  | 
     69|=.foswikiSortedCol=                    | Sorted column  | 
     70|=.foswikiSortedAscendingCol=           | Sorted column, ascending  | 
     71|=.foswikiSortedDescendingCol=          | Sorted column, descending  | 
     72|=.foswikiTopRow=                       | First row in search results; also used for styling first table rows (=td.foswikiTopRow=)  | 
     73|=.foswikiTableEven=                    | Even numbered rows  | 
     74|=.foswikiTableOdd=                     | Odd numbered rows  | 
     75|=.foswikiTableCol + column number=     | Unique column identifier, for instance: twikiTableCol0 | 
     76|=.foswikiTableRow + type + row number= | Unique row identifier, for instance: twikiTableRowdataBg0 | 
     77|=.tableSortIcon=                       | Holder (=span=) for the table column sort icon  | 
    5778 
    58 |.twikiToc  |  | 
    59 |.twikiTocTitle  |  | 
     79#DataForms 
     80---+++ Data Forms 
     81|=.foswikiForm=                   | Container for data form in topic, including header | 
     82|=.foswikiFormHolder=             | Outer container for the data form in edit; contains the textarea width | 
     83|=.foswikiFormTable=              | Table container for (editable) form elements  | 
     84|=.foswikiFormTableHRow=          | Table container for (editable) form elements  | 
     85|=.foswikiFormTableRow=           | Table container for form elements  | 
     86|=.foswikiFormTableFooter=        | Table container for form elements  | 
     87|=.foswikiEditForm=               | Edit state of data form  | 
    6088 
    61 |=.twikiTable=  |The table  | 
    62 |=.twikiSortedCol=  |A sorted column  | 
    63 |=.twikiSortedAscendingCol=  |Sorted column, ascending  | 
    64 |=.twikiSortedDescendingCol=  |Sorted column, descending  | 
    65 |=.tableSortIcon=  |The sort icon holder (span)  | 
    66 |=.foswikiFirstCol=  |The first column  | 
    67 |=.twikiTableEven= |Even numbered rows  | 
    68 |=.twikiTableOdd= |Odd numbered rows  | 
    69 |=.twikiTableCol= + column number  | Unique column identifier, for instance: =twikiTableCol0= | 
    70 |=.twikiTableRow= + type + row number | Unique row identifier, for instance: =twikiTableRowdataBg0= | 
     89---+++ HTML Forms 
     90|=.foswikiPageForm=              | Container for the form on the page | 
     91|=.foswikiButton=                | Normal button | 
     92|=.foswikiButtonDisabled=        | Disabled normal button | 
     93|=.foswikiSubmit=                | Submit button | 
     94|=.foswikiSubmitDisabled=        | Disabled submit button | 
     95|=.foswikiButtonCancel=          | Cancel button | 
     96|=.foswikiInputField=            | Text input field | 
     97|=.foswikiInputFieldDisabled=    | Disabled text input field | 
     98|=.foswikiInputFieldReadOnly=    | Read-only text input field | 
     99|=.foswikiInputFieldFocus=       | Text input field with insert focus; for Internet Explorer that does not recognize the =:focus= pseudo class selector | 
     100|=.foswikiInputFieldBeforeFocus= | The color of the input text field when not clicked in the field; usually a grayed text color with a hint, for instance "Search" | 
     101|=.foswikiFocus=                 | Behaviour marker so a field can be given input focus | 
     102|=.foswikiRadioButton=           | Radio button  | 
     103|=.foswikiSelect=                | Select dropdown menu | 
     104|=.foswikiSelectDisabled=        | Disabled dropdown menu | 
     105|=.foswikiOption=                | Dropdown option element | 
     106|=.foswikiTextarea=              | Textarea | 
     107|=.foswikiTextareaRawView=       | Raw topic view textarea | 
     108 
     109---+++ Search 
     110|=table#foswikiSearchTable=         | Table with search input form elements; used in WebSearch, WebSearchAdvanced and WebTopicViewTemplate | 
     111|=.foswikiSummary=                  | Summary of search results  | 
     112|=.foswikiNew=                      | Identifier of new topics: topics without a revision history   | 
     113|=.foswikiTopRow=                   | First row in search results; also used for styling first table rows (=td.foswikiTopRow=)  | 
     114|=.foswikiBottomRow=                | Last row in search results | 
     115|=.foswikiSRRev=                    | Revision number in search results listing | 
     116|=.foswikiSRAuthor=                 | Author in search results listing | 
     117|=.foswikiSearchResultCount=        | Search results count  | 
     118|=#foswikiNumberOfResultsContainer= | See [[%TOPIC%#BehaviourClasses][Behaviour classes]] below  | 
     119|=#foswikiWebSearchForm=            | See [[%TOPIC%#BehaviourClasses][Behaviour classes]] below  | 
     120|=#foswikiModifySearchContainer=    | See [[%TOPIC%#BehaviourClasses][Behaviour classes]] below  | 
     121 
     122---+++ History 
     123|=.foswikiDiffTable=                 | Revision table  | 
     124|=.foswikiDiffDeletedMarker=         | Demarkation of part that has been deleted | 
     125|=.foswikiDiffDeletedText=           | Demarkation of part that has been deleted | 
     126|=.foswikiDiffAddedHeader=           | Demarkation of part that has been added | 
     127|=.foswikiDiffAddedMarker=           | Demarkation of part that has been added | 
     128|=.foswikiDiffAddedText=             | Demarkation of part that has been added | 
     129|=.foswikiDiffChangedHeader=         | Demarkation of part that has been changed | 
     130|=.foswikiDiffChangedText=           | Demarkation of part that has been changed | 
     131|=.foswikiDiffUnchangedText=         | Demarkation of part that has been unchanged | 
     132|=.foswikiDiffUnchangedTextContents= | Demarkation of part that has been unchanged | 
     133|=.foswikiDiffLineNumberHeader=      |  | 
     134|=.foswikiDiffDebug=                 |  | 
     135|=.foswikiDiffDebugRight=            |  | 
     136|=.foswikiDiffDebugLeft=             |  | 
     137 
     138#BehaviourClasses 
     139---+++ Behaviour classes 
     140Markers to invoke behaviour with unobtrusive !JavaScript. 
     141|=.foswikiPopUp=                    | Behaviour marker so a popup-window can be invoked | 
     142|=.foswikiFocus=                    | Behaviour marker so a field can be given input focus | 
     143|=.foswikiChangeFormButton=         | "Replace form" button; clicking calls !JavaScript function =suppressSaveValidation=  | 
     144|=#foswikiNumberOfResultsContainer= | Container identifier to write the number of search results into | 
     145|=#foswikiWebSearchForm=            | Form identifier to place the "Modify search" link before | 
     146|=#foswikiModifySearchContainer=    | Container identifier to write the "Modify search" link into  | 
     147 
     148---+++ Other classes 
     149|=.foswikiWebIndent=                | Used by =%<nop>WEBLIST%= to indent sub-web names | 
     150|=.foswikiAccessKey=                | Access key demarkation | 
     151|=.foswikiSeparator=                | Separator element between sequential elements; usually a pipe character | 
     152|=.foswikiActionFormStepSign=       | Indicator for each form step (see =foswikiFormStep=)  | 
     153|=.foswikiEditboxStyleMono=         | Gives the edit textarea monospaced font (not used with WYSWIWYG) | 
     154|=.foswikiEditboxStyleProportional= | Gives the edit textarea proportional font (not used with WYSWIWYG) | 
    71155 
    72156 
    73 ---+++ Styles in Templates 
    74157 
    75 |.twikiPage  |foswiki.tmpl  | 
    76 |.twikiMain  |foswiki.tmpl  | 
    77 |.foswikiTopic | | 
    78 |.twikiFormTable  |formtables.tmpl, form.tmpl  | 
    79 |.twikiFormTableHRow  |formtables.tmpl, form.tmpl  | 
    80 |.twikiFormTableRow  |formtables.tmpl  | 
    81 |.twikiFormTableFooter  |formtables.tmpl  | 
    82 |.twikiAttachments  |attachtables.tmpl | 
    83 |.twikiEditForm |form.tmpl | 
    84 |.twikiSubmit  |Submit button | 
    85 |.twikiSubmitDisabled  |Disabled submit button | 
    86 |.twikiInputField  | | 
    87 |.twikiInputFieldDisabled  | | 
    88 |.twikiInputFieldReadOnly  | | 
    89 |.twikiInputFieldFocus | For Internet Explorer that does not recognize the =:focus= pseudo class selector | 
    90 |.twikiInputFieldBeforeFocus  |for use with Javascript: the color of the input text when not clicked in the field | 
    91 |.twikiSelect   | Select dropdown menu | 
    92 |.foswikiTextarea | | 
    93 |.twikiTextareaRawView | | 
    94 |.foswikiButton  | | 
    95 |.twikiFocus  |Behaviour marker so a field can be given input focus | 
    96 |.twikiLeft  | | 
    97 |.twikiRight  | | 
    98 |.twikiClear  | | 
    99 |.twikiHidden  | | 
    100 |.twikiSmall  | | 
    101 |.twikiBottomRow  | | 
    102 |.twikiSRAuthor  | | 
    103 |.twikiSRRev  | | 
    104 |.twikiPageForm  | | 
    105 |.twikiSeparator  | | 
    106 |.twikiAccessKey  | | 
    107 |.twikiLinkLabel  | | 
    108 |.twikiFormSteps  |container around a form, such as the attach form: attach.tmpl | 
    109 |.twikiFormStep  |form row | 
    110 |.twikiNoBreak   | no break on whitespace | 
    111 |.twikiMakeVisible  |For elements that should only be visible with javascript on: default set to hidden, is made visible by javascript. Defaults to inline. | 
    112 |.twikiMakeVisibleInline  |For =span= elements that should only be visible with javascript on: default set to hidden, is made visible by javascript. | 
    113 |.twikiMakeVisibleBlock  |For =div= elements that should only be visible with javascript on: default set to hidden, is made visible by javascript. | 
    114 |.twikiMakeHidden  |For elements that should be *hidden* with javascript on: no default style, is made hidden by javascript. | 
    115 |.twikiFooterNote  | | 
    116 |.twikiPopUp | Behaviour marker so a popup-window can be invoked | 
    117 |.twikiContentHeader  |container around optional html placed before topic text  | 
    118 |.twikiContentFooter  |container around optional html placed after topic text  | 
    119158 
    120 ---+++ Styles used in =configure= 
    121 |#twikiLogin  |  | 
    122 |.twikiFormSteps  | | 
    123 |.twikiFormStep  | | 
    124159 
    125 ---+++ Styles in topics 
    126160 
    127 |.twikiBroadcastMessage  |%SYSTEMWEB%.DefaultPreferences!  | 
    128 |#twikiSearchTable  |%SYSTEMWEB%.WebSearch, %SYSTEMWEB%.WebSearchAdvanced  | 
    129  
    130 ---+++ Styles in Skins 
    131 |#twikiLogin  | login.pattern.tmpl  | | 
    132  
    133 ---+++ Reserved Styles 
    134 |.twikiImage  | defined in PatternSkin  |div creates border around enclosed image | 
    135 |.twikiNotification  | defined in PatternSkin |temporary alert, lighter than broadcast message | 
    136 |.twikiUnvisited  | defined in PatternSkin  |link style that ignores the visited link state; useful for form links | 
    137161 
    138162---++ Tips 
  • trunk/core/data/System/DataForms.txt

    r851 r1206  
    9898       <input type="hidden" name="formtemplate" value="MyForm" /> 
    9999       New topic name <input type="text" name="topic" size="40" /> 
    100        <input type="submit" class="twikiSubmit" value="Create" /> 
     100       <input type="submit" class="foswikiSubmit" value="Create" /> 
    101101    </form> 
    102102       </verbatim> 
  • trunk/core/data/System/EditingShorthand.txt

    r1090 r1206  
    55 
    66%TABLE{}% 
    7 <table class="twikiTable" border="1" cellpadding="3" bgcolor="#ffffff"> 
     7<table class="foswikiTable" border="1" cellpadding="3" bgcolor="#ffffff"> 
    88<tr bgcolor="#ffffff"> 
    99<th width="50%" class="foswikiFirstCol"> 
  • trunk/core/data/System/FileAttachment.txt

    r1178 r1206  
    8282Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click *Attach*. 
    8383 
    84 <div class="twikiAttachments"> 
    85 <table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="twikiAttachmentsTable" cellpadding="0" class="twikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="twikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
    86 <tr class="twikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="twikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
    87 <tr class="twikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol twikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="twikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="twikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> <a href="ProjectContributor" class="foswikiLink">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="twikiLast"> Smiley face </td></tr> 
    88 </table></div><!--//twikiAttachments--> 
     84<div class="foswikiAttachments"> 
     85<table summary="Topic attachments" style="border-width:1px;" cellspacing="0" id="foswikiAttachmentsTable" cellpadding="0" class="foswikiTable" rules="rows" border="1"><caption>Topic attachments</caption><tr class="foswikiTableEven"><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;" class="foswikiFirstCol"> <a rel="nofollow" href="%TOPIC%?sortcol=0;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">I</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=1;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Attachment</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=2;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Action</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=3;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Size</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=4;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Date</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=5;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Who</a> </th><th bgcolor="#ffffff" align="center" valign="middle" style="text-align:center;vertical-align:middle;"> <a rel="nofollow" href="%TOPIC%?sortcol=6;table=1;up=0#sorted_table" style="color:#0066cc" title="Sort by this column">Comment</a> </th></tr> 
     86<tr class="foswikiTableOdd"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol"> <img width="16" alt="txt" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/txt.gif" height="16" border="0" /><span class="foswikiHidden">txt</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Sample.txt">Sample.txt</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Sample.txt&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> 22 Jul 2000 - 19:37 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;"> Just a sample </td></tr> 
     87<tr class="foswikiTableEven"><td bgcolor="#ffffff" align="center" valign="top" style="text-align:center;vertical-align:top;" class="foswikiFirstCol foswikiLast"> <img width="16" alt="gif" align="top" src="%PUBURL%/%SYSTEMWEB%/DocumentGraphics/gif.gif" height="16" border="0" /><span class="foswikiHidden">gif</span> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/viewfile/TWiki/FileAttachment?rev=;filename=Smile.gif">Smile.gif</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="/foswiki/bin/attach/TWiki/FileAttachment?filename=Smile.gif&amp;revInfo=1" title='change, update, previous revisions, move, delete...'rel='nofollow'>manage</a> </td><td bgcolor="#ffffff" align="right" valign="top" style="text-align:right;vertical-align:top;" class="foswikiLast"> 0.1&nbsp;K </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> 22 Jul 2000 - 19:38 </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> <a href="ProjectContributor">ProjectContributor</a> </td><td bgcolor="#ffffff" align="left" valign="top" style="text-align:left;vertical-align:top;" class="foswikiLast"> Smiley face </td></tr> 
     88</table></div><!--//foswikiAttachments--> 
    8989 
    9090---++ File Attachment Controls 
     
    9292Clicking on a ==Manage== link takes you to a new page that looks a bit like this (depending on what [[Skins][skin]] is selected): 
    9393 
    94 <div class="twikiFormSteps"> 
    95 <div class="twikiFormStep"> 
     94<div class="foswikiFormSteps"> 
     95<div class="foswikiFormStep"> 
    9696<h3><a name="Attach_new_file"></a> Attach new file </h3> 
    9797<p /> 
    98 Select a new local file to update attachment <code>Sample.txt</code> <span class="foswikiGrayText">(<a href="#" class="foswikiLink">UploadingUser</a>)</span><br />Upload up to 10000 KB. 
     98Select a new local file to update attachment <code>Sample.txt</code> <span class="foswikiGrayText">(<a href="#">UploadingUser</a>)</span><br />Upload up to 10000 KB. 
    9999<p /> 
    100 <input class="twikiInputField" type="file" name="filepath" value="Sample.txt" size="30" /><input type="hidden" name="filename" value="Sample.txt" /> 
    101 </div><!-- /twikiFormStep--> 
    102 <div class="twikiFormStep"> 
     100<input class="foswikiInputField" type="file" name="filepath" value="Sample.txt" size="30" /><input type="hidden" name="filename" value="Sample.txt" /> 
     101</div><!-- /foswikiFormStep--> 
     102<div class="foswikiFormStep"> 
    103103<h3><a name="Comment"></a> Comment </h3> 
    104104<p /> 
    105105Describe the file so other people know what it is. 
    106106<p /> 
    107 <input class="twikiInputField" type="text" name="filecomment" value="Just a sample" maxlength="256" size="50" /> 
    108 </div><!-- /twikiFormStep--> 
    109 <div class="twikiFormStep"> 
     107<input class="foswikiInputField" type="text" name="filecomment" value="Just a sample" maxlength="256" size="50" /> 
     108</div><!-- /foswikiFormStep--> 
     109<div class="foswikiFormStep"> 
    110110<h3><a name="Properties"></a> Properties </h3> 
    111111<p /> 
    112 <input type="checkbox" class="twikiCheckbox" id="createlink" name="createlink"  /><label for="createlink">Create a link to the attached file</label> <span class="foswikiGrayText">Images will be displayed, for other attachments a link will be created.</span> 
     112<input type="checkbox" class="foswikiCheckbox" id="createlink" name="createlink"  /><label for="createlink">Create a link to the attached file</label> <span class="foswikiGrayText">Images will be displayed, for other attachments a link will be created.</span> 
    113113<p /> 
    114 <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> 
    115 </div><!-- /twikiFormStep--><div class="twikiFormStep twikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /twikiFormStep--> 
    116 </div><!-- /twikiFormSteps--> 
    117 <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--> 
     114<input type="checkbox" class="foswikiCheckbox" 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> 
     115</div><!-- /foswikiFormStep--><div class="foswikiFormStep foswikiLast"><input type="submit" class="foswikiButton" name="changeproperties" value='Change comment and properties only' /></div><!-- /foswikiFormStep--> 
     116</div><!-- /foswikiFormSteps--> 
     117<a name="topic-actions"> </a><div class="patternTopicActions"><div class="patternTopicAction" style="margin-top:-1px;"><span class="patternActionButtons"> <input type="submit" class="foswikiSubmit" value='Upload file' /> or <a href="#" title='Back to topic' accesskey='c' rel='nofollow'><span class='foswikiAccessKey'>C</span>ancel</a></span></div></div><!--/patternTopicActions--> 
    118118 
    119119 
  • trunk/core/data/System/FormattedSearch.txt

    r1180 r1206  
    187187<form action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%"> 
    188188Find Topics:  
    189 <input type="text" name="q" size="32" value="%URLPARAM{"q" encode="entity"}%" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> 
     189<input type="text" name="q" size="32" value="%URLPARAM{"q" encode="entity"}%" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> 
    190190</form> 
    191191Result: 
     
    197197<form action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%"> 
    198198Find Topics:  
    199 <input type="text" name="q" size="32" value="%URLPARAM{"q" encode="entity"}%" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> 
     199<input type="text" name="q" size="32" value="%URLPARAM{"q" encode="entity"}%" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> 
    200200</form> 
    201201Result: 
  • trunk/core/data/System/FrequentlyAskedQuestions.txt

    r851 r1206  
    1818<input type="hidden" name="templatetopic" value="FaqTemplate" /> 
    1919<input type="hidden" name="topicparent" value="%TOPIC%" /> 
    20 <input type="submit" class="twikiSubmit" value="Create Topic" /> 
     20<input type="submit" class="foswikiSubmit" value="Create Topic" /> 
    2121</form> 
    2222 
  • trunk/core/data/System/InstallationGuide.txt

    r1163 r1206  
    300300---++ Notes on Installing Foswiki on Non-Root Account 
    301301 
    302 The following supplemental notes to the <a href="#StandardInstallation" class="foswikiAnchorLink">Basic Installation</a> instructions apply to installing Foswiki on a system where you don't have Unix/Linux root (administrator) privileges, for example, on a hosted Web account or an intranet server administered by someone else. 
    303  
    304 Referring to the <a href="#StandardInstallation" class="foswikiAnchorLink">Basic Installation</a> steps presented above: 
     302The following supplemental notes to the <a href="#StandardInstallation">Basic Installation</a> instructions apply to installing Foswiki on a system where you don't have Unix/Linux root (administrator) privileges, for example, on a hosted Web account or an intranet server administered by someone else. 
     303 
     304Referring to the <a href="#StandardInstallation">Basic Installation</a> steps presented above: 
    305305 
    306306   * *Step 2:* If you cannot unpack the Foswiki distribution directly in your installation directory, you can unpack the distribution on your local PC and then manually create the directory structure on your host server and upload the files as follows: 
  • trunk/core/data/System/LanguageSelector.txt

    r1178 r1206  
    1414Result: 
    1515 
    16 %STARTINCLUDE%%IF{"context i18n_enabled" then='<form name="changeLanguage" action="%SCRIPTURLPATH{"oops"}%/%BASEWEB%/%BASETOPIC%" method="get"><select name="language" class="twikiSelect" onchange="document.changeLanguage.submit()">%LANGUAGES{format="<option $marker value=\"$langtag\">$langname</option>" selection="%LANGUAGE%" separator=" "}%</select><input type="hidden" name="template" value="oopslanguagechanged" /><noscript><input class="foswikiButton" type="submit" value="%MAKETEXT{"Change language"}%" /></noscript></form>'}%%STOPINCLUDE% 
     16%STARTINCLUDE%%IF{"context i18n_enabled" then='<form name="changeLanguage" action="%SCRIPTURLPATH{"oops"}%/%BASEWEB%/%BASETOPIC%" method="get"><select name="language" class="foswikiSelect" onchange="document.changeLanguage.submit()">%LANGUAGES{format="<option $marker value=\"$langtag\">$langname</option>" selection="%LANGUAGE%" separator=" "}%</select><input type="hidden" name="template" value="oopslanguagechanged" /><noscript><input class="foswikiButton" type="submit" value="%MAKETEXT{"Change language"}%" /></noscript></form>'}%%STOPINCLUDE% 
  • trunk/core/data/System/ManagingWebs.txt

    r851 r1206  
    2626Create a new web by filling out this form.%BR% 
    2727__%X% Note:__ *Keep the number of webs to a minimum!* Don't create a new web for each little project. Cross-linking topics is easier, and searches are faster, if there are only a few larger webs. 
    28 |  *Name of new web:* | <input name="newweb" class="twikiInputField" type="text" value="%URLPARAM{"newweb"}%" size="16" /> | The name must start with an upper case letter, followed by upper or lower case letters or numbers. Specify a short name to avoid long URLs. | 
    29 |  *Based on web:* | <select name="baseweb" class="twikiSelect"> %WEBLIST{ "<option $marker>$name</option>" webs="webtemplate,public" selection="_default" separator=" "}% </select> | Select a TemplateWeb | 
    30 |  *Web color:* | <input name="WEBBGCOLOR" class="twikiInputField" type="text" value="#D0D0D0" size="16" /> | Enter a StandardColors code for the web | 
     28|  *Name of new web:* | <input name="newweb" class="foswikiInputField" type="text" value="%URLPARAM{"newweb"}%" size="16" /> | The name must start with an upper case letter, followed by upper or lower case letters or numbers. Specify a short name to avoid long URLs. | 
     29|  *Based on web:* | <select name="baseweb" class="foswikiSelect"> %WEBLIST{ "<option $marker>$name</option>" webs="webtemplate,public" selection="_default" separator=" "}% </select> | Select a TemplateWeb | 
     30|  *Web color:* | <input name="WEBBGCOLOR" class="foswikiInputField" type="text" value="#D0D0D0" size="16" /> | Enter a StandardColors code for the web | 
    3131|  *Site Map:* | <input type="radio" name="SITEMAPLIST" value="on" checked="checked" /> Yes &nbsp; <input type="radio" name="SITEMAPLIST" value="" /> No | Include this web in the site map | 
    32 |  *Description:<br /> &nbsp;<br /> &nbsp;* | <input type="text" class="twikiInputField" name="SITEMAPWHAT" value="" size="60" /><br /> Enter a short description of the web. Write =Web.TopicName= instead of just =TopicName= if you include links. This description will be used in the %SYSTEMWEB%.SiteMap || 
    33 |  *Use to...<br /> &nbsp;* | <input type="text" class="twikiInputField" name="SITEMAPUSETO" value="...collaborate on" size="60" /><br /> Continue the sentence describing the intended use. This is also for the %SYSTEMWEB%.SiteMap || 
     32|  *Description:<br /> &nbsp;<br /> &nbsp;* | <input type="text" class="foswikiInputField" name="SITEMAPWHAT" value="" size="60" /><br /> Enter a short description of the web. Write =Web.TopicName= instead of just =TopicName= if you include links. This description will be used in the %SYSTEMWEB%.SiteMap || 
     33|  *Use to...<br /> &nbsp;* | <input type="text" class="foswikiInputField" name="SITEMAPUSETO" value="...collaborate on" size="60" /><br /> Continue the sentence describing the intended use. This is also for the %SYSTEMWEB%.SiteMap || 
    3434|  *Hidden:* | <input type="radio" name="NOSEARCHALL" value="on" /> Yes &nbsp; <input type="radio" name="NOSEARCHALL" value="" checked="checked" /> No | Specify if you want to exclude the web from a "search all webs" search. *This will not prevent users accessing the web*. It will simply hide it from searches. | 
    35 | *&nbsp;* | <input type="submit" class="twikiSubmit" value="Create new web" /> || 
     35| *&nbsp;* | <input type="submit" class="foswikiSubmit" value="Create new web" /> || 
    3636<input name="newtopic" type="hidden" value="%URLPARAM{"newtopic"}%" /> 
    3737<input name="action" type="hidden" value="createweb" /> 
  • trunk/core/data/System/ReleaseNotes01x00.txt

    r1163 r1206  
    285285| [[%BUGS%/Item4576][Item4576]] | Improve how emailing is enabled and disabled in TWiki especially for registration | 
    286286| [[%BUGS%/Item4569][Item4569]] | !WebSearchAdvanced does not show selected state for default radion button "both"  | 
    287 | [[%BUGS%/Item4539][Item4539]] | Rename css class !TWikiFooterNote to twikiFooterNote | 
     287| [[%BUGS%/Item4539][Item4539]] | Rename css class !TWikiFooterNote to foswikiFooterNote | 
    288288| [[%BUGS%/Item4510][Item4510]] | Remove inline scripts | 
    289289| [[%BUGS%/Item4509][Item4509]] | Prevent [ and ] in topic names when renaming topics | 
     
    534534| [[%BUGS%/Item4275][Item4275]] | Add Adobe Air to mimetypes | 
    535535| [[%BUGS%/Item4259][Item4259]] | Simplify default templates more, and use CSS | 
    536 | [[%BUGS%/Item4241][Item4241]] | CSS class =twikiUnvisited= | 
     536| [[%BUGS%/Item4241][Item4241]] | CSS class =foswikiUnvisited= | 
    537537| [[%BUGS%/Item4185][Item4185]] | !SlideShowPlugin: Add !VarSLIDESHOWSTART and !VarSLIDESHOWEND variable documentation | 
    538538| [[%BUGS%/Item4184][Item4184]] | !RenderListPlugin: Add !VarRENDERLIST variable documentation | 
     
    557557| [[%BUGS%/Item3841][Item3841]] | Add expandStandardEscapes to TWiki::Func | 
    558558| [[%BUGS%/Item3801][Item3801]] | Propose adding $admin attribute to USERINFO rather than appending "isAdmin()" to $group output | 
    559 | [[%BUGS%/Item3798][Item3798]] | twikiNotification: CSS style for notifcations | 
     559| [[%BUGS%/Item3798][Item3798]] | foswikiNotification: CSS style for notifcations | 
    560560| [[%BUGS%/Item3774][Item3774]] | Add getSessionKeys to Func | 
    561561| [[%BUGS%/Item3773][Item3773]] | Handlers don't have access to the full topic | 
     
    676676| [[%BUGS%/Item5501][Item5501]] | IF allows does not work correctly if the topic does not exist. | 
    677677| [[%BUGS%/Item5499][Item5499]] | TWiki::UI::Resister::changePassword sends login, not cUID to TWiki::Users::setPassword | 
    678 | [[%BUGS%/Item5495][Item5495]] | add twikiBroadcastMessage class div to default & classic skins | 
     678| [[%BUGS%/Item5495][Item5495]] | add foswikiBroadcastMessage class div to default & classic skins | 
    679679| [[%BUGS%/Item5491][Item5491]] | !FileAttachment documentation fix - {AutoAttachPubDir} should read {AutoAttachPubFiles} | 
    680680| [[%BUGS%/Item5490][Item5490]] | %REVTITLE2% not substituted in RDiff.pm | 
  • trunk/core/data/System/TemplateTopics.txt

    r693 r1206  
    7676<form name="new" action="%SCRIPTURLPATH{edit}%/Sandbox/"> 
    7777   * New example topic:  
    78      <input type="text" name="topic" value="ExampleTopicAUTOINC0001" size="30" />&nbsp;<input type="submit" class="twikiSubmit" value="Create" /> 
     78     <input type="text" name="topic" value="ExampleTopicAUTOINC0001" size="30" />&nbsp;<input type="submit" class="foswikiSubmit" value="Create" /> 
    7979     <input type="hidden" name="templatetopic" value="ExampleTopicTemplate" /> 
    8080     <input type="hidden" name="topicparent" value="%TOPIC%" /> 
     
    9393     &lt;input type="hidden" name="onlywikiname" value="on" /&gt; 
    9494     &lt;input type="hidden" name="onlynewtopic" value="on" /&gt; 
    95      &lt;input type="submit" class="twikiSubmit" value="Create" /&gt; 
     95     &lt;input type="submit" class="foswikiSubmit" value="Create" /&gt; 
    9696&lt;/form&gt; 
    9797</pre> 
  • trunk/core/data/System/VarMAKETEXT.txt

    r851 r1206  
    2323      * Amperstands (<code>&amp;</code>) followed by one letter (one of a...z, A...Z) 
    2424        (say, =X=) in the translatable string will be translated to  
    25         <code>&lt;span class='twikiAccessKey'&gt;X&lt;/span&gt;</code>. 
     25        <code>&lt;span class='foswikiAccessKey'&gt;X&lt;/span&gt;</code>. 
    2626        This is used to implement access keys. 
    2727        If you want to write an actual amperstand that stays just before a letter, 
  • trunk/core/data/System/WebCreateNewTopicTemplate.txt

    r1201 r1206  
    5252 
    5353 
    54 %TMPL:DEF{"topicname"}%<input type="text" class="twikiInputField" name="topic" id="topic" size="40" %IF{"'%PREFILLTOPIC%'='1'" then="value=\"%BASETOPIC%\""}% %IF{"'%URLPARAM{"newtopic" encode="quote"}%'" then="value=\"%URLPARAM{"newtopic"}%\""}% />%TMPL:END% 
     54%TMPL:DEF{"topicname"}%<input type="text" class="foswikiInputField" name="topic" id="topic" size="40" %IF{"'%PREFILLTOPIC%'='1'" then="value=\"%BASETOPIC%\""}% %IF{"'%URLPARAM{"newtopic"}%'" then="value=\"%URLPARAM{"newtopic"}%\""}% />%TMPL:END% 
    5555 
    5656 
    57 %TMPL:DEF{"topicparent"}%%IF{"defined pickparent" then="<select name='topicparent' size='10' class='twikiSelect'>$percntTOPICLIST{$quot<option $marker value='$name'>$name</option>$quot marker=$quotselected$quot separator=$quot$quot selection=$quot$percntURLPARAM{ $quottopicparent$quot default=$quot%MAKETEXT{"(no parent, orphaned topic)"}%$quot }$percnt$quot}$percnt<option value=$quot$quot>$percntMAKETEXT{$quot(no parent, orphaned topic)$quot}$percnt</option></select>" else="<input type='text' size='40' name='topicparent' class='twikiInputField' value='%URLPARAM{topicparent}%' />&nbsp;<a id='pickparent' href='$percntSCRIPTURLPATH{view}$percnt/$percntBASEWEB$percnt/$percntBASETOPIC$percnt?$percntQUERYSTRING$percnt;pickparent=1'>%MAKETEXT{"Pick from a list"}%</a>"}%%TMPL:END% 
     57%TMPL:DEF{"topicparent"}%%IF{"defined pickparent" then="<select name='topicparent' size='10' class='foswikiSelect'>$percntTOPICLIST{$quot<option $marker value='$name'>$name</option>$quot marker=$quotselected$quot separator=$quot$quot selection=$quot$percntURLPARAM{ $quottopicparent$quot default=$quot%MAKETEXT{"(no parent, orphaned topic)"}%$quot }$percnt$quot}$percnt<option value=$quot$quot>$percntMAKETEXT{$quot(no parent, orphaned topic)$quot}$percnt</option></select>" else="<input type='text' size='40' name='topicparent' class='foswikiInputField' value='%URLPARAM{topicparent}%' />&nbsp;<a id='pickparent' href='$percntSCRIPTURLPATH{view}$percnt/$percntBASEWEB$percnt/$percntBASETOPIC$percnt?$percntQUERYSTRING$percnt;pickparent=1'>%MAKETEXT{"Pick from a list"}%</a>"}%%TMPL:END% 
    5858 
    59 %TMPL:DEF{"topictemplate"}%<select name="templatetopic" class="twikiSelect">%IF{"'%URLPARAM{"templatetopic" encode="quote"}%'" then='<option selected="selected">%URLPARAM{"templatetopic"}%</option>'}%<option value="">%MAKETEXT{"Default template"}%</option>%SEARCH{"name~'*Template'" scope="topic" excludetopic="WebTopicEditTemplate,WebCreateNewTopicTemplate,*ViewTemplate" type="query" nonoise="on" format="<option>$topic</option>"}%</select> <a id="viewtemplates" href="%SCRIPTURL{view}%/%SYSTEMWEB%/WebTemplateTopics?web=%BASEWEB%">%MAKETEXT{"View templates"}%</a> %TMPL:END% 
     59%TMPL:DEF{"topictemplate"}%<select name="templatetopic" class="foswikiSelect">%IF{"'%URLPARAM{"templatetopic"}%'" then='<option selected="selected">%URLPARAM{"templatetopic"}%</option>'}%<option value="">%MAKETEXT{"Default template"}%</option>%SEARCH{"name~'*Template'" scope="topic" excludetopic="WebTopicEditTemplate,WebCreateNewTopicTemplate,*ViewTemplate" type="query" nonoise="on" format="<option>$topic</option>"}%</select> <a id="viewtemplates" href="%SCRIPTURL{view}%/%SYSTEMWEB%/WebTemplateTopics?web=%BASEWEB%">%MAKETEXT{"View templates"}%</a> %TMPL:END% 
    6060 
    61 %TMPL:DEF{"submit"}%<input id="submit" type="submit" class="twikiSubmit" value='%MAKETEXT{"Create this topic"}%' />%TMPL:END% 
     61%TMPL:DEF{"submit"}%<input id="submit" type="submit" class="foswikiSubmit" value='%MAKETEXT{"Create this topic"}%' />%TMPL:END% 
    6262 
    6363%TMPL:DEF{"formend"}%</form>%TMPL:END% 
  • trunk/core/data/System/WebHome.txt

    r1050 r1206  
    22<div style="float:right;margin:1em 0em 1em;padding:0.5em;text-align:center"> 
    33<a style="background:transparent" href="http://foswiki.org"><img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/foswiki-logo-slogan.png" alt="Foswiki - The Free and Open Source Wiki" title="Foswiki - The Free and Open Source Wiki" border="0" /></a> 
    4 <br />Come to <a href="http://foswiki.org"><span class="twikiLinkLabel">foswiki.org</span></a>. 
     4<br />Come to <a href="http://foswiki.org"><span class="foswikiLinkLabel">foswiki.org</span></a>. 
    55</div> 
    66---+!! Welcome to the %WEB% Web 
     
    2424---++ <nop>%WEB% Web Utilities 
    2525<form action='%SCRIPTURLPATH{"search"}%/%WEB%/'> 
    26    * <input type="text" name="search" class="twikiInputField" size="22" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
     26   * <input type="text" name="search" class="foswikiInputField" size="22" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
    2727   * WebTopicList - all topics in alphabetical order 
    2828   * WebChanges - recent topic changes in this web 
  • trunk/core/data/System/WebPreferences.txt

    r1107 r1206  
    3232 
    3333   * Copyright notice for the web. 
    34       * Set WEBCOPYRIGHT = <span class="twikiRight"> <a href="http://foswiki.org/"><img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/badge.gif" alt="This site is powered by Foswiki" title="This site is powered by Foswiki" border="0" /></a></span>%MAKETEXT{"Copyright &copy; by the contributing authors. All material on this site is the property of the contributing authors." args="1999-%GMTIME{$year}%"}% <br /> %MAKETEXT{"Ideas, requests, problems regarding [_1]? <a href='[_2]'>Send feedback</a>" args="<nop>%WIKITOOLNAME%,mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20Feedback%20on%20%BASEWEB%.%BASETOPIC%"}% %IF{"$ WEB= $ SYSTEMWEB" then=""}% 
     34      * Set WEBCOPYRIGHT = <span class="foswikiRight"> <a href="http://foswiki.org/"><img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/badge.gif" alt="This site is powered by Foswiki" title="This site is powered by Foswiki" border="0" /></a></span>%MAKETEXT{"Copyright &copy; by the contributing authors. All material on this site is the property of the contributing authors." args="1999-%GMTIME{$year}%"}% <br /> %MAKETEXT{"Ideas, requests, problems regarding [_1]? <a href='[_2]'>Send feedback</a>" args="<nop>%WIKITOOLNAME%,mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20Feedback%20on%20%BASEWEB%.%BASETOPIC%"}% %IF{"$ WEB= $ SYSTEMWEB" then=""}% 
    3535 
    3636   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). 
  • trunk/core/data/System/WebSearch.txt

    r1199 r1206  
    1414}% 
    1515 
    16 <a name="twikiSearchForm"></a> 
     16<a name="foswikiSearchForm"></a> 
    1717<noautolink> 
    18 <div class="twikiPageForm"> 
    19 <form id="twikiWebSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%"> 
    20 <table id="twikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
     18<div class="foswikiPageForm"> 
     19<form id="foswikiWebSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%"> 
     20<table id="foswikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
    2121<tr> 
    2222<td colspan="2" class="twikiFirstRow"> 
    23   <input type="text" class="twikiInputField" name="search" value="%URLPARAM{ "search" encode="entity" }%" size="40" />  
    24   <input type="submit" class="twikiSubmit" value='%MAKETEXT{"Search"}%' /><span class="twikiSmall">&nbsp;&nbsp;<a href='%SCRIPTURL{view}%/%INCLUDINGWEB%/WebSearchAdvanced?search=%URLPARAM{"search" encode="url"}%;type=%URLPARAM{"type" encode="url" default="word"}%;scope=%URLPARAM{"scope" encode="url"}%;web=%URLPARAM{"web" encode="url"}%;nosearch=%URLPARAM{"nosearch" encode="url"}%'>%MAKETEXT{"Advanced search"}%</a> | [[%SYSTEMWEB%.SearchHelp][%MAKETEXT{"Help"}%]]</span> 
    25 <div class="twikiSmall" style="padding:1em 0 0 0;">%MAKETEXT{"TIP: to search for all topics that contain =\"SOAP\"=, =\"WSDL\"=, a literal =\"web service\"=, but not =\"shampoo\"=, write:"}% <code>soap wsdl "web service" -shampoo</code></div> 
     23  <input type="text" class="foswikiInputField" name="search" value="%URLPARAM{ "search" encode="entity" }%" size="40" />  
     24  <input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Search"}%' /><span class="foswikiSmall">&nbsp;&nbsp;<a href='%SCRIPTURL{view}%/%INCLUDINGWEB%/WebSearchAdvanced?search=%URLPARAM{"search" encode="url"}%;type=%URLPARAM{"type" encode="url" default="word"}%;scope=%URLPARAM{"scope" encode="url"}%;web=%URLPARAM{"web" encode="url"}%;nosearch=%URLPARAM{"nosearch" encode="url"}%'>%MAKETEXT{"Advanced search"}%</a> | [[%SYSTEMWEB%.SearchHelp][%MAKETEXT{"Help"}%]]</span> 
     25<div class="foswikiSmall" style="padding:1em 0 0 0;">%MAKETEXT{"TIP: to search for all topics that contain =\"SOAP\"=, =\"WSDL\"=, a literal =\"web service\"=, but not =\"shampoo\"=, write:"}% <code>soap wsdl "web service" -shampoo</code></div> 
    2626</td> 
    2727</tr> 
    2828<tr> 
    29 <th class="twikiLast">%MAKETEXT{"Search where:"}%</th> 
    30 <td class="twikiLast"> 
     29<th class="foswikiLast">%MAKETEXT{"Search where:"}%</th> 
     30<td class="foswikiLast"> 
    3131<input type="radio" class="foswikiRadioButton" id="textbody" name="scope" value="text" %IF{" '%URLPARAM{"scope"}%' = '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" default="all"}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
    3232<hr /> 
    33 <input type="checkbox" class="twikiCheckbox" id="web" name="web" value="all" %IF{" '%URLPARAM{web}%' = 'all'" 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> 
     33<input type="checkbox" class="foswikiCheckbox" id="web" name="web" value="all" %IF{" '%URLPARAM{web}%' = 'all'" then="checked=\"checked\"" else=""}% /><label for="web"> %MAKETEXT{"All public webs"}%</label> <span class="foswikiSmall">%MAKETEXT{"(otherwise search [_1] Web only)" args="<nop>%INCLUDINGWEB%"}%</span> 
    3434</td> 
    3535</tr> 
     
    4343   * %ICON{"arrowright"}% %MAKETEXT{"If you already know the name of the topic, enter the name of the topic into the ~[~[[_1]~]~[Jump box~]~] at the top" args="%SYSTEMWEB%.GoBox"}% 
    4444   * %ICON{"indexlist"}% <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*">%MAKETEXT{"List all topics in the [_1] web in alphabetical order" args="<nop>%INCLUDINGWEB%"}%</a>  
    45    * %ICON{"filter"}% %MAKETEXT{"List topics that start with the letter:"}% <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ea">A</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eb">B</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ec">C</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ed">D</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ee">E</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ef">F</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eg">G</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eh">H</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ei">I</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ej">J</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ek">K</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5El">L</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Em">M</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5En">N</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eo">O</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ep">P</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eq">Q</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Er">R</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Es">S</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Et">T</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eu">U</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ev">V</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ew">W</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ex">X</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ey">Y</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ez">Z</a> 
     45   * %ICON{"filter"}% %MAKETEXT{"List topics that start with the letter:"}% <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ea">A</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eb">B</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ec">C</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ed">D</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ee">E</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ef">F</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eg">G</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eh">H</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ei">I</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ej">J</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ek">K</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5El">L</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Em">M</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5En">N</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eo">O</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ep">P</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eq">Q</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Er">R</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Es">S</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Et">T</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eu">U</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ev">V</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ew">W</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ex">X</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ey">Y</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ez">Z</a> 
    4646   * %ICON{"recentchanges"}% [[%INCLUDINGWEB%.WebChanges][%MAKETEXT{"Recently changed topics"}%]] 
    4747</div> 
  • trunk/core/data/System/WebSearchAdvanced.txt

    r1198 r1206  
    2121}% 
    2222 
    23 <a name="twikiSearchForm"></a> 
     23<a name="foswikiSearchForm"></a> 
    2424<noautolink> 
    25 <div class="twikiPageForm"> 
    26 <form id="twikiWebSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%"> 
    27 <table id="twikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
     25<div class="foswikiPageForm"> 
     26<form id="foswikiWebSearchForm" action="%SCRIPTURLPATH{view}%/%INCLUDINGWEB%/%INCLUDINGTOPIC%"> 
     27<table id="foswikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
    2828<tr> 
    29 <td colspan="2" class="twikiFirstRow"> 
    30   <input class="twikiInputField" type="text" name="search" value="%URLPARAM{ "search" encode="entity" }%" size="40" />  
    31   <input type="submit" class="twikiSubmit" value='%MAKETEXT{"Search"}%' /><span class="twikiSmall">&nbsp;&nbsp;<a href='%SCRIPTURL{view}%/%INCLUDINGWEB%/WebSearch?search=%URLPARAM{"search" encode="url"}%;type=%URLPARAM{"type" encode="url" default="word"}%;scope=%URLPARAM{"scope" encode="url"}%;web=%URLPARAM{"web" encode="url"}%;nosearch=%URLPARAM{"nosearch" encode="url"}%'>%MAKETEXT{"Simple search"}%</a> | [[%SYSTEMWEB%.SearchHelp][%MAKETEXT{"Help"}%]]</span> 
    32 <div class="twikiSmall" style="padding:1em 0 0 0;">%MAKETEXT{"TIP: to search for all topics that contain =\"SOAP\"=, =\"WSDL\"=, a literal =\"web service\"=, but not =\"shampoo\"=, write:"}% <code>soap wsdl "web service" -shampoo</code></div> 
     29<td colspan="2" class="foswikiFirstRow"> 
     30  <input class="foswikiInputField" type="text" name="search" value="%URLPARAM{ "search" encode="entity" }%" size="40" />  
     31  <input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Search"}%' /><span class="foswikiSmall">&nbsp;&nbsp;<a href='%SCRIPTURL{view}%/%INCLUDINGWEB%/WebSearch?search=%URLPARAM{"search" encode="url"}%;type=%URLPARAM{"type" encode="url" default="word"}%;scope=%URLPARAM{"scope" encode="url"}%;web=%URLPARAM{"web" encode="url"}%;nosearch=%URLPARAM{"nosearch" encode="url"}%'>%MAKETEXT{"Simple search"}%</a> | [[%SYSTEMWEB%.SearchHelp][%MAKETEXT{"Help"}%]]</span> 
     32<div class="foswikiSmall" style="padding:1em 0 0 0;">%MAKETEXT{"TIP: to search for all topics that contain =\"SOAP\"=, =\"WSDL\"=, a literal =\"web service\"=, but not =\"shampoo\"=, write:"}% <code>soap wsdl "web service" -shampoo</code></div> 
    3333</td> 
    3434</tr> 
     
    4040<input type="radio" class="foswikiRadioButton" id="both" name="scope" value="all" %IF{" '%URLPARAM{"scope" default="all"}%' = 'all' " then="checked=\"checked\"" else=""}% /><label for="both"> %MAKETEXT{"Both body and title"}%</label> 
    4141<hr /> 
    42 <input type="checkbox" class="twikiCheckbox" id="web" name="web" value="all" %IF{" '%URLPARAM{web}%' = 'all'" 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> 
     42<input type="checkbox" class="foswikiCheckbox" id="web" name="web" value="all" %IF{" '%URLPARAM{web}%' = 'all'" then="checked=\"checked\"" else=""}% /><label for="web"> %MAKETEXT{"All public webs"}%</label> <span class="foswikiSmall">%MAKETEXT{"(otherwise search [_1] Web only)" args="<nop>%INCLUDINGWEB%"}%</span> 
    4343</td> 
    4444</tr> 
     
    5050<input type="radio" class="foswikiRadioButton" id="editby" name="order" value="editby" %IF{" '%URLPARAM{order}%' = 'editby' " then="checked=\"checked\"" else=""}% /><label for="editby"> %MAKETEXT{"Last editor"}%</label> 
    5151<hr /> 
    52 <input type="checkbox" class="twikiCheckbox" name="reverse" id="reverse" %IF{" '%URLPARAM{reverse}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="reverse"> %MAKETEXT{"In reversed order"}%</label> 
     52<input type="checkbox" class="foswikiCheckbox" name="reverse" id="reverse" %IF{" '%URLPARAM{reverse}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="reverse"> %MAKETEXT{"In reversed order"}%</label> 
    5353</td> 
    5454</tr> 
    5555<tr> 
    5656<th>%MAKETEXT{"Make search:"}%</th> 
    57 <td><input type="checkbox" class="twikiCheckbox" id="casesensitive" name="casesensitive" %IF{" '%URLPARAM{casesensitive}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="casesensitive"> %MAKETEXT{"Case sensitive"}%</label><br /> 
    58 <input type="checkbox" class="twikiCheckbox" id="regex" name="regex"%IF{" '%URLPARAM{regex}%' = 'on' or '%URLPARAM{type}%' = 'regex'" then="checked=\"checked\"" else=""}% /><label for="regex"> %MAKETEXT{"Regular expression search"}%</label> <span class="twikiSmall">%MAKETEXT{"(semicolon =;= for and)"}% [[%SYSTEMWEB%.RegularExpression][%MAKETEXT{"about regular expression search"}%]]</span> 
     57<td><input type="checkbox" class="foswikiCheckbox" id="casesensitive" name="casesensitive" %IF{" '%URLPARAM{casesensitive}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="casesensitive"> %MAKETEXT{"Case sensitive"}%</label><br /> 
     58<input type="checkbox" class="foswikiCheckbox" id="regex" name="regex"%IF{" '%URLPARAM{regex}%' = 'on' or '%URLPARAM{type}%' = 'regex'" then="checked=\"checked\"" else=""}% /><label for="regex"> %MAKETEXT{"Regular expression search"}%</label> <span class="foswikiSmall">%MAKETEXT{"(semicolon =;= for and)"}% [[%SYSTEMWEB%.RegularExpression][%MAKETEXT{"about regular expression search"}%]]</span> 
    5959</td> 
    6060</tr> 
    6161<tr> 
    6262<th><b>%MAKETEXT{"Don't show:"}%</b></th> 
    63 <td><input type="checkbox" class="twikiCheckbox" id="nosearch" name="nosearch" %IF{" '%URLPARAM{nosearch}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nosearch"> %MAKETEXT{"Search string"}%</label><br /> 
    64 <input type="checkbox" class="twikiCheckbox" id="nosummary" name="nosummary" %IF{" '%URLPARAM{nosummary}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nosummary"> %MAKETEXT{"Summaries"}%</label><br /> 
    65 <input type="checkbox" class="twikiCheckbox" id="nototal" name="nototal" %IF{" '%URLPARAM{nototal}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nototal"> %MAKETEXT{"Total matches"}%</label> 
     63<td><input type="checkbox" class="foswikiCheckbox" id="nosearch" name="nosearch" %IF{" '%URLPARAM{nosearch}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nosearch"> %MAKETEXT{"Search string"}%</label><br /> 
     64<input type="checkbox" class="foswikiCheckbox" id="nosummary" name="nosummary" %IF{" '%URLPARAM{nosummary}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nosummary"> %MAKETEXT{"Summaries"}%</label><br /> 
     65<input type="checkbox" class="foswikiCheckbox" id="nototal" name="nototal" %IF{" '%URLPARAM{nototal}%' = 'on' " then="checked=\"checked\"" else=""}% /><label for="nototal"> %MAKETEXT{"Total matches"}%</label> 
    6666</td> 
    6767</tr> 
    6868<tr> 
    69 <th class="twikiLast">%MAKETEXT{"Limit results to:"}%</th> 
    70 <td class="twikiLast"><input type="text" class="twikiInputField" id="limit" name="limit" size="3" value="%IF{" '%URLPARAM{"limit" default="all"}%' = 'all' " then="all" else="%URLPARAM{limit}%"}%" /><label for="limit"> %MAKETEXT{"Topics per web"}% </label><span class="twikiSmall">%MAKETEXT{"(=all= to show all topics)"}%</span> 
     69<th class="foswikiLast">%MAKETEXT{"Limit results to:"}%</th> 
     70<td class="foswikiLast"><input type="text" class="foswikiInputField" id="limit" name="limit" size="3" value="%IF{" '%URLPARAM{"limit" default="all"}%' = 'all' " then="all" else="%URLPARAM{limit}%"}%" /><label for="limit"> %MAKETEXT{"Topics per web"}% </label><span class="foswikiSmall">%MAKETEXT{"(=all= to show all topics)"}%</span> 
    7171</td> 
    7272</tr> 
     
    8080   * %MAKETEXT{"If you already know the name of the topic, enter the name of the topic into the ~[~[[_1]~]~[Jump box~]~] at the top" args="%SYSTEMWEB%.GoBox"}% 
    8181   * <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&regex=on&search=\.*">%MAKETEXT{"List all topics in the [_1] web in alphabetical order" args="<nop>%INCLUDINGWEB%"}%</a> 
    82    * %MAKETEXT{"List topics that start with the letter:"}% <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ea">A</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eb">B</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ec">C</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ed">D</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ee">E</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ef">F</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eg">G</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eh">H</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ei">I</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ej">J</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ek">K</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5El">L</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Em">M</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5En">N</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eo">O</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ep">P</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eq">Q</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Er">R</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Es">S</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Et">T</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eu">U</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ev">V</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ew">W</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ex">X</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ey">Y</a><span class="twikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ez">Z</a> 
     82   * %MAKETEXT{"List topics that start with the letter:"}% <a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ea">A</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eb">B</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ec">C</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ed">D</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ee">E</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ef">F</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eg">G</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eh">H</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ei">I</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ej">J</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ek">K</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5El">L</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Em">M</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5En">N</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eo">O</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ep">P</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eq">Q</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Er">R</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Es">S</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Et">T</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Eu">U</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ev">V</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ew">W</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ex">X</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ey">Y</a><span class="foswikiSeparator"> | </span><a href="%SCRIPTURLPATH{"search"}%/%INCLUDINGWEB%/?scope=topic&amp;regex=on&amp;search=%5Ez">Z</a> 
    8383   * [[%INCLUDINGWEB%.WebChanges][%MAKETEXT{"Recently changed topics"}%]] 
    8484</div> 
  • trunk/core/data/System/WebSiteTools.txt

    r851 r1206  
    44<form action="%SCRIPTURLPATH{search}%/%INCLUDINGWEB%/SearchResult"> 
    55<noautolink> 
    6    * <input type="text" name="search" size="32" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> &nbsp;&nbsp; (More options in [[%INCLUDINGWEB%.WebSearch][WebSearch]]) 
     6   * <input type="text" name="search" size="32" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> &nbsp;&nbsp; (More options in [[%INCLUDINGWEB%.WebSearch][WebSearch]]) 
    77   * [[%INCLUDINGWEB%.WebChanges][WebChanges]]: Display recent changes to the %INCLUDINGWEB% web 
    88   * [[%INCLUDINGWEB%.WebIndex][WebIndex]]: List all %INCLUDINGWEB% topics in alphabetical order. See also the faster [[%INCLUDINGWEB%.WebTopicList][WebTopicList]] 
  • trunk/core/data/System/WebTopicCreator.txt

    r671 r1206  
    55 
    66 
    7 <div class="twikiNotification"> 
     7<div class="foswikiNotification"> 
    88---+++ Wiki admins 
    99 
  • trunk/core/data/System/WebTopicViewTemplate.txt

    r1090 r1206  
    44*%MAKETEXT{"The topic [_1] you are trying to access does not exist, yet." args="'%BASETOPIC%'"}%* 
    55 
    6 <div class="twikiPageForm"> 
    7 <table id="twikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
     6<div class="foswikiPageForm"> 
     7<table id="foswikiSearchTable" border="0" cellspacing="0" cellpadding="0"> 
    88<tr> 
    99<td class="foswikiFirstCol"> 
    1010<form name="jumpAgain" action="%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%"> 
    11 *%MAKETEXT{"Did you spell the [_1] correctly?" args="%SYSTEMWEB%.WikiWord"}%* %MAKETEXT{"Remember, a [_1] is case sensitive." args="<nop>WikiWord"}% %BR%     <input type="text" class="twikiInputField" name="topic" size="36" value="%BASETOPIC%" /> <input type="submit" class="twikiSubmit" value="%MAKETEXT{"Jump"}%" /> 
     11*%MAKETEXT{"Did you spell the [_1] correctly?" args="%SYSTEMWEB%.WikiWord"}%* %MAKETEXT{"Remember, a [_1] is case sensitive." args="<nop>WikiWord"}% %BR%     <input type="text" class="foswikiInputField" name="topic" size="36" value="%BASETOPIC%" /> <input type="submit" class="foswikiSubmit" value="%MAKETEXT{"Jump"}%" /> 
    1212</form> 
    1313</td> 
  • trunk/core/data/System/WikiSyntaxSummary.txt

    r851 r1206  
    1515   * %MAKETEXT{"*monospaced* put word/phrase in equal signs: =<nop>=your words=="}% 
    1616   * %MAKETEXT{"*paragraphs* separate with blank line"}% 
    17    * <a target="TextFormattingRules" class="twikiPopUp" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TextFormattingRules">%MAKETEXT{"More formatting help"}%</a> %MAKETEXT{"and"}% <a target="GoodStyle" class="twikiPopUp" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/GoodStyle">%MAKETEXT{"hints on good style"}%</a> 
     17   * <a target="TextFormattingRules" class="foswikiPopUp" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/TextFormattingRules">%MAKETEXT{"More formatting help"}%</a> %MAKETEXT{"and"}% <a target="GoodStyle" class="foswikiPopUp" href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/GoodStyle">%MAKETEXT{"hints on good style"}%</a> 
    1818%STOPINCLUDE% 
    1919--- 
  • trunk/core/data/TestCases/CreateNewTestCaseForm.txt

    r482 r1206  
    55<form action="%SCRIPTURL{"edit"}%/%WEB%" > 
    66Create new testcase<br /> 
    7 <input value="TestCaseAuto" name="topic" type="text" size="15" class="twikiInputField" /> 
     7<input value="TestCaseAuto" name="topic" type="text" size="15" class="foswikiInputField" /> 
    88<input type="hidden" name="web" value="%WEB%" /> 
    99<input type="hidden" name="templatetopic" value="TestCaseTemplate" /> 
  • trunk/core/data/TestCases/TestCaseAutoEmphasis.txt

    r482 r1206  
    470470---+++ CASE IN_TABLE 
    471471<!-- expected A_IN_TABLE --> 
    472 <table border="1" cellspacing="0" cellpadding="0" class="twikiTable"> 
     472<table border="1" cellspacing="0" cellpadding="0" class="foswikiTable"> 
    473473<tbody> 
    474474<tr><td> <code>* _ __ = ==</code> </td><td> <code>* _ __ = ==</code> </td></tr> 
     
    923923---+++ CASE IN_TABLE 
    924924<!-- expected B_IN_TABLE --> 
    925 <table border="1" cellspacing="0" cellpadding="0" class="twikiTable"> 
     925<table border="1" cellspacing="0" cellpadding="0" class="foswikiTable"> 
    926926<thead> 
    927927<tr><th> <strong>_ * __ = ==</strong> </th><th> <strong>_ * __ = ==</strong> </th></tr> 
     
    14431443---+++ CASE IN_TABLE 
    14441444<!-- expected C_IN_TABLE --> 
    1445 <table border="1" cellspacing="0" cellpadding="0" class="twikiTable"> 
     1445<table border="1" cellspacing="0" cellpadding="0" class="foswikiTable"> 
    14461446<tbody> 
    14471447<tr><td> <em>* = == _ __</em> </td><td> <em>* = == _ __</em> </td></tr> 
  • trunk/core/data/TestCases/TestCaseAutoFormattedSearch.txt

    r482 r1206  
    143143 
    144144<!-- expected with text and multi --> 
    145 <table cellspacing="0" cellpadding="0" class="twikiTable" border="1"> 
     145<table cellspacing="0" cellpadding="0" class="foswikiTable" border="1"> 
    146146<tbody><tr> 
    147147<td>  option1  </td> 
  • trunk/core/data/TestCases/TestCaseAutoFormatting.txt

    r1133 r1206  
    268268<!-- expected SIMPLE TABLE --> 
    269269<p /> 
    270 <table border="1" cellspacing="0" cellpadding="0" class=twikiTable><thead><tr><th> <strong>L</strong> </th><th> <strong>C</strong> </th><th> <strong>R</strong> </th></tr></thead> 
     270<table border="1" cellspacing="0" cellpadding="0" class=foswikiTable><thead><tr><th> <strong>L</strong> </th><th> <strong>C</strong> </th><th> <strong>R</strong> </th></tr></thead> 
    271271<tbody> 
    272272<tr><td>  A2  </td><td align="center">  2       </td><td align="right"> 2  </td></tr> 
     
    280280</table> 
    281281<p /> 
    282 <table border="1" cellspacing="0" cellpadding="0" class=twikiTable> <tbody><tr><td> ^ </td><td>  six  </td><td>  six  </td></tr> 
     282<table border="1" cellspacing="0" cellpadding="0" class=foswikiTable> <tbody><tr><td> ^ </td><td>  six  </td><td>  six  </td></tr> 
    283283</tbody> 
    284284</table> 
     
    352352---+++ Expected 
    353353<!-- expected expand WIKIWORDS --> 
    354 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/WebPreferences">WebPreferences</a> 
    355 <p /> 
    356 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/%WIKIUSERSTOPIC%">%WIKIUSERSTOPIC%</a> 
     354<a href="%SCRIPTURLPATH{"view"}%/TestCases/WebPreferences">WebPreferences</a> 
     355<p /> 
     356<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/%WIKIUSERSTOPIC%">%WIKIUSERSTOPIC%</a> 
    357357<p /> 
    358358<span class="foswikiNewLink">CompleteAndUtterNothing<a href="%SCRIPTURLPATH{"edit"}%/TestCases/CompleteAndUtterNothing?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow" title="Create this topic">?</a></span> 
    359359<p /> 
    360 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBox</a> 
    361 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBoxs</a> 
    362 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxy">LinkBoxies</a> 
    363 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxess">LinkBoxess</a> 
    364 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxess">LinkBoxesses</a> 
    365 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBoxes</a> 
     360<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBox</a> 
     361<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBoxs</a> 
     362<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxy">LinkBoxies</a> 
     363<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxess">LinkBoxess</a> 
     364<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBoxess">LinkBoxesses</a> 
     365<a href="%SCRIPTURLPATH{"view"}%/TestCases/LinkBox">LinkBoxes</a> 
    366366<!-- /expected --> 
    367367---+++ Actual 
     
    386386<span class="foswikiNewLink">wiki syntax<a href="%SCRIPTURLPATH{"edit"}%/TestCases/WikiSyntax?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow"  title="Create this topic">?</a></span> 
    387387<p /> 
    388 <a class="foswikiLink" href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/%WIKIUSERSTOPIC%">%USERSWEB%.Wiki users</a> 
     388<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/%WIKIUSERSTOPIC%">%USERSWEB%.Wiki users</a> 
    389389<p /> 
    390390escaped: 
     
    430430---+++ Expected 
    431431<!-- expected expand ANCHOR --> 
    432 <a class="foswikiCurrentTopicLink foswikiAnchorLink" href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoFormatting#NotThere">TestCaseAutoFormatting#NotThere</a> 
     432<a class="foswikiCurrentTopicLink" href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoFormatting#NotThere">TestCaseAutoFormatting#NotThere</a> 
    433433<p /> 
    434434<a class="foswikiCurrentTopicLink foswikiAnchorLink" href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoFormatting#MyAnchor">Jump</a> 
     
    468468---+++ Expected 
    469469<!-- expected expand COMPLEX TABLE --> 
    470 <table cellpadding="0" cellspacing="0" border="1" class=twikiTable> 
     470<table cellpadding="0" cellspacing="0" border="1" class=foswikiTable> 
    471471<thead> 
    472472<tr> 
     
    525525---+++ Expected 
    526526<!-- expected GOOGLE --> 
    527 <table border="1" cellspacing="0" cellpadding="0" class=twikiTable> 
     527<table border="1" cellspacing="0" cellpadding="0" class=foswikiTable> 
    528528<tbody> 
    529529 <tr> 
  • trunk/core/data/TestCases/TestCaseAutoMetaSearch.txt

    r1090 r1206  
    5252Expected: 
    5353<!-- expected expand BULLET --> 
    54 <ul><li><a class="foswikiCurrentTopicLink foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/%TOPIC%">%TOPIC%</a></li></ul> 
     54<ul><li><a class="foswikiCurrentTopicLink" href="%SCRIPTURLPATH{"view"}%/TestCases/%TOPIC%">%TOPIC%</a></li></ul> 
    5555<!-- /expected --> 
    5656Actual: 
     
    6262Expected: 
    6363<!-- expected expand ABBR --> 
    64 <a class="foswikiCurrentTopicLink foswikiLink" href="%SCRIPTURLPATH{"view"}%/TestCases/%TOPIC%">Test...</a> 
     64<a class="foswikiCurrentTopicLink" href="%SCRIPTURLPATH{"view"}%/TestCases/%TOPIC%">Test...</a> 
    6565<!-- /expected --> 
    6666Actual: 
  • trunk/core/data/TestCases/TestCaseAutoSearch.txt

    r1142 r1206  
    1212---++ Expected 
    1313<!-- expected expand rex DEFAULT --> 
    14 <span class="patternSearched">Searched: <b><noautolink>hit me with your rhythm stick</noautolink></b></span><span id="twikiNumberOfResultsContainer"></span><span id="twikiModifySearchContainer"></span> 
    15 <h4 class="patternSearchResultsHeader" style="background-color:yellow"><span class="twikiLeft"><b>Results from TestCases web</b> retrieved at @TIME (GMT)</span><span class="twikiRight"></span><br class="twikiClear" /></h4> 
    16 <div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
    17 <div class="twikiRight twikiSRAuthor"> 
    18 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    19 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a>&nbsp;</div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"> 
     14<span class="patternSearched">Searched: <b><noautolink>hit me with your rhythm stick</noautolink></b></span><span id="foswikiNumberOfResultsContainer"></span><span id="foswikiModifySearchContainer"></span> 
     15<h4 class="patternSearchResultsHeader" style="background-color:yellow"><span class="foswikiLeft"><b>Results from TestCases web</b> retrieved at @TIME (GMT)</span><span class="foswikiRight"></span><br class="foswikiClear" /></h4> 
     16<div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
     17<div class="foswikiRight foswikiSRAuthor"> 
     18<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     19<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a>&nbsp;</div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"> 
    2020<div class="foswikiSummary foswikiGrayText">Description: Automated search function tests. Results dependent on templates used to render search results. Tests only make sense when this topic is viewed with "pattern ...</div><!--/foswikiSummary--> 
    21 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div> 
    22 <div class="twikiRight twikiSRAuthor"> 
    23 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    24 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a>&nbsp;</div><br class="twikiClear" /></div> 
    25 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    26 <div class="foswikiSummary foswikiGrayText">This is a test fixture topic, used in TestCaseAutoSearch hit me with your rhythm stick hit me! hit me! schmerz ist gut, ich liebe dich hit me! hit me! hit me! ...</div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div> 
     21</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div> 
     22<div class="foswikiRight foswikiSRAuthor"> 
     23<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     24<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a>&nbsp;</div><br class="foswikiClear" /></div> 
     25<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     26<div class="foswikiSummary foswikiGrayText">This is a test fixture topic, used in TestCaseAutoSearch hit me with your rhythm stick hit me! hit me! schmerz ist gut, ich liebe dich hit me! hit me! hit me! ...</div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div> 
    2727<!--/patternSearchResult--> 
    28 <div class="patternSearchResultCount" class="twikiBottomResultCount" >Number of topics: <span class="twikiSearchResultCount">2</span></div><!--/patternSearchResultCount--> 
     28<div class="patternSearchResultCount" class="twikiBottomResultCount" >Number of topics: <span class="foswikiSearchResultCount">2</span></div><!--/patternSearchResultCount--> 
    2929<!-- /expected --> 
    3030---++ Actual 
     
    6060---++ Expected 
    6161<!-- expected expand rex TWOWEBS --> 
    62 <div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WebPreferences"><b>WebPreferences</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/ProjectContributor" class="foswikiLink">ProjectContributor</a></div><div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WebPreferences" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
    63 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WebPreferences"><b>WebPreferences</b></a></div><div class="twikiRight twikiSRAuthor"><a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/ProjectContributor" class="foswikiLink">ProjectContributor</a></div><div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/%SYSTEMWEB%/WebPreferences" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
    64 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     62<div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WebPreferences"><b>WebPreferences</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/ProjectContributor">ProjectContributor</a></div><div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WebPreferences" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
     63</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WebPreferences"><b>WebPreferences</b></a></div><div class="foswikiRight foswikiSRAuthor"><a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/ProjectContributor">ProjectContributor</a></div><div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/%SYSTEMWEB%/WebPreferences" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
     64</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    6565<!-- /expected --> 
    6666---++ Actual 
     
    7474---++ Expected 
    7575<!-- expected expand rex ALLWEBS --> 
    76 <div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD" class="foswikiLink">@WIKIWORD</a></div><div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/%SYSTEMWEB%/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
    77 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div><div class="twikiRight twikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD" class="foswikiLink">@WIKIWORD</a></div><div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div><!--/foswikiTopRow--><div class="twikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
    78  
    79 </div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     76<div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div><div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/%SYSTEMWEB%/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
     77</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"><div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a></div><div class="foswikiRight foswikiSRAuthor"> <a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div><div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div><!--/foswikiTopRow--><div class="foswikiBottomRow"><div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--> 
     78 
     79</div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    8080<!-- /expected --> 
    8181---++ Actual 
     
    9090<!-- expected expand rex TOPICPARAMETER --> 
    9191<div class="patternSearchResult"> 
    92 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
    93 <div class="twikiRight twikiSRAuthor"> 
    94 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    95 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - 
    96 <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    97 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    98 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     92<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
     93<div class="foswikiRight foswikiSRAuthor"> 
     94<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     95<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - 
     96<a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     97<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     98<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    9999<!-- /expected --> 
    100100---++ Actual 
     
    108108<!-- expected rex expand EXCLUDETOPICTOPIC --> 
    109109<div class="patternSearchResult"> 
    110 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    111 <div class="twikiRight twikiSRAuthor"> 
    112 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    113 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    114 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    115 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     110<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     111<div class="foswikiRight foswikiSRAuthor"> 
     112<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     113<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     114<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     115<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    116116<!-- /expected --> 
    117117---++ Actual 
     
    159159<!-- expected expand rex MULTIPLE --> 
    160160<div class="patternSearchResult"> 
    161 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    162 <div class="twikiRight twikiSRAuthor"> 
    163 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    164 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    165 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    166 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    167 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    168 <div class="twikiRight twikiSRAuthor"> 
    169 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    170 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    171 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    172 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    173 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    174 <div class="twikiRight twikiSRAuthor"> 
    175 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    176 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    177 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    178 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    179 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    180  
    181 <div class="twikiRight twikiSRAuthor"> 
    182 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    183 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    184 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    185 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    186 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    187 <div class="twikiRight twikiSRAuthor"> 
    188 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    189 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    190 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    191 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     161<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     162<div class="foswikiRight foswikiSRAuthor"> 
     163<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     164<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     165<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     166<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     167<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     168<div class="foswikiRight foswikiSRAuthor"> 
     169<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     170<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     171<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     172<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     173<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     174<div class="foswikiRight foswikiSRAuthor"> 
     175<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     176<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     177<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     178<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     179<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     180 
     181<div class="foswikiRight foswikiSRAuthor"> 
     182<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     183<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     184<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     185<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     186<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     187<div class="foswikiRight foswikiSRAuthor"> 
     188<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     189<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     190<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     191<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    192192<!-- /expected --> 
    193193---++ Actual 
     
    203203<!-- expected expand rex REGEX --> 
    204204<div class="patternSearchResult"> 
    205 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
    206 <div class="twikiRight twikiSRAuthor"> 
    207 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    208 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    209 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    210 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    211 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    212 <div class="twikiRight twikiSRAuthor"> 
    213 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    214 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    215 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    216 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     205<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
     206<div class="foswikiRight foswikiSRAuthor"> 
     207<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     208<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     209<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     210<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     211<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     212<div class="foswikiRight foswikiSRAuthor"> 
     213<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     214<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     215<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     216<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    217217<!-- /expected --> 
    218218---++ Actual 
     
    225225<!-- expected expand rex SCOPEALL --> 
    226226<div class="patternSearchResult"> 
    227 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
    228 <div class="twikiRight twikiSRAuthor"> 
    229 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    230 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    231 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    232 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
    233 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
    234 <div class="twikiRight twikiSRAuthor"> 
    235 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    236 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    237 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    238 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     227<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/WhatIsWikiWiki"><b>WhatIsWikiWiki</b></a> </div> 
     228<div class="foswikiRight foswikiSRAuthor"> 
     229<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     230<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/WhatIsWikiWiki" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     231<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     232<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--><div class="patternSearchResult"> 
     233<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
     234<div class="foswikiRight foswikiSRAuthor"> 
     235<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     236<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     237<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     238<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    239239<!-- /expected --> 
    240240---++ Actual 
     
    247247<!-- expected rex expand CASESENSITIVE --> 
    248248<div class="patternSearchResult"> 
    249 <div class="foswikiTopRow"><div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
    250 <div class="twikiRight twikiSRAuthor"> 
    251 <a class='foswikiLink' href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
    252 <div class="twikiRight twikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a> </div><br class="twikiClear" /></div> 
    253 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    254 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     249<div class="foswikiTopRow"><div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a> </div> 
     250<div class="foswikiRight foswikiSRAuthor"> 
     251<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/@WIKIWORD">@WIKIWORD</a></div> 
     252<div class="foswikiRight foswikiSRRev"><span class="foswikiNew">NEW</span> - <a href="%SCRIPTURLPATH{"rdiff"}%/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a> </div><br class="foswikiClear" /></div> 
     253<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     254<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    255255<!-- /expected --> 
    256256---++ Actual 
     
    262262NOOPED vars shouldn't expand in search results %DATE% 
    263263<div class="patternSearchResult"> 
    264 <div class="foswikiTopRow"><div class="twikiLeft"> 
     264<div class="foswikiTopRow"><div class="foswikiLeft"> 
    265265<a href="@REX(.*?)view@REX(.*?)/TestCases/TestCaseAutoSearch"><b>TestCaseAutoSearch</b></a></div> 
    266 <div class="twikiRight twikiSRAuthor"> 
    267 <a class='foswikiLink' href="@REX(.*?)/view@REX(.*?)/@REX(.*?)/@WIKIWORD">@WIKIWORD</a> 
     266<div class="foswikiRight foswikiSRAuthor"> 
     267<a href="@REX(.*?)/view@REX(.*?)/@REX(.*?)/@WIKIWORD">@WIKIWORD</a> 
    268268</div> 
    269 <div class="twikiRight twikiSRRev"> 
    270 <span class="foswikiNew">NEW</span> - <a href="@REX(.*?)rdiff@REX(.*?)/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="twikiClear" /></div> 
    271 <!--/foswikiTopRow--><div class="twikiBottomRow"> 
    272 <div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/twikiBottomRow--></div><!--/patternSearchResult--> 
     269<div class="foswikiRight foswikiSRRev"> 
     270<span class="foswikiNew">NEW</span> - <a href="@REX(.*?)rdiff@REX(.*?)/TestCases/TestCaseAutoSearch" rel='nofollow'>@DATE - @TIME</a></div><br class="foswikiClear" /></div> 
     271<!--/foswikiTopRow--><div class="foswikiBottomRow"> 
     272<div class="foswikiSummary foswikiGrayText"></div><!--/foswikiSummary--></div><!--/foswikiBottomRow--></div><!--/patternSearchResult--> 
    273273<!-- /expected --> 
    274274<!-- actual --> 
  • trunk/core/data/TestCases/TestCaseAutoTOC.txt

    r482 r1206  
    1717<tr valign="top"><td> 
    1818<!-- expected expand rex --> 
    19 <div class="twikiToc"> 
     19<div class="foswikiToc"> 
    2020<ul> 
    2121<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#Nonsense">Nonsense</a> 
     
    4040</td></tr><tr valign="top"><td> 
    4141<!-- expected expand rex wine --> 
    42 <div class="twikiToc"> 
    43 <span class="twikiTocTitle">The Top</span> 
     42<div class="foswikiToc"> 
     43<span class="foswikiTocTitle">The Top</span> 
    4444<ul> 
    4545<li> <a href="?@URLPARAMS#H1_1">H1 <!--1--></a> 
  • trunk/core/data/TestCases/TestCaseAutoTableInclude.txt

    r14 r1206  
    1414---+ Expected 
    1515<!-- expected --> 
    16 <table border="1" cellspacing="0" cellpadding="0" class="twikiTable"> 
     16<table border="1" cellspacing="0" cellpadding="0" class="foswikiTable"> 
    1717  <tbody> 
    1818        <tr> 
     
    2222</table> 
    2323<p /> 
    24 <table border="1" cellspacing="0" cellpadding="0" class="twikiTable"> 
     24<table border="1" cellspacing="0" cellpadding="0" class="foswikiTable"> 
    2525  <tbody> 
    2626        <tr> 
  • trunk/core/data/TestCases/TestCaseJavaScriptAffectedStyles.txt

    r482 r1206  
    33---+!! %TOPIC% 
    44 
    5 Description: Verify CSS styles that are affected by javascript: twikiMakeVisible, twikiMakeVisibleInline, twikiMakeVisibleBlock, twikiMakeHidden 
     5Description: Verify CSS styles that are affected by javascript: foswikiMakeVisible, foswikiMakeVisibleInline, foswikiMakeVisibleBlock, foswikiMakeHidden 
    66 
    77This should be tested with !JavaScript turned on and off. 
    88 
    9 ---++ twikiMakeVisible 
     9---++ foswikiMakeVisible 
    1010 
    11 BEFORE <span class="twikiMakeVisible"> 
     11BEFORE <span class="foswikiMakeVisible"> 
    1212%GREEN% 
    1313This span should only be visible with !JavaScript turned on. 
     
    1515</span> AFTER 
    1616 
    17 ---++ twikiMakeVisibleInline 
     17---++ foswikiMakeVisibleInline 
    1818 
    19 BEFORE <span class="twikiMakeVisibleInline"> 
     19BEFORE <span class="foswikiMakeVisibleInline"> 
    2020%GREEN% 
    2121This span should only be visible with !JavaScript turned on. 
     
    2323</span> AFTER 
    2424 
    25 ---++ twikiMakeVisibleBlock 
     25---++ foswikiMakeVisibleBlock 
    2626 
    27 BEFORE <div class="twikiMakeVisibleBlock"> 
     27BEFORE <div class="foswikiMakeVisibleBlock"> 
    2828%GREEN% 
    2929This div should only be visible with !JavaScript turned on. 
     
    3131</div> AFTER 
    3232 
    33 ---++ twikiMakeHidden 
     33---++ foswikiMakeHidden 
    3434 
    35 BEFORE <div class="twikiMakeHidden"> 
     35BEFORE <div class="foswikiMakeHidden"> 
    3636%GREEN% 
    3737This div should only be hidden with !JavaScript turned on. If you can read this text either there is a bug or you have !JavaScript turned off, in which case this test runs fine. 
  • trunk/core/data/TestCases/TestCaseTWikiJavascripts.txt

    r1178 r1206  
    514514        var nodeList = elem.getElementsByTagName('ul'); 
    515515        var attributes = { 
    516                 "class":"twikiSmall foswikiGrayText", 
     516                "class":"foswikiSmall foswikiGrayText", 
    517517                "style": 
    518518                        { 
     
    529529        /* 
    530530        assertEquals("testSetNodeAttributesInListWithValidArgs class", 
    531                 "twikiSmall foswikiGrayText", 
     531                "foswikiSmall foswikiGrayText", 
    532532                elem.getAttribute("class")); 
    533533        assertEquals("testSetNodeAttributesInListWithValidArgs style.color", 
     
    732732---+++ foswiki.CSS.removeClass, foswiki.CSS.getClassList 
    733733 
    734 <div id="twikiCSSremoveClass" class="someClass twikiSmall otherClass">text</div> 
     734<div id="twikiCSSremoveClass" class="someClass foswikiSmall otherClass">text</div> 
    735735 
    736736<script language="javascript"> 
     
    738738    function testRemoveClassWithValidArgs() { 
    739739        var el = document.getElementById("twikiCSSremoveClass"); 
    740         foswiki.CSS.removeClass(el, "twikiSmall"); 
     740        foswiki.CSS.removeClass(el, "foswikiSmall"); 
    741741        var classList = foswiki.CSS.getClassList(el); 
    742742        var classListString = classList.join(","); 
     
    755755    function testAddClassWithValidArgs() { 
    756756        var el = document.getElementById("twikiCSSaddClass"); 
    757         foswiki.CSS.addClass(el, "twikiSmall"); 
     757        foswiki.CSS.addClass(el, "foswikiSmall"); 
    758758        foswiki.CSS.addClass(el, "secondClass"); 
    759759        var classList = foswiki.CSS.getClassList(el); 
    760760        var classListString = classList.join(","); 
    761         var expectedClassListString = "twikiSmall,secondClass"; 
     761        var expectedClassListString = "foswikiSmall,secondClass"; 
    762762        assertEquals("Added classes ", expectedClassListString, classListString); 
    763763    } 
  • trunk/core/data/Trash/WebHome.txt

    r1022 r1206  
    1313---++ <nop>%WEB% Web Utilities 
    1414<form action='%SCRIPTURLPATH{"search"}%/%WEB%/'> 
    15    * <input type="text" name="search" size="22" />&nbsp;<input type="submit" class="twikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
     15   * <input type="text" name="search" size="22" />&nbsp;<input type="submit" class="foswikiSubmit" value="Search" /> - [[WebSearchAdvanced][advanced search]] 
    1616   * WebTopicList - all topics in alphabetical order 
    1717   * WebChanges - recent topic changes in this web 
  • trunk/core/data/_default/WebHome.txt

    r482 r1206  
    99---++ <nop>%WEB% Web Utilities 
    1010<form action='%SCRIPTURLPATH{"search"}%/%WEB%/'> 
    11    * <input type="text" name="search" size="22" />&nbsp;<input type="submit" class="twikiSubmit" value="%MAKETEXT{"Search"}%" /> - [[WebSearchAdvanced][%MAKETEXT{"advanced search"}%]] 
     11   * <input type="text" name="search" size="22" />&nbsp;<input type="submit" class="foswikiSubmit" value="%MAKETEXT{"Search"}%" /> - [[WebSearchAdvanced][%MAKETEXT{"advanced search"}%]] 
    1212   * WebTopicList - all topics in alphabetical order 
    1313   * WebChanges - recent topic changes in this web 
  • trunk/core/index.html

    r1178 r1206  
    725725} 
    726726 
    727 a.foswikiLinkInHeaderRight { 
    728         float:right; 
    729         display:block; 
    730         margin:0 0 0 5px; 
    731 } 
    732  
    733727/*      ----------------------------------------------------------- 
    734728        Pattern skin specific elements 
     
    10591053.foswikiEditboxStyleProportional { 
    10601054        font-family:"Lucida Grande", verdana, arial, sans-serif; 
    1061 } 
    1062 .foswikiChangeFormButtonHolder { 
    1063         margin:.5em 0; 
    1064         float:right; 
    1065 } 
    1066 .foswikiChangeFormButton .foswikiButton, 
    1067 .foswikiChangeFormButtonHolder .foswikiButton { 
    1068         padding:0em; 
    1069         margin:0em; 
    1070         border:none; 
    1071         text-decoration:underline; 
    1072         font-weight:normal; 
    10731055} 
    10741056.patternFormHolder { /* constrains the textarea */ 
     
    18021784/* Headers */ 
    18031785.foswikiDiffChangedHeader, 
    1804 .foswikiDiffDeletedHeader, 
    18051786.foswikiDiffAddedHeader { 
    18061787        background-color:#ccc; 
  • trunk/core/lib/Foswiki.pm

    r1179 r1206  
    19391939      || $this->{prefs}->getPreferencesValue('TOC_TITLE') 
    19401940      || ''; 
    1941     $title = CGI::span( { class => 'twikiTocTitle' }, $title ) if ($title); 
     1941    $title = CGI::span( { class => 'foswikiTocTitle' }, $title ) if ($title); 
    19421942 
    19431943    if ( $web ne $defaultWeb || $topic ne $defaultTopic ) { 
     
    20762076            $result =~ s/^\t{$highest}//gm; 
    20772077        } 
    2078         return CGI::div( { class => 'twikiToc' }, "$title$result\n" ); 
     2078        return CGI::div( { class => 'foswikiToc' }, "$title$result\n" ); 
    20792079    } 
    20802080    else { 
     
    41054105 
    41064106    # replace accesskeys: 
    4107     $result =~ s#(^|[^&])&([a-zA-Z])#$1<span class='twikiAccessKey'>$2</span>#g; 
     4107    $result =~ s#(^|[^&])&([a-zA-Z])#$1<span class='foswikiAccessKey'>$2</span>#g; 
    41084108 
    41094109    # replace escaped amperstands: 
  • trunk/core/lib/Foswiki/Configure/CSS.pm

    r1178 r1206  
    1515/* Foswiki base CSS */ 
    1616 
    17 .twikiMakeVisible, 
    18 .twikiMakeVisibleInline, 
    19 .twikiMakeVisibleBlock { 
     17.foswikiMakeVisible, 
     18.foswikiMakeVisibleInline, 
     19.foswikiMakeVisibleBlock { 
    2020        display:none; /* will be made visible with javascript */ 
    2121} 
    22 .twikiLeft { 
     22.foswikiLeft { 
    2323        float:left; 
    2424        position:relative; 
    2525} 
    26 .twikiRight { 
     26.foswikiRight { 
    2727        position:relative; 
    2828        float:right; 
     
    3030        margin:0; 
    3131} 
    32 .twikiClear { 
     32.foswikiClear { 
    3333        /* to clean up floats */ 
    3434        margin:0; 
     
    3939        display:block; 
    4040} 
    41 .twikiHidden { 
     41.foswikiHidden { 
    4242        display:none; 
    4343} 
    44 .twikiSmall { 
     44.foswikiSmall { 
    4545        font-size:86%; 
    4646        line-height:110%; /*S3*/ 
    4747} 
    48 .twikiSmallish { 
     48.foswikiSmallish { 
    4949        font-size:94%; /*S2*/ 
    5050} 
    51 .twikiBroadcastMessage { 
     51.foswikiBroadcastMessage { 
    5252        background-color:#ff0; 
    5353        padding:.25em .5em; 
    5454        margin:0 0 1em 0; 
    5555} 
    56 .twikiBroadcastMessage b, 
    57 .twikiBroadcastMessage strong { 
     56.foswikiBroadcastMessage b, 
     57.foswikiBroadcastMessage strong { 
    5858        color:#f00; 
    5959} 
     
    6565        text-decoration:underline; 
    6666} 
    67 .twikiAccessKey { 
     67.foswikiAccessKey { 
    6868        text-decoration:none; 
    6969        border-width:0 0 1px 0; 
    7070        border-style:solid; 
    7171} 
    72 a:hover .twikiAccessKey { 
     72a:hover .foswikiAccessKey { 
    7373        text-decoration:none; 
    7474        border:none; 
    7575} 
    76 .twikiImage img { 
     76.foswikiImage img { 
    7777        padding:3px; 
    7878        border-width:1px; 
    7979        border-style:solid; 
    8080} 
    81 .twikiPreviewArea { 
     81.foswikiPreviewArea { 
    8282        border-width:1px; 
    8383        border-style:solid; 
     
    226226        S1 line-height                                                                                  1.5em 
    227227        S2 somewhat smaller font size                                                   94% 
    228         S3 small font size, twikiSmall                                                  font-size:86%; line-height:110%; 
     228        S3 small font size, foswikiSmall                                                        font-size:86%; line-height:110%; 
    229229        S4 horizontal bar padding (h2, patternTop)                              5px 
    230230        S5 form and attachment padding                                                  20px 
     
    253253} 
    254254label { 
    255         padding:.15em .3em .15em 0; /* same vertical padding as twikiInputField */ 
     255        padding:.15em .3em .15em 0; /* same vertical padding as foswikiInputField */ 
    256256} 
    257257strong, b { 
     
    386386 
    387387/* EditTablePlugin */ 
    388 .editTable .twikiTable { 
     388.editTable .foswikiTable { 
    389389        margin:0 0 2px 0; 
    390390} 
     
    394394 
    395395/* TablePlugin */ 
    396 .twikiTable { 
     396.foswikiTable { 
    397397        border-style:solid; 
    398398        border-width:1px; 
     
    400400        border-collapse:collapse; 
    401401} 
    402 .twikiTable td { 
     402.foswikiTable td { 
    403403        padding:.25em .5em; 
    404404        border-width:1px; 
    405405} 
    406 .twikiTable th { 
     406.foswikiTable th { 
    407407        border-left-style:solid; 
    408408        border-width:1px; 
    409409        padding:.4em .5em; 
    410410} 
    411 .twikiTable th.foswikiFirstCol { 
     411.foswikiTable th.foswikiFirstCol { 
    412412        border-left-style:none; 
    413413} 
    414 .twikiTable a:link, 
    415 .twikiTable a:visited { 
     414.foswikiTable a:link, 
     415.foswikiTable a:visited { 
    416416        text-decoration:underline; 
    417417} 
    418 .twikiTable a:hover { 
     418.foswikiTable a:hover { 
    419419        text-decoration:underline; 
    420420} 
    421421 
    422 .twikiEditForm { 
     422.foswikiEditForm { 
    423423        margin:0 0 .5em 0; 
    424424} 
     
    429429        text-decoration:none; 
    430430} 
    431 .twistyTrigger a:link .twikiLinkLabel, 
    432 .twistyTrigger a:visited .twikiLinkLabel { 
     431.twistyTrigger a:link .foswikiLinkLabel, 
     432.twistyTrigger a:visited .foswikiLinkLabel { 
    433433        text-decoration:none; 
    434434} 
     
    443443        -----------------------------------------------------------     */ 
    444444 
    445 #twikiLogin { 
     445#foswikiLogin { 
    446446        width:40em; 
    447447        margin:0 auto; 
    448448        text-align:center; 
    449449} 
    450 #twikiLogin .twikiFormSteps { 
     450#foswikiLogin .foswikiFormSteps { 
    451451        border-width:5px; 
    452452} 
    453 .twikiAttachments, 
     453.foswikiAttachments, 
    454454.foswikiForm { 
    455455        margin:1em 0; 
    456456        padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    457457} 
    458 .twikiTable h2, .twikiFormTable h2, 
    459 .twikiTable h3, .twikiFormTable h3, 
    460 .twikiTable h4, .twikiFormTable h4, 
    461 .twikiTable h5, .twikiFormTable h5, 
    462 .twikiTable h6, .twikiFormTable h6 { 
     458.foswikiTable h2, .foswikiFormTable h2, 
     459.foswikiTable h3, .foswikiFormTable h3, 
     460.foswikiTable h4, .foswikiFormTable h4, 
     461.foswikiTable h5, .foswikiFormTable h5, 
     462.foswikiTable h6, .foswikiFormTable h6 { 
    463463        border:0; 
    464464        margin-top:0; 
    465465        margin-bottom:0; 
    466466} 
    467 .twikiFormTable th { 
     467.foswikiFormTable th { 
    468468        font-weight:normal; 
    469469} 
    470 .twikiFormTable .twikiTable th { 
     470.foswikiFormTable .foswikiTable th { 
    471471        font-weight:bold; 
    472472} 
    473 .patternEditPage .twikiFormTable td, 
    474 .patternEditPage .twikiFormTable th { 
     473.patternEditPage .foswikiFormTable td, 
     474.patternEditPage .foswikiFormTable th { 
    475475        padding:.3em .4em; 
    476476        border-style:solid; 
     
    479479} 
    480480 
    481 .patternContent .twikiAttachments, 
     481.patternContent .foswikiAttachments, 
    482482.patternContent .foswikiForm { 
    483483        /* form or attachment table inside topic area */ 
     
    488488        margin:0; 
    489489} 
    490 .twikiAttachments table, 
    491 table.twikiFormTable { 
     490.foswikiAttachments table, 
     491table.foswikiFormTable { 
    492492        margin:5px 0; 
    493493        border-collapse:collapse; 
     
    498498        border-width:1px; 
    499499} 
    500 .twikiAttachments table { 
     500.foswikiAttachments table { 
    501501        line-height:1.5em; /*S1*/ 
    502502        width:auto; 
     
    505505        width:100%; 
    506506} 
    507 .twikiAttachments th { 
     507.foswikiAttachments th { 
    508508        border-style:none none solid solid; 
    509509        border-width:1px; 
    510510} 
    511 .twikiAttachments th, 
    512 table.twikiFormTable th.twikiFormTableHRow { 
     511.foswikiAttachments th, 
     512table.foswikiFormTable th.foswikiFormTableHRow { 
    513513        padding:3px 6px; 
    514514        height:2.5em; 
    515515        vertical-align:middle; 
    516516} 
    517 table.twikiFormTable th.twikiFormTableHRow { 
     517table.foswikiFormTable th.foswikiFormTableHRow { 
    518518        text-align:center; 
    519519} 
    520 .twikiFormTableFooter {} 
    521 .twikiAttachments td, 
    522 table.twikiFormTable td { 
     520.foswikiFormTableFooter {} 
     521.foswikiAttachments td, 
     522table.foswikiFormTable td { 
    523523        padding:3px 6px; 
    524524        height:1.5em; /*S1*/ 
     
    526526        vertical-align:top; 
    527527} 
    528 .twikiAttachments th.foswikiFirstCol, 
    529 .twikiAttachments td.foswikiFirstCol { 
     528.foswikiAttachments th.foswikiFirstCol, 
     529.foswikiAttachments td.foswikiFirstCol { 
    530530        /* make more width for the icon column */ 
    531531        width:26px; 
    532532        text-align:center; 
    533533} 
    534 .twikiAttachments caption { 
     534.foswikiAttachments caption { 
    535535        display:none; 
    536536} 
    537 table.twikiFormTable th.twikiFormTableHRow a:link, 
    538 table.twikiFormTable th.twikiFormTableHRow a:visited { 
    539         text-decoration:none; 
    540 } 
    541 .twikiAttachments .twistyTrigger .twikiLinkLabel { 
     537table.foswikiFormTable th.foswikiFormTableHRow a:link, 
     538table.foswikiFormTable th.foswikiFormTableHRow a:visited { 
     539        text-decoration:none; 
     540} 
     541.foswikiAttachments .twistyTrigger .foswikiLinkLabel { 
    542542        font-size:122%; /* h4 size */ 
    543543        font-weight:bold; 
     
    546546        font-weight:normal; 
    547547} 
    548 .twikiFormSteps { 
     548.foswikiFormSteps { 
    549549        text-align:left; 
    550550        border-width:1px 0 0 0; 
    551551        border-style:solid; 
    552552} 
    553 .twikiFormStep { 
     553.foswikiFormStep { 
    554554        line-height:140%; 
    555555        padding:1em 40px; 
     
    557557        border-style:solid; 
    558558} 
    559 .twikiFormStep h2, 
    560 .twikiFormStep h3, 
    561 .twikiFormStep h4 { 
     559.foswikiFormStep h2, 
     560.foswikiFormStep h3, 
     561.foswikiFormStep h4 { 
    562562        border:none; 
    563563        margin:0; 
     
    565565        background:none; 
    566566} 
    567 .twikiFormStep h2 { 
     567.foswikiFormStep h2 { 
    568568        font-size:130%; 
    569569        font-weight:bold; 
    570570} 
    571 .twikiFormStep h3 { 
     571.foswikiFormStep h3 { 
    572572        font-size:115%; 
    573573        font-weight:bold; 
    574574} 
    575 .twikiFormStep h4 { 
     575.foswikiFormStep h4 { 
    576576        font-size:104%; 
    577577        font-weight:bold; 
    578578} 
    579 .twikiFormStep p { 
     579.foswikiFormStep p { 
    580580        margin:.35em 0; 
    581581} 
    582 .twikiFormStep blockquote { 
     582.foswikiFormStep blockquote { 
    583583        margin-left:1em; 
    584584        padding-top:.25em; 
    585585        padding-bottom:.25em; 
    586586} 
    587 .twikiActionFormStepSign { 
     587.foswikiActionFormStepSign { 
    588588        position:absolute; 
    589589        font-size:104%; 
     
    591591        margin-top:-.15em; 
    592592} 
    593 .twikiToc { 
     593.foswikiToc { 
    594594        margin:1em 0; 
    595595        padding:.3em 0 .6em 0; 
    596596} 
    597 .twikiToc ul { 
     597.foswikiToc ul { 
    598598        list-style:none; 
    599599        padding:0 0 0 .5em; 
    600600        margin:0; 
    601601} 
    602 .twikiToc li { 
     602.foswikiToc li { 
    603603        margin-left:1em; 
    604604        padding-left:1em; 
     
    606606        background-position:0 .5em; 
    607607} 
    608 .twikiToc .twikiTocTitle { 
     608.foswikiToc .foswikiTocTitle { 
    609609        margin:0; 
    610610        padding:0; 
     
    612612} 
    613613 
    614 .twikiSmall { 
     614.foswikiSmall { 
    615615        font-size:86%; /*S3*/ 
    616616        line-height:125%; 
    617617} 
    618 .twikiSmallish { 
     618.foswikiSmallish { 
    619619        font-size:94%; /*S2*/ 
    620620        line-height:125%; 
     
    628628        text-decoration:underline; 
    629629} 
    630 .twikiPageForm table { 
    631         border-width:1px; 
    632         border-style:solid; 
    633 } 
    634 .twikiPageForm table { 
     630.foswikiPageForm table { 
     631        border-width:1px; 
     632        border-style:solid; 
     633} 
     634.foswikiPageForm table { 
    635635        width:100%; 
    636636} 
    637 .twikiPageForm th, 
    638 .twikiPageForm td { 
     637.foswikiPageForm th, 
     638.foswikiPageForm td { 
    639639        border:0; 
    640640        padding:.5em 1em; 
    641641} 
    642 .twikiPageForm td {} 
    643 .twikiPageForm td.first { 
     642.foswikiPageForm td {} 
     643.foswikiPageForm td.first { 
    644644        padding-top:1em; 
    645645} 
    646 .twikiBroadcastMessage, 
    647 .twikiNotification { 
     646.foswikiBroadcastMessage, 
     647.foswikiNotification { 
    648648        padding:.5em 20px; /*S5*/ 
    649649} 
    650 .twikiNotification { 
     650.foswikiNotification { 
    651651        margin:1em 0; 
    652652} 
    653 .twikiBroadcastMessage { 
     653.foswikiBroadcastMessage { 
    654654        margin:0 0 1.25em 0; 
    655655        border-width:1px; 
     
    665665        padding-left:20px; 
    666666} 
    667 .twikiAccessKey { 
     667.foswikiAccessKey { 
    668668        text-decoration:none; 
    669669        border-width:0 0 1px 0; 
     
    673673        margin:0 0 0 1em; 
    674674} 
    675 a.twikiLinkInHeaderRight { 
    676         float:right; 
    677         display:block; 
    678         margin:0 0 0 5px; 
    679 } 
    680 .twikiLinkLabel {} 
    681 .twikiImage img { 
     675.foswikiLinkLabel {} 
     676.foswikiImage img { 
    682677        padding:3px; 
    683678        border-width:1px; 
    684679        border-style:solid; 
    685680} 
    686 .twikiImage a:link, 
    687 .twikiImage a:visited { 
     681.foswikiImage a:link, 
     682.foswikiImage a:visited { 
    688683        background:none; 
    689684} 
    690 #twikiLogo img { 
     685#foswikiLogo img { 
    691686        margin:0; 
    692687        padding:0; 
    693688} 
    694 .twikiNoBreak { 
     689.foswikiNoBreak { 
    695690        white-space:nowrap; 
    696691} 
     
    835830        display:inline; 
    836831} 
    837 .patternMetaMenu ul li .twikiInputField, 
    838 .patternMetaMenu ul li .twikiSelect { 
     832.patternMetaMenu ul li .foswikiInputField, 
     833.patternMetaMenu ul li .foswikiSelect { 
    839834        margin:0 0 0 .5em; 
    840835} 
     
    876871        outline:none; 
    877872} 
    878 .patternToolBar a:hover .twikiAccessKey { 
     873.patternToolBar a:hover .foswikiAccessKey { 
    879874        border-width:0 0 1px 0; 
    880875        border-style:solid; 
     
    943938 
    944939/* WebSearch, WebSearchAdvanced */ 
    945 #twikiSearchTable { 
     940#foswikiSearchTable { 
    946941        background:none; 
    947942        border-bottom:0; 
    948943}  
    949 #twikiSearchTable th, 
    950 #twikiSearchTable td { 
     944#foswikiSearchTable th, 
     945#foswikiSearchTable td { 
    951946        padding:1em; 
    952947        border-width:0 0 1px 0; 
    953948        border-style:solid; 
    954949}  
    955 #twikiSearchTable th { 
     950#foswikiSearchTable th { 
    956951        width:20%; 
    957952        text-align:right; 
    958953} 
    959 #twikiSearchTable td { 
     954#foswikiSearchTable td { 
    960955        width:80%; 
    961956} 
     
    982977} 
    983978.patternSearchResults h3 { 
    984         font-size:115%; /* same as twikiFormStep */ 
     979        font-size:115%; /* same as foswikiFormStep */ 
    985980        margin:0; 
    986981        padding:.5em 40px; /*S5*/ 
     
    997992        margin-top:.1em; 
    998993} 
    999 .patternSearchResult .twikiBottomRow { 
     994.patternSearchResult .foswikiBottomRow { 
    1000995        margin-bottom:.1em; 
    1001996        padding-bottom:.25em; 
     
    10221017        margin:1em -5px .35em -5px; 
    10231018} 
    1024 .patternSearchResult .twikiSRAuthor { 
     1019.patternSearchResult .foswikiSRAuthor { 
    10251020        width:15%; 
    10261021        text-align:left; 
    10271022} 
    1028 .patternSearchResult .twikiSRRev { 
     1023.patternSearchResult .foswikiSRRev { 
    10291024        width:30%; 
    10301025        text-align:left; 
     
    10531048        margin:1em -5px .15em -5px; /*S4*/ 
    10541049} 
    1055 .patternBookView .twikiBottomRow { 
     1050.patternBookView .foswikiBottomRow { 
    10561051        font-size:100%; 
    10571052        padding:1em 0 1em 0; 
     
    10701065.patternEditPage .foswikiForm h2, 
    10711066.patternEditPage .foswikiForm h3 { 
    1072         /* same as twikiFormStep */ 
     1067        /* same as foswikiFormStep */ 
    10731068        font-size:120%; 
    10741069        font-weight:bold; 
    10751070}        
    1076 .twikiEditboxStyleMono { 
     1071.foswikiEditboxStyleMono { 
    10771072        font-family:"Courier New", courier, monaco, monospace; 
    10781073} 
    1079 .twikiEditboxStyleProportional { 
     1074.foswikiEditboxStyleProportional { 
    10801075        font-family:arial, verdana, sans-serif; 
    10811076} 
    1082 .twikiChangeFormButtonHolder { 
     1077.foswikiChangeFormButtonHolder { 
    10831078        float:right; 
    10841079        margin:.5em 0 -.5em 0; 
    10851080} 
    1086 .twikiFormHolder { /* constrains the textarea */ 
     1081.foswikiFormHolder { /* constrains the textarea */ 
    10871082        width:100%; 
    10881083} 
     
    11101105/* preview.pattern.tmpl */ 
    11111106 
    1112 .twikiPreviewArea { 
     1107.foswikiPreviewArea { 
    11131108        border-width:1px; 
    11141109        border-style:solid; 
     
    11201115/* attach.pattern.tmpl */ 
    11211116 
    1122 .patternAttachPage .twikiAttachments table { 
     1117.patternAttachPage .foswikiAttachments table { 
    11231118        width:auto; 
    11241119} 
    1125 .patternAttachPage .twikiAttachments { 
     1120.patternAttachPage .foswikiAttachments { 
    11261121        margin-top:0; 
    11271122} 
     
    11481143        list-style:none; 
    11491144} 
    1150 .patternDiffPage .twikiDiffTable { 
     1145.patternDiffPage .foswikiDiffTable { 
    11511146        margin:2em 0; 
    11521147} 
    1153 tr.twikiDiffDebug td { 
    1154         border-width:1px; 
    1155         border-style:solid; 
    1156 } 
    1157 .patternDiffPage td.twikiDiffDebugLeft { 
     1148tr.foswikiDiffDebug td { 
     1149        border-width:1px; 
     1150        border-style:solid; 
     1151} 
     1152.patternDiffPage td.foswikiDiffDebugLeft { 
    11581153        border-bottom:none; 
    11591154} 
    1160 .patternDiffPage .twikiDiffTable th { 
     1155.patternDiffPage .foswikiDiffTable th { 
    11611156        padding:.25em .5em; 
    11621157} 
    1163 .patternDiffPage .twikiDiffTable td { 
     1158.patternDiffPage .foswikiDiffTable td { 
    11641159        padding:.25em; 
    11651160} 
    1166 .twikiDiffLineNumberHeader { 
     1161.foswikiDiffLineNumberHeader { 
    11671162        padding:.3em 0; 
    11681163} 
     
    12941289        color:#fff; 
    12951290} 
    1296 .foswikiTopic .twikiUnvisited a:visited { 
     1291.foswikiTopic .foswikiUnvisited a:visited { 
    12971292        color:#4571d0; 
    12981293} 
    1299 .foswikiTopic .twikiUnvisited a:hover { 
     1294.foswikiTopic .foswikiUnvisited a:hover { 
    13001295        color:#fff; 
    13011296} 
     
    13081303 
    13091304/* TablePlugin */ 
    1310 .twikiTable, 
    1311 .twikiTable td { 
     1305.foswikiTable, 
     1306.foswikiTable td { 
    13121307        border-color:#e7e2da; 
    13131308} 
    1314 .twikiTable th { 
     1309.foswikiTable th { 
    13151310        border-color:#e7e2da #fff; 
    13161311} 
    1317 .twikiTable th a:link, 
    1318 .twikiTable th a:visited, 
    1319 .twikiTable th a font { 
     1312.foswikiTable th a:link, 
     1313.foswikiTable th a:visited, 
     1314.foswikiTable th a font { 
    13201315        color:#fff; 
    13211316} 
     
    13541349} 
    13551350 
    1356 table.twikiFormTable th.twikiFormTableHRow, 
    1357 table.twikiFormTable td.twikiFormTableRow { 
     1351table.foswikiFormTable th.foswikiFormTableHRow, 
     1352table.foswikiFormTable td.foswikiFormTableRow { 
    13581353        color:#777; 
    13591354} 
    1360 .twikiEditForm { 
     1355.foswikiEditForm { 
    13611356        color:#000; 
    13621357} 
    1363 .twikiEditForm .twikiFormTable, 
    1364 .twikiEditForm .twikiFormTable th, 
    1365 .twikiEditForm .twikiFormTable td { 
     1358.foswikiEditForm .foswikiFormTable, 
     1359.foswikiEditForm .foswikiFormTable th, 
     1360.foswikiEditForm .foswikiFormTable td { 
    13661361        border-color:#e7e2da; 
    13671362} 
    13681363/* use a different table background color mix: no odd/even rows, no white background */ 
    1369 .twikiEditForm .twikiFormTable td  { 
     1364.foswikiEditForm .foswikiFormTable td  { 
    13701365        background-color:#f7fafc; 
    13711366} 
    1372 .twikiEditForm .twikiFormTable th { 
     1367.foswikiEditForm .foswikiFormTable th { 
    13731368        background-color:#f0f6fb; 
    13741369} 
    1375 .patternContent .twikiAttachments, 
     1370.patternContent .foswikiAttachments, 
    13761371.patternContent .foswikiForm { 
    13771372        background-color:#fefcf6; 
    13781373        border-color:#e7e2da; 
    13791374} 
    1380 .twikiAttachments table, 
    1381 table.twikiFormTable { 
     1375.foswikiAttachments table, 
     1376table.foswikiFormTable { 
    13821377        border-color:#e7e2da; 
    13831378        background-color:#fff; 
    13841379} 
    1385 .twikiAttachments table { 
     1380.foswikiAttachments table { 
    13861381        background-color:#fff; 
    13871382} 
    1388 .twikiAttachments td,  
    1389 .twikiAttachments th { 
     1383.foswikiAttachments td,  
     1384.foswikiAttachments th { 
    13901385        border-color:#e7e2da; 
    13911386} 
    1392 .twikiAttachments .twikiTable th font, 
    1393 table.twikiFormTable th.twikiFormTableHRow font { 
     1387.foswikiAttachments .foswikiTable th font, 
     1388table.foswikiFormTable th.foswikiFormTableHRow font { 
    13941389        color:#4571d0; 
    13951390} 
    13961391 
    1397 .twikiFormSteps { 
     1392.foswikiFormSteps { 
    13981393        background-color:#f1f6fa; 
    13991394        border-color:#d9e8ef; 
    14001395} 
    1401 .twikiFormStep { 
     1396.foswikiFormStep { 
    14021397        border-color:#d9e8ef; 
    14031398} 
    1404 .twikiFormStep h3, 
    1405 .twikiFormStep h4 { 
     1399.foswikiFormStep h3, 
     1400.foswikiFormStep h4 { 
    14061401        color:#777; 
    14071402} 
    1408 .twikiFormStep h3, 
    1409 .twikiFormStep h4 { 
     1403.foswikiFormStep h3, 
     1404.foswikiFormStep h4 { 
    14101405        background-color:transparent; 
    14111406} 
    1412 .twikiActionFormStepSign { 
     1407.foswikiActionFormStepSign { 
    14131408        color:#4571d0; 
    14141409} 
    1415 .twikiToc .twikiTocTitle { 
     1410.foswikiToc .foswikiTocTitle { 
    14161411        color:#777; 
    14171412} 
    1418 .twikiBroadcastMessage { 
     1413.foswikiBroadcastMessage { 
    14191414        background-color:#fff9d1; 
    14201415        border-color:#ffdf4c; 
    14211416} 
    1422 .twikiNotification { 
     1417.foswikiNotification { 
    14231418        background-color:#fff9d1; 
    14241419} 
     
    14261421        background-color:#fff9d1; 
    14271422} 
    1428 .twikiBroadcastMessage b, 
    1429 .twikiBroadcastMessage strong { 
     1423.foswikiBroadcastMessage b, 
     1424.foswikiBroadcastMessage strong { 
    14301425        color:#f00; 
    14311426} 
     
    14371432        color:#4571d0; 
    14381433} 
    1439 .twikiPageForm table { 
     1434.foswikiPageForm table { 
    14401435        border-color:#e7e2da; 
    14411436        background:#fff; 
    14421437} 
    1443 .twikiPageForm hr { 
     1438.foswikiPageForm hr { 
    14441439        border-color:#cfcfcf; 
    14451440        background-color:#cfcfcf; 
    14461441        color:#cfcfcf; 
    14471442} 
    1448 .twikiAccessKey { 
     1443.foswikiAccessKey { 
    14491444        color:inherit; 
    14501445        border-color:#777; 
    14511446} 
    1452 a:link .twikiAccessKey, 
    1453 a:visited .twikiAccessKey { 
     1447a:link .foswikiAccessKey, 
     1448a:visited .foswikiAccessKey { 
    14541449        color:inherit; 
    14551450} 
    1456 a:hover .twikiAccessKey { 
     1451a:hover .foswikiAccessKey { 
    14571452        color:inherit; 
    14581453} 
    1459 .twikiImage img { 
     1454.foswikiImage img { 
    14601455        border-color:#eee; 
    14611456        background-color:#fff; 
    14621457} 
    1463 #patternTopBar .twikiImage img { 
     1458#patternTopBar .foswikiImage img { 
    14641459        background-color:transparent; 
    14651460} 
    1466 .twikiImage a:hover img { 
     1461.foswikiImage a:hover img { 
    14671462        border-color:#d6000f; 
    14681463} 
     
    15271522        color:#aaa; 
    15281523} 
    1529 .patternTopicAction .twikiSeparator { 
     1524.patternTopicAction .foswikiSeparator { 
    15301525        color:#e7e2da; 
    15311526} 
     
    15371532        color:#fff; 
    15381533} 
    1539 .patternTopicAction .twikiAccessKey { 
     1534.patternTopicAction .foswikiAccessKey { 
    15401535        color:#be000a; 
    15411536        border-color:#be000a; 
    15421537} 
    1543 .patternTopicAction a:hover .twikiAccessKey { 
     1538.patternTopicAction a:hover .foswikiAccessKey { 
    15441539        color:#fff; 
    15451540} 
     
    15531548        color:#777; 
    15541549} 
    1555 .patternToolBar a:link .twikiAccessKey, 
    1556 .patternToolBar a:visited .twikiAccessKey { 
     1550.patternToolBar a:link .foswikiAccessKey, 
     1551.patternToolBar a:visited .foswikiAccessKey { 
    15571552        color:inherit; 
    15581553        border-color:#666; 
    15591554} 
    1560 .patternToolBar a:hover .twikiAccessKey { 
     1555.patternToolBar a:hover .foswikiAccessKey { 
    15611556        background-color:transparent; 
    15621557        color:inherit; 
     
    15681563 
    15691564/* WebSearch, WebSearchAdvanced */ 
    1570 table#twikiSearchTable { 
     1565table#foswikiSearchTable { 
    15711566        border-color:#d9e8ef; 
    15721567} 
    1573 table#twikiSearchTable th, 
    1574 table#twikiSearchTable td { 
     1568table#foswikiSearchTable th, 
     1569table#foswikiSearchTable td { 
    15751570        background-color:#fff; 
    15761571        border-color:#d9e8ef; 
    15771572} 
    1578 table#twikiSearchTable hr { 
     1573table#foswikiSearchTable hr { 
    15791574        border-color:#d9e8ef; 
    15801575        background-color:#d9e8ef; 
    15811576} 
    1582 table#twikiSearchTable th { 
     1577table#foswikiSearchTable th { 
    15831578        color:#000; 
    15841579} 
     
    16001595        color:#800; 
    16011596} 
    1602 .patternSearchResult .twikiBottomRow { 
     1597.patternSearchResult .foswikiBottomRow { 
    16031598        border-color:#e7e2da; 
    16041599} 
     
    16241619        color:#777; 
    16251620} 
    1626 .patternBookView .twikiBottomRow { 
     1621.patternBookView .foswikiBottomRow { 
    16271622        border-color:#e7e2da; 
    16281623} 
     
    16401635/* preview.pattern.tmpl */ 
    16411636 
    1642 .twikiPreviewArea { 
     1637.foswikiPreviewArea { 
    16431638        border-color:#f00; 
    16441639        background-color:#fff; 
     
    16581653        color:#fff; 
    16591654} 
    1660 tr.twikiDiffDebug td { 
     1655tr.foswikiDiffDebug td { 
    16611656        border-color:#e7e2da; 
    16621657} 
    1663 .patternDiffPage .twikiDiffTable th { 
     1658.patternDiffPage .foswikiDiffTable th { 
    16641659        background-color:#ccc; 
    16651660} 
    16661661/* Changed */ 
    1667 .twikiDiffChangedHeader, 
    1668 tr.twikiDiffDebug .twikiDiffChangedText, 
    1669 tr.twikiDiffDebug .twikiDiffChangedText { 
     1662.foswikiDiffChangedHeader, 
     1663tr.foswikiDiffDebug .foswikiDiffChangedText, 
     1664tr.foswikiDiffDebug .foswikiDiffChangedText { 
    16701665        background:#9f9; /* green - do not change */ 
    16711666} 
    16721667/* Deleted */ 
    1673 .twikiDiffDeletedHeader, 
    1674 tr.twikiDiffDebug .twikiDiffDeletedMarker, 
    1675 tr.twikiDiffDebug .twikiDiffDeletedText { 
     1668tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 
     1669tr.foswikiDiffDebug .foswikiDiffDeletedText { 
    16761670        background-color:#f99; /* red - do not change */ 
    16771671} 
    16781672/* Added */ 
    1679 .twikiDiffAddedHeader, 
    1680 tr.twikiDiffDebug .twikiDiffAddedMarker, 
    1681 tr.twikiDiffDebug .twikiDiffAddedText { 
     1673.foswikiDiffAddedHeader, 
     1674tr.foswikiDiffDebug .foswikiDiffAddedMarker, 
     1675tr.foswikiDiffDebug .foswikiDiffAddedText { 
    16821676        background-color:#ccf; /* violet - do not change */ 
    16831677} 
    16841678/* Unchanged */ 
    1685 tr.twikiDiffDebug .twikiDiffUnchangedText { 
     1679tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
    16861680        color:#777; 
    16871681} 
    1688 .twikiDiffUnchangedTextContents { } 
    1689 .twikiDiffLineNumberHeader { 
     1682.foswikiDiffUnchangedTextContents { } 
     1683.foswikiDiffLineNumberHeader { 
    16901684        background-color:#ccc; 
    16911685} 
     
    17011695        margin:1em auto; 
    17021696} 
    1703 #twikiPassword .twikiFormSteps, 
    1704 #twikiPasswordChange .twikiFormSteps { 
     1697#twikiPassword .foswikiFormSteps, 
     1698#twikiPasswordChange .foswikiFormSteps { 
    17051699        border-width:5px; 
    17061700} 
     
    17981792        color:#333; 
    17991793} 
    1800 div.options .twikiSmall { 
     1794div.options .foswikiSmall { 
    18011795    margin-left:0.5em; 
    18021796    color:#bbb; 
  • trunk/core/lib/Foswiki/Configure/UIs/AUTH.pm

    r1090 r1206  
    3333 
    3434    # and add a few more 
    35     $output .= "<div id ='twikiPassword'><div class='twikiFormSteps'>\n"; 
     35    $output .= "<div id ='twikiPassword'><div class='foswikiFormSteps'>\n"; 
    3636 
    37     $output .= CGI::div( { class => 'twikiFormStep' }, 
     37    $output .= CGI::div( { class => 'foswikiFormStep' }, 
    3838        CGI::h3('Enter the configuration password') ); 
    3939 
    4040    $output .= CGI::div( 
    41         { class => 'twikiFormStep' }, 
     41        { class => 'foswikiFormStep' }, 
    4242        CGI::h3( CGI::strong("Your Password:") ) 
    4343          . CGI::p( 
     
    4545              . '&nbsp;' 
    4646              . CGI::submit( 
    47                 -class => 'twikiSubmit', 
     47                -class => 'foswikiSubmit', 
    4848                -value => $actionMess 
    4949              ) 
     
    5353    if ( $Foswiki::cfg{Password} ne '' ) { 
    5454        $output .= CGI::div( 
    55             { class => 'twikiFormStep' }, 
     55            { class => 'foswikiFormStep' }, 
    5656            CGI::p( CGI::strong('Forgotten your password?') ) 
    5757              . CGI::p(<<'HERE') ); 
     
    6262    } 
    6363 
    64     $output .= '</div><!--/twikiFormSteps--></div><!--/twikiPassword-->'; 
     64    $output .= '</div><!--/foswikiFormSteps--></div><!--/twikiPassword-->'; 
    6565 
    6666    if ($canChangePW) { 
    6767        $output .= 
    68           "<div id='twikiPasswordChange'><div class='twikiFormSteps'>\n"; 
     68          "<div id='twikiPasswordChange'><div class='foswikiFormSteps'>\n"; 
    6969        $output .= '<div class="explanation">'; 
    7070        $output .= CGI::img( 
     
    9999        my $submitStr = $actionMess; 
    100100        $output .= CGI::div( 
    101             { class => 'twikiFormStep' }, 
     101            { class => 'foswikiFormStep' }, 
    102102            CGI::h3( 
    103                 { class => 'twikiFormStep' }, 
     103                { class => 'foswikiFormStep' }, 
    104104                'You may set a new password here:' 
    105105            ) 
    106106        ); 
    107107        $output .= CGI::div( 
    108             { class => 'twikiFormStep' }, 
     108            { class => 'foswikiFormStep' }, 
    109109            CGI::strong('New Password:') 
    110110              . CGI::p( CGI::password_field( 'newCfgP', '', 20, 80 ) ) 
    111111        ); 
    112112        $output .= CGI::div( 
    113             { class => 'twikiFormStep' }, 
     113            { class => 'foswikiFormStep' }, 
    114114            CGI::strong('Confirm Password:') 
    115115              . CGI::p( CGI::password_field( 'confCfgP', '', 20, 80 ) ) 
    116116        ); 
    117117        $submitStr = 'Change Password and ' . $submitStr; 
    118         $output .= CGI::div( { class => 'twikiFormStep twikiLast' }, 
    119             CGI::submit( -class => 'twikiSubmit', -value => $submitStr ) ); 
     118        $output .= CGI::div( { class => 'foswikiFormStep foswikiLast' }, 
     119            CGI::submit( -class => 'foswikiSubmit', -value => $submitStr ) ); 
    120120        $output .= 
    121           "</div><!--/twikiFormSteps--></div><!--/twikiPasswordChange-->"; 
     121          "</div><!--/foswikiFormSteps--></div><!--/twikiPasswordChange-->"; 
    122122    } 
    123123 
  • trunk/core/lib/Foswiki/Configure/UIs/FINDEXTENSIONS.pm

    r1050 r1206  
    3737            { 
    3838                href      => $scriptName . '?action=FindMoreExtensions', 
    39                 class     => 'twikiSubmit', 
     39                class     => 'foswikiSubmit', 
    4040                accesskey => 'P' 
    4141            }, 
  • trunk/core/lib/Foswiki/Configure/UIs/Value.pm

    r1090 r1206  
    4545        || !$isBroken && ( $isExpert && !$expert || $value->{hidden} ) ) 
    4646    { 
    47         $hiddenClass = ' twikiHidden'; 
     47        $hiddenClass = ' foswikiHidden'; 
    4848    } 
    4949 
  • trunk/core/lib/Foswiki/Form/Checkbox.pm

    r1178 r1206  
    3131        $extra = CGI::br(); 
    3232        $extra .= CGI::button( 
    33             -class   => 'foswikiCheckBox', 
     33            -class   => 'foswikiCheckbox', 
    3434            -value   => $session->i18n->maketext('Set all'), 
    3535            -onClick => 'checkAll(this,2,' . $boxes . ',true)' 
     
    3737        $extra .= '&nbsp;'; 
    3838        $extra .= CGI::button( 
    39             -class   => 'foswikiCheckBox', 
     39            -class   => 'foswikiCheckbox', 
    4040            -value   => $session->i18n->maketext('Clear all'), 
    4141            -onClick => 'checkAll(this,1,' . $boxes . ',false)' 
     
    5050        # NOTE: Does not expand $item in label 
    5151        $attrs{$item} = { 
    52             class => $this->cssClasses('foswikiCheckBox'), 
     52            class => $this->cssClasses('foswikiCheckbox'), 
    5353            label => $session->handleCommonTags( $item, $web, $topic ), 
    5454        }; 
  • trunk/core/lib/Foswiki/Form/Select.pm

    r1050 r1206  
    9595    my %isSelected = map { $_ => 1 } split( /\s*,\s*/, $value ); 
    9696    foreach my $option ( @{ $this->getOptions() } ) { 
    97         my %params = ( class => 'twikiEditFormOption', ); 
     97        my %params = ( class => 'foswikiOption', ); 
    9898        $params{selected} = 'selected' if $isSelected{$option}; 
    9999        if ( defined( $this->{valueMap}{$option} ) ) { 
     
    112112    } 
    113113    my $params = { 
    114         class => $this->cssClasses( 'twikiSelect', 'twikiEditFormSelect' ), 
     114        class => $this->cssClasses( 'foswikiSelect' ), 
    115115        name  => $this->{name}, 
    116116        size  => $this->{size}, 
  • trunk/core/lib/Foswiki/Form/Text.pm

    r1178 r1206  
    2222        CGI::textfield( 
    2323            -class => 
    24               $this->cssClasses( 'twikiInputField' ), 
     24              $this->cssClasses( 'foswikiInputField' ), 
    2525            -name  => $this->{name}, 
    2626            -size  => $this->{size}, 
  • trunk/core/lib/Foswiki/Plugin.pm

    r1090 r1206  
    317317    my $result = ' ' . ($web ? "$web." : '!') . $this->{name} . ' '; 
    318318    $result .= 
    319       CGI::span( { class => 'foswikiGrayText twikiSmall' }, 
     319      CGI::span( { class => 'foswikiGrayText foswikiSmall' }, 
    320320        '(' . $version . ')' ); 
    321321    $result .= ': ' . $this->{description}; 
  • trunk/core/lib/Foswiki/Plugins.pm

    r1090 r1206  
    377377 
    378378    my $text = 
    379         CGI::start_table( { border => 1, class => 'twikiTable' } ) 
     379        CGI::start_table( { border => 1, class => 'foswikiTable' } ) 
    380380      . CGI::Tr( CGI::th('Plugin') . CGI::th('Errors') ); 
    381381 
     
    405405    $text .= 
    406406        CGI::end_table() 
    407       . CGI::start_table( { border => 1, class => 'twikiTable' } ) 
     407      . CGI::start_table( { border => 1, class => 'foswikiTable' } ) 
    408408      . CGI::Tr( CGI::th('Handler') . CGI::th('Plugins') ); 
    409409 
  • trunk/core/lib/Foswiki/Prefs.pm

    r1050 r1206  
    372372 
    373373    if ($html) { 
    374         return CGI::table( { class => 'twikiTable' }, $s ); 
     374        return CGI::table( { class => 'foswikiTable' }, $s ); 
    375375    } 
    376376    else { 
  • trunk/core/lib/Foswiki/Render.pm

    r1090 r1206  
    299299    $lines->[$i] = CGI::start_table( 
    300300        { 
    301             class       => 'twikiTable', 
     301            class       => 'foswikiTable', 
    302302            border      => 1, 
    303303            cellspacing => 0, 
     
    677677 
    678678    my $currentWebHome = ''; 
    679     $currentWebHome = 'foswikiCurrentWebHomeLink ' 
     679    $currentWebHome = 'foswikiCurrentWebHomeLink  ' 
    680680      if ( ( $web eq $this->{session}->{webName} ) 
    681681        && ( $topic eq $Foswiki::cfg{HomeTopicName} ) ); 
    682682 
    683683    my $currentTopic = ''; 
    684     $currentTopic = 'foswikiCurrentTopicLink ' 
     684    $currentTopic = 'foswikiCurrentTopicLink' 
    685685      if ( ( $web eq $this->{session}->{webName} ) 
    686686        && ( $topic eq $this->{session}->{topicName} ) ); 
     
    688688    my @attrs; 
    689689    my $href = $this->{session}->getScriptUrl( 0, 'view', $web, $topic ); 
     690    my $cssClassName = "$currentTopic$currentWebHome"; 
     691    $cssClassName =~ s/^(.*?)\s*$/$1/ if $cssClassName; 
    690692    if ($anchor) { 
    691693        $anchor = $this->makeAnchorName($anchor); 
    692694        push( 
    693695            @attrs, 
    694             class => $currentTopic . $currentWebHome . 'foswikiAnchorLink', 
     696            class => $cssClassName, 
    695697            href  => $href . '#' . $anchor 
    696698        ); 
     
    699701        push( 
    700702            @attrs, 
    701             class => $currentTopic . $currentWebHome . 'foswikiLink', 
     703            class => $cssClassName, 
    702704            href  => $href 
    703705        ); 
  • trunk/core/lib/Foswiki/UI/Manage.pm

    r1127 r1206  
    519519Copy an existing topic using: 
    520520        <form action="%SCRIPTURL{manage}%/%WEB%/"> 
    521         <input type="text" name="topic" class="twikiInputField" value="%TOPIC%Copy" size="30"> 
     521        <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30"> 
    522522        <input type="hidden" name="action" value="create" /> 
    523523        <input type="hidden" name="templatetopic" value="%TOPIC%" /> 
     
    10771077                            { 
    10781078                                type    => 'checkbox', 
    1079                                 class   => 'foswikiCheckBox', 
     1079                                class   => 'foswikiCheckbox', 
    10801080                                name    => 'referring_topics', 
    10811081                                value   => $entry, 
     
    11101110                        { 
    11111111                            type    => 'checkbox', 
    1112                             class   => 'foswikiCheckBox', 
     1112                            class   => 'foswikiCheckbox', 
    11131113                            name    => 'referring_topics', 
    11141114                            value   => $entry, 
     
    12681268                    { 
    12691269                        type    => 'checkbox', 
    1270                         class   => 'foswikiCheckBox', 
     1270                        class   => 'foswikiCheckbox', 
    12711271                        name    => 'referring_topics', 
    12721272                        value   => $entry, 
     
    12991299                    { 
    13001300                        type    => 'checkbox', 
    1301                         class   => 'foswikiCheckBox', 
     1301                        class   => 'foswikiCheckbox', 
    13021302                        name    => 'referring_topics', 
    13031303                        value   => $entry, 
  • trunk/core/lib/Foswiki/UI/RDiff.pm

    r1050 r1206  
    2121#contains {colour, CssClassName} 
    2222my %format = ( 
    23     '+' => [ '#ccccff', 'twikiDiffAddedMarker' ], 
    24     '-' => [ '#ff9999', 'twikiDiffDeletedMarker' ], 
    25     'c' => [ '#99ff99', 'twikiDiffChangedText' ], 
    26     'u' => [ '#ffffff', 'twikiDiffUnchangedText' ], 
    27     'l' => [ '#eeeeee', 'twikiDiffLineNumberHeader' ] 
     23    '+' => [ '#ccccff', 'foswikiDiffAddedMarker' ], 
     24    '-' => [ '#ff9999', 'foswikiDiffDeletedMarker' ], 
     25    'c' => [ '#99ff99', 'foswikiDiffChangedText' ], 
     26    'u' => [ '#ffffff', 'foswikiDiffUnchangedText' ], 
     27    'l' => [ '#eeeeee', 'foswikiDiffLineNumberHeader' ] 
    2828); 
    2929 
     
    190190 
    191191    my %classMap = ( 
    192         '+' => ['twikiDiffAddedText'], 
    193         '-' => ['twikiDiffDeletedText'], 
    194         'c' => ['twikiDiffChangedText'], 
    195         'u' => ['twikiDiffUnchangedText'], 
    196         'l' => ['twikiDiffLineNumberHeader'] 
     192        '+' => ['foswikiDiffAddedText'], 
     193        '-' => ['foswikiDiffDeletedText'], 
     194        'c' => ['foswikiDiffChangedText'], 
     195        'u' => ['foswikiDiffUnchangedText'], 
     196        'l' => ['foswikiDiffLineNumberHeader'] 
    197197    ); 
    198198 
     
    203203    if ( $diffType ne '+' ) { 
    204204        $result .= CGI::Tr( 
    205             { class => 'twikiDiffDebug' }, 
     205            { class => 'foswikiDiffDebug' }, 
    206206            CGI::td( 
    207                 { class => 'twikiDiffDebugLeft ' . $styleClassLeft }, 
     207                { class => 'foswikiDiffDebugLeft ' . $styleClassLeft }, 
    208208                CGI::div($left) 
    209209            ) 
     
    212212    if ( ( $diffType ne '-' ) && ( $diffType ne 'l' ) ) { 
    213213        $result .= CGI::Tr( 
    214             { class => 'twikiDiffDebug' }, 
     214            { class => 'foswikiDiffDebug' }, 
    215215            CGI::td( 
    216                 { class => 'twikiDiffDebugRight ' . $styleClassRight }, 
     216                { class => 'foswikiDiffDebugRight ' . $styleClassRight }, 
    217217                CGI::div($right) 
    218218            ) 
     
    306306            { 
    307307                bgcolor => $format{l}[0], 
    308                 class   => 'twikiDiffLineNumberHeader' 
     308                class   => 'foswikiDiffLineNumberHeader' 
    309309            }, 
    310310            CGI::th( 
     
    417417    return CGI::table( 
    418418        { 
    419             class       => 'twikiDiffTable', 
     419            class       => 'foswikiDiffTable', 
    420420            width       => '100%', 
    421421            cellspacing => 0, 
  • trunk/core/lib/Foswiki/UI/View.pm

    r1178 r1206  
    371371                    -cols     => $p->getPreferencesValue('EDITBOXWIDTH'), 
    372372                    -style    => $p->getPreferencesValue('EDITBOXSTYLE'), 
    373                     -class    => 'foswikiTextarea twikiTextareaRawView', 
     373                    -class    => 'foswikiTextarea foswikiTextareaRawView', 
    374374                    -id       => 'topic', 
    375375                    -default  => $text 
  • trunk/core/lib/MANIFEST

    r1103 r1206  
    1616!include ../TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin 
    1717!include ../TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib 
    18 !include ../TwistyContrib/lib/Foswiki/Contrib/TwistyContrib 
    1918!include ../TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin 
    2019!include ../WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin 
  • trunk/core/pub/System/JavascriptFiles/foswikiForm.js

    r985 r1206  
    177177         
    178178        /** 
    179         Sets the default text of an input field (for instance the text 'Enter keyword or product number' in a search box) that is cleared when the field gets focus. The field is styled with CSS class 'twikiInputFieldBeforeFocus'. 
     179        Sets the default text of an input field (for instance the text 'Enter keyword or product number' in a search box) that is cleared when the field gets focus. The field is styled with CSS class 'foswikiInputFieldBeforeFocus'. 
    180180        @param el : (HTMLElement) the input field to receive default text 
    181181        @param inText : (String) the default text 
     
    189189         
    190190        /** 
    191         Clears the default input field text. The CSS styling 'twikiInputFieldBeforeFocus' is removed. Call this function at 'onfocus'. 
     191        Clears the default input field text. The CSS styling 'foswikiInputFieldBeforeFocus' is removed. Call this function at 'onfocus'. 
    192192        @param el : (HTMLElement) the input field that has default text 
    193193        */ 
     
    199199                        el.value = ""; 
    200200                } 
    201                 foswiki.CSS.addClass(el, "twikiInputFieldFocus"); 
    202                 foswiki.CSS.removeClass(el, "twikiInputFieldBeforeFocus"); 
     201                foswiki.CSS.addClass(el, "foswikiInputFieldFocus"); 
     202                foswiki.CSS.removeClass(el, "foswikiInputFieldBeforeFocus"); 
    203203        }, 
    204204         
     
    211211                        foswiki.Form._setDefaultStyle(el); 
    212212                } 
    213                 foswiki.CSS.removeClass(el, "twikiInputFieldFocus"); 
     213                foswiki.CSS.removeClass(el, "foswikiInputFieldFocus"); 
    214214        }, 
    215215         
     
    220220        _setDefaultStyle:function(el) { 
    221221                el.value = el.FP_defaultValue; 
    222                 foswiki.CSS.addClass(el, "twikiInputFieldBeforeFocus"); 
     222                foswiki.CSS.addClass(el, "foswikiInputFieldBeforeFocus"); 
    223223        } 
    224224         
  • trunk/core/pub/System/JavascriptFiles/foswikiHTML.js

    r1090 r1206  
    185185        Passes attributes from value object inAttributes to all nodes in NodeList inNodeList. 
    186186        @param inNodeList : (NodeList) nodes to set the style of 
    187         @param inAttributes : (Object) value object with element properties, with stringified keys. For example, use "class":"twikiSmall" to set the class. This cannot be a property key written as <code>class</code> because this is a reserved keyword. 
     187        @param inAttributes : (Object) value object with element properties, with stringified keys. For example, use "class":"foswikiSmall" to set the class. This cannot be a property key written as <code>class</code> because this is a reserved keyword. 
    188188        @use 
    189189        In this example all NodeList elements get assigend a class and style: 
     
    192192        var nodeList = elem.getElementsByTagName('ul') 
    193193        var attributes = { 
    194                 "class":"twikiSmall foswikiGrayText", 
     194                "class":"foswikiSmall foswikiGrayText", 
    195195        "style": 
    196196                { 
  • trunk/core/pub/System/JavascriptFiles/foswikiStyles.js

    r1035 r1206  
    11// styles:javascript_affected 
    2 var styleText = '<style type="text/css" media="all">.twikiMakeVisible{display:inline;}.twikiMakeVisibleInline{display:inline;}.twikiMakeVisibleBlock{display:block;}.twikiMakeHidden{display:none;}<\/style>'; 
     2var styleText = '<style type="text/css" media="all">.foswikiMakeVisible{display:inline;}.foswikiMakeVisibleInline{display:inline;}.foswikiMakeVisibleBlock{display:block;}.foswikiMakeHidden{display:none;}<\/style>'; 
    33document.write(styleText); 
    44 
  • trunk/core/pub/System/JavascriptFiles/foswiki_edit.js

    r1155 r1206  
    99var EDITBOX_FONTSTYLE_MONO = "mono"; 
    1010var EDITBOX_FONTSTYLE_PROPORTIONAL = "proportional"; 
    11 var EDITBOX_FONTSTYLE_MONO_STYLE = "twikiEditboxStyleMono"; 
    12 var EDITBOX_FONTSTYLE_PROPORTIONAL_STYLE = "twikiEditboxStyleProportional"; 
     11var EDITBOX_FONTSTYLE_MONO_STYLE = "foswikiEditboxStyleMono"; 
     12var EDITBOX_FONTSTYLE_PROPORTIONAL_STYLE = "foswikiEditboxStyleProportional"; 
    1313var textareaInited = false; 
    1414 
  • trunk/core/pub/System/SkinTemplates/base.css

    r1090 r1206  
    11/* Foswiki base CSS */ 
    22 
    3 .twikiMakeVisible, 
    4 .twikiMakeVisibleInline, 
    5 .twikiMakeVisibleBlock { 
     3.foswikiMakeVisible, 
     4.foswikiMakeVisibleInline, 
     5.foswikiMakeVisibleBlock { 
    66        display:none; /* will be made visible with javascript */ 
    77} 
    8 .twikiLeft { 
     8.foswikiLeft { 
    99        float:left; 
    1010        position:relative; 
    1111} 
    12 .twikiRight { 
     12.foswikiRight { 
    1313        position:relative; 
    1414        float:right; 
     
    1616        margin:0; 
    1717} 
    18 .twikiClear { 
     18.foswikiClear { 
    1919        /* to clean up floats */ 
    2020        margin:0; 
     
    2525        display:block; 
    2626} 
    27 .twikiHidden { 
     27.foswikiHidden { 
    2828        display:none; 
    2929} 
    30 .twikiSmall { 
     30.foswikiSmall { 
    3131        font-size:86%; 
    3232        line-height:110%; /*S3*/ 
    3333} 
    34 .twikiSmallish { 
     34.foswikiSmallish { 
    3535        font-size:94%; /*S2*/ 
    3636} 
    37 .twikiBroadcastMessage { 
     37.foswikiBroadcastMessage { 
    3838        background-color:#ff0; 
    3939        padding:.25em .5em; 
    4040        margin:0 0 1em 0; 
    4141} 
    42 .twikiBroadcastMessage b, 
    43 .twikiBroadcastMessage strong { 
     42.foswikiBroadcastMessage b, 
     43.foswikiBroadcastMessage strong { 
    4444        color:#f00; 
    4545} 
     
    5151        text-decoration:underline; 
    5252} 
    53 .twikiAccessKey { 
     53.foswikiAccessKey { 
    5454        text-decoration:none; 
    5555        border-width:0 0 1px 0; 
    5656        border-style:solid; 
    5757} 
    58 a:hover .twikiAccessKey { 
     58a:hover .foswikiAccessKey { 
    5959        text-decoration:none; 
    6060        border:none; 
    6161} 
    62 .twikiImage img { 
     62.foswikiImage img { 
    6363        padding:3px; 
    6464        border-width:1px; 
    6565        border-style:solid; 
    6666} 
    67 .twikiPreviewArea { 
     67.foswikiPreviewArea { 
    6868        border-width:1px; 
    6969        border-style:solid; 
  • trunk/core/pub/System/SkinTemplates/default.css

    r1178 r1206  
    2727} 
    2828label { 
    29         padding:.15em .3em .15em 0; /* same vertical padding as twikiInputField */ 
     29        padding:.15em .3em .15em 0; /* same vertical padding as foswikiInputField */ 
    3030} 
    3131strong, b { 
     
    8181        -----------------------------------------------------------     */ 
    8282 
    83 .twikiPage { 
     83.foswikiPage { 
    8484        font-family:arial, sans-serif; 
    8585        line-height:1.4em; 
     
    127127/* Form elements */ 
    128128 
    129 .twikiSubmit, 
     129.foswikiSubmit, 
    130130.foswikiButton, 
    131 .twikiCheckbox { 
     131.foswikiCheckbox { 
    132132        padding:.1em .3em; 
    133133} 
    134 .twikiCheckbox, 
     134.foswikiCheckbox, 
    135135.foswikiRadioButton { 
    136136        margin:0 .3em 0 0; 
    137137        border:0; 
    138138} 
    139 .twikiSubmit, 
     139.foswikiSubmit, 
    140140.foswikiButton { 
    141141} 
    142 .twikiSubmit:active, 
     142.foswikiSubmit:active, 
    143143.foswikiButton:active { 
    144144} 
    145145 
    146 .twikiInputField, 
    147 .twikiSelect { 
    148 } 
    149  
    150 .twikiTable, 
    151 .twikiTable td { 
    152         border-color:#ccc; 
    153 } 
    154 .twikiTable th { 
     146.foswikiInputField, 
     147.foswikiSelect { 
     148} 
     149 
     150.foswikiTable, 
     151.foswikiTable td { 
     152        border-color:#ccc; 
     153} 
     154.foswikiTable th { 
    155155        background-color:#9be; 
    156156        border-color:#ccc; 
    157157} 
    158 .twikiTable th a:link, 
    159 .twikiTable th a:visited, 
    160 .twikiTable th a font { 
     158.foswikiTable th a:link, 
     159.foswikiTable th a:visited, 
     160.foswikiTable th a font { 
    161161        color:#fff; 
    162162} 
     
    164164        color:#8E9195; 
    165165} 
    166 .twikiSeparator { 
     166.foswikiSeparator { 
    167167        color:#8E9195; 
    168168} 
     
    175175} 
    176176 
    177 .twikiAttachments table, 
    178 table.twikiFormTable { 
     177.foswikiAttachments table, 
     178table.foswikiFormTable { 
    179179        border-color:#ccc; 
    180180        background-color:#fff; 
    181181} 
    182 .twikiAttachments table { 
     182.foswikiAttachments table { 
    183183        background-color:#fff; 
    184184} 
    185 .twikiAttachments td,  
    186 .twikiAttachments th { 
    187         border-color:#ccc; 
    188 } 
    189 .twikiAttachments .twikiTable th font { 
     185.foswikiAttachments td,  
     186.foswikiAttachments th { 
     187        border-color:#ccc; 
     188} 
     189.foswikiAttachments .foswikiTable th font { 
    190190        color:#06c; 
    191191} 
    192192 
    193 .twikiFormSteps { 
     193.foswikiFormSteps { 
    194194        background-color:#f8fbfc; 
    195195        border-color:#E2DCC8; 
    196196} 
    197 .twikiFormStep { 
     197.foswikiFormStep { 
    198198        border-color:#E2DCC8; 
    199199} 
    200 .twikiFormStep h3, 
    201 .twikiFormStep h4 { 
    202 } 
    203 .twikiToc .twikiTocTitle { 
     200.foswikiFormStep h3, 
     201.foswikiFormStep h4 { 
     202} 
     203.foswikiToc .foswikiTocTitle { 
    204204        color:#666; 
    205205} 
    206 .twikiBroadcastMessage { 
     206.foswikiBroadcastMessage { 
    207207        background-color:#ff0; 
    208208} 
    209 .twikiBroadcastMessage b, 
    210 .twikiBroadcastMessage strong { 
     209.foswikiBroadcastMessage b, 
     210.foswikiBroadcastMessage strong { 
    211211        color:#f00; 
    212212} 
     
    218218        color:#06c; 
    219219} 
    220 .twikiPageForm table { 
     220.foswikiPageForm table { 
    221221        border-color:#ccc; 
    222222        background:#fff; 
    223223} 
    224 .twikiPageForm hr { 
     224.foswikiPageForm hr { 
    225225        border-color:#ccc; 
    226226        background-color:#ccc; 
     
    230230        background-color:#f8fbfc; 
    231231} 
    232 .twikiAccessKey { 
     232.foswikiAccessKey { 
    233233        color:inherit; 
    234234        border-color:#8E9195; 
    235235} 
    236 a:link .twikiAccessKey, 
    237 a:visited .twikiAccessKey, 
    238 a:hover .twikiAccessKey { 
     236a:link .foswikiAccessKey, 
     237a:visited .foswikiAccessKey, 
     238a:hover .foswikiAccessKey { 
    239239        color:inherit; 
    240240} 
    241 .twikiImage img { 
     241.foswikiImage img { 
    242242        border-color:#eee; 
    243243        background-color:#fff; 
     
    245245 
    246246/* WebSearch, WebSearchAdvanced */ 
    247 table#twikiSearchTable th, 
    248 table#twikiSearchTable td { 
     247table#foswikiSearchTable th, 
     248table#foswikiSearchTable td { 
    249249        background-color:#fff; 
    250250        border-color:#ccc; 
    251251}  
    252 table#twikiSearchTable th { 
     252table#foswikiSearchTable th { 
    253253        color:#000; 
    254254} 
    255 table#twikiSearchTable td.first { 
     255table#foswikiSearchTable td.first { 
    256256        background-color:#FCF8EC; 
    257257} 
    258  
    259 .twikiChangeFormButton .foswikiButton, 
    260 .twikiChangeFormButtonHolder .foswikiButton { /* looks like a link */ 
    261         color:#06c; 
    262         background:none; 
    263 } 
    264  
    265 tr.twikiDiffDebug td { 
     258tr.foswikiDiffDebug td { 
    266259        border-color:#ccc; 
    267260} 
    268261 
    269262/* Changed */ 
    270 .twikiDiffChangedHeader, 
    271 tr.twikiDiffDebug .twikiDiffChangedText, 
    272 tr.twikiDiffDebug .twikiDiffChangedText { 
     263.foswikiDiffChangedHeader, 
     264tr.foswikiDiffDebug .foswikiDiffChangedText, 
     265tr.foswikiDiffDebug .foswikiDiffChangedText { 
    273266        background:#9f9; /* green - do not change */ 
    274267} 
    275268/* Deleted */ 
    276 .twikiDiffDeletedHeader, 
    277 tr.twikiDiffDebug .twikiDiffDeletedMarker, 
    278 tr.twikiDiffDebug .twikiDiffDeletedText { 
     269tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 
     270tr.foswikiDiffDebug .foswikiDiffDeletedText { 
    279271        background-color:#f99; /* red - do not change */ 
    280272} 
    281273/* Added */ 
    282 .twikiDiffAddedHeader, 
    283 tr.twikiDiffDebug .twikiDiffAddedMarker, 
    284 tr.twikiDiffDebug .twikiDiffAddedText { 
     274.foswikiDiffAddedHeader, 
     275tr.foswikiDiffDebug .foswikiDiffAddedMarker, 
     276tr.foswikiDiffDebug .foswikiDiffAddedText { 
    285277        background-color:#ccf; /* violet - do not change */ 
    286278} 
    287279/* Unchanged */ 
    288280.twikiDiffUnchangedHeader, 
    289 tr.twikiDiffDebug .twikiDiffUnchangedText { 
     281tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
    290282        color:#8E9195; 
    291283} 
    292 .twikiDiffLineNumberHeader { 
     284.foswikiDiffLineNumberHeader { 
    293285        background-color:#ccc; 
    294286} 
    295 .twikiLeft { 
     287.foswikiLeft { 
    296288        float:left; 
    297289        position:relative; 
    298290} 
    299 .twikiRight { 
     291.foswikiRight { 
    300292        position:relative; 
    301293        float:right; 
     
    303295        margin:0; 
    304296} 
    305 .twikiClear { 
     297.foswikiClear { 
    306298        /* to clean up floats */ 
    307299        margin:0; 
     
    312304        display:block; 
    313305} 
    314 .twikiHidden { 
     306.foswikiHidden { 
    315307        display:none; 
    316308} 
     
    342334        text-decoration:none; 
    343335} 
    344 .twikiTable { 
     336.foswikiTable { 
    345337        border-style:solid; 
    346338        border-width:1px; 
    347339        margin:2px 0; 
    348340} 
    349 .twikiTable td { 
     341.foswikiTable td { 
    350342        padding:.25em .5em; 
    351343        border-style:none none solid none; 
    352344        border-width:0 0 1px 0; 
    353345} 
    354 .twikiTable th { 
     346.foswikiTable th { 
    355347        border-style:none none none solid; 
    356348        border-width:0 0 0 1px; 
    357349        padding:.4em .5em; 
    358350} 
    359 .twikiTable th.foswikiFirstCol { 
     351.foswikiTable th.foswikiFirstCol { 
    360352        border-left-style:none; 
    361353} 
    362 .twikiTable a:link, 
    363 .twikiTable a:visited { 
     354.foswikiTable a:link, 
     355.foswikiTable a:visited { 
    364356        text-decoration:underline; 
    365357} 
    366 .twikiTable a:hover { 
     358.foswikiTable a:hover { 
    367359        text-decoration:underline; 
    368360} 
    369361 
    370 .twikiEditForm { 
     362.foswikiEditForm { 
    371363        margin:0 0 .5em 0; 
    372364} 
    373 .twikiLast, 
    374 .foswikiForm .twikiLast, 
    375 .twikiTable .twikiLast { 
     365.foswikiLast, 
     366.foswikiForm .foswikiLast, 
     367.foswikiTable .foswikiLast { 
    376368        border-bottom-style:none; 
    377369        border-bottom-width:0; 
    378370} 
    379 #twikiLogin { 
     371#foswikiLogin { 
    380372        width:40em; 
    381373        margin:0 auto; 
    382374        text-align:center; 
    383375} 
    384 #twikiLogin .twikiFormSteps { 
     376#foswikiLogin .foswikiFormSteps { 
    385377        border-width:5px; 
    386378} 
    387 .twikiAttachments, 
     379.foswikiAttachments, 
    388380.foswikiForm { 
    389381        margin:1em 0; 
    390382        padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    391383} 
    392 .twikiTable h2, .twikiFormTable h2, 
    393 .twikiTable h3, .twikiFormTable h3, 
    394 .twikiTable h4, .twikiFormTable h4, 
    395 .twikiTable h5, .twikiFormTable h5, 
    396 .twikiTable h6, .twikiFormTable h6 { 
     384.foswikiTable h2, .foswikiFormTable h2, 
     385.foswikiTable h3, .foswikiFormTable h3, 
     386.foswikiTable h4, .foswikiFormTable h4, 
     387.foswikiTable h5, .foswikiFormTable h5, 
     388.foswikiTable h6, .foswikiFormTable h6 { 
    397389        border:0; 
    398390        margin-top:0; 
    399391        margin-bottom:0; 
    400392} 
    401 .twikiFormTable th { 
     393.foswikiFormTable th { 
    402394        font-weight:normal; 
    403395} 
    404 .twikiFormTable .twikiTable th { 
     396.foswikiFormTable .foswikiTable th { 
    405397        font-weight:bold; 
    406398} 
    407399 
    408 .twikiAttachments table, 
    409 table.twikiFormTable { 
     400.foswikiAttachments table, 
     401table.foswikiFormTable { 
    410402        margin:5px 0; 
    411403        border-collapse:collapse; 
     
    416408        border-width:1px; 
    417409} 
    418 .twikiAttachments table { 
     410.foswikiAttachments table { 
    419411        line-height:1.4em; /*S1*/ 
    420412        width:auto; 
     
    423415        width:100%; 
    424416} 
    425 .twikiAttachments th { 
     417.foswikiAttachments th { 
    426418        border-style:none none solid solid; 
    427419        border-width:1px; 
    428420} 
    429 .twikiAttachments th, 
    430 table.twikiFormTable th.twikiFormTableHRow { 
     421.foswikiAttachments th, 
     422table.foswikiFormTable th.foswikiFormTableHRow { 
    431423        padding:3px 6px; 
    432424        height:2.5em; 
    433425        vertical-align:middle; 
    434426} 
    435 table.twikiFormTable th.twikiFormTableHRow { 
     427table.foswikiFormTable th.foswikiFormTableHRow { 
    436428        text-align:center; 
    437429} 
    438430 
    439 .twikiAttachments td, 
    440 table.twikiFormTable td { 
     431.foswikiAttachments td, 
     432table.foswikiFormTable td { 
    441433        padding:3px 6px; 
    442434        height:1.4em; /*S1*/ 
     
    444436        vertical-align:top; 
    445437} 
    446 .twikiAttachments th.foswikiFirstCol, 
    447 .twikiAttachments td.foswikiFirstCol { 
     438.foswikiAttachments th.foswikiFirstCol, 
     439.foswikiAttachments td.foswikiFirstCol { 
    448440        /* make more width for the icon column */ 
    449441        width:26px; 
    450442        text-align:center; 
    451443} 
    452 .twikiAttachments caption { 
     444.foswikiAttachments caption { 
    453445        display:none; 
    454446} 
    455 table.twikiFormTable th.twikiFormTableHRow a:link, 
    456 table.twikiFormTable th.twikiFormTableHRow a:visited { 
     447table.foswikiFormTable th.foswikiFormTableHRow a:link, 
     448table.foswikiFormTable th.foswikiFormTableHRow a:visited { 
    457449        text-decoration:none; 
    458450} 
    459 .twikiFormSteps { 
     451.foswikiFormSteps { 
    460452        text-align:left; 
    461453        padding:.25em 0 0 0; 
     
    463455        border-style:solid; 
    464456} 
    465 .twikiFormStep { 
     457.foswikiFormStep { 
    466458        line-height:140%; 
    467459        padding:1em 20px; /*S5*/ 
     
    469461        border-style:solid; 
    470462} 
    471 .twikiFormStep h2, 
    472 .twikiFormStep h3, 
    473 .twikiFormStep h4 { 
     463.foswikiFormStep h2, 
     464.foswikiFormStep h3, 
     465.foswikiFormStep h4 { 
    474466        border:none; 
    475467        margin:0; 
     
    477469        background:none; 
    478470} 
    479 .twikiFormStep h2 { 
     471.foswikiFormStep h2 { 
    480472        font-size:130%; 
    481473        font-weight:bold; 
    482474} 
    483 .twikiFormStep h3 { 
     475.foswikiFormStep h3 { 
    484476        font-size:115%; 
    485477        font-weight:bold; 
    486478} 
    487 .twikiFormStep h4 { 
     479.foswikiFormStep h4 { 
    488480        font-size:115%; 
    489481        font-weight:normal; 
    490482} 
    491 .twikiFormStep p { 
     483.foswikiFormStep p { 
    492484        margin:.3em 0; 
    493485} 
    494 .twikiFormSteps .twikiLast { 
     486.foswikiFormSteps .foswikiLast { 
    495487        border-bottom-style:solid; 
    496488        border-bottom-width:0px; 
    497489} 
    498490 
    499 .twikiToc { 
     491.foswikiToc { 
    500492        margin:1em 0; 
    501493        padding:.3em 0 .6em 0; 
    502494} 
    503 .twikiToc .twikiTocTitle { 
     495.foswikiToc .foswikiTocTitle { 
    504496        margin:0; 
    505497        padding:0; 
     
    507499} 
    508500 
    509 .twikiSmall { 
     501.foswikiSmall { 
    510502        font-size:86%; 
    511503        line-height:110%; /*S3*/ 
    512504} 
    513 .twikiSmallish { 
     505.foswikiSmallish { 
    514506        font-size:94%; /*S2*/ 
    515507} 
     
    522514        text-decoration:underline; 
    523515} 
    524 .twikiPageForm table { 
     516.foswikiPageForm table { 
    525517        border-width:1px; 
    526518        border-style:solid; 
    527519} 
    528 .twikiPageForm table { 
     520.foswikiPageForm table { 
    529521        width:100%; 
    530522} 
    531 .twikiPageForm th, 
    532 .twikiPageForm td { 
     523.foswikiPageForm th, 
     524.foswikiPageForm td { 
    533525        border:0; 
    534526        padding:.5em 1em; 
    535527} 
    536 .twikiPageForm td {} 
    537 .twikiPageForm td.first { 
     528.foswikiPageForm td {} 
     529.foswikiPageForm td.first { 
    538530        padding-top:1em; 
    539531} 
    540 .twikiBroadcastMessage { 
     532.foswikiBroadcastMessage { 
    541533        padding:.25em .5em; 
    542534        margin:0 0 1em 0; 
     
    553545        padding-left:2em; 
    554546} 
    555 .twikiAccessKey { 
     547.foswikiAccessKey { 
    556548        text-decoration:none; 
    557549        border-width:0 0 1px 0; 
    558550        border-style:solid; 
    559551} 
    560 a:hover .twikiAccessKey { 
     552a:hover .foswikiAccessKey { 
    561553        text-decoration:none; 
    562554        border:none; 
     
    565557        margin:0 0 0 1em; 
    566558} 
    567 a.twikiLinkInHeaderRight { 
    568         float:right; 
    569         display:block; 
    570         margin:0 0 0 5px; 
    571 } 
    572 .twikiLinkLabel {} 
    573 .twikiImage img { 
     559.foswikiLinkLabel {} 
     560.foswikiImage img { 
    574561        padding:3px; 
    575562        border-width:1px; 
     
    590577 
    591578/* WebSearch, WebSearchAdvanced */ 
    592 #twikiSearchTable { 
     579#foswikiSearchTable { 
    593580        background:none; 
    594581        border-bottom:0; 
    595582}  
    596 #twikiSearchTable th, 
    597 #twikiSearchTable td { 
     583#foswikiSearchTable th, 
     584#foswikiSearchTable td { 
    598585        padding:1em; 
    599586        border-width:0 0 1px 0; 
    600587        border-style:solid; 
    601588}  
    602 #twikiSearchTable th { 
     589#foswikiSearchTable th { 
    603590        width:20%; 
    604591        text-align:right; 
    605592} 
    606 #twikiSearchTable td { 
     593#foswikiSearchTable td { 
    607594        width:80%; 
    608595} 
    609596 
    610 .twikiEditboxStyleMono { 
     597.foswikiEditboxStyleMono { 
    611598        font-family:"Courier New", courier, monaco, monospace; 
    612599} 
    613 .twikiEditboxStyleProportional { 
     600.foswikiEditboxStyleProportional { 
    614601        font-family:"Lucida Grande", verdana, arial, sans-serif; 
    615602} 
    616 .twikiChangeFormButtonHolder { 
    617         margin:.5em 0; 
    618         float:right; 
    619 } 
    620 .twikiChangeFormButton .foswikiButton, 
    621 .twikiChangeFormButtonHolder .foswikiButton { 
    622         padding:0; 
    623         margin:0; 
    624         border:none; 
    625         text-decoration:underline; 
    626         font-weight:normal; 
    627 } 
    628 tr.twikiDiffDebug td { 
     603tr.foswikiDiffDebug td { 
    629604        border-width:1px; 
    630605        border-style:solid; 
     
    633608        margin:1em 0 0 0; 
    634609} 
    635 /* 
    636  * The following additional classes are used by TWiki, but are not defined 
    637  * by this CSS 
    638  */ 
    639 /* 
    640 foswikiAnchorLink 
    641 twikiConflict 
    642 twikiContentFooter 
    643 twikiContentHeader 
    644 twikiDiffLineNumberHeader 
    645 twikiDiffTable 
    646 twikiEditFormOption 
    647 foswikiRadioButton 
    648 twikiEditFormSelect 
    649 twikiEditTextarea 
    650 TWikiFooterNote 
    651 foswikiForm 
    652 twikiFormTableRow 
    653 foswikiLink 
    654 twikiMain 
    655 twikiNoBreak 
    656 twikiTableEven 
    657 twikiTableOdd 
    658 foswikiTextarea 
    659 twikiTextareaRawView 
    660 foswikiTopRow 
    661 */ 
     610/* See also: System/CascadingStyleSheets */ 
  • trunk/core/templates/addform.tmpl

    r1178 r1206  
    1 %{ This is a default template }%<div class="twikiChangeFormButtonHolder"><input class="foswikiButton" type="submit" name="action_addform" value="%MAKETEXT{"Add form"}%" /></div><br class="twikiClear" /> 
     1%{ This is a default template }%<input class="foswikiButton" type="submit" name="action_addform" value="%MAKETEXT{"Add form"}%" /> 
  • trunk/core/templates/attach.tmpl

    r1090 r1206  
    33 
    44 
    5 %TMPL:DEF{"notes"}%   * <a class="twikiPopUp" target='FileAttachment' href="%SCRIPTURL{view}%/%SYSTEMWEB%/FileAttachment" rel='nofollow'>FileAttachment</a> %MAKETEXT{"has more information about attaching files." args=""}%%TMPL:END% 
     5%TMPL:DEF{"notes"}%   * <a class="foswikiPopUp" target='FileAttachment' href="%SCRIPTURL{view}%/%SYSTEMWEB%/FileAttachment" rel='nofollow'>FileAttachment</a> %MAKETEXT{"has more information about attaching files." args=""}%%TMPL:END% 
    66 
    77%TMPL:DEF{"existingattachments"}%%META{"attachments" all="on" title="<h2>%MAKETEXT{"Attachments of [_1]" args="<nop>%TOPIC%"}%</h2>"}%%TMPL:END% 
     
    3737   %MAKETEXT{"Link"}% 
    3838  </td><td> 
    39    <input type="checkbox" class="twikiCheckbox" id="createlink" name="createlink" %ATTACHLINKBOX% /><label for="createlink">%MAKETEXT{"Create a link to the attached file"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Images will be displayed, for other attachments a link will be created."}%</span> 
     39   <input type="checkbox" class="foswikiCheckbox" id="createlink" name="createlink" %ATTACHLINKBOX% /><label for="createlink">%MAKETEXT{"Create a link to the attached file"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Images will be displayed, for other attachments a link will be created."}%</span> 
    4040  </td> 
    4141 </tr>%TMPL:END% 
     
    4545   %MAKETEXT{"Hide file"}% 
    4646  </td><td> 
    47    <input type="checkbox" class="twikiCheckbox" id="hidefile" name="hidefile" %HIDEFILE% /><label for="hidefile">%MAKETEXT{"Do not show attachment in table"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Attachments will not be shown in topic view page."}%</span> 
     47   <input type="checkbox" class="foswikiCheckbox" id="hidefile" name="hidefile" %HIDEFILE% /><label for="hidefile">%MAKETEXT{"Do not show attachment in table"}%</label> <span class="foswikiGrayText">%MAKETEXT{"Attachments will not be shown in topic view page."}%</span> 
    4848  </td> 
    4949 </tr>%TMPL:END% 
  • trunk/core/templates/attachagain.tmpl

    r14 r1206  
    1515  </td> 
    1616 </tr>%TMPL:END% 
    17 %TMPL:DEF{"extranotes"}%   * %MAKETEXT{"*Properties:* The comment and visibility (i.e. is attachment hidden) can be changed without uploading a file by pressing \"Change Properties only\"; see [_1]." args="<a target='HiddenAttachment' class='twikiPopUp' href='%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/HiddenAttachment' rel='nofollow'>HiddenAttachment</a>"}% 
     17%TMPL:DEF{"extranotes"}%   * %MAKETEXT{"*Properties:* The comment and visibility (i.e. is attachment hidden) can be changed without uploading a file by pressing \"Change Properties only\"; see [_1]." args="<a target='HiddenAttachment' class='foswikiPopUp' href='%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/HiddenAttachment' rel='nofollow'>HiddenAttachment</a>"}% 
    1818   * %MAKETEXT{"*Change comment:* If you use _Change Properties_ to change a comment, the comment shown in the topic will change, but the comment shown against the attachment history will be the comment when the file was uploaded."}% 
    1919   * %MAKETEXT{"*Local file:* If you select a different file in _Local file:_, it is this that will be updated or added."}% 
    2020%TMPL:END% 
    21 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value="%MAKETEXT{"Upload file"}%" />%TMPL:P{"sep"}%<input type="submit" class="twikiSubmit" name="changeproperties" value="%MAKETEXT{"Change properties only"}%" />%TMPL:P{"sep"}%<a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?attachment=%ENCODE{%FILENAME%}%" rel='nofollow'>%MAKETEXT{"Move or delete attachment"}%</a>%TMPL:P{"sep"}%%TMPL:P{"canceltopicaction"}%%TMPL:END% 
     21%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value="%MAKETEXT{"Upload file"}%" />%TMPL:P{"sep"}%<input type="submit" class="foswikiSubmit" name="changeproperties" value="%MAKETEXT{"Change properties only"}%" />%TMPL:P{"sep"}%<a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?attachment=%ENCODE{%FILENAME%}%" rel='nofollow'>%MAKETEXT{"Move or delete attachment"}%</a>%TMPL:P{"sep"}%%TMPL:P{"canceltopicaction"}%%TMPL:END% 
    2222%TMPL:DEF{"fileuser"}%(%FILEUSER%)%TMPL:END% 
    2323%TMPL:P{"attach"}% 
  • trunk/core/templates/attachnew.tmpl

    r14 r1206  
    77%TMPL:DEF{"previous"}%<tr> <td></td></tr>%TMPL:END% 
    88%TMPL:DEF{"action"}%%MAKETEXT{"Attach new file"}%%TMPL:END% 
    9 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value=" %MAKETEXT{"Upload file"}%" />%TMPL:P{"sep"}%%TMPL:P{"canceltopicaction"}%%TMPL:END% 
     9%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value=" %MAKETEXT{"Upload file"}%" />%TMPL:P{"sep"}%%TMPL:P{"canceltopicaction"}%%TMPL:END% 
    1010%TMPL:P{"attach"}% 
  • trunk/core/templates/attachtables.tmpl

    r14 r1206  
    55 
    66%{ Header definition for topic attachments and top table in attach screen }% 
    7 %TMPL:DEF{ATTACH:files:header(basic)}%<div class="twikiAttachments"> 
     7%TMPL:DEF{ATTACH:files:header(basic)}%<div class="foswikiAttachments"> 
    88%TMPL:P{ATTACH:files:header(toprow)}%%TMPL:END% 
    99 
    1010%{ A basic row definition, for attachment table and attach screen }% 
    1111%{ Use %A_URL% instead of %PUBURLPATH%/%WEB%/%TOPIC%/%A_FILE% to get a viewfile link }% 
    12 %TMPL:DEF{ATTACH:files:row(basic)}%| %A_ICON%<span class="twikiHidden">%A_EXT%</span> | <a href="%ATTACHURLPATH%/%ENCODE{%A_FILE%}%">%A_FILE%</a> | <a href="%SCRIPTURLPATH{"attach"}%/%WEB%/%TOPIC%?filename=%ENCODE{"%A_FILE%"}%;revInfo=1" title="%MAKETEXT{"change, update, previous revisions, move, delete..."}%" rel="nofollow">%MAKETEXT{"manage"}%</a> |  %A_SIZE%|<span class="twikiNoBreak">%A_DATE%</span> |%A_USER%  |%A_COMMENT%  |%TMPL:END% 
     12%TMPL:DEF{ATTACH:files:row(basic)}%| %A_ICON%<span class="foswikiHidden">%A_EXT%</span> | <a href="%ATTACHURLPATH%/%ENCODE{%A_FILE%}%">%A_FILE%</a> | <a href="%SCRIPTURLPATH{"attach"}%/%WEB%/%TOPIC%?filename=%ENCODE{"%A_FILE%"}%;revInfo=1" title="%MAKETEXT{"change, update, previous revisions, move, delete..."}%" rel="nofollow">%MAKETEXT{"manage"}%</a> |  %A_SIZE%|<span class="foswikiNoBreak">%A_DATE%</span> |%A_USER%  |%A_COMMENT%  |%TMPL:END% 
    1313 
    1414%{ Header for topic attachment table }% 
     
    4040%{ Row for versions table in attach screen }% 
    4141%{ Use %A_URL% instead of %PUBURLPATH%/%WEB%/%TOPIC%/%A_FILE% to get a viewfile link }% 
    42 %TMPL:DEF{ATTACH:versions:row}%| %A_REV%  | <a href="%SCRIPTURL{viewfile}%/%WEB%/%TOPIC%?filename=%ENCODE{%A_FILE%}%;rev=%A_REV%">%MAKETEXT{"view"}%</a>  |  <span class="twikiNoBreak">%A_DATE%</span>|%A_USER%  |%A_COMMENT%  | 
     42%TMPL:DEF{ATTACH:versions:row}%| %A_REV%  | <a href="%SCRIPTURL{viewfile}%/%WEB%/%TOPIC%?filename=%ENCODE{%A_FILE%}%;rev=%A_REV%">%MAKETEXT{"view"}%</a>  |  <span class="foswikiNoBreak">%A_DATE%</span>|%A_USER%  |%A_COMMENT%  | 
    4343%TMPL:END% 
    4444 
  • trunk/core/templates/backlinksallwebs.tmpl

    r14 r1206  
    55 
    66 
    7 %TMPL:DEF{"resultsheader"}%<p> *%MAKETEXT{"Backlinks to [_1] in all Webs" args="%TOPIC%"}%* <span class="twikiSmall">(<a href="%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%?template=backlinksweb" title='%MAKETEXT{"Search all webs for topics that link to here"}%' accesskey="b">%MAKETEXT{"Search [_1] Web only" args="<nop>%WEB%"}%</a>)</span></p>%TMPL:END% 
     7%TMPL:DEF{"resultsheader"}%<p> *%MAKETEXT{"Backlinks to [_1] in all Webs" args="%TOPIC%"}%* <span class="foswikiSmall">(<a href="%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%?template=backlinksweb" title='%MAKETEXT{"Search all webs for topics that link to here"}%' accesskey="b">%MAKETEXT{"Search [_1] Web only" args="<nop>%WEB%"}%</a>)</span></p>%TMPL:END% 
    88 
    99 
  • trunk/core/templates/backlinksweb.tmpl

    r14 r1206  
    55 
    66 
    7 %TMPL:DEF{"resultsheader"}%<p> *%MAKETEXT{"Backlinks to [_1] in [_2] Web" args="%TOPIC%, <nop>%WEB%"}%* <span class="twikiSmall">(<a href="%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%?template=backlinksallwebs" title='%MAKETEXT{"Search all webs for topics that link to here"}%' accesskey="l">%MAKETEXT{"Search all webs"}%</a>)</span></p>%TMPL:END% 
     7%TMPL:DEF{"resultsheader"}%<p> *%MAKETEXT{"Backlinks to [_1] in [_2] Web" args="%TOPIC%, <nop>%WEB%"}%* <span class="foswikiSmall">(<a href="%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%?template=backlinksallwebs" title='%MAKETEXT{"Search all webs for topics that link to here"}%' accesskey="l">%MAKETEXT{"Search all webs"}%</a>)</span></p>%TMPL:END% 
    88 
    99 
  • trunk/core/templates/changeform.tmpl

    r1090 r1206  
    1111 
    1212 
    13 %TMPL:DEF{"topicactionbuttons"}%<input class="twikiSubmit" type="submit" name="submit" value='%MAKETEXT{"Select"}%' /> %MAKETEXT{"or"}% %TMPL:P{"gobacktopicaction"}%%TMPL:END% 
     13%TMPL:DEF{"topicactionbuttons"}%<input class="foswikiSubmit" type="submit" name="submit" value='%MAKETEXT{"Select"}%' /> %MAKETEXT{"or"}% %TMPL:P{"gobacktopicaction"}%%TMPL:END% 
    1414 
    1515 
  • trunk/core/templates/edit.tmpl

    r1178 r1206  
    1414 
    1515%{ if an editor plugin sets EDITOR_MESSAGE, then use it }% 
    16 %TMPL:DEF{"textarea"}%%IF{"defined 'EDITOR_MESSAGE'" then="<div class='foswikiAlert'>%EDITOR_MESSAGE%</div>"}%<div class="twikiEditTextarea"><textarea class="foswikiTextarea twikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%'>%TEXT%</textarea></div><!--/twikiEditTextarea-->%TMPL:END% 
     16%TMPL:DEF{"textarea"}%%IF{"defined 'EDITOR_MESSAGE'" then="<div class='foswikiAlert'>%EDITOR_MESSAGE%</div>"}%<div class="twikiEditTextarea"><textarea class="foswikiTextarea foswikiEditboxStyleProportional" id="topic" name="text" rows="%EDITBOXHEIGHT%" cols="%EDITBOXWIDTH%" style='%EDITBOXSTYLE%'>%TEXT%</textarea></div><!--/twikiEditTextarea-->%TMPL:END% 
    1717 
    1818 
     
    2121%TMPL:DEF{"formbottom"}%%TMPL:P{"form"}%%TMPL:END% 
    2222 
    23 %TMPL:DEF{"formstart"}%<div class="twikiFormHolder twistyMakeHidden" id="formHolder"> 
     23%TMPL:DEF{"formstart"}%<div class="foswikiFormHolder twistyMakeHidden" id="formHolder"> 
    2424<form name="main" action="%SCRIPTURLPATH{"save"}%/%WEB%/%TOPIC%" method="post">%TMPL:END% 
    2525 
    2626%TMPL:DEF{"formend"}%%TMPL:P{"formparameters"}% 
    27 </form></div><!-- /twikiFormHolder-->%TMPL:END% 
     27</form></div><!-- /foswikiFormHolder-->%TMPL:END% 
    2828 
    2929 
     
    4646 
    4747 
    48 %TMPL:DEF{"sig"}%<div><div class="twikiLeft"><label for="sig" class="foswikiGrayText">%MAKETEXT{"Your signature to copy/paste:"}%&nbsp;&nbsp;</label><input class="twikiInputFieldReadOnly" size="41" name="sig" type="text" readonly="readonly" title='%MAKETEXT{"Select, copy and paste your signature text to the bottom of your entry"}%' id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div><br class="twikiClear"><!--/twikiLeft--></div>%TMPL:END% 
     48%TMPL:DEF{"sig"}%<div><div class="foswikiLeft"><label for="sig" class="foswikiGrayText">%MAKETEXT{"Your signature to copy/paste:"}%&nbsp;&nbsp;</label><input class="foswikiInputFieldReadOnly" size="41" name="sig" type="text" readonly="readonly" title='%MAKETEXT{"Select, copy and paste your signature text to the bottom of your entry"}%' id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div><br class="foswikiClear"><!--/foswikiLeft--></div>%TMPL:END% 
    4949 
    5050 
     
    5252 
    5353 
    54 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" name="action_cancel" value="Cancel" id="cancel" />%TMPL:P{"sep"}%<input type="submit" class="twikiSubmit" name="action_save" value="Save" id="save" />%TMPL:P{"sep"}%<input type="submit" class="twikiSubmit" name="action_preview" value="Preview" id="preview" />%TMPL:END% 
     54%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" name="action_cancel" value="Cancel" id="cancel" />%TMPL:P{"sep"}%<input type="submit" class="foswikiSubmit" name="action_save" value="Save" id="save" />%TMPL:P{"sep"}%<input type="submit" class="foswikiSubmit" name="action_preview" value="Preview" id="preview" />%TMPL:END% 
    5555 
    5656 
  • trunk/core/templates/editform.tmpl

    r14 r1206  
    88%TMPL:DEF{"content"}%%TMPL:P{"formstart"}%%TMPL:P{"formbottom"}% 
    99%TMPL:P{"topicinfo"}% 
    10 <div class="twikiHidden"> 
     10<div class="foswikiHidden"> 
    1111<input type="hidden" id="topic" name="text" value="%TEXT%" />  
    1212</div> 
  • trunk/core/templates/form.tmpl

    r1178 r1206  
    1 %{ This is a default template }%%TMPL:DEF{"changeform"}%<input type="submit" name="action_replaceform" value='%MAKETEXT{"Replace form..."}%' class="twikiChangeFormButton foswikiButton" />%TMPL:END% 
     1%{ This is a default template }%%TMPL:DEF{"changeform"}%<input type="submit" name="action_replaceform" value='%MAKETEXT{"Replace form..."}%' class="foswikiChangeFormButton foswikiButton" />%TMPL:END% 
    22 
    33%TMPL:DEF{"mandatory"}%<span class="foswikiAlert">*</span> %MAKETEXT{"indicates mandatory fields"}% %TMPL:END% 
     
    77 
    88%TMPL:DEF{"formtail"}% %TMPL:P{context="mandatoryfields" then="mandatory"}% %TMPL:END% 
    9 <div class="foswikiForm twikiEditForm"><table class="twikiFormTable"> 
     9<div class="foswikiForm foswikiEditForm"><table class="foswikiFormTable"> 
    1010<tr> 
    11 <th class="twikiFormTableHRow" colspan="2">%FORMTITLE% %TMPL:P{"changeform"}%</th> 
     11<th class="foswikiFormTableHRow" colspan="2">%FORMTITLE% %TMPL:P{"changeform"}%</th> 
    1212</tr>%TMPL:P{"repeatedformrows"}%</table>%TMPL:P{"formtail"}%</div> 
  • trunk/core/templates/formtables.tmpl

    r1090 r1206  
    44%TMPL:DEF{FORM:display:header}% 
    55<div class="foswikiForm"> 
    6 <table class='twikiFormTable' border='1'><tr><th class='twikiFormTableHRow foswikiFirstCol' colspan='2'> 
     6<table class='foswikiFormTable' border='1'><tr><th class='foswikiFormTableHRow foswikiFirstCol' colspan='2'> 
    77[[%A_TITLE%]] 
    88</th></tr> 
     
    1111%{ Each row }% 
    1212%TMPL:DEF{FORM:display:row}% 
    13 <tr valign='top'><td class='twikiFormTableRow foswikiFirstCol' align='right'>%A_TITLE%</td><td> 
     13<tr valign='top'><td class='foswikiFormTableRow foswikiFirstCol' align='right'>%A_TITLE%</td><td> 
    1414%A_VALUE% 
    1515</td></tr> 
  • trunk/core/templates/foswiki.tmpl

    r1178 r1206  
    11%TMPL:INCLUDE{"css"}% 
    2 %TMPL:DEF{"sep"}%<span class="twikiSeparator"> | </span>%TMPL:END% 
     2%TMPL:DEF{"sep"}%<span class="foswikiSeparator"> | </span>%TMPL:END% 
    33%TMPL:DEF{"titlesep"}% &lt; %TMPL:END% 
    44%TMPL:DEF{"LOG_IN"}%Log In%TMPL:END% 
     
    77%TMPL:DEF{"nonwikiwordwarning"}%<p><input type="checkbox" id="nonwikiword" name="nonwikiword" %IF{"$ 'URLPARAM{nonwikiword}'='on'" then="checked=\"checked\""}% /><label for="nonwikiword">%MAKETEXT{"Allow non <nop>WikiWord for the new topic name"}%</label><br />%TMPL:P{"nonwikiwordhelp"}%</p>%TMPL:END% 
    88 
    9 %TMPL:DEF{"nonwikiwordhelp"}% %MAKETEXT{"It's usually best to choose a <a target='WikiWord' class='twikiPopUp' href='[_1]' rel='nofollow'>WikiWord</a> for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%%TMPL:END% 
     9%TMPL:DEF{"nonwikiwordhelp"}% %MAKETEXT{"It's usually best to choose a <a target='WikiWord' class='foswikiPopUp' href='[_1]' rel='nofollow'>WikiWord</a> for the new topic name, otherwise automatic linking may not work. Characters not allowed in topic names, such as spaces will automatically be removed." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/WikiWord"}%%TMPL:END% 
    1010 
    1111%TMPL:DEF{"nonwikiwordallowed"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword" default="on"}%" />%TMPL:END% 
     
    4444%TMPL:DEF{"bodyclassname"}%%TMPL:END% 
    4545 
    46 %TMPL:DEF{"bodystart"}%<body class="%TMPL:P{"bodyclassname"}%"><div class="twikiPage"> 
     46%TMPL:DEF{"bodystart"}%<body class="%TMPL:P{"bodyclassname"}%"><div class="foswikiPage"> 
    4747#PageTop %TMPL:END% 
    48 %TMPL:DEF{"bodyend"}%</div><!--/twikiPage--></body></html>%TMPL:END% 
     48%TMPL:DEF{"bodyend"}%</div><!--/foswikiPage--></body></html>%TMPL:END% 
    4949 
    5050%TMPL:DEF{"broadcastmessage"}%%IF{"defined BROADCASTMESSAGE and $BROADCASTMESSAGE != ''" then="$percntTMPL:P{$quotbroadcastmessage:contents$quot}$percnt"}%%TMPL:END% 
    51 %TMPL:DEF{"broadcastmessage:contents"}%<div class="twikiBroadcastMessage"> %BROADCASTMESSAGE% </div>%TMPL:END% 
     51%TMPL:DEF{"broadcastmessage:contents"}%<div class="foswikiBroadcastMessage"> %BROADCASTMESSAGE% </div>%TMPL:END% 
    5252 
    5353%TMPL:DEF{"attachments"}%%TMPL:END% 
     
    5656<div style="margin:0 0 0 0em; padding:3px; background-color:%WEBBGCOLOR%"> 
    5757<div> 
    58 <div class="twikiLeft" style="padding-right:2em;"><noautolink><a href="%WEBLOGOURL%" rel='nofollow'><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" /></a></noautolink></div> 
    59 <div class="twikiLeft"> 
     58<div class="foswikiLeft" style="padding-right:2em;"><noautolink><a href="%WEBLOGOURL%" rel='nofollow'><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" /></a></noautolink></div> 
     59<div class="foswikiLeft"> 
    6060<a href="%SCRIPTURLPATH{"view"}%/%WEB%/%HOMETOPIC%">%WEB%</a> &gt; %META{"parent" nowebhome="on" suffix=" &gt;"}% <b>%TOPIC%</b> %TMPL:P{"titleaction"}%</div> 
    61 <div class="twikiRight twikiSmall">%WIKITOOLNAME% webs: %WIKIWEBLIST% &nbsp; %TMPL:P{"login"}%</div><br class="twikiClear" /></div> 
     61<div class="foswikiRight foswikiSmall">%WIKITOOLNAME% webs: %WIKIWEBLIST% &nbsp; %TMPL:P{"login"}%</div><br class="foswikiClear" /></div> 
    6262<form name="main" action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%"> 
    6363%TMPL:P{"webaction"}%</form></div>%TMPL:END% 
     
    6565%TMPL:DEF{"simpleheader"}% 
    6666<div style="margin:0 0 0 0em; padding:3px; background-color:%WEBBGCOLOR%"> 
    67 <div><div class="twikiLeft"  style="padding-right:2em;"><noautolink><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" /></noautolink></div> 
    68 <div class="twikiLeft"> %WEB%&nbsp; %TOPIC% %TMPL:P{"titleaction"}%</div><br class="twikiClear" /> </div></div>%TMPL:P{"headerhelp"}%%TMPL:END% 
     67<div><div class="foswikiLeft"  style="padding-right:2em;"><noautolink><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%" /></noautolink></div> 
     68<div class="foswikiLeft"> %WEB%&nbsp; %TOPIC% %TMPL:P{"titleaction"}%</div><br class="foswikiClear" /> </div></div>%TMPL:P{"headerhelp"}%%TMPL:END% 
    6969 
    7070%TMPL:DEF{"copyright"}%<div class="twikiCopyright">%WEBCOPYRIGHT%</div>%TMPL:END% 
     
    8686%TMPL:P{"topicaction"}%</div>%TMPL:END% 
    8787 
    88 %TMPL:DEF{"main"}%<div class="twikiMain"> 
     88%TMPL:DEF{"main"}%<div class="foswikiMain"> 
    8989%TMPL:P{"simpleheader"}% 
    9090%TMPL:P{"pagetitlestylewrapper"}%%TMPL:P{"contentwrapper"}% 
     
    9393%{ container displayed just above the topic text: }% 
    9494%TMPL:DEF{"contentheader"}%%TMPL:END% 
    95 %TMPL:DEF{"contentheaderstylewrapper"}%<div class="twikiContentHeader">%TMPL:P{"contentheader"}%</div>%TMPL:END% 
     95%TMPL:DEF{"contentheaderstylewrapper"}%<div class="foswikiContentHeader">%TMPL:P{"contentheader"}%</div>%TMPL:END% 
    9696 
    9797%{ container displayed just below the topic text: }% 
    9898%TMPL:DEF{"contentfooter"}%%TMPL:END% 
    99 %TMPL:DEF{"contentfooterstylewrapper"}%<div class="twikiContentFooter">%TMPL:P{"contentfooter"}%</div>%TMPL:END% 
     99%TMPL:DEF{"contentfooterstylewrapper"}%<div class="foswikiContentFooter">%TMPL:P{"contentfooter"}%</div>%TMPL:END% 
    100100 
    101101%TMPL:DEF{"revisions"}%<a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPIC%?type=history" title="%MAKETEXT{"View total topic history"}%" accesskey="H" rel="nofollow">%MAKETEXT{"&History"}%</a>: %REVISIONS% %TMPL:END% 
  • trunk/core/templates/login.sudo.tmpl

    r671 r1206  
    88%TMPL:END% 
    99 
    10 %TMPL:DEF{"usernamefield"}%<input tabindex='1' class="twikiInputField twikiFocus" type="text" size="40" name="username" value="%WIKIADMINLOGIN%"  %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
     10%TMPL:DEF{"usernamefield"}%<input tabindex='1' class="foswikiInputField foswikiFocus" type="text" size="40" name="username" value="%WIKIADMINLOGIN%"  %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
    1111 
    1212%TMPL:DEF{"usernamenote"}%%TMPL:P{"authrealm"}%%TMPL:END% 
     
    1616%TMPL:DEF{"loginasadministratorform"}%%TMPL:END% 
    1717 
    18 %TMPL:DEF{"authrealm"}%<span class="twikiUnvisited">%MAKETEXT{"Enter the Wiki Administrator user or login as set in [_1]" args="[[%SCRIPTURL{configure}%][configure]]"}%</span>%TMPL:END% 
     18%TMPL:DEF{"authrealm"}%<span class="foswikiUnvisited">%MAKETEXT{"Enter the Wiki Administrator user or login as set in [_1]" args="[[%SCRIPTURL{configure}%][configure]]"}%</span>%TMPL:END% 
  • trunk/core/templates/login.tmpl

    r1090 r1206  
    1515%TMPL:END% 
    1616 
    17 %TMPL:DEF{"titlestep"}%<div class="twikiFormStep"> 
     17%TMPL:DEF{"titlestep"}%<div class="foswikiFormStep"> 
    1818%TMPL:P{"title"}% 
    1919%TMPL:P{"notestep"}% 
    20 %TMPL:P{"errorstep"}%</div><!-- /twikiFormStep-->%TMPL:END% 
     20%TMPL:P{"errorstep"}%</div><!-- /foswikiFormStep-->%TMPL:END% 
    2121 
    2222 
     
    2525 
    2626 
    27 %TMPL:DEF{"errorstep"}%%IF{"defined BANNER AND $BANNER != ''" then='<div class="twikiNotification foswikiAlert twikiUnvisited twikiLoginNotification">%BANNER%%IF{"defined ERROR AND $ERROR != ''" then='<!--%TMPL:P{"error"}%-->'}%</div>'}%%TMPL:END% 
     27%TMPL:DEF{"errorstep"}%%IF{"defined BANNER AND $BANNER != ''" then='<div class="foswikiNotification foswikiAlert foswikiUnvisited twikiLoginNotification">%BANNER%%IF{"defined ERROR AND $ERROR != ''" then='<!--%TMPL:P{"error"}%-->'}%</div>'}%%TMPL:END% 
    2828 
    2929%TMPL:DEF{"error"}%%MAKETEXT{"Error: [_1]" args="%ERROR%"}%%TMPL:END% 
     
    3737</literal><input type="hidden" name="origurl" value="%ORIGURL%" /></form>%TMPL:END% 
    3838 
    39 %TMPL:DEF{"usernamefield"}%<input tabindex='1' type='text' class='twikiInputField twikiFocus' size='40' name='username' value='%URLPARAM{"usernamestep"}%' %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
     39%TMPL:DEF{"usernamefield"}%<input tabindex='1' type='text' class='foswikiInputField foswikiFocus' size='40' name='username' value='%URLPARAM{"usernamestep"}%' %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
    4040 
    41 %TMPL:DEF{"usernamestep"}%<div class="twikiFormStep"> 
     41%TMPL:DEF{"usernamestep"}%<div class="foswikiFormStep"> 
    4242---+++ %MAKETEXT{"Username"}% 
    4343 
    4444%TMPL:P{"usernamefield"}% %TMPL:P{"usernamefieldhelp"}% 
    4545 
    46 </div><!-- /twikiFormStep-->%TMPL:END% 
     46</div><!-- /foswikiFormStep-->%TMPL:END% 
    4747 
    4848%TMPL:DEF{"usernamenote"}%%TMPL:P{"authrealm"}%%TMPL:END% 
     
    5050%TMPL:DEF{"usernamefieldhelp"}%%TWISTY{mode="span" showlink="%MAKETEXT{"Help"}%" hidelink="%MAKETEXT{"Hide help"}%" remember="on"}% <div class="foswikiHelp">%TMPL:P{"usernamenote"}%</div> %ENDTWISTY%%TMPL:END% 
    5151 
    52 %TMPL:DEF{"passwordfield"}%<input tabindex='2' type='password' class='twikiInputField' size='40' name='password' value='' %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
     52%TMPL:DEF{"passwordfield"}%<input tabindex='2' type='password' class='foswikiInputField' size='40' name='password' value='' %TMPL:P{context="no_auto_complete_login" then="autocomplete_off"}% />%TMPL:END% 
    5353 
    5454%TMPL:DEF{"autocomplete_off"}% autocomplete='off' %TMPL:END% 
     
    5757%TMPL:P{context="can_remember_login" then="rememberbox"}%%TMPL:END% 
    5858 
    59 %TMPL:DEF{"passwordstep"}%<div class="twikiFormStep"> 
     59%TMPL:DEF{"passwordstep"}%<div class="foswikiFormStep"> 
    6060---+++ %MAKETEXT{"Password"}% 
    6161 
    6262%TMPL:P{"passwordfieldnoteremember"}% 
    63 </div><!-- /twikiFormStep-->%TMPL:END% 
     63</div><!-- /foswikiFormStep-->%TMPL:END% 
    6464 
    65 %TMPL:DEF{"passwordnote"}%<span class="twikiUnvisited">[[%SYSTEMWEB%.ResetPassword][%MAKETEXT{"I forgot my password"}%]]</span>%TMPL:END% 
     65%TMPL:DEF{"passwordnote"}%<span class="foswikiUnvisited">[[%SYSTEMWEB%.ResetPassword][%MAKETEXT{"I forgot my password"}%]]</span>%TMPL:END% 
    6666 
    6767%TMPL:DEF{"rememberbox"}%%BR%<input tabindex='3' id="remember" name="remember" type="checkbox" value="1" /><label for="remember">&nbsp;%MAKETEXT{"Remember me on this computer"}%</label>%TMPL:END% 
    6868 
    69 %TMPL:DEF{"submitstep"}%<div class="twikiFormStep">%TMPL:P{"submit"}%</div><!-- /twikiFormStep-->%TMPL:END% 
     69%TMPL:DEF{"submitstep"}%<div class="foswikiFormStep">%TMPL:P{"submit"}%</div><!-- /foswikiFormStep-->%TMPL:END% 
    7070 
    71 %TMPL:DEF{"submit"}%<input tabindex='4' type='submit' class='twikiSubmit' value='%MAKETEXT{"Logon"}%' />%TMPL:END% 
     71%TMPL:DEF{"submit"}%<input tabindex='4' type='submit' class='foswikiSubmit' value='%MAKETEXT{"Logon"}%' />%TMPL:END% 
    7272 
    7373%{ please keep the spaces between the div and the TMPL seealsonote, it allows TWiki to process the emailaddress }% 
    74 %TMPL:DEF{"seealsostep"}%<div class="twikiFormStep foswikiGrayText twikiLast"> %TMPL:P{"seealsonote"}% </div><!-- /twikiFormStep-->%TMPL:END% 
     74%TMPL:DEF{"seealsostep"}%<div class="foswikiFormStep foswikiGrayText foswikiLast"> %TMPL:P{"seealsonote"}% </div><!-- /foswikiFormStep-->%TMPL:END% 
    7575 
    7676%TMPL:DEF{"seealsonote"}% %MAKETEXT{"If you have any questions, please contact [_1]" args="%IF{"defined WIKIWEBMASTER AND $WIKIWEBMASTER != ''" then="%WIKIWEBMASTER%" else="your Wiki administrator"}%"}% %TMPL:END% 
    7777 
    78 %TMPL:DEF{"form"}%<div id="twikiLogin"> 
    79 <div class="twikiFormSteps">%TMPL:P{"formstart"}%%TMPL:P{"titlestep"}% 
     78%TMPL:DEF{"form"}%<div id="foswikiLogin"> 
     79<div class="foswikiFormSteps">%TMPL:P{"formstart"}%%TMPL:P{"titlestep"}% 
    8080%TMPL:P{"usernamestep"}%%TMPL:P{"passwordstep"}%%TMPL:P{"submitstep"}% 
    8181%TMPL:P{"formend"}% 
    8282%TMPL:P{"seealsostep"}% 
    83 </div><!-- /twikiFormSteps--> 
    84 </div><!-- /twikiLogin-->%TMPL:END% 
     83</div><!-- /foswikiFormSteps--> 
     84</div><!-- /foswikiLogin-->%TMPL:END% 
    8585 
    8686%TMPL:DEF{"content"}%%TMPL:P{"form"}%%TMPL:END% 
  • trunk/core/templates/messages.tmpl

    r859 r1206  
    205205<input type="hidden" name="action" value="verify" size="20" /> 
    206206<input type="text" name="code" size="20" /> 
    207 <input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
     207<input type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
    208208</form> 
    209209 
     
    311311<input type="hidden" name="action" value="verify" size="20" /> 
    312312<input type="text" name="code" size="20" /> 
    313 <input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
     313<input type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Submit"}% ' /> 
    314314</form> 
    315315 
  • trunk/core/templates/moveattachment.tmpl

    r14 r1206  
    1717 
    1818 
    19 %TMPL:DEF{"newweb"}%<p><select class="twikiSelect" name="newweb" onchange="if (document.rename.newweb.value == 'Trash') { document.rename.newtopic.value = 'TrashAttachment'; }"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="%TRASHWEB%,public" selection="%WEB%" separator=" "}%  </select><input type="hidden" name="attachment" value="%FILENAME%" /></p>%TMPL:END% 
     19%TMPL:DEF{"newweb"}%<p><select class="foswikiSelect" name="newweb" onchange="if (document.rename.newweb.value == 'Trash') { document.rename.newtopic.value = 'TrashAttachment'; }"> %WEBLIST{"<option $marker value=$qname>$name</option>" webs="%TRASHWEB%,public" selection="%WEB%" separator=" "}%  </select><input type="hidden" name="attachment" value="%FILENAME%" /></p>%TMPL:END% 
    2020 
    2121 
     
    2323 
    2424 
    25 %TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="twikiInputField" value="" size="36" /><input type="hidden" name="nonwikiword" value="on" /></p>%TMPL:P{"namehelp"}%%TMPL:END% 
     25%TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="foswikiInputField" value="" size="36" /><input type="hidden" name="nonwikiword" value="on" /></p>%TMPL:P{"namehelp"}%%TMPL:END% 
    2626 
    2727 
     
    3434 
    3535 
    36 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Move"}% ' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     36%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Move"}% ' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
    3737 
    3838 
  • trunk/core/templates/oopschangelanguage.tmpl

    r906 r1206  
    1818  </select> 
    1919  <input type="hidden" name="template" value="oopslanguagechanged"/> 
    20   <input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Change language"}% ' /> 
     20  <input type="submit" class="foswikiSubmit" value=' %MAKETEXT{"Change language"}% ' /> 
    2121</form> 
    2222</center> 
  • trunk/core/templates/oopsmore.tmpl

    r1178 r1206  
    2121 
    2222<form action="%SCRIPTURL{manage}%/%WEB%/"> 
    23 %MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="twikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="foswikiButton" value="Clone" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span> 
     23%MAKETEXT{"Name of copy:"}% <input type="text" name="topic" class="foswikiInputField" value="%TOPIC%Copy" size="30"> <input type="submit" class="foswikiButton" value="Clone" /> <span class="foswikiGrayText">%MAKETEXT{"You will be able to review the copied topic before saving"}%</span> 
    2424%TMPL:P{"nonwikiword"}% 
    2525<input type="hidden" name="action" value="create" /> 
     
    6262---++ %MAKETEXT{"Set new topic parent"}% 
    6363<form name="main" action="%SCRIPTURLPATH{"save"}%/%WEB%/%TOPIC%?action_save=1"> 
    64 <div class="twikiFormSteps"> 
    65 <div class="twikiFormStep"> 
     64<div class="foswikiFormSteps"> 
     65<div class="foswikiFormStep"> 
    6666---++!! %MAKETEXT{"Current parent:"}% %IF{"'NONE%SEARCH{ "^%TOPIC%$" casesensitive="on" scope="topic" regex="on" nosearch="on" nototal="on" format="$parent" }%'='NONE'" then="(none)" else='%SEARCH{ "^%TOPIC%$" scope="topic" regex="on" nosearch="on" nototal="on" format="[[$web.$parent][$parent]]" }%' }% 
    6767</div> 
    68 <div class="twikiFormStep"> 
     68<div class="foswikiFormStep"> 
    6969---+++!! %MAKETEXT{"Select topic parent:"}% 
    70 <p>%IF{"defined pickparent" then="<select name='topicparent' size='10' class='twikiSelect' tabindex='12'>$percntTOPICLIST{$quot<option $marker value='$name'>$name</option>$quot separator=$quot$quot selection=$quot$percntMETASEARCH{type=$quotparent$quot}$percnt}$percnt<option value=$quotnone$quot>$percntMAKETEXT{$quot(no parent, orphaned topic)$quot}$percnt</option></select>" else="<input type='text' name='topicparent' size='30' class='twikiInputField' />&nbsp;<a href='$percntSCRIPTURLPATH{oops}$percnt/$percntWEB$percnt/$percntTOPIC$percnt?template=oopsmore;$percntQUERYSTRING$percnt;pickparent=1#SetParent'>%MAKETEXT{"Pick from a list"}%</a>"}%</p> 
     70<p>%IF{"defined pickparent" then="<select name='topicparent' size='10' class='foswikiSelect' tabindex='12'>$percntTOPICLIST{$quot<option $marker value='$name'>$name</option>$quot separator=$quot$quot selection=$quot$percntMETASEARCH{type=$quotparent$quot}$percnt}$percnt<option value=$quotnone$quot>$percntMAKETEXT{$quot(no parent, orphaned topic)$quot}$percnt</option></select>" else="<input type='text' name='topicparent' size='30' class='foswikiInputField' />&nbsp;<a href='$percntSCRIPTURLPATH{oops}$percnt/$percntWEB$percnt/$percntTOPIC$percnt?template=oopsmore;$percntQUERYSTRING$percnt;pickparent=1#SetParent'>%MAKETEXT{"Pick from a list"}%</a>"}%</p> 
    7171</div> 
    72 <div class="twikiFormStep twikiLast"> 
     72<div class="foswikiFormStep foswikiLast"> 
    7373<input type='submit' class='foswikiButton' value='%MAKETEXT{"Set new parent"}%' /> 
    7474</div> 
     
    103103%IF{"$ param1='0'" then="<!--" else="---+++ %MAKETEXT{"View previous topic revision"}% (1 ... %PARAM1%)" }% 
    104104<form name="main" action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%"> 
    105    * %MAKETEXT{"View revision:"}% <input class="twikiInputField" type="text" name="rev" size="6" value="%PARAM2%" /> &nbsp; 
    106      <input type="checkbox" class="twikiCheckbox" id="raw" name="raw" /><label for="raw">%MAKETEXT{"in raw text format"}%</label> <input type="submit" class="foswikiButton" value='%MAKETEXT{"View"}%' /> 
     105   * %MAKETEXT{"View revision:"}% <input class="foswikiInputField" type="text" name="rev" size="6" value="%PARAM2%" /> &nbsp; 
     106     <input type="checkbox" class="foswikiCheckbox" id="raw" name="raw" /><label for="raw">%MAKETEXT{"in raw text format"}%</label> <input type="submit" class="foswikiButton" value='%MAKETEXT{"View"}%' /> 
    107107</form> 
    108108---+++ %MAKETEXT{"Compare revisions"}% 
    109109%TMPL:P{"cssTwikiDiffOptions"}% 
    110110<form name="main" action="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPIC%"> 
    111    * %MAKETEXT{"Older revision:"}% <input class="twikiInputField" type="text" name="rev2" size="6" value="1" /> &nbsp; %MAKETEXT{"Newer revision:"}% <input class="twikiInputField" type="text" name="rev1" size="6" value="%PARAM1%" /><br /> 
    112      <table class="twikiTable twikiDiffOptions"><tr><td><label for="sequential"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_sequential.gif" alt="sequential" width="80" height="80" /></label></td><td><label for="sidebyside"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_sidebyside.gif" alt="side by side" width="80" height="80" /></label></td><td><label for="debug"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_debug.gif" alt="debug" width="80" height="80" /></label></td></tr><tr><td><input type="radio" name="render" id="sequential" value="sequential" checked="checked" /><label for="sequential"> %MAKETEXT{"Sequential"}%</label></td><td><input type="radio" name="render" id="sidebyside" value="sidebyside" /><label for="sidebyside"> %MAKETEXT{"Side by side"}%</label></td><td><input type="radio" name="render" id="debug" value="debug" /><label for="debug"> %MAKETEXT{"Debug"}%</label></td></tr></table> 
     111   * %MAKETEXT{"Older revision:"}% <input class="foswikiInputField" type="text" name="rev2" size="6" value="1" /> &nbsp; %MAKETEXT{"Newer revision:"}% <input class="foswikiInputField" type="text" name="rev1" size="6" value="%PARAM1%" /><br /> 
     112     <table class="foswikiTable twikiDiffOptions"><tr><td><label for="sequential"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_sequential.gif" alt="sequential" width="80" height="80" /></label></td><td><label for="sidebyside"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_sidebyside.gif" alt="side by side" width="80" height="80" /></label></td><td><label for="debug"><img src="%PUBURLPATH%/%SYSTEMWEB%/SkinTemplates/oopsmore_diff_debug.gif" alt="debug" width="80" height="80" /></label></td></tr><tr><td><input type="radio" name="render" id="sequential" value="sequential" checked="checked" /><label for="sequential"> %MAKETEXT{"Sequential"}%</label></td><td><input type="radio" name="render" id="sidebyside" value="sidebyside" /><label for="sidebyside"> %MAKETEXT{"Side by side"}%</label></td><td><input type="radio" name="render" id="debug" value="debug" /><label for="debug"> %MAKETEXT{"Debug"}%</label></td></tr></table> 
    113113     <input type="submit" class="foswikiButton" value='%MAKETEXT{"View difference"}%' /> 
    114114</form> 
    115115---+++ %MAKETEXT{"Restore topic"}% 
    116116<form name="main" action="%SCRIPTURLPATH{"manage"}%/%WEB%/%TOPIC%"> 
    117         * %MAKETEXT{"Restore topic to revision:"}% <input class="twikiInputField" type="text" name="rev" size="6" value="%PARAM2%" /> 
     117        * %MAKETEXT{"Restore topic to revision:"}% <input class="foswikiInputField" type="text" name="rev" size="6" value="%PARAM2%" /> 
    118118        <input type="hidden" name="action" value="restoreRevision" /> 
    119119        <input type="hidden" name="nowysiwyg" value="1" /> 
  • trunk/core/templates/preview.tmpl

    r1090 r1206  
    44 
    55%TMPL:DEF{"templatestyle"}%<style type="text/css" media="all"> 
    6 %IF{ "defined PREVIEWBGIMAGE and $ PREVIEWBGIMAGE != ''" then='.twikiPreviewArea { background-image:url("%PREVIEWBGIMAGE%"); }'}%</style>%TMPL:END% 
     6%IF{ "defined PREVIEWBGIMAGE and $ PREVIEWBGIMAGE != ''" then='.foswikiPreviewArea { background-image:url("%PREVIEWBGIMAGE%"); }'}%</style>%TMPL:END% 
    77 
    88 
     
    1616 
    1717 
    18 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value="Save Changes" /> %MAKETEXT{"or"}% %TMPL:P{"gobacktopicaction"}% %FORMFIELDS% %TMPL:END% 
     18%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value="Save Changes" /> %MAKETEXT{"or"}% %TMPL:P{"gobacktopicaction"}% %FORMFIELDS% %TMPL:END% 
    1919 
    2020 
     
    2828 
    2929%TMPL:DEF{"content"}%%TMPL:P{"alert"}%%TMPL:P{"formstart"}% 
    30 <div class="twikiPreviewArea"> 
     30<div class="foswikiPreviewArea"> 
    3131%TEXT% 
    3232%META{"form"}% 
    33 </div><!--/twikiPreviewArea--> 
     33</div><!--/foswikiPreviewArea--> 
    3434%TMPL:P{"topicinfo"}% 
    3535%TMPL:P{"formend"}%%TMPL:END% 
  • trunk/core/templates/rename.tmpl

    r14 r1206  
    1111 
    1212 
    13 %TMPL:DEF{"newtopic"}%<input name="newtopic" class="twikiInputField" value="%NEW_TOPIC%" size="36" /><br /> 
     13%TMPL:DEF{"newtopic"}%<input name="newtopic" class="foswikiInputField" value="%NEW_TOPIC%" size="36" /><br /> 
    1414%TMPL:P{"nonwikiword"}%%TMPL:END% 
    1515 
    1616 
    17 %TMPL:DEF{"newweb"}%<select name="newweb" class="twikiSelect">%WEBLIST{"<option $marker value=$qname>$name</option>" webs="%NEW_WEB%,public" selection="%NEW_WEB%" separator=" "}%</select>%TMPL:END% 
     17%TMPL:DEF{"newweb"}%<select name="newweb" class="foswikiSelect">%WEBLIST{"<option $marker value=$qname>$name</option>" webs="%NEW_WEB%,public" selection="%NEW_WEB%" separator=" "}%</select>%TMPL:END% 
    1818 
    1919 
    20 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     20%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
  • trunk/core/templates/renamebase.tmpl

    r906 r1206  
    6464 
    6565%TMPL:DEF{"notegethelp"}% 
    66    * %MAKETEXT{"Get help on <a target='ManagingTopics' class='twikiPopUp' href='[_1]' rel='nofollow'>Renaming and moving topics</a>." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingTopics"}% 
     66   * %MAKETEXT{"Get help on <a target='ManagingTopics' class='foswikiPopUp' href='[_1]' rel='nofollow'>Renaming and moving topics</a>." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingTopics"}% 
    6767%TMPL:P{"notecheckmarkedtopics"}% 
    6868%TMPL:END% 
  • trunk/core/templates/renameconfirm.tmpl

    r14 r1206  
    2727 
    2828 
    29 %TMPL:DEF{"topicactionbuttons"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" /><input type="submit" class="twikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     29%TMPL:DEF{"topicactionbuttons"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" /><input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
  • trunk/core/templates/renamedelete.tmpl

    r1090 r1206  
    2020 
    2121 
    22 %TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="twikiInputField" value="%NEW_TOPIC%" size="36" /> %TMPL:P{"namehelp"}%</p>%TMPL:P{"nonwikiword"}% %TMPL:END% 
     22%TMPL:DEF{"newtopic"}%<p><input name="newtopic" class="foswikiInputField" value="%NEW_TOPIC%" size="36" /> %TMPL:P{"namehelp"}%</p>%TMPL:P{"nonwikiword"}% %TMPL:END% 
    2323 
    2424 
     
    3232 
    3333 
    34 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Delete"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     34%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Delete"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
  • trunk/core/templates/renameweb.tmpl

    r14 r1206  
    88 
    99 
    10 %TMPL:DEF{"newweb"}%<p><input class="twikiInputField" value="%NEW_SUBWEB%" name="newsubweb" size="20" /><input type="hidden" name="action" value="renameweb" /><input type="hidden" name="confirm" value="getlock" /></p>%TMPL:END% 
     10%TMPL:DEF{"newweb"}%<p><input class="foswikiInputField" value="%NEW_SUBWEB%" name="newsubweb" size="20" /><input type="hidden" name="action" value="renameweb" /><input type="hidden" name="confirm" value="getlock" /></p>%TMPL:END% 
    1111 
    1212 
    13 %TMPL:DEF{"newparentweb"}%<p><select class="twikiSelect" name="newparentweb"><option value=""></option>%WEBLIST{"<option $marker value=$qname>$name</option>" webs="%TRASHWEB%,public" selection="%NEW_PARENTWEB%" separator=" "}%</select></p>%TMPL:END% 
     13%TMPL:DEF{"newparentweb"}%<p><select class="foswikiSelect" name="newparentweb"><option value=""></option>%WEBLIST{"<option $marker value=$qname>$name</option>" webs="%TRASHWEB%,public" selection="%NEW_PARENTWEB%" separator=" "}%</select></p>%TMPL:END% 
    1414 
    1515 
     
    3131 
    3232 
    33 %TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
     33%TMPL:DEF{"topicactionbuttons"}%<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Rename/Move"}%' /> %MAKETEXT{"or"}% %TMPL:P{"canceltopicaction"}%%TMPL:END% 
  • trunk/core/templates/renamewebbase.tmpl

    r14 r1206  
    4848 
    4949%TMPL:DEF{"notegethelp"}% 
    50    * %MAKETEXT{"Get help on <a target='ManagingWebs' class='twikiPopUp' href='[_1]' rel='nofollow'>Renaming and moving webs</a>." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingWebs"}% 
     50   * %MAKETEXT{"Get help on <a target='ManagingWebs' class='foswikiPopUp' href='[_1]' rel='nofollow'>Renaming and moving webs</a>." args="%SCRIPTURLPATH{"view"}%/%SYSTEMWEB%/ManagingWebs"}% 
    5151   * Select the %TRASHWEB% Web to delete the topic. 
    5252%TMPL:P{"notecheckmarkedtopics"}% 
  • trunk/core/templates/renamewebconfirm.tmpl

    r14 r1206  
    1414 
    1515 
    16 %TMPL:DEF{"topicactionbuttons"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" /><input type="submit" class="twikiSubmit" value="%RENAMEWEB_SUBMIT%" /> %MAKETEXT{"or"}% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?action=renameweb&confirm=cancel">%TMPL:P{"canceltopicaction"}%</a>%TMPL:END% 
     16%TMPL:DEF{"topicactionbuttons"}%<input type="hidden" name="nonwikiword" value="%URLPARAM{"nonwikiword"}%" /><input type="submit" class="foswikiSubmit" value="%RENAMEWEB_SUBMIT%" /> %MAKETEXT{"or"}% <a href="%SCRIPTURLPATH{"rename"}%/%WEB%/%TOPIC%?action=renameweb&confirm=cancel">%TMPL:P{"canceltopicaction"}%</a>%TMPL:END% 
  • trunk/core/templates/search.tmpl

    r1090 r1206  
    1212%TMPL:DEF{"header"}%<div class="twikiSearchResult"> 
    1313<div class="foswikiTopRow" style="backgroundcolor:%WEBBGCOLOR%;"> 
    14 <div class="twikiLeft"><b>%MAKETEXT{"Topics in [_1] web" args="<nop>%WEB%"}%</b></div> 
    15 <div class="twikiRight twikiSRAuthor"><b>%MAKETEXT{"Changed"}%</b></div> 
    16 <div class="twikiRight twikiSRRev"><b>%MAKETEXT{"Changed by"}%</div> 
    17 <br class="twikiClear" /></div><!--/foswikiTopRow--> 
     14<div class="foswikiLeft"><b>%MAKETEXT{"Topics in [_1] web" args="<nop>%WEB%"}%</b></div> 
     15<div class="foswikiRight foswikiSRAuthor"><b>%MAKETEXT{"Changed"}%</b></div> 
     16<div class="foswikiRight foswikiSRRev"><b>%MAKETEXT{"Changed by"}%</div> 
     17<br class="foswikiClear" /></div><!--/foswikiTopRow--> 
    1818</div><!--/twikiSearchResult-->%TMPL:END% 
    1919 
     
    2222%TMPL:DEF{"result"}%<div class="twikiSearchResult"> 
    2323<div class="foswikiTopRow"> 
    24 <div class="twikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a></div> 
    25 <div class="twikiRight twikiSRAuthor"> %AUTHOR%</div> 
    26 <div class="twikiRight twikiSRRev">%REVISION% - <a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a>&nbsp;</div> 
    27 <br class="twikiClear" /></div><!--/foswikiTopRow--> 
    28 <div class="twikiBottomRow"> 
     24<div class="foswikiLeft"><a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPICNAME%"><b>%TOPICNAME%</b></a></div> 
     25<div class="foswikiRight foswikiSRAuthor"> %AUTHOR%</div> 
     26<div class="foswikiRight foswikiSRRev">%REVISION% - <a href="%SCRIPTURLPATH{"rdiff"}%/%WEB%/%TOPICNAME%" rel='nofollow'>%TIME%</a>&nbsp;</div> 
     27<br class="foswikiClear" /></div><!--/foswikiTopRow--> 
     28<div class="foswikiBottomRow"> 
    2929<div class="foswikiSummary foswikiGrayText">%TEXTHEAD%</div><!--/foswikiSummary--> 
    30 </div><!--/twikiBottomRow--> 
     30</div><!--/foswikiBottomRow--> 
    3131</div><!--/twikiSearchResult-->%TMPL:END% 
    3232 
  • trunk/core/templates/settings.tmpl

    r683 r1206  
    1111 
    1212