Add translations for fr and jp. Also, force UTF8 encoding on servlet responses,...
[frank.git] / index.html
index c110dd304469debf982ee6c937bbbc51bd2fa2a4..e372d36d4f57da84d1635b2df11b58161ca3f93d 100644 (file)
@@ -1,11 +1,21 @@
 <HTML>
   <HEAD>
+    <META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8"/>
     <TITLE>Frank Welcome Page</TITLE>
+    <STYLE>
+      body {background-color: #F0F0C0; font-size: 1em; }
+      #heading {border-collapse: collapse; font-size: 1.5em; }
+      #heading td, #heading th {border: 1px solid #600000; padding: 3px 3px 3px 3px; text-align: center;}
+      #heading th {background-color: #800000; color: #FFFFFF; }
+      #heading tr.ghost td {background-color: #C0C0C0;}
+    </STYLE>
   </HEAD>
+
   <BODY>
-    <H1>Welcome to Frank</H1>
-    <H2>Choose a preselected stop:</H2>
+    <TABLE ID="heading"><TR><TH>Welcome to Frank</TH></TR></TABLE>
+
     <P>
+      <B>Choose a preselected stop:</B><BR/>
       <A HREF="/ViewSchedule?stop=2438&route=">Bronson at Sunnyside, NB</A><BR/>
       <A HREF="/ViewSchedule?stop=6781&route=">Bronson at Sunnyside, SB</A><BR/>
       <A HREF="/ViewSchedule?stop=6683&route=">Sunnyside at Seneca, EB</A><BR/>
       <A HREF="/ViewSchedule?stop=6625&route=">Bronson at Somerset NB</A><BR/>
       <A HREF="/ViewSchedule?stop=5690&route=">Bronson at Somerset SB</A><BR/>
     </P>
-    <H2>Or, enter your stop number:</H2>
     <P>
+      <B>Or, enter your stop number:</B><BR/>
       <FORM NAME="EnterStopNo" ACTION="/ViewSchedule" METHOD="get">
         <INPUT TYPE="text" NAME="stop"/>
         <INPUT TYPE="submit" VALUE="Submit"/>
       </FORM>
     </P>
+    <P>
+      English <A HREF="index_fr.html">Français</A> <A HREF="index_jp.html">日本語</A>
+    </P>
   </BODY>
 </HTML>