From debbb0960b2dbab884b274bdaee274d350905b9a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 23 Mar 2013 17:54:29 +0100 Subject: [PATCH] EOL fixes to avoid Git warning --- ChangeLog.txt | 12 ++ contrib/hbhttpd/tests/files/main.css | 1 - extras/httpsrv/home/css/base.css | 128 +++++++++---------- extras/httpsrv/home/index.html | 88 ++++++------- extras/httpsrv/home/js/ajax.js | 1 - extras/httpsrv/home/postsample.html | 46 +++---- extras/httpsrv/home/testajax.html | 112 ++++++++--------- extras/httpsrv/home/testxmldb.html | 180 +++++++++++++-------------- extras/httpsrv/home/xsl/based.xsl | 146 +++++++++++----------- extras/httpsrv/home/xsl/basep.xsl | 48 +++---- 10 files changed, 386 insertions(+), 376 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index def8bc024a..b94f51d5a8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,18 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-23 17:51 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbhttpd/tests/files/main.css + * extras/httpsrv/home/css/base.css + * extras/httpsrv/home/index.html + * extras/httpsrv/home/js/ajax.js + * extras/httpsrv/home/postsample.html + * extras/httpsrv/home/testajax.html + * extras/httpsrv/home/testxmldb.html + * extras/httpsrv/home/xsl/based.xsl + * extras/httpsrv/home/xsl/basep.xsl + ! EOL fixes to avoid Git warning + 2013-03-23 17:33 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/template/tests/hbmk.hbm + comment diff --git a/contrib/hbhttpd/tests/files/main.css b/contrib/hbhttpd/tests/files/main.css index 1a889aeafd..84275e9772 100644 --- a/contrib/hbhttpd/tests/files/main.css +++ b/contrib/hbhttpd/tests/files/main.css @@ -33,4 +33,3 @@ ulnk { text-decoration:underline; text-color:blue; } - diff --git a/extras/httpsrv/home/css/base.css b/extras/httpsrv/home/css/base.css index 08413062c7..d80d65a609 100644 --- a/extras/httpsrv/home/css/base.css +++ b/extras/httpsrv/home/css/base.css @@ -1,64 +1,64 @@ - -body { color:black; font-size:10pt; font-family:Tahoma,Helvetica,Arial; } - -a.pageSection:link { color: #ff0000; } -a.pageSection:visited { color: #0000ff; } -a.pageSection:hover { background: #66ff66; } - -/* a:link { color: #ff0000; } */ -/* a:visited { color: #0000ff; } */ -/* a:hover { background: #66ff66; } */ - -A { - color: #0000FF; - text-decoration: none; -} - -A:hover { color: #6699cc; text-decoration: underline; } -A.urls { color: #0A68B6; text-decoration: none; } -A.urls:hover { color: #6699cc; text-decoration: underline; } -A.tags { color: #008080; text-decoration: none; } -A.tags:hover { color: #6699cc; text-decoration: underline; } - - - -table.pagetable td -{ - padding: 3px; -} - -table.datatable -{ - width: 100%; - font-size: 12px; - font-family: Verdana; -} - -table.datatable tr th -{ - padding: 2px; - border-bottom:1px solid black; - text-align: left; -} - -table.datatable tr td -{ - padding: 2px; - border-bottom: 1px solid white; - vertical-align: top; -} - -table.datatable tr.odd -{ - background-color: #7FFFD4; -} - -table.datatable tr.even -{ - background-color: #F0F0F0; -} - -table.datatable tr.blank -{ - background-color: #FFFFFF; -} + +body { color:black; font-size:10pt; font-family:Tahoma,Helvetica,Arial; } + +a.pageSection:link { color: #ff0000; } +a.pageSection:visited { color: #0000ff; } +a.pageSection:hover { background: #66ff66; } + +/* a:link { color: #ff0000; } */ +/* a:visited { color: #0000ff; } */ +/* a:hover { background: #66ff66; } */ + +A { + color: #0000FF; + text-decoration: none; +} + +A:hover { color: #6699cc; text-decoration: underline; } +A.urls { color: #0A68B6; text-decoration: none; } +A.urls:hover { color: #6699cc; text-decoration: underline; } +A.tags { color: #008080; text-decoration: none; } +A.tags:hover { color: #6699cc; text-decoration: underline; } + + + +table.pagetable td +{ + padding: 3px; +} + +table.datatable +{ + width: 100%; + font-size: 12px; + font-family: Verdana; +} + +table.datatable tr th +{ + padding: 2px; + border-bottom:1px solid black; + text-align: left; +} + +table.datatable tr td +{ + padding: 2px; + border-bottom: 1px solid white; + vertical-align: top; +} + +table.datatable tr.odd +{ + background-color: #7FFFD4; +} + +table.datatable tr.even +{ + background-color: #F0F0F0; +} + +table.datatable tr.blank +{ + background-color: #FFFFFF; +} diff --git a/extras/httpsrv/home/index.html b/extras/httpsrv/home/index.html index cdb01ba912..edad38465b 100644 --- a/extras/httpsrv/home/index.html +++ b/extras/httpsrv/home/index.html @@ -1,44 +1,44 @@ - - - - -Harbour uHTTPD Server example - - - -

Simple uHTTPD server demo

-
-Examples: -
- - -
-(*) Before run these examples, please build files in /uhttpd/modules folder using 'hbmk2 modules.hbp' -
-(**) This example requires libgd package - - - - + + + + +Harbour uHTTPD Server example + + + +

Simple uHTTPD server demo

+
+Examples: +
+ + +
+(*) Before run these examples, please build files in /uhttpd/modules folder using 'hbmk2 modules.hbp' +
+(**) This example requires libgd package + + + + diff --git a/extras/httpsrv/home/js/ajax.js b/extras/httpsrv/home/js/ajax.js index c405ca3714..345fce7f90 100644 --- a/extras/httpsrv/home/js/ajax.js +++ b/extras/httpsrv/home/js/ajax.js @@ -254,4 +254,3 @@ function ShowProgress() a.style.display="none"; } // if } // ShowProgress - diff --git a/extras/httpsrv/home/postsample.html b/extras/httpsrv/home/postsample.html index cadf212508..b697141127 100644 --- a/extras/httpsrv/home/postsample.html +++ b/extras/httpsrv/home/postsample.html @@ -1,23 +1,23 @@ - - - - -Harbour uHTTPD Server post example - - - -

