--- a/common-template.inc.php +++ b/common-template.inc.php @@ -3,8 +3,9 @@ { echo ' - - + + + ' . $pageTitle . ''; if ($datepicker) echo ''; if (isDebugServer()) echo ' @@ -20,7 +21,7 @@ }); '; -echo ' - + #jqm-homeheader { + text-align: center; + } + + // source http://webaim.org/techniques/skipnav/ + #skip a, #skip a:hover, #skip a:visited +{ +position:absolute; +left:0px; +top:-500px; +width:1px; +height:1px; +overflow:hidden; +} + +#skip a:active, #skip a:focus +{ +position:static; +width:auto; +height:auto; +} +'; + if (strstr($_SERVER['HTTP_USER_AGENT'], 'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'], 'iPod')) { + echo ' '; + } if ($geolocate) { echo " "; } echo ' + '; if ($opendiv) { echo '
@@ -82,6 +114,7 @@

' . $pageTitle . '

+
'; } } @@ -109,22 +142,22 @@ or enter an address/co-ordinates in the box below.
'; } echo '
-

Change Time/Place (' . (isset($_SESSION['time']) ? $_SESSION['time'] : "Current Time,") . ' '.ucwords(service_period()).')...

-
+

Change Time/Place (' . (isset($_SESSION['time']) ? $_SESSION['time'] : "Current Time,") . ' ' . ucwords(service_period()) . ')...

+
- +
- Current Time? + Current Time?
- '; foreach ($service_periods as $service_period) { - echo "'; + echo "'; } echo '