+ examples/uhttpd2
+ examples/uhttpd2/umain.prg
+ examples/uhttpd2/files
+ examples/uhttpd2/files/main.js
+ examples/uhttpd2/files/main.css
+ examples/uhttpd2/uhttpd2.hbp
+ examples/uhttpd2/uwidgets.prg
+ examples/uhttpd2/carts.dbf
+ examples/uhttpd2/uhbext.prg
+ examples/uhttpd2/app.prg
+ examples/uhttpd2/socket.c
+ examples/uhttpd2/items.dbf
+ examples/uhttpd2/readme.txt
+ examples/uhttpd2/users.dbf
+ Added contribution of Mindaugas Kavaliauskas:
small-footprint multithreading http server with session model.
Read the whole description in readme.txt.
+ examples/httpsrv
+ examples/httpsrv/httpsrv.hbp
+ Somehow missed from prev.
35 lines
463 B
CSS
35 lines
463 B
CSS
body, td {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
table.ubr {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 13px;
|
|
border-width: 1px;
|
|
}
|
|
|
|
table.ubr th {
|
|
padding: 0px 4px 0px 4px;
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
table.ubr tr {
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
table.ubr tr:hover {
|
|
background-color: #D0D0FF;
|
|
}
|
|
|
|
|
|
tr.ubrr div {
|
|
width: auto;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
ulnk {
|
|
text-color:blue;
|
|
text-decoration:underline;
|
|
} |