1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 15:08:20 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
Zeev Suraski 6b58aac7b4 Increase the width of the mirrors kickout. The french university name was too long and was
killing the mirrors kickout.
1998-05-16 13:35:41 +00:00
Colin Viebrock 7f03245831 Fixed search button - if you click on it, you go to the local form. 1998-05-06 16:40:49 +00:00
Colin Viebrock af4c5b2dd5 More font goodness (Verdana is alot like Tahoma ... and more prevalent, apparently) 1998-05-05 18:30:24 +00:00
Colin Viebrock 545c0a5158 More font options for examples in the manual . 1998-05-05 18:07:50 +00:00
Colin Viebrock 8d4e8c1218 Changed the link colour ... you like? ;) 1998-05-05 14:15:44 +00:00
Colin Viebrock 5e1a245fdd *** empty log message *** 1998-05-04 16:22:13 +00:00
Colin Viebrock fb4042696c Reduced image sizes by about 30% ... faster downloading, blah blah blah .. 1998-05-01 19:32:26 +00:00
Gareth Watts 131484cce5 Link fix 1998-04-19 14:20:50 +00:00
Gareth Watts 48a3f419a9 HAVE_SEARCH needs to be global for the search page
to see it.
1998-04-16 16:04:32 +00:00
Colin Viebrock 30ebb92f6e oops ... 1998-04-16 15:26:10 +00:00
Colin Viebrock 4c922a8e0a New search page (replaces old "search.php3") 1998-04-16 15:16:28 +00:00
Colin Viebrock 8365dc64e0 Oops... don't know how that disappeared.
BTW, what's the first line all about (with the C++) ?
1998-04-15 15:20:29 +00:00
Colin Viebrock d7fac151e0 Tweaks 1998-04-14 19:17:55 +00:00
Gareth Watts e66445c934 htsearch now executed via a shell script (htphp.sh)
which search enabled mirrors will need to setup (it's
included int Mirrors-htdig.tgz)
Added code to generate result links linking back to the
local mirror if the search was initiated remotely.
1998-04-14 10:02:27 +00:00
Colin Viebrock f77b5186e0 Added the ability to disable the kickouts on a page.
Just add:
     $DISABLE_KICKOUTS = true;
after requiring the shared.inc file.

This should be used on pages with forms, since the form elements on the layers
get all mungled with form elements on the rest of the page.  ("Mungled?")
1998-04-13 22:53:19 +00:00
Colin Viebrock ae7156eb2b Fixed HTDIG support:
- pages look normal to HTDIG, except manual pages, which have no text links down the left side
1998-04-13 21:55:59 +00:00
Colin Viebrock 2aa3f8fb31 Pages are now Plain-Jane if htdig is visiting. 1998-04-13 19:43:26 +00:00
Colin Viebrock 703206511b Changed links button to actually point to something useful. ;)
Anyone: feel free to re-word what I've written and add some more stuff to
links.php3
1998-04-08 21:29:37 +00:00
Colin Viebrock 9d7e289382 Little font changes ... no real effect. 1998-04-03 19:58:43 +00:00
Colin Viebrock 1ca2fc145d Search flag again (forgot one thing!) 1998-04-03 16:39:03 +00:00
Colin Viebrock a6d980ef98 Added flag for whether the mirror site has search working or not (in which case it goes to ca.php.net). 1998-04-03 16:37:30 +00:00
Colin Viebrock e23614540b Get rid of "bogus Netscape bug" comment ... don't want to scare everyone, now do we? 1998-04-02 21:04:45 +00:00
Colin Viebrock 5e412c6827 When using the search form on the kickout, it wasn't going to ca.php.net
Now it is.
1998-04-02 20:19:27 +00:00
Stig Bakken 22c14c23e1 only one source page 1998-04-02 15:45:25 +00:00
Colin Viebrock e45a4ea3cc Changed the background of the kickouts from an image to a colour ... should fixe some problems with NS under Linux 1998-04-01 16:48:46 +00:00
Colin Viebrock a5281cebc4 Finally! Fixed the JS errors (thanks Zeev!)
Every browser that can handle kickouts, should get them ...

...in a new and improved version . o O !
1998-03-28 00:17:39 +00:00
Zeev Suraski 7bef648af4 Nuke those JavaScript errors by commenting out layer related stuff.
We simply can't afford a JavaScript error on every hit :I
1998-03-27 11:02:40 +00:00
Colin Viebrock ee77f17a04 What? Why is this appearing on every site?!
My brain is mushing up .. can someone else figure this out?
1998-03-27 00:24:44 +00:00
Colin Viebrock 6769509754 Oops, don't want the debugging code on all the sites. 1998-03-27 00:19:58 +00:00
Colin Viebrock b6e705cbfb partial fix: diable kickouts for X11 browsers. 1998-03-27 00:03:52 +00:00
Colin Viebrock 5443a6f3df Fix JS "document.layer has no properties" error on manual pages. 1998-03-26 18:16:53 +00:00
Zeev Suraski c8cd8c16c4 Don't show ftp:// in the mirrors list
Add the ever-disappeaing netvision FTP site
1998-03-26 17:48:11 +00:00
Colin Viebrock 16c58b3db6 - Logo for mirror hosts
- update info for .au and .jp mirrors
- another attempt at losing the document.write() calls
  (works under NS4/Win95)
1998-03-26 16:05:52 +00:00
Colin Viebrock 4d2c57ca65 Oops! Major misalignment in IE4 ... gone back to the old version for now. 1998-03-25 23:51:44 +00:00
Colin Viebrock 662df7d453 Removed all document.write() tags from the site (yeah!)
Kickouts should line up, regardless of browser/platform.  Can some people test it out?

Drawback: I seem to have lost the fonts.  Stig, can you have a look?
1998-03-25 23:43:31 +00:00
Colin Viebrock 22e99e5a43 IE3 doesn't support CSS ... fixed the browser checking code. 1998-03-24 15:00:40 +00:00
Colin Viebrock 4d2e47daa3 Changed visited link colour - now more different from regular text.
("more different"?)
1998-03-24 14:31:49 +00:00
Stig Bakken 91e93044a0 had to move it for X11 again, weird 1998-03-24 10:43:18 +00:00
Rasmus Lerdorf c9cf2e4d18 Create support page and put mailing list information on that page. I
don't think they warrant their own button.  This gives us a bit of real
estate in the left column if we need to add something else there.
1998-03-24 03:53:18 +00:00
Colin Viebrock d005686d92 Try this weird layer stuff again ... 1998-03-24 00:01:27 +00:00
Colin Viebrock ec1b721b28 Try changing z-index of kickouts ... 1998-03-23 23:26:27 +00:00
Rasmus Lerdorf e0d43332c8 Hrm.. Glimpse search is broken on www.php.net site. Point all sites
at ca.php.net for now until the main site is fixed.
1998-03-23 21:46:06 +00:00
Zeev Suraski 276e72b1cf Get the download page to fully work 1998-03-23 20:36:46 +00:00
Rasmus Lerdorf 79e51f04d3 Fix broken links. Still not sure if the "Links" button should go to the
sites, page, but point it here for now for lack of something better to
point it at.
1998-03-23 20:10:21 +00:00
Rasmus Lerdorf 2f3d53cf82 Remove some references to /new 1998-03-23 20:02:44 +00:00
Rasmus Lerdorf 608e0adb57 Move include files for new interface 1998-03-23 19:33:07 +00:00