From: Joseph C. <tex...@us...> - 2005-09-09 23:00:55
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28456/skins/default Modified Files: advanced-page.thtml bucket-page.thtml configuration-bar.thtml handheld.css history-page.thtml imap-options.thtml magnet-page.thtml password-page.thtml style.css users-page.thtml view-scores-widget.thtml Log Message: Improve HTML validation (mostly just warnings). Correct and add some styles to make look between IE and Moz more consistant. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** history-page.thtml 6 Sep 2005 08:53:02 -0000 1.69 --- history-page.thtml 9 Sep 2005 23:00:42 -0000 1.70 *************** *** 37,41 **** <table width="100%" summary=""> <tr> ! <td align="left"> <h2 class="history" title="<TMPL_VAR NAME="Localize_tip_History_RecentNum">"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> --- 37,41 ---- <table width="100%" summary=""> <tr> ! <td> <h2 class="history" title="<TMPL_VAR NAME="Localize_tip_History_RecentNum">"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> *************** *** 63,67 **** </table> ! <form action="/history" method="post"> <div class="removeButtonsTop"> <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">')" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> --- 63,67 ---- </table> ! <form action="/history" method="post" class="historyForm"> <div class="removeButtonsTop"> <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">')" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> *************** *** 76,80 **** <th scope="col"> ! <table width="100%" cellspacing="0"> <tr> <td class="columnControls"> --- 76,80 ---- <th scope="col"> ! <table width="100%" cellspacing="0" summary=""> <tr> <td class="columnControls"> *************** *** 191,195 **** <TMPL_IF NAME="History_If_Reclassified"> ! <TMPL_VAR NAME="Localize_History_Reclassified"> <input type="submit" class="submit undoButton" name="undo_<TMPL_VAR NAME="History_I">" value="<TMPL_VAR NAME="Localize_Undo">" /> --- 191,195 ---- <TMPL_IF NAME="History_If_Reclassified"> ! <span class="reclassifyText"><TMPL_VAR NAME="Localize_History_Reclassified"></span> <input type="submit" class="submit undoButton" name="undo_<TMPL_VAR NAME="History_I">" value="<TMPL_VAR NAME="Localize_Undo">" /> Index: users-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/users-page.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** users-page.thtml 22 Aug 2005 08:37:44 -0000 1.6 --- users-page.thtml 9 Sep 2005 23:00:42 -0000 1.7 *************** *** 3,7 **** <form action="/users" method="post"> ! <table cellpadding="10%" cellspacing="0" class="settingsTable" width="100%"> <tr> <td class="settingsPanel" valign="top"> --- 3,7 ---- <form action="/users" method="post"> ! <table cellpadding="10%" cellspacing="0" class="settingsTable" width="100%" summary=""> <tr> <td class="settingsPanel" valign="top"> *************** *** 18,22 **** </td></tr></table></form> ! <table cellpadding="10%" cellspacing="0" class="settingsTable" width="100%"> <tr> <td class="settingsPanel" valign="top"> --- 18,22 ---- </td></tr></table></form> ! <table cellpadding="10%" cellspacing="0" class="settingsTable" width="100%" summary=""> <tr> <td class="settingsPanel" valign="top"> *************** *** 37,41 **** <input type="submit" class="submit" name="create" value="<TMPL_VAR NAME="Localize_Create">" /> </form> ! <p > <TMPL_IF NAME="Users_If_Remove"> <hr /> --- 37,41 ---- <input type="submit" class="submit" name="create" value="<TMPL_VAR NAME="Localize_Create">" /> </form> ! <br /> <TMPL_IF NAME="Users_If_Remove"> <hr /> Index: imap-options.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/imap-options.thtml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** imap-options.thtml 16 Mar 2005 21:49:46 -0000 1.9 --- imap-options.thtml 9 Sep 2005 23:00:42 -0000 1.10 *************** *** 7,11 **** <TMPL_VAR NAME="Localize_Imap_Expunge"> </label> ! <p /> <label for="imap_update_interval" class="configurationLabel"> --- 7,11 ---- <TMPL_VAR NAME="Localize_Imap_Expunge"> </label> ! <br /> <label for="imap_update_interval" class="configurationLabel"> *************** *** 14,18 **** <br /> <input id="imap_update_interval" type="text" name="imap_options_update_interval" value="<TMPL_VAR NAME="IMAP_interval">" /> ! <p /> <input type="submit" class="submit" name="update_imap_5_options" value="<TMPL_VAR NAME="Localize_Apply">" /> --- 14,18 ---- <br /> <input id="imap_update_interval" type="text" name="imap_options_update_interval" value="<TMPL_VAR NAME="IMAP_interval">" /> ! <br /> <input type="submit" class="submit" name="update_imap_5_options" value="<TMPL_VAR NAME="Localize_Apply">" /> Index: view-scores-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/view-scores-widget.thtml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** view-scores-widget.thtml 15 Aug 2005 03:49:41 -0000 1.10 --- view-scores-widget.thtml 9 Sep 2005 23:00:42 -0000 1.11 *************** *** 1,9 **** - <a name="scores"> <h4 class="viewHeadings"> <TMPL_VAR NAME="Localize_Scores"> </h4> ! </a> <hr /> ! <table class="top20Words"> <tr> <th scope="col"> --- 1,10 ---- <h4 class="viewHeadings"> + <a name="scores"> <TMPL_VAR NAME="Localize_Scores"> + </a> </h4> ! <hr /> ! <table class="top20Words" summary=""> <tr> <th scope="col"> *************** *** 79,83 **** </table> <hr /> ! <table width="100%"> <tr> <td class="top20" align="left"> --- 80,84 ---- </table> <hr /> ! <table width="100%" summary=""> <tr> <td class="top20" align="left"> *************** *** 119,123 **** <TMPL_IF NAME="View_Score_If_Table"> <br /> ! <table class="top20Words"> <tr> <th scope="col"> --- 120,124 ---- <TMPL_IF NAME="View_Score_If_Table"> <br /> ! <table class="top20Words" summary=""> <tr> <th scope="col"> *************** *** 203,207 **** </h4> <p> ! <table> <tr> <th colspan="2" align="center" style="color: <TMPL_VAR NAME="Color_Bucket_1">;"> --- 204,208 ---- </h4> <p> ! <table summary=""> <tr> <th colspan="2" align="center" style="color: <TMPL_VAR NAME="Color_Bucket_1">;"> Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configuration-bar.thtml 6 Sep 2005 08:53:02 -0000 1.20 --- configuration-bar.thtml 9 Sep 2005 23:00:42 -0000 1.21 *************** *** 7,11 **** </h2> ! <table class="configBarBody" cellspacing="0" width="100%"> <TMPL_IF NAME="Is_history_page"> --- 7,11 ---- </h2> ! <table class="configBarBody" cellspacing="0" width="100%" summary=""> <TMPL_IF NAME="Is_history_page"> Index: magnet-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/magnet-page.thtml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** magnet-page.thtml 27 Aug 2005 08:52:37 -0000 1.14 --- magnet-page.thtml 9 Sep 2005 23:00:42 -0000 1.15 *************** *** 97,101 **** </table> ! <table> <tr><td> <div class="magnetsNewWidget"> --- 97,101 ---- </table> ! <table summary=""> <tr><td> <div class="magnetsNewWidget"> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** style.css 15 Aug 2005 03:49:41 -0000 1.23 --- style.css 9 Sep 2005 23:00:42 -0000 1.24 *************** *** 222,235 **** /* Positioning */ ! table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; } ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; } --- 222,233 ---- /* Positioning */ ! td.historyWidgetsTop form { ! margin: 0; ! padding: 0; } ! form.historyForm { ! margin: 0; ! padding: 0; } Index: advanced-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/advanced-page.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** advanced-page.thtml 22 May 2005 11:18:49 -0000 1.15 --- advanced-page.thtml 9 Sep 2005 23:00:42 -0000 1.16 *************** *** 2,11 **** <TMPL_INCLUDE NAME="common-middle.thtml"> ! <table cellpadding="10%" cellspacing="0" class="settingsTable"> <tr> <td class="settingsPanel" valign="top"> <h2 class="advanced"><TMPL_VAR NAME="Localize_Advanced_StopWords"></h2> <TMPL_VAR NAME="Localize_Advanced_Message1"> ! <p /> <table summary="<TMPL_VAR NAME="Localize_Advanced_MainTableSummary">"> --- 2,11 ---- <TMPL_INCLUDE NAME="common-middle.thtml"> ! <table cellpadding="10%" cellspacing="0" class="settingsTable" summary=""> <tr> <td class="settingsPanel" valign="top"> <h2 class="advanced"><TMPL_VAR NAME="Localize_Advanced_StopWords"></h2> <TMPL_VAR NAME="Localize_Advanced_Message1"> ! <br /><br /> <table summary="<TMPL_VAR NAME="Localize_Advanced_MainTableSummary">"> *************** *** 24,28 **** </table> ! <p /> <div class="advancedWidgets"> <form action="/advanced" method="post"> --- 24,28 ---- </table> ! <br /> <div class="advancedWidgets"> <form action="/advanced" method="post"> *************** *** 63,67 **** <form action="/advanced" method="post"> ! <table width="100%"> <tr> <th width="50%" align="left"><TMPL_VAR NAME="Localize_Advanced_Parameter"></th> --- 63,67 ---- <form action="/advanced" method="post"> ! <table width="100%" summary=""> <tr> <th width="50%" align="left"><TMPL_VAR NAME="Localize_Advanced_Parameter"></th> Index: password-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/password-page.thtml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** password-page.thtml 22 May 2005 10:45:43 -0000 1.10 --- password-page.thtml 9 Sep 2005 23:00:42 -0000 1.11 *************** *** 4,8 **** <h2 class="password"><TMPL_VAR NAME="Localize_Password_Title"></h2> <form action="/password" method="post"> ! <table><tr><td> <label class="passwordLabel" for="theUsername"> <TMPL_VAR NAME="Localize_Password_Username">: --- 4,8 ---- <h2 class="password"><TMPL_VAR NAME="Localize_Password_Title"></h2> <form action="/password" method="post"> ! <table summary=""><tr><td> <label class="passwordLabel" for="theUsername"> <TMPL_VAR NAME="Localize_Password_Username">: Index: handheld.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/handheld.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** handheld.css 31 Aug 2005 07:41:25 -0000 1.3 --- handheld.css 9 Sep 2005 23:00:42 -0000 1.4 *************** *** 116,117 **** --- 116,122 ---- display: none; } + + /* + span.reclassifyText { + display: none; + }*/ Index: bucket-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/bucket-page.thtml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** bucket-page.thtml 22 May 2005 10:45:43 -0000 1.11 --- bucket-page.thtml 9 Sep 2005 23:00:42 -0000 1.12 *************** *** 106,110 **** </td> <td valign="top"> ! <table> <TMPL_LOOP NAME="Bucket_Loop_Row"> --- 106,110 ---- </td> <td valign="top"> ! <table summary=""> <TMPL_LOOP NAME="Bucket_Loop_Row"> |