You can subscribe to this list here.
2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joseph C. <tex...@us...> - 2005-06-02 11:26:49
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/oceanblue Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** style.css 1 Jun 2005 10:45:32 -0000 1.8 --- style.css 2 Jun 2005 11:26:39 -0000 1.9 *************** *** 421,424 **** --- 421,428 ---- /* Config Bar */ + .configBar, .configBarHidden { + padding-top: 0.5em; + } + .configBarTitle { border: 1px solid white; |
From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/windows Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** style.css 1 Jun 2005 10:45:32 -0000 1.10 --- style.css 2 Jun 2005 11:26:40 -0000 1.11 *************** *** 405,415 **** } ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { color: ButtonText; background-color: ThreeDFace; text-decoration: none; font-weight: normal; ! border-style: outset outset none; border-color: ActiveBorder; border-width: 2px; --- 405,415 ---- } ! .configBarTitle A, ! .configBarTitle A:hover { color: ButtonText; background-color: ThreeDFace; text-decoration: none; font-weight: normal; ! border-style: outset; border-color: ActiveBorder; border-width: 2px; *************** *** 419,424 **** padding-bottom: 2px; text-decoration: none; ! -moz-border-radius-topleft: 5px; ! -moz-border-radius-topright: 5px; } --- 419,430 ---- padding-bottom: 2px; text-decoration: none; ! -moz-border-radius: 5px; ! } ! ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { ! border-bottom: none; ! -moz-border-radius-bottomleft: 0; ! -moz-border-radius-bottomright: 0; } *************** *** 428,448 **** } - .configBarHidden .configBarTitle A, - .configBarHidden .configBarTitle A:hover { - color: ButtonText; - background-color: ThreeDFace; - text-decoration: none; - font-weight: normal; - border-style: outset; - border-color: ActiveBorder; - border-width: 2px; - padding-top: 1px; - padding-left: 5px; - padding-right: 5px; - padding-bottom: 2px; - text-decoration: none; - -moz-border-radius: 5px; - } - .configBarBody { border: 2px outset ActiveBorder; --- 434,437 ---- |
From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/simplyblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/simplyblue Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/simplyblue/style.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** style.css 2 Jun 2005 09:30:56 -0000 1.4 --- style.css 2 Jun 2005 11:26:39 -0000 1.5 *************** *** 200,204 **** } ! .historyLabel em { font-weight: bold; font-style: normal; --- 200,204 ---- } ! th.historyLabel em { font-weight: bold; font-style: normal; *************** *** 244,255 **** /* Positioning */ - td.historyWidgetsTop { - width: 100%; - border: 1 solid red; - margin-left: 1.5em; - margin-top: 0.6em; - margin-bottom: 1.0em; - } - td.historyNavigatorTop, td.historyNavigatorBottom { text-align: right; --- 244,247 ---- *************** *** 359,366 **** } ! .columnRemove, .columnMove { /* makes area around the controls clickable for bigger target */ display: block; width:100%; height: 1em; } - --- 351,357 ---- } ! .columnRemove, .columnMove { display: block; width:100%; height: 1em; } |
From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/default Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** style.css 1 Jun 2005 10:45:30 -0000 1.21 --- style.css 2 Jun 2005 11:26:38 -0000 1.22 *************** *** 92,104 **** /* Table Settings */ ! .settingsTable { border: 1px solid #CCCC99; } ! .settingsPanel { border: 1px solid #CCCC99; } ! .openMessageTable { border: 3px solid #CCCC99; } --- 92,104 ---- /* Table Settings */ ! table.settingsTable { border: 1px solid #CCCC99; } ! td.settingsPanel { border: 1px solid #CCCC99; } ! table.openMessageTable { border: 3px solid #CCCC99; } *************** *** 128,136 **** tr.rowBoundary { - color: #000000; background-color: #CCCC99; } ! .lookupResultsTable { border: 3px solid #CCCC99; } --- 128,135 ---- tr.rowBoundary { background-color: #CCCC99; } ! table.lookupResultsTable { border: 3px solid #CCCC99; } *************** *** 167,176 **** /* Form Labels */ - .historyLabel { - font-weight: bold; - } - th.historyLabel { text-align: left; } --- 166,172 ---- /* Form Labels */ th.historyLabel { text-align: left; + font-weight: bold; } *************** *** 274,277 **** --- 270,277 ---- /* Config Bar */ + .configBar, .configBarHidden { + padding-top: 1em; + } + .configBarTitle { border: 2px #CCCC99 solid; *************** *** 279,283 **** padding-bottom: 0; margin-left: 0.3em; ! background: #CCCC99; font-weight: bold; } --- 279,283 ---- padding-bottom: 0; margin-left: 0.3em; ! background-color: #CCCC99; font-weight: bold; } |
From: Joseph C. <tex...@us...> - 2005-06-02 09:31:06
|
Update of /cvsroot/popfile/engine/skins/simplyblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4548/skins/simplyblue Modified Files: style.css Log Message: Update SimplyBlue for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/simplyblue/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 31 Jul 2004 18:04:41 -0000 1.3 --- style.css 2 Jun 2005 09:30:56 -0000 1.4 *************** *** 46,49 **** --- 46,65 ---- } + .shellStatusMessage { + color: #000000; + background-color: #bcd5ea; + border: 2px #ffffff groove; + width: 90%; + margin: auto; + } + + .shellErrorMessage { + color: #FF0000; + background-color: #bcd5ea; + border: 2px #ffffff groove; + width: 90%; + margin: auto; + } + td.naked { padding: 0px; *************** *** 100,103 **** --- 116,124 ---- } + .menuLink { + display: block; + width: 100%; + } + .menuIndent { width: 8%; *************** *** 212,219 **** } - .bucketsWidgetStateOn, .bucketsWidgetStateOff { - font-weight: bold; - } - .configWidgetStateOn, .configWidgetStateOff { font-weight: bold; --- 233,236 ---- *************** *** 227,232 **** /* Positioning */ ! table.historyWidgetsTop { width: 100%; margin-left: 1.5em; margin-top: 0.6em; --- 244,250 ---- /* Positioning */ ! td.historyWidgetsTop { width: 100%; + border: 1 solid red; margin-left: 1.5em; margin-top: 0.6em; *************** *** 234,248 **** } ! table.historyWidgetsBottom { ! width: 100%; ! margin-top: 0.6em; } ! td.historyNavigatorTop { ! text-align: right; } ! td.historyNavigatorBottom { ! text-align: right; } --- 252,281 ---- } ! td.historyNavigatorTop, td.historyNavigatorBottom { ! text-align: right; ! vertical-align: top; } ! .historyNavigatorTop form, .historyNavigatorBottom form { ! padding: 0.4em 0; ! margin: 0; } ! h2.history { ! margin: 0; ! } ! ! .search { ! display: inline; ! float: left; ! padding-right: 0.5em; ! } ! ! .filter { ! display: inline; ! } ! ! .removeButtonsTop { ! padding-bottom: 0.5em; } *************** *** 268,269 **** --- 301,366 ---- } + /*********************************************************/ + /* Config Bars */ + + .configBar, .configBarHidden { + padding-top: 1em; + } + + .configBarTitle { + border: 2px #ffffff groove; + border-bottom: none; + background-color: #88b5dd; + font-weight: bold; + font-size: 1.1em; + margin: 0.5em; + } + + .configBarTitle a { + padding: 0.2em 0.5em; + padding-bottom: 0; + } + + .configBarBody { + background-color: #88b5dd; + border: 2px #ffffff groove; + } + + .configBarOption { + border: 2px #ffffff groove; + margin: 0.3em; + padding: 0.3em; + display: inline; + float: left; + min-height: 3em; + background-color: #bcd5ea; + } + + .checkLabel { + border: 1px solid #aaaaff; + white-space: nowrap; + } + + .configBarBody input.submit { + margin-top: 0.1em; + } + + .configBarBody label.configurationLabel { + display: block; + } + + /*********************************************************/ + /* History Column Controls */ + + .columnControls { + white-space:nowrap; + vertical-align: top; + width: 10px; + } + + .columnRemove, .columnMove { /* makes area around the controls clickable for bigger target */ + display: block; + width:100%; + height: 1em; + } + |
From: Joseph C. <tex...@us...> - 2005-06-01 10:45:48
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7725/skins/oceanblue Modified Files: common-middle.thtml style.css Log Message: Move shell messages width out of templates into css. Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-middle.thtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** common-middle.thtml 1 Jun 2005 09:47:47 -0000 1.3 --- common-middle.thtml 1 Jun 2005 10:45:31 -0000 1.4 *************** *** 27,36 **** <TMPL_IF NAME="Header_If_Message"> ! <table class="shellStatusMessage" width="100%"><tr class="shellStatusRow"><td><TMPL_VAR NAME="Header_Message"></td></tr></table> ! <br /> </TMPL_IF> <TMPL_IF NAME="Header_If_Error"> ! <table class="shellErrorMessage" width="100%"><tr class="shellErrorRow"><td><TMPL_VAR NAME="Header_Error"></td></tr></table> ! <br /> </TMPL_IF> <TMPL_IF NAME="Header_If_Password"> --- 27,34 ---- <TMPL_IF NAME="Header_If_Message"> ! <table class="shellStatusMessage"><tr class="shellStatusRow"><td><TMPL_VAR NAME="Header_Message"></td></tr></table> </TMPL_IF> <TMPL_IF NAME="Header_If_Error"> ! <table class="shellErrorMessage"><tr class="shellErrorRow"><td><TMPL_VAR NAME="Header_Error"></td></tr></table> </TMPL_IF> <TMPL_IF NAME="Header_If_Password"> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** style.css 1 Jun 2005 09:47:47 -0000 1.7 --- style.css 1 Jun 2005 10:45:32 -0000 1.8 *************** *** 251,254 **** --- 251,276 ---- } + .shellStatusMessage { + color: black; + border: 1px solid white; + background-color: lightblue; + margin: auto; + margin-bottom: 0.2em; + text-align: center; + width: 100%; + border: 1px solid #90bade; + } + + .shellErrorMessage { + color: red; + border: 1px solid white; + background-color: lightblue; + margin: auto; + margin-bottom: 0.2em; + text-align: center; + width: 100%; + border: 1px solid #90bade; + } + .bottomLink { padding-left: 0.8em; |
From: Joseph C. <tex...@us...> - 2005-06-01 10:45:46
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7725/skins/windows Modified Files: style.css Log Message: Move shell messages width out of templates into css. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** style.css 1 Jun 2005 09:47:47 -0000 1.9 --- style.css 1 Jun 2005 10:45:32 -0000 1.10 *************** *** 363,376 **** } ! .shellStatusMessage { color: InfoText; border: 1px solid black; background-color: InfoBackground; } ! .shellErrorMessage { color: red; border: 1px solid black; background-color: InfoBackground; } --- 363,380 ---- } ! .shellStatusMessage { color: InfoText; border: 1px solid black; background-color: InfoBackground; + margin: auto; + text-align: center; } ! .shellErrorMessage { color: red; border: 1px solid black; background-color: InfoBackground; + margin: auto; + text-align: center; } |
From: Joseph C. <tex...@us...> - 2005-06-01 10:45:43
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7725/skins/default Modified Files: common-middle.thtml style.css Log Message: Move shell messages width out of templates into css. Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-middle.thtml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** common-middle.thtml 30 May 2005 09:47:11 -0000 1.17 --- common-middle.thtml 1 Jun 2005 10:45:30 -0000 1.18 *************** *** 26,34 **** <br /> <TMPL_IF NAME="Header_If_Message"> ! <table class="shellStatusMessage" width="100%"><tr class="shellStatusRow"><td><TMPL_VAR NAME="Header_Message"></td></tr></table> <br /> </TMPL_IF> <TMPL_IF NAME="Header_If_Error"> ! <table class="shellErrorMessage" width="100%"><tr class="shellErrorRow"><td><TMPL_VAR NAME="Header_Error"></td></tr></table> <br /> </TMPL_IF> --- 26,34 ---- <br /> <TMPL_IF NAME="Header_If_Message"> ! <table class="shellStatusMessage"><tr class="shellStatusRow"><td><TMPL_VAR NAME="Header_Message"></td></tr></table> <br /> </TMPL_IF> <TMPL_IF NAME="Header_If_Error"> ! <table class="shellErrorMessage"><tr class="shellErrorRow"><td><TMPL_VAR NAME="Header_Error"></td></tr></table> <br /> </TMPL_IF> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** style.css 1 Jun 2005 09:47:46 -0000 1.20 --- style.css 1 Jun 2005 10:45:30 -0000 1.21 *************** *** 22,25 **** --- 22,26 ---- background-color: #EDEDCA; border: 3px #CCCC99 solid; + width: 100%; } *************** *** 28,31 **** --- 29,33 ---- background-color: #EDEDCA; border: 3px #CCCC99 solid; + width: 100%; } |
From: Joseph C. <tex...@us...> - 2005-06-01 09:48:00
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7782/skins/oceanblue Modified Files: common-bottom.thtml common-middle.thtml common-top.thtml style.css Log Message: More skinning. Default, Windows, and OceanBlue are now mostly finished. Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-top.thtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** common-top.thtml 14 Jan 2005 09:30:25 -0000 1.3 --- common-top.thtml 1 Jun 2005 09:47:47 -0000 1.4 *************** *** 5,7 **** --- 5,8 ---- <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> + <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-middle.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common-middle.thtml 7 Feb 2005 08:05:52 -0000 1.2 --- common-middle.thtml 1 Jun 2005 09:47:47 -0000 1.3 *************** *** 1,3 **** ! <body dir="<TMPL_VAR NAME="Localize_LanguageDirection">"> <table class="shellTop" align="center" width="100%" summary=""> <tr class="shellTopRow"> --- 1,3 ---- ! <body dir="<TMPL_VAR NAME="Localize_LanguageDirection">" onLoad="OnLoadHandler()"> <table class="shellTop" align="center" width="100%" summary=""> <tr class="shellTopRow"> *************** *** 11,16 **** <table class="head" cellspacing="0" summary=""> <tr> ! <td class="headTitle"><TMPL_VAR NAME="Localize_Header_Title"></td> ! <td class="headShutdown" align="right"><a class="shutdownLink" href="/shutdown"><TMPL_VAR NAME="Localize_Header_Shutdown"></a></td> </tr> </table> --- 11,16 ---- <table class="head" cellspacing="0" summary=""> <tr> ! <td class="head"><TMPL_VAR NAME="Localize_Header_Title"></td> ! <td class="headShutdown" align="right"><TMPL_IF NAME="Header_If_Password"><TMPL_ELSE><TMPL_IF NAME="Header_If_SingleUser"><TMPL_ELSE><a class="logoutLink" href="/logout"><TMPL_VAR NAME="Localize_Logout"></a> <TMPL_IF NAME="Common_Middle_If_CanAdmin"><a class="shutdownLink" href="/shutdown"><TMPL_VAR NAME="Localize_Header_Shutdown"></a></TMPL_IF></TMPL_IF></TMPL_IF></td> </tr> </table> *************** *** 25,51 **** </table> <div class="menu"> <ul> <li class="<TMPL_VAR NAME="Common_Middle_Tab0">"> ! <a class="menuLink" href="/history?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Header_History"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab1">"> ! <a class="menuLink" href="/buckets?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab2">"> ! <a class="menuLink" href="/magnets?session=<TMPL_VAR NAME="Session_Key">&start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </li> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <li class="<TMPL_VAR NAME="Common_Middle_Tab4">"> ! <a class="menuLink" href="/administration?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Header_Administration"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab5">"> ! <a class="menuLink" href="/advanced?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </li> </TMPL_IF> </ul> </div> ! <div class="shell"> <div class="shellTopRow"> --- 25,66 ---- </table> + + <TMPL_IF NAME="Header_If_Message"> + <table class="shellStatusMessage" width="100%"><tr class="shellStatusRow"><td><TMPL_VAR NAME="Header_Message"></td></tr></table> + <br /> + </TMPL_IF> + <TMPL_IF NAME="Header_If_Error"> + <table class="shellErrorMessage" width="100%"><tr class="shellErrorRow"><td><TMPL_VAR NAME="Header_Error"></td></tr></table> + <br /> + </TMPL_IF> + <TMPL_IF NAME="Header_If_Password"> + <TMPL_ELSE> <div class="menu"> <ul> <li class="<TMPL_VAR NAME="Common_Middle_Tab0">"> ! <a class="menuLink" href="/history" title="<TMPL_VAR NAME="Localize_tip_Menu_History">"><TMPL_VAR NAME="Localize_Header_History"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab1">"> ! <a class="menuLink" href="/buckets" title="<TMPL_VAR NAME="Localize_tip_Menu_Buckets">"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab2">"> ! <a class="menuLink" href="/magnets?start_magnet=0" title="<TMPL_VAR NAME="Localize_tip_Menu_Magnets">"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </li> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <li class="<TMPL_VAR NAME="Common_Middle_Tab4">"> ! <a class="menuLink" href="/administration" title="<TMPL_VAR NAME="Localize_tip_Menu_Admin">"><TMPL_VAR NAME="Localize_Header_Administration"></a> </li> <li class="<TMPL_VAR NAME="Common_Middle_Tab5">"> ! <a class="menuLink" href="/users" title="<TMPL_VAR NAME="Localize_tip_Menu_Users">"><TMPL_VAR NAME="Localize_Header_Users"></a> ! </li> ! <li class="<TMPL_VAR NAME="Common_Middle_Tab6">"> ! <a class="menuLink" href="/advanced" title="<TMPL_VAR NAME="Localize_tip_Menu_Advanced">"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </li> + </TMPL_IF> </ul> </div> ! </TMPL_IF> <div class="shell"> <div class="shellTopRow"> Index: common-bottom.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-bottom.thtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** common-bottom.thtml 13 Aug 2004 04:12:46 -0000 1.1 --- common-bottom.thtml 1 Jun 2005 09:47:47 -0000 1.2 *************** *** 9,12 **** --- 9,15 ---- </div> + <TMPL_IF NAME="Header_If_Password"> + <TMPL_ELSE> + <div class="footer"> <ul> *************** *** 48,51 **** --- 51,55 ---- </ul> </div> + </TMPL_IF> </body> </html> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** style.css 7 Feb 2005 08:05:52 -0000 1.6 --- style.css 1 Jun 2005 09:47:47 -0000 1.7 *************** *** 88,92 **** } ! .head { color: white; font-weight: bold; --- 88,92 ---- } ! table.head { color: white; font-weight: bold; *************** *** 189,200 **** } - .menuSpacer { - display: none; - } - - .menuIndent { - display: none; - } - .menuStandard a:hover, .menuSelected a:hover { text-decoration: none; --- 189,192 ---- *************** *** 271,274 **** --- 263,267 ---- text-align: right; padding-right: 0.5em; + vertical-align: top; } *************** *** 276,280 **** text-align: right; padding-right: 0.5em; ! padding-bottom: 1em; } --- 269,279 ---- text-align: right; padding-right: 0.5em; ! padding-bottom: 1em; ! vertical-align: top; ! } ! ! .historyNavigatorTop form, .historyNavigatorBottom form { ! padding-top: 0.3em; ! margin: 0; } *************** *** 285,288 **** --- 284,309 ---- } + .refreshLink { + display: none; + } + + h2.history { + margin-top: 0; + margin-bottom: 0.3em; + } + + .search { + display: inline; + float: left; + } + + .filter { + display: inline; + } + + .removeButtonsTop { + padding-bottom: 1em; + } + .historyTable { border-top: none; *************** *** 374,385 **** /* End hide from IE5-mac */ ! .configBar { ! background-color: transparent; } ! .configBar td { border: 1px solid #2175bc; } .configBarOption { border: 1px solid #2175bc; --- 395,428 ---- /* End hide from IE5-mac */ ! ! /*********************************************************/ ! /* Config Bar */ ! ! .configBarTitle { ! border: 1px solid white; ! color: white; ! background-color: #2175bc; } ! .configBarTitle:hover { ! background-color: #1165ac; ! } ! ! .configBarTitle a, .configBarTitle a:hover { ! padding: 0 0.5em; ! width: 100%; ! text-decoration: none; ! } ! ! .configBarBody { ! margin-top: 0.5em; border: 1px solid #2175bc; } + .configBarBody td { + border: 1px solid #2175bc; + background-color: #2586d7; + } + .configBarOption { border: 1px solid #2175bc; *************** *** 389,396 **** display: inline; float: left; } ! .toggleConfigBar { ! float: right; ! border: 0; } --- 432,454 ---- display: inline; float: left; + background-color: #508fc4; } ! .checkLabel { ! white-space: nowrap; ! } ! ! /*********************************************************/ ! /* History Column Controls */ ! ! .columnControls { ! white-space:nowrap; ! vertical-align: top; ! width: 10px; ! } ! ! .columnRemove, .columnMove { ! display: block; ! width:100%; ! height: 1em; } |
From: Joseph C. <tex...@us...> - 2005-06-01 09:48:00
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7782/skins/default Modified Files: history-page.thtml style.css Log Message: More skinning. Default, Windows, and OceanBlue are now mostly finished. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** history-page.thtml 25 May 2005 14:54:43 -0000 1.65 --- history-page.thtml 1 Jun 2005 09:47:46 -0000 1.66 *************** *** 37,41 **** <TMPL_IF NAME="History_If_Some_Messages"> - <table width="100%" summary=""> <tr> --- 37,40 ---- *************** *** 58,62 **** </tr> <tr> ! <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> <TMPL_INCLUDE NAME="history-search-filter-widget.thtml"> --- 57,61 ---- </tr> <tr> ! <td colspan="2" class="historyWidgetsTop"> <!-- the following html was history-search-filter-widget.thtml --> <TMPL_INCLUDE NAME="history-search-filter-widget.thtml"> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** style.css 30 May 2005 09:47:11 -0000 1.19 --- style.css 1 Jun 2005 09:47:46 -0000 1.20 *************** *** 270,274 **** /*********************************************************/ ! /* Config Bars */ .configBarTitle { --- 270,274 ---- /*********************************************************/ ! /* Config Bar */ .configBarTitle { *************** *** 286,290 **** } ! .configBar td { border: 1px solid #CCCC99; } --- 286,290 ---- } ! .configBarBody td { border: 1px solid #CCCC99; } |
From: Joseph C. <tex...@us...> - 2005-06-01 09:47:59
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7782/skins/windows Modified Files: style.css Log Message: More skinning. Default, Windows, and OceanBlue are now mostly finished. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** style.css 30 May 2005 09:47:11 -0000 1.8 --- style.css 1 Jun 2005 09:47:47 -0000 1.9 *************** *** 388,392 **** /*********************************************************/ ! /* Config Bars */ .configBar { --- 388,392 ---- /*********************************************************/ ! /* Config Bar */ .configBar { |
From: Joseph C. <tex...@us...> - 2005-05-30 09:47:26
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32496/skins/windows Modified Files: style.css Log Message: Move title tags from TD to A tags on menu tabs. Minor changes to config bar elements, visually no change. Windows skin updated to current config bar (not well cross browser tested yet), may still change. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** style.css 17 Feb 2005 09:02:22 -0000 1.7 --- style.css 30 May 2005 09:47:11 -0000 1.8 *************** *** 273,276 **** --- 273,278 ---- text-align: right; padding-right: 0.5em; + padding-top: 0.5em; + vertical-align: top; } *************** *** 278,282 **** text-align: right; padding-right: 0.5em; - padding-bottom: 1em; } --- 280,283 ---- *************** *** 293,296 **** --- 294,323 ---- } + .historyNavigatorTop form, .historyNavigatorBottom form { + display:inline; + } + + .refreshLink { + display: none; + } + + h2.history { + margin-top: 0.3em; + margin-bottom: 0.5em; + } + + .search { + display: inline; + float: left; + } + + .filter { + display: inline; + } + + .removeButtonsTop { + padding-bottom: 1em; + } + .openMessageTable, .lookupResultsTable { border-width: 2px; *************** *** 364,372 **** .configBar { ! border: 2px groove ActiveBorder; ! background-color: transparent; } ! .configBar form { margin: 0; } --- 391,450 ---- .configBar { ! position: absolute; ! bottom: *; ! left: 0; ! right: 0; ! margin: 1%; ! margin-top: 3em; ! padding-top: 1em; ! padding-bottom: 1em; } ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { ! color: ButtonText; ! background-color: ThreeDFace; ! text-decoration: none; ! font-weight: normal; ! border-style: outset outset none; ! border-color: ActiveBorder; ! border-width: 2px; ! padding-top: 1px; ! padding-left: 5px; ! padding-right: 5px; ! padding-bottom: 2px; ! text-decoration: none; ! -moz-border-radius-topleft: 5px; ! -moz-border-radius-topright: 5px; ! } ! ! .configBarHidden { ! padding-top: 1em; ! padding-bottom: 0.5em; ! } ! ! .configBarHidden .configBarTitle A, ! .configBarHidden .configBarTitle A:hover { ! color: ButtonText; ! background-color: ThreeDFace; ! text-decoration: none; ! font-weight: normal; ! border-style: outset; ! border-color: ActiveBorder; ! border-width: 2px; ! padding-top: 1px; ! padding-left: 5px; ! padding-right: 5px; ! padding-bottom: 2px; ! text-decoration: none; ! -moz-border-radius: 5px; ! } ! ! .configBarBody { ! border: 2px outset ActiveBorder; ! background-color: ThreeDFace; ! } ! ! .configBarBody form { margin: 0; } *************** *** 381,402 **** } - .toggleConfigBar { - float: right; - border: 0; - } - .checkLabel { white-space: nowrap; } ! .configBar input.submit { ! margin-top: 4px; } ! .configBar label.configurationLabel { display: block; } - /*********************************************************/ /* History Column Controls */ --- 459,475 ---- } .checkLabel { + border: 2px groove ActiveBorder; white-space: nowrap; } ! .configBarBody input.submit { ! margin-top: 0.1em; } ! .configBarBody label.configurationLabel { display: block; } /*********************************************************/ /* History Column Controls */ *************** *** 406,409 **** --- 479,483 ---- vertical-align: top; width: 10px; + display: none; } |
From: Joseph C. <tex...@us...> - 2005-05-30 09:47:26
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32496/skins/default Modified Files: common-middle.thtml configuration-bar.thtml style.css Log Message: Move title tags from TD to A tags on menu tabs. Minor changes to config bar elements, visually no change. Windows skin updated to current config bar (not well cross browser tested yet), may still change. Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** configuration-bar.thtml 24 May 2005 08:23:46 -0000 1.14 --- configuration-bar.thtml 30 May 2005 09:47:11 -0000 1.15 *************** *** 1,20 **** - <br /> - <span class="configBarTitle"> - <TMPL_IF NAME="If_Show_Config_Bars"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_tip_Config_HideBar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> ! ! <TMPL_ELSE> ! ! <a title="<TMPL_VAR NAME="Localize_tip_Config_ShowBar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> ! ! </TMPL_IF> ! ! </span> ! <TMPL_IF NAME="If_Show_Config_Bars"> ! <table class="configBar" cellspacing="0" width="100%"> <TMPL_IF NAME="Is_history_page"> --- 1,11 ---- <TMPL_IF NAME="If_Show_Config_Bars"> ! <div class="configBar"> ! <span class="configBarTitle"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_tip_Config_HideBar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1">Config Bar</a> ! </span> ! <table class="configBarBody" cellspacing="0" width="100%"> <TMPL_IF NAME="Is_history_page"> *************** *** 103,106 **** --- 94,107 ---- </table> + </div> + + <TMPL_ELSE> + + <div class="configBarHidden"> + <span class="configBarTitle"> + <a title="<TMPL_VAR NAME="Localize_tip_Config_ShowBar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar">Config Bar</a> + </span> + </div> + </TMPL_IF> Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-middle.thtml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** common-middle.thtml 24 May 2005 08:23:46 -0000 1.16 --- common-middle.thtml 30 May 2005 09:47:11 -0000 1.17 *************** *** 38,64 **** <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" title="<TMPL_VAR NAME="Localize_tip_Menu_History">" align="center"> ! <a class="menuLink" href="/history"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" title="<TMPL_VAR NAME="Localize_tip_Menu_Buckets">" align="center"> ! <a class="menuLink" href="/buckets"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" title="<TMPL_VAR NAME="Localize_tip_Menu_Magnets">" align="center"> ! <a class="menuLink" href="/magnets?start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" title="<TMPL_VAR NAME="Localize_tip_Menu_Admin">" align="center"> ! <a class="menuLink" href="/administration"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" title="<TMPL_VAR NAME="Localize_tip_Menu_Users">" align="center"> ! <a class="menuLink" href="/users"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" title="<TMPL_VAR NAME="Localize_tip_Menu_Advanced">" align="center"> ! <a class="menuLink" href="/advanced"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> </TMPL_IF> --- 38,64 ---- <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" align="center"> ! <a class="menuLink" href="/history" title="<TMPL_VAR NAME="Localize_tip_Menu_History">"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" align="center"> ! <a class="menuLink" href="/buckets" title="<TMPL_VAR NAME="Localize_tip_Menu_Buckets">"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" align="center"> ! <a class="menuLink" href="/magnets?start_magnet=0" title="<TMPL_VAR NAME="Localize_tip_Menu_Magnets">"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" align="center"> ! <a class="menuLink" href="/administration" title="<TMPL_VAR NAME="Localize_tip_Menu_Admin">"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" align="center"> ! <a class="menuLink" href="/users" title="<TMPL_VAR NAME="Localize_tip_Menu_Users">"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" align="center"> ! <a class="menuLink" href="/advanced" title="<TMPL_VAR NAME="Localize_tip_Menu_Advanced">"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> </TMPL_IF> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** style.css 23 May 2005 09:39:33 -0000 1.18 --- style.css 30 May 2005 09:47:11 -0000 1.19 *************** *** 278,284 **** margin-left: 0.3em; background: #CCCC99; } ! .configBar { background-color: #DFDFAF; border: 1px solid #CCCC99; --- 278,285 ---- margin-left: 0.3em; background: #CCCC99; + font-weight: bold; } ! .configBarBody { background-color: #DFDFAF; border: 1px solid #CCCC99; *************** *** 289,293 **** } ! .configBar form { margin: 0; } --- 290,294 ---- } ! .configBarBody form { margin: 0; } *************** *** 303,312 **** } - .toggleConfigBar { - float: right; - border: 0; - margin-top: 2.5em; - } - .checkLabel { border: 1px solid #CCCC99; --- 304,307 ---- *************** *** 314,322 **** } ! .configBar input.submit { ! margin-top: 4px; } ! .configBar label.configurationLabel { display: block; } --- 309,317 ---- } ! .configBarBody input.submit { ! margin-top: 0.1em; } ! .configBarBody label.configurationLabel { display: block; } |
From: Joseph C. <tex...@us...> - 2005-05-25 14:54:56
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27416/skins/default Modified Files: history-javascript.thtml history-page.thtml Log Message: Improve javascript confirmation dialog on Remove buttons. It now reuses the tooltip text for the dialog message. I am not sure that is a great idea, but it saves from another set of strings. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** history-page.thtml 25 May 2005 14:23:49 -0000 1.64 --- history-page.thtml 25 May 2005 14:54:43 -0000 1.65 *************** *** 68,74 **** <form action="/history" method="post"> <div class="removeButtonsTop"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> --- 68,74 ---- <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">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemovePage">')" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveAll">')" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> *************** *** 243,249 **** <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> </td> --- 243,249 ---- <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <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">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemovePage">')" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveAll">')" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> </td> Index: history-javascript.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-javascript.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** history-javascript.thtml 22 May 2005 09:37:06 -0000 1.6 --- history-javascript.thtml 25 May 2005 14:54:42 -0000 1.7 *************** *** 16,21 **** } ! function confirmClick(x) { ! return confirm ("Are you sure you want to do this?"); } --> --- 16,21 ---- } ! function confirmClick(message) { ! return confirm (message); } --> |
From: Joseph C. <tex...@us...> - 2005-05-25 14:24:05
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19876/skins/default Modified Files: history-page.thtml history-search-filter-widget.thtml Log Message: Add some more Tooltips. Rename some existing strings used in title attribute to match. Remove tabs from language file. Index: history-search-filter-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-search-filter-widget.thtml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** history-search-filter-widget.thtml 23 May 2005 09:39:33 -0000 1.11 --- history-search-filter-widget.thtml 25 May 2005 14:23:49 -0000 1.12 *************** *** 1,5 **** <form action="/history" method="post"> <div class="search"> ! <label class="historyLabel" for="historySearch"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> --- 1,5 ---- <form action="/history" method="post"> <div class="search"> ! <label class="historyLabel" for="historySearch" title="<TMPL_VAR NAME="Localize_tip_History_Search">"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> *************** *** 12,16 **** <div class="filter"> ! <label class="historyLabel" for="historyFilter"> <TMPL_VAR NAME="Localize_History_FilterBy"> </label> --- 12,16 ---- <div class="filter"> ! <label class="historyLabel" for="historyFilter" title="<TMPL_VAR NAME="Localize_tip_History_Filter">"> <TMPL_VAR NAME="Localize_History_FilterBy"> </label> *************** *** 35,40 **** </option> </select> ! <input type="submit" class="submit" name="setfilter" value="<TMPL_VAR NAME="Localize_Find">" /> ! <input type="submit" class="submit" name="reset_filter_search" value="<TMPL_VAR NAME="Localize_History_ResetSearch">" /> </div> --- 35,40 ---- </option> </select> ! <input type="submit" class="submit" name="setfilter" value="<TMPL_VAR NAME="Localize_Find">" title="<TMPL_VAR NAME="Localize_tip_History_SearchSubmit">" /> ! <input type="submit" class="submit" name="reset_filter_search" value="<TMPL_VAR NAME="Localize_History_ResetSearch">" title="<TMPL_VAR NAME="Localize_tip_History_SearchReset">" /> </div> *************** *** 42,46 **** <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> ! <label for="negate"> <TMPL_VAR NAME="Localize_History_Negate_Search"> </label> --- 42,46 ---- <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> ! <label for="negate" title="<TMPL_VAR NAME="Localize_tip_History_SearchNegate">"> <TMPL_VAR NAME="Localize_History_Negate_Search"> </label> Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** history-page.thtml 23 May 2005 09:39:33 -0000 1.63 --- history-page.thtml 25 May 2005 14:23:49 -0000 1.64 *************** *** 41,45 **** <tr> <td align="left"> ! <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> <td class="historyNavigatorTop" rowspan="2"> --- 41,45 ---- <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> <td class="historyNavigatorTop" rowspan="2"> *************** *** 68,74 **** <form action="/history" method="post"> <div class="removeButtonsTop"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> --- 68,74 ---- <form action="/history" method="post"> <div class="removeButtonsTop"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> *************** *** 82,89 **** <tr> <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> </td> <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> <TMPL_IF NAME="History_If_Sorted"> --- 82,89 ---- <tr> <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> </td> <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_tip_History_Sort">"> <TMPL_IF NAME="History_If_Sorted"> *************** *** 114,123 **** <TMPL_IF NAME="History_If_MoveLeft"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> </td> </TMPL_IF> <TMPL_IF NAME="History_If_MoveRight"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> </td> </TMPL_IF> --- 114,123 ---- <TMPL_IF NAME="History_If_MoveLeft"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> </td> </TMPL_IF> <TMPL_IF NAME="History_If_MoveRight"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> </td> </TMPL_IF> *************** *** 130,134 **** <th scope="col" class="historyLabel"> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </th> </tr> --- 130,134 ---- <th scope="col" class="historyLabel"> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" title="<TMPL_VAR NAME="Localize_tip_History_Reclassify">" /> </th> </tr> *************** *** 243,253 **** <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </div> </td> <td> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> --- 243,253 ---- <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> </td> <td> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" title="<TMPL_VAR NAME="Localize_tip_History_Reclassify">" /> </td> </tr> |
From: Joseph C. <tex...@us...> - 2005-05-25 14:24:05
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19876/UI Modified Files: HTML.pm Log Message: Add some more Tooltips. Rename some existing strings used in title attribute to match. Remove tabs from language file. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.352 retrieving revision 1.353 diff -C2 -d -r1.352 -r1.353 *** HTML.pm 22 May 2005 13:06:25 -0000 1.352 --- HTML.pm 25 May 2005 14:23:45 -0000 1.353 *************** *** 2877,2884 **** $row_data{History_If_MoveLeft} = ( $header ne $columns[0] ); $row_data{History_If_MoveRight} = ( $header ne $columns[$#columns] ); ! $row_data{Localize_History_RemoveColumn} = $self->{language__}{History_RemoveColumn}; ! $row_data{Localize_History_Click_To_Sort} = $self->{language__}{History_Click_To_Sort}; ! $row_data{Localize_History_MoveLeft} = $self->{language__}{History_MoveLeft}; ! $row_data{Localize_History_MoveRight} = $self->{language__}{History_MoveRight}; $row_data{Skin_Root} = $self->{skin_root}; push ( @header_data, \%row_data ); --- 2877,2884 ---- $row_data{History_If_MoveLeft} = ( $header ne $columns[0] ); $row_data{History_If_MoveRight} = ( $header ne $columns[$#columns] ); ! $row_data{Localize_tip_History_RemoveColumn} = $self->{language__}{tip_History_RemoveColumn}; ! $row_data{Localize_tip_History_Sort} = $self->{language__}{tip_History_Sort}; ! $row_data{Localize_tip_History_MoveLeft} = $self->{language__}{tip_History_MoveLeft}; ! $row_data{Localize_tip_History_MoveRight} = $self->{language__}{tip_History_MoveRight}; $row_data{Skin_Root} = $self->{skin_root}; push ( @header_data, \%row_data ); *************** *** 3814,3815 **** --- 3814,3816 ---- 1; + |
From: Joseph C. <tex...@us...> - 2005-05-25 14:24:04
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19876/languages Modified Files: English.msg Log Message: Add some more Tooltips. Rename some existing strings used in title attribute to match. Remove tabs from language file. Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** English.msg 24 May 2005 08:23:45 -0000 1.93 --- English.msg 25 May 2005 14:23:48 -0000 1.94 *************** *** 85,90 **** # means comma separated at the thousands) ! Locale_Thousands , ! Locale_Decimal . # The Locale_Date uses the format strings in Perl's Date::Format --- 85,90 ---- # means comma separated at the thousands) ! Locale_Thousands , ! Locale_Decimal . # The Locale_Date uses the format strings in Perl's Date::Format *************** *** 96,100 **** # 7 days from now, the second for all other dates ! Locale_Date %a %R | %D %R # The header and footer that appear on every UI page --- 96,100 ---- # 7 days from now, the second for all other dates ! Locale_Date %a %R | %D %R # The header and footer that appear on every UI page *************** *** 208,216 **** Users_Removed_Failed Failed to remove user '%s' Users_Removed_Failed_Admin Failed to remove user '%s': disable admin rights first ! Users_SingleUserMode Single user mode (POPFile Classic) Users_Accounts Associated POP3 Accounts Users_AddAccount Add POP3 account (host:user) Users_Bad_Account The new account name must be in the form host:user ! Users_Duplicate_Account Failed to add the account because it is assigned to another user Users_Failed_Account Failed to add the account --- 208,216 ---- Users_Removed_Failed Failed to remove user '%s' Users_Removed_Failed_Admin Failed to remove user '%s': disable admin rights first ! Users_SingleUserMode Single user mode (POPFile Classic) Users_Accounts Associated POP3 Accounts Users_AddAccount Add POP3 account (host:user) Users_Bad_Account The new account name must be in the form host:user ! Users_Duplicate_Account Failed to add the account because it is assigned to another user Users_Failed_Account Failed to add the account *************** *** 225,231 **** History_NoSubject no subject line History_ClassifyAs Classify as - History_RemoveColumn Remove column - History_MoveLeft Move left - History_MoveRight Move right History_MagnetUsed Magnet used History_MagnetBecause <b>Magnet Used</b><p>Classified to <font color="%s">%s</font> because of magnet %s </p> --- 225,228 ---- *************** *** 235,239 **** History_RemovePage Remove Page History_RemoveChecked Remove Checked - History_Remove To remove entries in the history click History_SearchMessage Search From/Subject History_NoMessages No messages --- 232,235 ---- *************** *** 253,257 **** History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB - History_Click_To_Sort Click to sort on this column Password_Title Login --- 249,252 ---- *************** *** 291,295 **** Magnet_Error1 Magnet '%s' already exists in bucket '%s' Magnet_Error2 New magnet '%s' clashes with magnet '%s' in bucket '%s' and could cause ambiguous results. New magnet was not added. - Magnet_Error3 Create new magnet '%s' in bucket '%s' Magnet_CurrentMagnets Current Magnets --- 286,289 ---- *************** *** 421,483 **** # Tooltips used in title attribute of parts of the UI ! tip_Menu_History View and reclassify email that POPFile has processed ! tip_Menu_Buckets Manage buckets and browse classification statistics ! tip_Menu_Magnets Manage simple filters that bypass the Bayesian filtering system ! tip_Menu_Admin Configuration options ! tip_Menu_Users User management ! tip_Menu_Advanced Advanced configuration settings ! tip_History_RecentNum The number of messages matching your current Search and Filter ! tip_History_Column Sort by this column ! tip_History_Reclassify Apply the selected bucket changes ! tip_History_Search Find matches in the From address or Subject ! tip_History_Filter Limit the view to the items in the selected bucket ! tip_History_Invert Invert BOTH the Search and Filter ! tip_Bucket_BucketName View bucket details ! tip_Bucket_Distinct Unique words in each bucket ! tip_Bucket_SubjectMod Insert bucket name to the begining of the subject. For clients that can not use the X-Text-Classification header ! tip_Bucket_XTCHeader Insert an "invisible" header that most mail clients can use to apply a rule based on POPFile's classification ! tip_Bucket_XPLHeader Insert a header with a link to the message to allow for quickly reclassifing a message ! tip_Bucket_Quarantine Islolate potentially dangerous email by placing it in attachment ! tip_Bucket_Color Select a color for each bucket ! tip_Bucket_Lookup Look up the probability and frequency of a word in all buckets ! tip_Bucket_WordCount Number and percentage of total words in each bucket ! tip_Bucket_Create Create a new bucket ! tip_Bucket_Delete Remove a bucket and its training ! tip_Bucket_Rename Rename a bucket ! tip_Bucket_FalsePos Messages that were incorrectly placed in this bucket ! tip_Bucket_FalseNeg Messages that were incorrectly NOT placed in this bucket ! tip_Magnet_Type Message header to match ! tip_Magnet_Value Text or address to match ! tip_Magnet_Bucket Bucket to send matches to ! tip_Config_Skin Change the look of POPFile ! tip_Config_Language Change the interface language ! tip_Config_HistoryColumns Add columns you want to display in message history ! tip_Config_PageSize Number of messages to display per page ! tip_Config_Days Number of days to keep messages in history ! tip_Config_Purge Purge older messages now ! tip_Config_HistoryWidth Adjust size of history columns ! tip_Config_ColumnIncrease Increase width of columns ! tip_Config_ColumnDecrease Decrease width of columns ! tip_Config_ColumnAuto Reset column width based on current columns tip_Config_HideBar Hide configuration bar tip_Config_ShowBar Show configuration bar ! tip_Admin_AcceptRemoteHTTP Allow UI access from another machine ! tip_Admin_AcceptRemotePOP3 Allow POP3 mail dowload from another machine ! tip_Admin_Password Add a password to limit access to POPFile ! tip_Admin_UpdateCheck 0.22 text should be put back ! tip_Admin_ReportStats 0.22 text should be put back ! tip_Footer_HomePage Visit the POPFile home page ! tip_Footer_Manual The original POPFile documentation (slightly outdated) ! tip_Footer_Documentation POPFile's documentation wiki ! tip_Footer_FAQ POPFile Frequently Asked Questions ! tip_Footer_Version POPFile version number ! tip_Footer_Login Date and time last accessed by this user ! tip_Footer_RFE Have an idea to improve POPFile? Let us know. ! tip_Footer_MailingList Want to hear about changes to POPFile? Sign up. ! tip_Footer_Donate Like POPFile? Contribute to making it more successful. --- 415,486 ---- # Tooltips used in title attribute of parts of the UI ! tip_Menu_History View and reclassify email that POPFile has processed ! tip_Menu_Buckets Manage buckets and browse classification statistics ! tip_Menu_Magnets Manage simple filters that bypass the Bayesian filtering system ! tip_Menu_Admin Configuration options ! tip_Menu_Users User management ! tip_Menu_Advanced Advanced configuration settings ! tip_History_RecentNum Number of messages matching current Search and Filter ! tip_History_Column Sort by this column ! tip_History_Reclassify Apply bucket corrections ! tip_History_Search Find matches in the From address or Subject ! tip_History_Filter Limit the view to the items in the selected bucket ! tip_History_SearchNegate Invert both the Search and Filter ! tip_History_SearchSubmit Submit Search and Filter ! tip_History_SearchReset Clear Search and Filter ! tip_History_RemoveAll Remove all messages from history (matching Search and Filter) ! tip_History_RemoveChecked Remove selected messages from history ! tip_History_RemovePage Remove messages on this page from history ! tip_History_RemoveColumn Remove column ! tip_History_MoveLeft Move left ! tip_History_MoveRight Move right ! tip_History_Sort Click to sort on this column ! tip_Bucket_BucketName View bucket details ! tip_Bucket_Distinct Unique words in each bucket ! tip_Bucket_SubjectMod Insert bucket name to the begining of the subject. For clients that can not use the X-Text-Classification header ! tip_Bucket_XTCHeader Insert an "invisible" header that most mail clients can use to apply a rule based on POPFile's classification ! tip_Bucket_XPLHeader Insert a header with a link to the message to allow for quickly reclassifing a message ! tip_Bucket_Quarantine Islolate potentially dangerous email by placing it in attachment ! tip_Bucket_Color Select a color for each bucket ! tip_Bucket_Lookup Look up the probability and frequency of a word in all buckets ! tip_Bucket_WordCount Number and percentage of total words in each bucket ! tip_Bucket_Create Create a new bucket ! tip_Bucket_Delete Remove a bucket and its training ! tip_Bucket_Rename Rename a bucket ! tip_Bucket_FalsePos Messages that were incorrectly placed in this bucket ! tip_Bucket_FalseNeg Messages that were incorrectly NOT placed in this bucket ! tip_Magnet_Type Message header to match ! tip_Magnet_Value Text or address to match ! tip_Magnet_Bucket Bucket to send matches to ! tip_Config_Skin Change the look of POPFile ! tip_Config_Language Change the interface language ! tip_Config_HistoryColumns Add columns you want to display in message history ! tip_Config_PageSize Number of messages to display per page ! tip_Config_Days Number of days to keep messages in history ! tip_Config_Purge Purge older messages now ! tip_Config_HistoryWidth Adjust size of history columns ! tip_Config_ColumnIncrease Increase width of columns ! tip_Config_ColumnDecrease Decrease width of columns ! tip_Config_ColumnAuto Reset column width based on current columns tip_Config_HideBar Hide configuration bar tip_Config_ShowBar Show configuration bar ! tip_Admin_AcceptRemoteHTTP Allow UI access from another machine ! tip_Admin_AcceptRemotePOP3 Allow POP3 mail dowload from another machine ! tip_Admin_Password Add a password to limit access to POPFile ! tip_Admin_UpdateCheck 0.22 text should be put back ! tip_Admin_ReportStats 0.22 text should be put back ! tip_Footer_HomePage Visit the POPFile home page ! tip_Footer_Manual The original POPFile documentation (slightly outdated) ! tip_Footer_Documentation POPFile's documentation wiki ! tip_Footer_FAQ POPFile Frequently Asked Questions ! tip_Footer_Version POPFile version number ! tip_Footer_Login Date and time last accessed by this user ! tip_Footer_RFE Have an idea to improve POPFile? Let us know. ! tip_Footer_MailingList Want to hear about changes to POPFile? Sign up. ! tip_Footer_Donate Like POPFile? Contribute to making it more successful. |
From: Joseph C. <tex...@us...> - 2005-05-24 08:23:57
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15459/skins/default Modified Files: common-middle.thtml configuration-bar.thtml history-bar.thtml Log Message: Start adding UI Tool Tips for certain UI elements that may need explanation. Config bar and Menu tabs are finished. Remove javascript confirmation dialog on Messages per page option that was there only for testing the function. Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configuration-bar.thtml 23 May 2005 09:39:33 -0000 1.13 --- configuration-bar.thtml 24 May 2005 08:23:46 -0000 1.14 *************** *** 4,12 **** <TMPL_IF NAME="If_Show_Config_Bars"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_Configuration_Hide_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> <TMPL_ELSE> ! <a title="<TMPL_VAR NAME="Localize_Configuration_Show_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> </TMPL_IF> --- 4,12 ---- <TMPL_IF NAME="If_Show_Config_Bars"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_tip_Config_HideBar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> <TMPL_ELSE> ! <a title="<TMPL_VAR NAME="Localize_tip_Config_ShowBar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> </TMPL_IF> *************** *** 34,38 **** <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <div class="configBarOption"> ! <label class="configurationLabel" for="configSkin"> <TMPL_VAR NAME="Localize_Configuration_SkinsChoose">: </label> --- 34,38 ---- <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <div class="configBarOption"> ! <label class="configurationLabel" for="configSkin" title="<TMPL_VAR NAME="Localize_tip_Config_Skin">"> <TMPL_VAR NAME="Localize_Configuration_SkinsChoose">: </label> *************** *** 80,84 **** <div class="configBarOption"> ! <label class="configurationLabel" for="configLanguage"> <TMPL_VAR NAME="Localize_Configuration_LanguageChoose">: </label> --- 80,84 ---- <div class="configBarOption"> ! <label class="configurationLabel" for="configLanguage" title="<TMPL_VAR NAME="Localize_tip_Config_Language">"> <TMPL_VAR NAME="Localize_Configuration_LanguageChoose">: </label> Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-middle.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** common-middle.thtml 19 May 2005 22:51:28 -0000 1.15 --- common-middle.thtml 24 May 2005 08:23:46 -0000 1.16 *************** *** 38,63 **** <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" align="center"> <a class="menuLink" href="/history"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" align="center"> <a class="menuLink" href="/buckets"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" align="center"> <a class="menuLink" href="/magnets?start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" align="center"> <a class="menuLink" href="/administration"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" align="center"> <a class="menuLink" href="/users"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" align="center"> <a class="menuLink" href="/advanced"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> --- 38,63 ---- <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" title="<TMPL_VAR NAME="Localize_tip_Menu_History">" align="center"> <a class="menuLink" href="/history"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" title="<TMPL_VAR NAME="Localize_tip_Menu_Buckets">" align="center"> <a class="menuLink" href="/buckets"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" title="<TMPL_VAR NAME="Localize_tip_Menu_Magnets">" align="center"> <a class="menuLink" href="/magnets?start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" title="<TMPL_VAR NAME="Localize_tip_Menu_Admin">" align="center"> <a class="menuLink" href="/administration"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" title="<TMPL_VAR NAME="Localize_tip_Menu_Users">" align="center"> <a class="menuLink" href="/users"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" title="<TMPL_VAR NAME="Localize_tip_Menu_Advanced">" align="center"> <a class="menuLink" href="/advanced"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> *************** *** 66,70 **** </tr> </table> ! </TMPL_IF> <table class="shell" align="center" width="100%" summary=""> <tr class="shellTopRow"> --- 66,70 ---- </tr> </table> ! </TMPL_IF> <table class="shell" align="center" width="100%" summary=""> <tr class="shellTopRow"> Index: history-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-bar.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** history-bar.thtml 20 May 2005 01:56:16 -0000 1.15 --- history-bar.thtml 24 May 2005 08:23:46 -0000 1.16 *************** *** 1,13 **** <div class="configBarOption"> ! <label class="configurationLabel"> <TMPL_VAR NAME="Localize_History_Column_Characters">: </label> ! <input type="submit" class="submit" name="increase" value="<TMPL_VAR NAME="Localize_History_Increase">" /> ! <input type="submit" class="submit" name="decrease" value="<TMPL_VAR NAME="Localize_History_Decrease">" /> ! <input type="submit" class="submit" name="automatic" value="<TMPL_VAR NAME="Localize_History_Automatic">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel"> <TMPL_VAR NAME="Localize_Configuration_Fields">: </label> --- 1,13 ---- <div class="configBarOption"> ! <label class="configurationLabel" title="<TMPL_VAR NAME="Localize_tip_Config_HistoryWidth">"> <TMPL_VAR NAME="Localize_History_Column_Characters">: </label> ! <input type="submit" class="submit" name="increase" value="<TMPL_VAR NAME="Localize_History_Increase">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnIncrease">" /> ! <input type="submit" class="submit" name="decrease" value="<TMPL_VAR NAME="Localize_History_Decrease">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnDecrease">" /> ! <input type="submit" class="submit" name="automatic" value="<TMPL_VAR NAME="Localize_History_Automatic">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnAuto">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" title="<TMPL_VAR NAME="Localize_tip_Config_HistoryColumns">"> <TMPL_VAR NAME="Localize_Configuration_Fields">: </label> *************** *** 31,42 **** <div class="configBarOption"> ! <label class="configurationLabel" for="configPageSize"> <TMPL_VAR NAME="Localize_Configuration_History">: </label> <input name="page_size" id="configPageSize" type="text" size="4" maxlength="4" value="<TMPL_VAR NAME="Configuration_Page_Size">" /> ! <input type="submit" class="submit" name="update_page_size" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" for="configHistoryDays"> <TMPL_VAR NAME="Localize_Configuration_Days">: </label> --- 31,42 ---- <div class="configBarOption"> ! <label class="configurationLabel" for="configPageSize" title="<TMPL_VAR NAME="Localize_tip_Config_PageSize">"> <TMPL_VAR NAME="Localize_Configuration_History">: </label> <input name="page_size" id="configPageSize" type="text" size="4" maxlength="4" value="<TMPL_VAR NAME="Configuration_Page_Size">" /> ! <input type="submit" class="submit" name="update_page_size" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" for="configHistoryDays" title="<TMPL_VAR NAME="Localize_tip_Config_Days">"> <TMPL_VAR NAME="Localize_Configuration_Days">: </label> *************** *** 45,49 **** <span class="checkLabel"><input type="checkbox" class="checkbox" name="purge_history" id="purge_history" value="<TMPL_VAR NAME="Localize_History_Purge">" /> ! <label for="purge_history"><TMPL_VAR NAME="Localize_History_Purge"></label></span> <input type="submit" class="submit" name="update_history_days" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> --- 45,49 ---- <span class="checkLabel"><input type="checkbox" class="checkbox" name="purge_history" id="purge_history" value="<TMPL_VAR NAME="Localize_History_Purge">" /> ! <label for="purge_history" title="<TMPL_VAR NAME="Localize_tip_Config_Purge">"><TMPL_VAR NAME="Localize_History_Purge"></label></span> <input type="submit" class="submit" name="update_history_days" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> |
From: Joseph C. <tex...@us...> - 2005-05-24 08:23:57
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15459/languages Modified Files: English.msg Log Message: Start adding UI Tool Tips for certain UI elements that may need explanation. Config bar and Menu tabs are finished. Remove javascript confirmation dialog on Messages per page option that was there only for testing the function. Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** English.msg 7 Apr 2005 19:54:53 -0000 1.92 --- English.msg 24 May 2005 08:23:45 -0000 1.93 *************** *** 163,167 **** Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen Configuration_ToFile To File Configuration_ToScreenFile To Screen and File --- 163,167 ---- Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen (console) Configuration_ToFile To File Configuration_ToScreenFile To Screen and File *************** *** 176,181 **** Configuration_SOCKSServerUpdate Updated SOCKS V proxy host to %s Configuration_Fields Add history columns - Configuration_Hide_Bar Hide configuration bar - Configuration_Show_Bar Show configuration bar Advanced_Error1 '%s' already in the Ignored Words list --- 176,179 ---- *************** *** 188,195 **** Advanced_AddWord Add word Advanced_RemoveWord Remove word ! Advanced_AllParameters All POPFile Parameters Advanced_Parameter Parameter Advanced_Value Value ! Advanced_Warning This is the complete list of POPFile parameters. Advanced users only: you may change any and click Update; there is no validity checking. Items shown in bold have been changed from the default setting. Advanced_ConfigFile Configuration file: --- 186,193 ---- Advanced_AddWord Add word Advanced_RemoveWord Remove word ! Advanced_AllParameters Global POPFile Parameters Advanced_Parameter Parameter Advanced_Value Value ! Advanced_Warning This is the complete list of POPFile parameters. Advanced users only: you may change any and click Update; there is no validity checking. Items shown in bold have been changed from the default setting. See <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?OptionReference">OptionReference</a> for more information on options. Advanced_ConfigFile Configuration file: *************** *** 293,296 **** --- 291,295 ---- Magnet_Error1 Magnet '%s' already exists in bucket '%s' Magnet_Error2 New magnet '%s' clashes with magnet '%s' in bucket '%s' and could cause ambiguous results. New magnet was not added. + Magnet_Error3 Create new magnet '%s' in bucket '%s' Magnet_CurrentMagnets Current Magnets *************** *** 419,421 **** Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile missclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. Help_Bucket_Setup POPFile requires at least two buckets in addition to the "unclassified" pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show me this again --- 418,483 ---- Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile missclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. Help_Bucket_Setup POPFile requires at least two buckets in addition to the "unclassified" pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show this again ! ! # Tooltips used in title attribute of parts of the UI ! tip_Menu_History View and reclassify email that POPFile has processed ! tip_Menu_Buckets Manage buckets and browse classification statistics ! tip_Menu_Magnets Manage simple filters that bypass the Bayesian filtering system ! tip_Menu_Admin Configuration options ! tip_Menu_Users User management ! tip_Menu_Advanced Advanced configuration settings ! ! tip_History_RecentNum The number of messages matching your current Search and Filter ! tip_History_Column Sort by this column ! tip_History_Reclassify Apply the selected bucket changes ! tip_History_Search Find matches in the From address or Subject ! tip_History_Filter Limit the view to the items in the selected bucket ! tip_History_Invert Invert BOTH the Search and Filter ! ! tip_Bucket_BucketName View bucket details ! tip_Bucket_Distinct Unique words in each bucket ! tip_Bucket_SubjectMod Insert bucket name to the begining of the subject. For clients that can not use the X-Text-Classification header ! tip_Bucket_XTCHeader Insert an "invisible" header that most mail clients can use to apply a rule based on POPFile's classification ! tip_Bucket_XPLHeader Insert a header with a link to the message to allow for quickly reclassifing a message ! tip_Bucket_Quarantine Islolate potentially dangerous email by placing it in attachment ! tip_Bucket_Color Select a color for each bucket ! tip_Bucket_Lookup Look up the probability and frequency of a word in all buckets ! tip_Bucket_WordCount Number and percentage of total words in each bucket ! tip_Bucket_Create Create a new bucket ! tip_Bucket_Delete Remove a bucket and its training ! tip_Bucket_Rename Rename a bucket ! tip_Bucket_FalsePos Messages that were incorrectly placed in this bucket ! tip_Bucket_FalseNeg Messages that were incorrectly NOT placed in this bucket ! ! tip_Magnet_Type Message header to match ! tip_Magnet_Value Text or address to match ! tip_Magnet_Bucket Bucket to send matches to ! ! tip_Config_Skin Change the look of POPFile ! tip_Config_Language Change the interface language ! tip_Config_HistoryColumns Add columns you want to display in message history ! tip_Config_PageSize Number of messages to display per page ! tip_Config_Days Number of days to keep messages in history ! tip_Config_Purge Purge older messages now ! tip_Config_HistoryWidth Adjust size of history columns ! tip_Config_ColumnIncrease Increase width of columns ! tip_Config_ColumnDecrease Decrease width of columns ! tip_Config_ColumnAuto Reset column width based on current columns ! tip_Config_HideBar Hide configuration bar ! tip_Config_ShowBar Show configuration bar ! ! tip_Admin_AcceptRemoteHTTP Allow UI access from another machine ! tip_Admin_AcceptRemotePOP3 Allow POP3 mail dowload from another machine ! tip_Admin_Password Add a password to limit access to POPFile ! tip_Admin_UpdateCheck 0.22 text should be put back ! tip_Admin_ReportStats 0.22 text should be put back ! ! tip_Footer_HomePage Visit the POPFile home page ! tip_Footer_Manual The original POPFile documentation (slightly outdated) ! tip_Footer_Documentation POPFile's documentation wiki ! tip_Footer_FAQ POPFile Frequently Asked Questions ! tip_Footer_Version POPFile version number ! tip_Footer_Login Date and time last accessed by this user ! tip_Footer_RFE Have an idea to improve POPFile? Let us know. ! tip_Footer_MailingList Want to hear about changes to POPFile? Sign up. ! tip_Footer_Donate Like POPFile? Contribute to making it more successful. |
From: Manni H. <man...@us...> - 2005-05-23 10:42:59
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9750/Proxy Modified Files: Proxy.pm Log Message: Sorry. My last commit broke this module. Now make the test in service conform to the initialization. Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** Proxy.pm 22 May 2005 12:12:01 -0000 1.60 --- Proxy.pm 23 May 2005 10:42:50 -0000 1.61 *************** *** 175,179 **** my ( $self ) = @_; ! if ( $self->{api_session__} ne '' ) { $self->classifier_()->release_session_key( $self->{api_session__} ); } --- 175,179 ---- my ( $self ) = @_; ! if ( defined $self->{api_session__} ne '' ) { $self->classifier_()->release_session_key( $self->{api_session__} ); } *************** *** 235,239 **** binmode( $client ); ! if ( !defined( $self->{api_session__} ) ) { $self->{api_session__} = $self->classifier_()->get_administrator_session_key(); } --- 235,239 ---- binmode( $client ); ! if ( $self->{api_session__} eq '' ) { $self->{api_session__} = $self->classifier_()->get_administrator_session_key(); } |
From: Joseph C. <tex...@us...> - 2005-05-23 09:39:45
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27979/skins/default Modified Files: configuration-bar.thtml history-navigator-widget.thtml history-page.thtml history-search-filter-widget.thtml style.css Removed Files: common-after-configuration.thtml common-before-configuration.thtml Log Message: All inline styles except one are now defined in the stylesheet. (Not counting color definitions which also use inline styles.) The last is a display:none in history-page.thtml on the hidden parameter only form so it does not affect page layout. There is no reason a skin would make it visible so I leaving it as inline. Moved Remove buttons below search widget. Add "Remove Checked" to upper set of remove buttons. Add container divs with class removeButtonsTop and removeButtonsBottom around remove buttons in both places. Remove common before and after configuration templates. Manni's Is_history_page variable solves the problem they were originally meant for. Add div container class refreshLink around refresh link so skin can control position and padding. --- common-before-configuration.thtml DELETED --- Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** configuration-bar.thtml 22 May 2005 10:45:43 -0000 1.12 --- configuration-bar.thtml 23 May 2005 09:39:33 -0000 1.13 *************** *** 1,3 **** ! <TMPL_INCLUDE NAME="common-before-configuration.thtml"> <TMPL_IF NAME="If_Show_Config_Bars"> --- 1,16 ---- ! <br /> ! <span class="configBarTitle"> ! ! <TMPL_IF NAME="If_Show_Config_Bars"> ! ! <a name="configBar" title="<TMPL_VAR NAME="Localize_Configuration_Hide_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> ! ! <TMPL_ELSE> ! ! <a title="<TMPL_VAR NAME="Localize_Configuration_Show_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> ! ! </TMPL_IF> ! ! </span> <TMPL_IF NAME="If_Show_Config_Bars"> *************** *** 92,94 **** </TMPL_IF> - <TMPL_INCLUDE NAME="common-after-configuration.thtml"> --- 105,106 ---- Index: history-search-filter-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-search-filter-widget.thtml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** history-search-filter-widget.thtml 19 May 2005 22:51:28 -0000 1.10 --- history-search-filter-widget.thtml 23 May 2005 09:39:33 -0000 1.11 *************** *** 1,8 **** <form action="/history" method="post"> ! <div style="display:inline; float: left; padding-right:1em;"> <label class="historyLabel" for="historySearch"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> ! <br> <TMPL_IF NAME="History_If_Search"> <input type="text" id="historySearch" name="search" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Search">" /> --- 1,8 ---- <form action="/history" method="post"> ! <div class="search"> <label class="historyLabel" for="historySearch"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> ! <br /> <TMPL_IF NAME="History_If_Search"> <input type="text" id="historySearch" name="search" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Search">" /> *************** *** 11,15 **** </div> ! <div style="display:inline;"> <label class="historyLabel" for="historyFilter"> <TMPL_VAR NAME="Localize_History_FilterBy"> --- 11,15 ---- </div> ! <div class="filter"> <label class="historyLabel" for="historyFilter"> <TMPL_VAR NAME="Localize_History_FilterBy"> *************** *** 39,43 **** </div> ! <div> <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> --- 39,43 ---- </div> ! <div class="negate"> <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** history-page.thtml 22 May 2005 19:17:03 -0000 1.62 --- history-page.thtml 23 May 2005 09:39:33 -0000 1.63 *************** *** 28,32 **** </TMPL_IF> ! <form action="/history" method="post"> <input type="hidden" name="search" value="<TMPL_VAR NAME="History_Field_Search">" /> <input type="hidden" name="sort" value="<TMPL_VAR NAME="History_Field_Sort">" /> --- 28,32 ---- </TMPL_IF> ! <form action="/history" method="post" style="display:none;"> <input type="hidden" name="search" value="<TMPL_VAR NAME="History_Field_Search">" /> <input type="hidden" name="sort" value="<TMPL_VAR NAME="History_Field_Sort">" /> *************** *** 41,47 **** <tr> <td align="left"> ! <h2 class="history" style="margin:0;"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> ! <td class="historyNavigatorTop" align="right" valign="top" rowspan="2"> <TMPL_IF "History_If_MultiPage"> --- 41,47 ---- <tr> <td align="left"> ! <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> ! <td class="historyNavigatorTop" rowspan="2"> <TMPL_IF "History_If_MultiPage"> *************** *** 49,66 **** <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> <!-- end of history-navigator-widget.thtml content --> - <br /> </TMPL_IF> (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> <tr> - <td colspan="<TMPL_VAR NAME="History_Colspan">"> - <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> - <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> - </td> - </tr> - <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> --- 49,61 ---- <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> <!-- end of history-navigator-widget.thtml content --> </TMPL_IF> + <div class="refreshLink"> (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) + </div> </td> </tr> <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> *************** *** 70,74 **** --- 65,75 ---- </tr> </table> + <form action="/history" method="post"> + <div class="removeButtonsTop"> + <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> + <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> + <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> + </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> <tr class="rowHeader"> *************** *** 241,247 **** <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </td> <td> --- 242,250 ---- <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> ! <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> ! </div> </td> <td> *************** *** 273,279 **** <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"></h2> </td> ! <td class="historyNavigatorTop" align="right"> (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) - </td> </tr> --- 276,281 ---- <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"></h2> </td> ! <td class="historyNavigatorTop"> (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** style.css 22 May 2005 11:26:03 -0000 1.17 --- style.css 23 May 2005 09:39:33 -0000 1.18 *************** *** 235,238 **** --- 235,247 ---- .historyNavigatorTop, .historyNavigatorBottom { text-align: right; + vertical-align: top; + } + + .historyNavigatorTop form, .historyNavigatorBottom form { + display:inline; + } + + .refreshLink { + margin-top: 0.5em; } *************** *** 241,253 **** } /*********************************************************/ /* Config Bars */ .configBarTitle { ! border:2px #CCCC99 solid; ! padding:0.3em; ! padding-bottom:0; ! margin-left:0.3em; ! background:#CCCC99; } --- 250,281 ---- } + h2.history { + margin-top: 0; + margin-bottom: 0.3em; + } + + .search { + display: inline; + float: left; + padding-right: 1em; + } + + .filter { + display: inline; + } + + .removeButtonsTop { + padding-bottom: 1em; + } + /*********************************************************/ /* Config Bars */ .configBarTitle { ! border: 2px #CCCC99 solid; ! padding: 0.3em; ! padding-bottom: 0; ! margin-left: 0.3em; ! background: #CCCC99; } Index: history-navigator-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-navigator-widget.thtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** history-navigator-widget.thtml 19 May 2005 22:51:28 -0000 1.4 --- history-navigator-widget.thtml 23 May 2005 09:39:33 -0000 1.5 *************** *** 21,25 **** [<a href="/history?start_message=<TMPL_VAR NAME="History_Navigator_Next"><TMPL_VAR NAME="History_Navigator_Fields">"><TMPL_VAR NAME="Localize_Next"> ></a>] </TMPL_IF> ! <form action="/history" method="post" style="display:inline;"> <input type="text" name="jumptopage" value="" size="3" /> <input type="submit" class="submit" name="gopage" value="<TMPL_VAR NAME="Localize_Go">" /> --- 21,25 ---- [<a href="/history?start_message=<TMPL_VAR NAME="History_Navigator_Next"><TMPL_VAR NAME="History_Navigator_Fields">"><TMPL_VAR NAME="Localize_Next"> ></a>] </TMPL_IF> ! <form action="/history" method="post"> <input type="text" name="jumptopage" value="" size="3" /> <input type="submit" class="submit" name="gopage" value="<TMPL_VAR NAME="Localize_Go">" /> --- common-after-configuration.thtml DELETED --- |
From: Manni H. <man...@us...> - 2005-05-22 19:17:14
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9511/skins/default Modified Files: history-page.thtml Log Message: Add a line break before the 'Refresh' link Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** history-page.thtml 22 May 2005 12:05:26 -0000 1.61 --- history-page.thtml 22 May 2005 19:17:03 -0000 1.62 *************** *** 49,52 **** --- 49,53 ---- <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> <!-- end of history-navigator-widget.thtml content --> + <br /> </TMPL_IF> |
From: Sam S. <ssc...@us...> - 2005-05-22 13:06:36
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12369 Modified Files: HTML.pm Log Message: Of course, if we escape the next page value when embedding it in our form, we have to unescape it again later! Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.351 retrieving revision 1.352 diff -C2 -d -r1.351 -r1.352 *** HTML.pm 22 May 2005 10:45:35 -0000 1.351 --- HTML.pm 22 May 2005 13:06:25 -0000 1.352 *************** *** 3301,3305 **** if ( defined( $session ) ) { ! return ($session, $self->{form_}{next}); } else { $self->error_message__( $templ, --- 3301,3305 ---- if ( defined( $session ) ) { ! return ($session, $self->url_decode_($self->{form_}{next})); } else { $self->error_message__( $templ, |
From: Manni H. <man...@us...> - 2005-05-22 12:12:16
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3719/Proxy Modified Files: Proxy.pm Log Message: Make the initialization of the api_session__ variable match what is tested in stop(). Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** Proxy.pm 7 Apr 2005 19:54:47 -0000 1.59 --- Proxy.pm 22 May 2005 12:12:01 -0000 1.60 *************** *** 61,65 **** # Holds an administrator session ! $self->{api_session__} = undef; # This is the error message returned if the connection at any --- 61,65 ---- # Holds an administrator session ! $self->{api_session__} = ''; # This is the error message returned if the connection at any |
From: Manni H. <man...@us...> - 2005-05-22 12:05:43
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2438/skins/default Modified Files: history-page.thtml Log Message: Correct indentation. Fix html of the help messages. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** history-page.thtml 22 May 2005 10:45:43 -0000 1.60 --- history-page.thtml 22 May 2005 12:05:26 -0000 1.61 *************** *** 5,11 **** <div class="helpMessage"> ! <form method="post" action="/buckets"> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <p /> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> --- 5,12 ---- <div class="helpMessage"> ! <p> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <p /> ! <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> *************** *** 17,23 **** <div class="helpMessage"> ! <form method="post" action="/buckets"> <TMPL_VAR NAME="Localize_Help_Training"> ! <p /> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> --- 18,25 ---- <div class="helpMessage"> ! <p> <TMPL_VAR NAME="Localize_Help_Training"> ! <p /> ! <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> *************** *** 35,63 **** <TMPL_IF NAME="History_If_Some_Messages"> <table width="100%" summary=""> <tr> <td align="left"> <h2 class="history" style="margin:0;"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> ! <td class="historyNavigatorTop" align="right" valign="top" rowspan="2"> ! <TMPL_IF "History_If_MultiPage"> ! <!-- the following html was generated by history-navigator-widget.thtml --> ! <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> ! <!-- end of history-navigator-widget.thtml content --> ! </TMPL_IF> ! (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> ! ! <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </td> ! </tr> ! <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> --- 37,65 ---- <TMPL_IF NAME="History_If_Some_Messages"> + <table width="100%" summary=""> <tr> <td align="left"> <h2 class="history" style="margin:0;"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> ! </td> <td class="historyNavigatorTop" align="right" valign="top" rowspan="2"> ! <TMPL_IF "History_If_MultiPage"> ! <!-- the following html was generated by history-navigator-widget.thtml --> ! <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> ! <!-- end of history-navigator-widget.thtml content --> ! </TMPL_IF> ! (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> ! <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </td> ! </tr> ! <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> *************** *** 67,75 **** </tr> </table> ! <form action="/history" method="post"> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> - <tr class="rowHeader"> - <th id="removeChecks" scope="col" align="left"></th> --- 69,75 ---- </tr> </table> ! <form action="/history" method="post"> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> <tr class="rowHeader"> <th id="removeChecks" scope="col" align="left"></th> *************** *** 78,128 **** <th scope="col"> <table width="100%" cellspacing="0"> ! <tr> ! <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> ! </td> ! <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> ! ! <TMPL_IF NAME="History_If_Sorted"> ! <em class="historyLabelSort"> ! <TMPL_IF NAME="History_If_Sorted_Ascending"> ! > <TMPL_VAR NAME="History_Label"> ! <TMPL_ELSE> ! < <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </em> ! <TMPL_ELSE> ! <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </a> ! </th> ! <TMPL_IF NAME="History_If_MoveLeft"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> ! </td> ! </TMPL_IF> ! <TMPL_IF NAME="History_If_MoveRight"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> ! </td> ! </TMPL_IF> </tr> ! </table> ! </th> --- 78,126 ---- <th scope="col"> <table width="100%" cellspacing="0"> ! <tr> ! <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> ! </td> ! <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> ! <TMPL_IF NAME="History_If_Sorted"> ! <em class="historyLabelSort"> ! <TMPL_IF NAME="History_If_Sorted_Ascending"> ! > <TMPL_VAR NAME="History_Label"> ! <TMPL_ELSE> ! < <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </em> ! <TMPL_ELSE> ! <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </a> ! </th> ! <TMPL_IF NAME="History_If_MoveLeft"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> ! </td> ! </TMPL_IF> ! <TMPL_IF NAME="History_If_MoveRight"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> ! </td> ! </TMPL_IF> </tr> ! </table> </th> *************** *** 132,136 **** <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </th> - </tr> --- 130,133 ---- *************** *** 239,243 **** <tr> ! <td colspan="<TMPL_VAR NAME="History_Colspan">"></td> </tr> <tr> --- 236,240 ---- <tr> ! <td colspan="<TMPL_VAR NAME="History_Colspan">"></td> </tr> <tr> *************** *** 252,256 **** </tr> </table> ! </form> <TMPL_IF "History_If_MultiPage"> --- 249,253 ---- </tr> </table> ! </form> <TMPL_IF "History_If_MultiPage"> |