Simple uHTTPD server method POST

-
-
- -
- Type something: - -
-Pressing button you will redirect to /info page. Look at POST and REQUEST values. -
You will see a "word" variable name. -
-
Return to Main Page - - - + + + + +Harbour uHTTPD Server post example + + + +

Simple uHTTPD server method POST

+
+
+ +
+ Type something: + +
+Pressing button you will redirect to /info page. Look at POST and REQUEST values. +
You will see a "word" variable name. +
+
Return to Main Page + + + diff --git a/extras/httpsrv/home/testajax.html b/extras/httpsrv/home/testajax.html index b0e1efee7b..0fd4222a87 100644 --- a/extras/httpsrv/home/testajax.html +++ b/extras/httpsrv/home/testajax.html @@ -1,56 +1,56 @@ - - -Simple Ajax Example - - - -This is a simple ajax test. Please type a string in input field and press GO button. -
-

word: -

-
-
-Return to Main Page - - + + +Simple Ajax Example + + + +This is a simple ajax test. Please type a string in input field and press GO button. +
+

word: +

+
+
+Return to Main Page + + diff --git a/extras/httpsrv/home/testxmldb.html b/extras/httpsrv/home/testxmldb.html index b3eb656913..04ee2e6bfe 100644 --- a/extras/httpsrv/home/testxmldb.html +++ b/extras/httpsrv/home/testxmldb.html @@ -1,90 +1,90 @@ - - - - Part 4 Example - - - - - - - Simple XML servlet -
-
Tested with IE6+, Firefox 2+ and Opera 9+. Not working with Google Chrome, Safari. -
Please note that tableservletdb.prg simulates a slow reply of 0.5 seconds. - If you want to check real speed please comment #define SIMULATE_SLOW_REPLY in source. -
Return to Main Page -
-
Select a Page  -
 
-
- -
 
- - + + + + Part 4 Example + + + + + + + Simple XML servlet +
+
Tested with IE6+, Firefox 2+ and Opera 9+. Not working with Google Chrome, Safari. +
Please note that tableservletdb.prg simulates a slow reply of 0.5 seconds. + If you want to check real speed please comment #define SIMULATE_SLOW_REPLY in source. +
Return to Main Page +
+
Select a Page  +
 
+
+ +
 
+ + diff --git a/extras/httpsrv/home/xsl/based.xsl b/extras/httpsrv/home/xsl/based.xsl index 9b5bbb3b83..7ef7f3e5e9 100644 --- a/extras/httpsrv/home/xsl/based.xsl +++ b/extras/httpsrv/home/xsl/based.xsl @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - even - odd - - - - - - - - - - - - - - -
No Records Found
- - -
- - - - - - -   - - - - - - - - - -   - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + even + odd + + + + + + + + + + + + + + +
No Records Found
+ + +
+ + + + + + +   + + + + + + + + + +   + + + + + + + +
\ No newline at end of file diff --git a/extras/httpsrv/home/xsl/basep.xsl b/extras/httpsrv/home/xsl/basep.xsl index 088b6d3380..567441cded 100644 --- a/extras/httpsrv/home/xsl/basep.xsl +++ b/extras/httpsrv/home/xsl/basep.xsl @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - -
- - - -
- -
-
+ + + + + + + + + + + + + + + + +
+ + + +
+ +
+