eb015354 | 09-Aug-2003 |
Gabor Hojtsy |
Movet get_download out of the website root, as it is not supported to access this directly. Download mirror selections are supported via the /get/$filename/from/a/mirror URLs |
e8155641 | 09-Aug-2003 |
Gabor Hojtsy |
Make the form look more like the other ones on PHP.net, and fix a table header close tag problem |
b0564ab7 | 09-Aug-2003 |
Gabor Hojtsy |
Add center class and use it for centering content where needed |
5bb421e0 | 09-Aug-2003 |
Gabor Hojtsy |
XHTMLize |
44a67c84 | 09-Aug-2003 |
Gabor Hojtsy |
Stop depending on register globals, use _GET and _POST instead, and add new include and base page code |
d3fe947a | 09-Aug-2003 |
Gabor Hojtsy |
Ups, the email comes with POST and not GET |
025d5fff | 09-Aug-2003 |
Gabor Hojtsy |
Fix varname typo |
eeafa72a | 09-Aug-2003 |
Gabor Hojtsy |
Apply new include and base page code Use _GET instead of depending on register_globals |
e453d3ef | 09-Aug-2003 |
Gabor Hojtsy |
Use the standard table styles |
cf06d149 | 09-Aug-2003 |
Gabor Hojtsy |
Use the standard table layout (CSS styles) |
7da44c40 | 09-Aug-2003 |
Gabor Hojtsy |
Fix c/p error |
d281dc0d | 09-Aug-2003 |
Gabor Hojtsy |
Fix HTML validity problem |
761cd971 | 09-Aug-2003 |
Gabor Hojtsy |
Add general <hr> styling |
909f36ea | 09-Aug-2003 |
Gabor Hojtsy |
Submit event page remake - use new base page and include methods - use $_POST instead of $in for incoming vars, thus dropping the need of register_globals - reuse already writte
Submit event page remake - use new base page and include methods - use $_POST instead of $in for incoming vars, thus dropping the need of register_globals - reuse already written code ($MQ)
show more ...
|
c1c8c28d | 09-Aug-2003 |
Gabor Hojtsy |
Kill delims once and for all. |
eed3662e | 09-Aug-2003 |
Gabor Hojtsy |
Keep hierarchy of HTML headers |
a5edf2d3 | 09-Aug-2003 |
Gabor Hojtsy |
Generate proper XHTML code |
1a4784ab | 09-Aug-2003 |
Gabor Hojtsy |
Fix HTML validity problem |
f325f7d6 | 09-Aug-2003 |
Gabor Hojtsy |
delim() and hdelim() are not used anymore |
89c55fc2 | 09-Aug-2003 |
Gabor Hojtsy |
Not used anymore (was a predecessor of prepend.inc) |
6943eed5 | 09-Aug-2003 |
Gabor Hojtsy |
Use pregs instead of eregs for consistency and make the code more readable |
a3cf8e36 | 09-Aug-2003 |
Gabor Hojtsy |
No need to make $_SERVER global anymore, we have 4.1.x+ as a requirement currently... |
7c8af075 | 09-Aug-2003 |
Gabor Hojtsy |
Fix HTML validity problems |
c0864da6 | 09-Aug-2003 |
Gabor Hojtsy |
WS fixing in the layout, using new base page and include code, and move the very small sidebar to separate parts of the page, also linking in the mailing lists page |
29fe3bf4 | 09-Aug-2003 |
Gabor Hojtsy |
<small> is inline, should not contain a <p>... |