X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=testbed%2Fua_test.php;h=7b6d0d89e38da5bdda8e88fa21ceb8d8119dd87c;hp=ae7387e76420625924f9eca50c20a525266436af;hb=1c66619580bb5d94d7e700b011d9ada5cdcb599c;hpb=b8db1df4f951c3aa5e0210572f71513d935f2ada diff --git a/testbed/ua_test.php b/testbed/ua_test.php index ae7387e..7b6d0d8 100644 --- a/testbed/ua_test.php +++ b/testbed/ua_test.php @@ -1,16 +1,10 @@ - - - - - - KaiRo's Browser-Test - - pgtop("KaiRo's Browser-Test"); + $httpvars = $util->getHTTPvars(); if (strlen($httpvars["ua"])) { $ua = new userAgent($httpvars["ua"]); @@ -21,7 +15,7 @@ else { print("

KaiRo's Browser-Test

\n"); -print("I read the following user agent string from your browser:\n
"); +print("I read the following user agent string from ".(strlen($httpvars["ua"])?"your input":"your browser").":\n
"); print("".$ua->uastring."\n"); print("

This is ".($ua->isns()?"a":"no")." Netscape browser.\n"); @@ -34,10 +28,10 @@ print("
The browser version is reported as "".$ua->version."" if ($ua->geckobased()) { print("
The Gecko date is reported as "".$ua->geckodate().""\n"); } print("

I conclude this must be ".$ua->brand." ".$ua->version."\n"); -print("

Test the following UA string:\n"); +print("

Test the following UA string (leave empty to read it from your browser):\n"); print("

\n"); print("uastring."\" size=\"80\" maxlength=\"150\">\n"); print("

\n"); + +$wrapper->pgbottom(); ?> - - \ No newline at end of file