Ticket descriptions
authorRichard Whitehouse <github@richardwhiuk.com>
Mon, 7 Feb 2011 16:56:44 +0000 (16:56 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Mon, 7 Feb 2011 16:56:44 +0000 (16:56 +0000)
template/index.php
template/tickets.php

index 2b5e62b1ff8e28649336ae6efacb8462ad560d8c..d015f917fa8f1a7497184be64bcebe3deda7b1c2 100644 (file)
@@ -5,7 +5,7 @@ class Template_Index extends Template {
 public function Display(){
 
 // A little setup
-
+       header('Content-type: text/html; charset=utf-8');
 ?>
 <!DOCTYPE html>
 <html>
index 930171f8a6f4a5a043c25c7afa9667c1f1328966..47268a927f28e819d492fe3988928933e7c723f8 100644 (file)
@@ -5,21 +5,38 @@ class Template_Tickets extends Template {
 public function display(){
         ?><!--<a href="https://www.srcf.ucam.org/hmb/secure/"><img src="/theme/tickets.png"></a>-->
        <div id="tickets" style=" font-size: 14px; padding: 10px;">
-               <h1 class="flir" style="text-align: center;">TICKETS</h1>
-       
+               <h1 class="flir" style="margin-bottom: 10px; text-align: center;">TICKETS</h1>
+               <div style="width: 99%; overflow: auto; border-bottom: 1px solid black;">
+                       <div style="float:left; width: 33%; overflow: auto; ">
+                               <div style="padding: 0 1em; text-align: center;">
+                                       <h3 style="margin: 0;"> Dining Ticket - £140</h3>
+                                       <p>Join the round table and experience an authentic medieval feast worthy of a King (or Queen!)</p>
+                               </div>
+                       </div>
+                        <div style="float:left; width: 33%; overflow: auto; ">
+                                <div style="padding: 0 1em; text-align: center;">
+                                        <h3 style="margin: 0;"> Priority Ticket - £120</h3>
+                                       <p>Limited numbers - these tickets guarantee you priority entry to the Ball so the night of magic and revelry can begin as soon as possible ...</p>
+                                </div>
+                        </div>
+                        <div style="float:left; width: 33%; overflow: auto; ">
+                                <div style="padding: 0 1em; text-align: center;">
+                                        <h3 style="margin: 0;"> Standard Ticket - £105</h3>
+                                       <p>Guaranteed to be a "knight" of legendary entertainment, glorious food and drink alongside a few tricks you won't be expecting...</p>
+                                </div>
+                        </div>
+               </div>
                <div style="float: left;border-right: 1px thin solid black; width: 49%; overflow: auto;">
                        <div style="padding: 1em; padding-left: 40px; text-align: left;">
-                       <h2 class="flir">ALUMNI</h2>
                        <img src="/theme/person2.png" style="float: right; padding-right: 8px;">
+                       <h2 class="flir" style="margin-top: 0;">ALUMNI</h2>
                        <p>If you are a Cambridge alumnus, and no longer have an active Raven account, please e-mail <a href="mailto:ticketing@homertonball.com">ticketing@homertonball.com</a></p>
                        </div>
                </div>
                <div style="float: right; border-left: 1px solid black; width: 49%; height: 100%;  overflow: auto;">    
-                       <div style="padding: 1em; text-align: right;">
-                               <h2 class="flir">UNIVERSITY</h2>
-                               
+                       <div style="padding: 1em; padding-right: 40px; text-align: right;">
                                <img src="/theme/person1.png" style="padding-left: 8px; float: left;">
-
+                               <h2 class="flir" style="margin-top: 0;">UNIVERSITY</h2>
                                <a href="https://www.srcf.ucam.org/hmb/secure"><strong>Buy Tickets via Raven</strong></a>
                        </div>
                </div>