EBusiness Final Document

Group 8
E-Business plan for Refugio Web System.
Prepared and created by KMDC2
i | P a g e
Table of Contents
Use Case Diagram for Refugio Web System Project ..................................................................1
Use Case Narratives for Refugio Web System Project...............................................................2
Sequence Diagrams for Refugio Web System Project ...............................................................6
Activity Diagrams for Refugio Web System Project.................................................................13
Navigation Diagrams for Refugio Web System Project ...........................................................15
State Diagram for Refugio Web System Project......................................................................18
Admin_home.html ...................................................................................................................19
AboutUs.html ...........................................................................................................................21
Accommodation.html ..............................................................................................................23
AccommodationOwner.html ...................................................................................................34
Tips.html...................................................................................................................................45
Storelocator.html .....................................................................................................................47
Home.html ...............................................................................................................................48
Owner_Home.html ..................................................................................................................50
OwnersBookingPage.html........................................................................................................52
Profile.html ..............................................................................................................................54
ii | P a g e
Owner_Profile.html .................................................................................................................57
Profile_Result.html ..................................................................................................................60
Contact.html ............................................................................................................................61
Contactus_Result.html.............................................................................................................64
Login.php..................................................................................................................................65
LoginSQL.php ...........................................................................................................................66
LogOut.php...............................................................................................................................67
AddAccom.php.........................................................................................................................68
AddAccommodation_Result.html............................................................................................70
AddAccomSQL.php...................................................................................................................71
AddCity.php..............................................................................................................................72
AddCity_Result.php .................................................................................................................73
AddCitySQL.php .......................................................................................................................74
AddCountry.php.......................................................................................................................75
AddCountrySQL.php.................................................................................................................76
AddCountry_result.html ..........................................................................................................77
Response.php...........................................................................................................................78
iii | P a g e
ResponseSQL.php ....................................................................................................................79
AddResponse_Result.html .......................................................................................................80
Review.php...............................................................................................................................81
AddReviewSQL.php..................................................................................................................83
AddReview_Result.html...........................................................................................................84
Register.php .............................................................................................................................85
RegisterSQL.php.......................................................................................................................86
Register_Result.html................................................................................................................87
Profile.php................................................................................................................................88
Booking_Form_Handler.php....................................................................................................89
Booking_form.php ...................................................................................................................90
html_form.clas.php..................................................................................................................92
Html_table.class.php ...............................................................................................................95
Ex1_Result.html .......................................................................................................................99
Session.php ............................................................................................................................100
Order_form.js.........................................................................................................................101
Slider.js...................................................................................................................................103
App.js......................................................................................................................................104
iv | P a g e
StyleStore.css .........................................................................................................................108
Styles.css ................................................................................................................................111
Style.css..................................................................................................................................113
Declaration.............................................................................................................................119
1 | P a g e
Use Case Diagram for Refugio Web System Project
Prepared by: KMDC2 Date: 14/01/2015
2 | P a g e
Use Case Narratives for Refugio Web System Project
Prepared by: KMDC2 Date: 14/01/2015
Log On
Title Log on
Description Whena user opensthe website alogonpage will appear
Actors andinterfaces Registrant
Initial status&
pre-conditions
Must go onto the website before the logonpage will appear
Basic flow
Step1… useraccesseswebsite
Step2… usermustenterusername andpasswordandclickon button.
Step3... If userenterstheirusername orpasswordwrongtheywill be promptedtore-enteritthen
grantedaccess.
Post conditions
The user will nowbe able tobookaccommodation
Alternative flow
If log on isincorrectthentry again
Write Review
Title Write Review
Description Write Reviewsof accommodationcanbe postedbyregistrantsonce they
have stayedthere
Actors andinterfaces Registrants
Initial status&
pre-conditions
Registrantsmusthave stayedinaccommodationbefore they are allowed
submita review
Basic flow
Step1… Registrantsmustbookaccommodation
Step2… Registrantsmuststayinaccommodation
Step3... Registrantscanthensubmita review onexperience inthe accommodation
Post conditions
Users , Ownersand visitorswill nowbe able toreadreviews
Alternative flow
Ownersof the accommodationcan respondback
3 | P a g e
Write Responses
Title Write Responses
Description Accommodationownerwillwrite aresponse toreview made ontheir
accommodation.
Actors andinterfaces Owner
Initial status&
pre-conditions
Ownermusthave a review torespondtoo
Basic flow
Step1… Ownerviewsregistrantsreviews
Step2… Ownerrespondstothe reviewmade
Post conditions
Responsescannotbe viewedbyall registrants.
Alternative flow
N/A
Add City/Country
Title Addcities/Addcountry
Description A city/countryname isentered
Actors andinterfaces Admin
Initial status&
pre-conditions
Adminwill enteracity/countryof theirchoice
Basic flow
Step1… Adminaccesseswebsite
Step2… Admin will enteracity/countryof theirchoice
Step3... Adminwill submittheirdetailswhichare entered
Post conditions
The systemwill informthe adminthatthe city/countryhasbeenadded.
Alternative flow
N/A
Write Responses
Title Write Responses
Description Accommodationownerwillwrite aresponse toreview made ontheir
accommodation.
Actors andinterfaces Owner
Initial status&
pre-conditions
Ownermusthave a review torespondtoo
Basic flow
Step1… Ownerviewsregistrantsreviews
Step2… Ownerrespondstothe reviewmade
Post conditions
Responsescannotbe viewedbyall registrants.
Alternative flow
N/A
4 | P a g e
View Accommodation
Title ViewAccommodation
Description Everyone thataccessesthe website canview the accommodationthatis
available
Actors andInterfaces Registrants,Owners,Visitors
Initial Status &pre
conditions
Basic Flow
Step1… Anyone thataccessesthe website canview all accommodation
Post Conditions
Accommodationisbookedandregistrantare made
Alternative Flow
N/A
Make Booking
Title Make Booking
Description Users can bookaccommodation
Actors andinterfaces Users
Initial status&
pre-conditions
Theyhave to be a registered userinordertobe able to book
accommodation
Basic flow
Step1… booknowbuttonmust be clicked
Step2… accommodationmustbe picked
Step3... datesto stayin accommodationmustbe chosen
Step4... paymentcanthenbe made
Step5... Receiptwill be received
Step6... User can nowstay inaccommodation
Post conditions
Users can stay inaccommodation
Alternative flow
N/A
5 | P a g e
Register Account
Title RegisterAccount
Description Registeraccountallowsusers tocreate an account and make bookings
Actors andinterfaces Users andowners
Initial status&
pre-conditions
Must be onwebsite beforetheycanregister
Basic flow
Step1… registerbuttonmustbe clicked
Step2… a unique username andpasswordmustbe entered
Step3... a confirmationemail will be senttothe email youentertomake youa fullyregistereduser
Post conditions
User are nowan official user
Alternative flow
N/A
View Booking
Title ViewBooking
Description Ownerscan view all bookingsforeachaccommodationtheyown
Actors andinterfaces Owners
Initial status&
pre-conditions
Bookingsmustbe made by users
Basic flow
Step1… ownermustbe loggedin
Step2… can be accessedthroughtheirprofile
Post conditions
All bookings made willbe storedhere
Alternative flow
N/A
6 | P a g e
Sequence Diagrams for Refugio Web System Project
Prepared by: KMDC2 Date: 15/01/2015
Administration Sequence Diagram
Administration Log In Sequence Diagram
7 | P a g e
Administration Add Country Sequence Diagram
Administration Add City Sequence Diagram
8 | P a g e
Owner Sequence Diagram
Owner Log In Sequence Diagram
9 | P a g e
Owner Add Accommodation Sequence Diagram
Owner View Booking Sequence Diagram
10 | P a g e
Owner Confirm Booking Sequence Diagram
Owner View Review Sequence Diagram
11 | P a g e
Registrant Sequence Diagram
Registrant Log In Sequence Diagram
12 | P a g e
Visitor Sequence Diagram
Visitor View Sequence Diagram
13 | P a g e
Activity Diagrams for Refugio Web System Project
Prepared by: KMDC2 Date: 15/01/2015
Administration Activity Diagram
Visitor Activity Diagram
14 | P a g e
Owner Activity Diagram
Registrant Activity Diagram
15 | P a g e
Navigation Diagrams for Refugio Web System Project
Prepared by: KMDC2 Date: 16/01/2015
Owner Navigation Diagram
16 | P a g e
Registrant Navigation Diagram
17 | P a g e
Administration Navigation Diagram
18 | P a g e
State Diagram for Refugio Web System Project
Prepared by: KMDC2 Date: 15/01/2015
19 | P a g e
Admin_home.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
<!------ importing jquery library ---------->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s
cript>
<script type="text/javascript" src="slider.js"></script>
</head>
<body onload="Slider();">
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!--- Menu containing all standard page options available on this
banner ------>
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<h1 text align="center"> Welcome administrator</h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="Owner_home.html">Owners Homepage</a>
<br>
</br>
<a href="Home.html">Registrant Homepage</a>
<br>
</br>
<!---------- Log in ,Add City and Add country buttons that directs
you to forms that only admistrator can access ------------------------->
<form action="login.php">
<input type="submit" value="Login">
</form>
<form action="addcity.php">
<input type="submit" value="Add City">
20 | P a g e
</form>
<form action="addcountry.php">
<input type="submit" value="Add Country">
</form>
<!---------- Slider of photos of Some accommodations offered by
Refugio ------------------------->
<div id="slider">
<ul>
<li><img src="BeachSlider.jpeg" alt="Beach"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img src="HiltonSlider.jpeg"
alt="Hilton" style="width:500px;height:300px"></li>
<li><img src="Apartmentslider.jpeg" alt="Apartment"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img id="4"
src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li>
<li><img src="loungeSlider.jpeg" alt="Lounge"
style="width:500px;height:300px"></li>
</ul>
</div>
<!---------- Slider checkbox for to auto play slider --------------
----------->
<div class="slider_option">
<input type="checkbox" id="checkbox">
<label for="checkbox">Play Slider</label>
</div>
<!---------- makes space between slider and Copyright tag ---------
---------------->
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="footer">
<h6>Copyright 2015: KMDC2</h6></div>
</div>
</div>
</body>
</html>
21 | P a g e
AboutUs.html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<h1>
<p>Here at Refugio we love our company and we know you will
too!!</p>
</h1>
<p>&nbsp;</p>
<!-- Description about refugio -->
<table style="width:100%">
<h2>Our Story</h2>
<tr>
<td>
<p>
At Refugio Travel we try our hardest for our
customers. You are the most important thing about our company because
without you there would be no Refugio Family. We love our customers because
they love our service. We are now available 24/7 for you. We want to be the
best we can be that why we want you to give us your feedback. We pride
ourselves on the quality and experience of our staff whose sole objective
is to provide you with a comprehensive service that guarantees your
complete satisfaction and hopefully places you among our many valued
clients who return again and again to us.
</p>
</td>
<p>&nbsp;</p>
</tr>
</table>
<br>
22 | P a g e
<table style="width:100%">
<!-- Description about refugio -->
<h2>Born and Raised</h2>
<tr>
<td>
<p>
100% Irish owned & operated. We are the number 1
travel company in Ireland. A company with over 200 employee which is ever
expanding. We like to think of our company as one big happy family. We are
situated in the Grand Parade in Cork since 1999 but we are also in Dublin
O'Connell Street.
</p>
</td>
<p>&nbsp;</p>
<p>&nbsp;</p>
</tr>
</table>
<br>
</br>
<!-------------- Creates the footer image. --------------->
<div id="content_bottom"></div>
<div id="footer">
<h6>Copyright 2015: KMDC²</h6></div>
</div>
</body>
</html>
23 | P a g e
Accommodation.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<br>
</br>
<div id="leftmenu_bottom"></div>
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Table containing all the Hotel Accommodations options
available -->
<table style="width:100%">
<h1> Hotels </h1>
<a href="AccommodationOwner.html">Owners Accommodation
Page</a>
<tr>
<p>
<td><img src="hotel1.jpeg" alt="Hotel"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :1 The Excelsior Palace
Hotel</h3>Stay in the amazing Excelsior Palace Hotel in the renouned
Italian Riviera for an experience of a lifetime. Situated overlooking the
coastline, Excelsior Palace Hotel is just 10 minutes to all local amenities
such as bars, clubs, shops and so on. Experience the breathtaking views
across the Tyrrhenian Sea without interruption from the comfort of the
24 | P a g e
bedroom. Amenities include: Late bar, restaurant, luxury spa, pool,
jacuzzi, Twin / Double / King / Queen rooms as well as a honeymoon suite
</td>
<p>&nbsp;</p>
<td>
<h2> From €225pps</h2></td>
</p>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hotel2.jpeg" alt="Hotel 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :2 The Mercure Nice
Promenade des Anglais</h3> Here at The Mercure Nice Promenade des Anglais,
we know what our guests want. Allow us to take you on a truly memorable
experiance with world class service at your finger tips. Our experienced
and friendly staff know exactly how your trip is meant to go, making it the
trip of a lifetime.</td>
<p>&nbsp;</p>
<td>
<h2> From €185pps</h2></td>
</p>
<!-- Book now, review and response buttons that
directs you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a
href="response.php">Response</a></p>
</td>
<tr>
<p>
25 | P a g e
<td><img src="hotel3.jpeg"
alt="Hotel 3" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :3 The Radisson
Blu </h3>Situated on the beautiful South of France coastline, Radisson Blu
has a world of experience at its disposal to ensure your stay is exactly
how you imagined. With access to all necessary amenities, your stay in
Radisson Blu will be one to remember</td>
<p>&nbsp;</p>
<td>
<h2> From €150pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons
that directs you to labelled pages -->
<tr>
<td colspan="2" style="text-
align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img
src="HiltonSlider.jpeg" alt="Hilton" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :4 Hotel
Westminster </h3>Situated just a minute walk from the beautiful beaches of
South of France coastline, Hotel Westminster is a market leader in
providing luxury accommodation. With access to all necessary amenities
including spa, pool, bar, restaurant, guided tours etc, your stay in Hotel
Westminster will be one to remember.</td>
<p>&nbsp;</p>
<td>
<h2> From €125pps</h2></td>
</p>
</tr>
<!-- Book now, review and response
buttons that directs you to labelled pages -->
<tr>
<td colspan="2" style="text-
align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
26 | P a g e
<td colspan="2" style="text-
align:center">
<p><a
href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="response.php">Response</a></p>
</td>
</table>
<br>
<!-- Table containing all the Apartment Accommodations options
available -->
<table style="width:100%">
<h1> Apartments </h1>
<tr>
<p>
<td><img src="apartment1.jpeg" alt="Apartment 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :5 The Portofino Apartment Homes
</h3>Looking for a place to unwind but still have home comforts? Look no
further than Portofino Apartment Homes. Our complex offers One, Two, Four
and Six bedroom apartments for both short and long stays. Portifino has two
large pools, two jacuzzis and a fully equipped, all monitored and
maintained.</td>
<p>&nbsp;</p>
<td>
<h2> From €1200 p/Month</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="apartment2.jpeg" alt="Apartment
2" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :6 The Bay View Apartments
</h3>Bay View Apartments benefit from a beautiful, uninterrupted view
across the vast Biscane Bay. With apartments to suit all needs, this
secluded location will give you the peace you are searching from your break
away. </td>
27 | P a g e
<p>&nbsp;</p>
<td>
<h2> From €200 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="apartment3.jpeg"
alt="Apartment 3" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :7 The Cassa Blanca
Apartment complex </h3>Cassa Blanca Apartment complex can offer you a
comfortable stay with no fuss needed. We have staff on site to ensure you
settle into your home away from home with no problems. We are located in
the heart of all the local amenities ensuring you have access to everything
you need.</td>
<p>&nbsp;</p>
<td>
<h2> From €2250 p/Month</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="Apartmentslider.jpeg"
alt="Apartment" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :8 Del Ware Apartments
</h3>Del Ware Apartments are located next to the beautiful beach and
harbour. Experience breathtaking views every morning from the comfort of
28 | P a g e
your apartment. Del Ware is the longest established business in the area,
ensuring you a superior level of service.</td>
<p>&nbsp;</p>
<td>
<h2> From €400 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a
href="response.php">Response</a></p>
</td>
</table>
<!-- Table containing all the Villa Accommodations options
available -->
<table style="width:100%">
<h1> Villas </h1>
<tr>
<p>
<td><img src="villa1.jpeg" alt="Villa 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :9 Vista Mar </h3>Want a trip away
but still have a home to live in? You need a villa holiday. We are located
in the heart of the countryside, providing endless amounts of activities
for the whole family. We boast 5 large bedrooms, 3 bathrooms with fully
functioning power showers. We are located 5 minutes drive from the nearest
town so access to amenities is ideal.</td>
<p>&nbsp;</p>
<td>
<h2> From €1000 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
29 | P a g e
<tr>
<p>
<td><img src="villa2.jpeg" alt=" Villa 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :10 Casa Grande </h3>Located
on the beach front, this Villa provides views across the sea that you could
never get tired of. Our villa boasts private beach access for that relaxing
break you dreamed of. 4 bedrooms, 3 bathrooms, a large kitchen living room
open plan span across 3 spacious floors in this wonderful home.</td>
<p>&nbsp;</p>
<td>
<h2> From €1250 p/Week </h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="villa3.jpeg" alt=" Villa 3"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :11 La Buena Vida
</h3>This comfortable villa is bright and spacious consisting of lounge,
dining and a fully equipped kitchen area. It has 4 bedrooms, 2 double and 2
twin. It sleeps 8 comfortably. A second sitting room has a pull-out couch .
It has a full bathroom including WC; a shower room and a separate WC. It is
fully furnished and equipped. A large furnished patio area is ideal for
outdoor dining. It has a large garden, garage and a private pool.</td>
<p>&nbsp;</p>
<td>
<h2> From €1850 p/Week </h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
30 | P a g e
<p><a href="response.php">Response</a></p>
</td>
</table>
<!-- Table containing all the B & B Accommodations options
available -->
<table style="width:100%">
<h1> B & B's </h1>
<tr>
<p>
<td><img src="bandb1.jpeg" alt=" B and B 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :12 Noës </h3>In peaceful and
pleasant surroundings, Thérèse and Daniel welcome you to Noës. You will
enjoy a friendly, convivial stay from where you can visit the region of la
Hague. Breakfast is served in the living room. Depending on the inspiration
of the hostess, you will be able to sample jams, pâtisseries and homemade
bread. Your host is a beekeeper in his free time so you will be able to
taste many varieties of beautiful honey.</td>
<p>&nbsp;</p>
<td>
<h2> From €100pps</h2></td>
</p>
</tr>
<!---------- Book now, review and response buttons that
directs you to labelled pages ------------------------->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="bandb2.jpeg" alt=" B and B 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :13 The Boutique Barcelona Bed
and Breakfast </h3>Housed in a modernist-style building, the Boutique
Barcelona Bed and Breakfast is located in the city centre, in the Eixample
neighbourhood. Stroll to nearby Passeig de Gracia, a wide continental-style
avenue where you will find numerous designer shops, eateries and
spectacular architecture. The hotel is also ideally placed so you can enjoy
the lively nightlife of the nearby Gothic Quarter and El Borne area.
Located in the heart of the city, you can walk to Plaça Catalunya in 3
minutes from the hotel. It also enjoys excellent transport connections to
the rest of the city, by metro or bus.</td>
<p>&nbsp;</p>
<td>
<h2> From €150pps</h2></td>
</p>
31 | P a g e
</tr>
<!-- Book now, review and response buttons that directs
you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="bandb3.jpeg" alt=" B and B 3"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :14 La Cita bed and
breakfast </h3>Enjoy Michelin Guide recommended luxury at the newly-built
La Cita bed and breakfast, County Cork. Family-run, guests can relax with
steaming power showers, modern en-suite rooms, tasty breakfasts and extra
large family bedrooms. The house is on a local bus route and is just 2km
from both Blarney village and Cork city. With a 4-star rating, guests are
sure to enjoy the very best of Irish hospitality from host Siobhán
O’Leary.</td>
<p>&nbsp;</p>
<td>
<h2> From €75pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
</table>
<br>
<!-- Table containing all the Hostel Accommodations options
available -->
<table style="width:100%">
<p>&nbsp;</p>
<h1> Hostels </h1>
<tr>
<p>
<td><img src="hostel1.jpeg" alt="Hostel"
style="width:250px;height:250px"></td>
32 | P a g e
<td>
<h3> AccomID :15 Kinlay House Cork </h3>For
budget accommodation in Cork City Centre, Kinlay House Cork is the place to
stay. We have both dorm beds & private rooms available – perfect for
everyone from solo backpackers to families to large groups.</td>
<p>&nbsp;</p>
<td>
<h2> From €45 p/Night</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hostel2.jpeg" alt="Hostel 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :16 The Hotel de
l'Avenir</h3>The Hotel de l'Avenir is a traditional hotel with a cosy
atmosphere. To celebrate the refreshment of the hotel, a welcome drink is
offered during all the month of November. It is very comfortable and
strategically located in the heart of Paris. Our friendly, multilingual
staff will give you a warm welcome in a contemporary decor with a modern,
uncluttered style.</td>
<p>&nbsp;</p>
<td>
<h2> From €75 p/Night</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hostel3.jpeg" alt="Hostel 3"
style="width:250px;height:250px"></td>
33 | P a g e
<td>
<h3> AccomID :17 U Hostels</h3>U
Hostels is Madrid's first luxury youth hostel at backpackers' prices!
Located in a 19th century palace, is the most modern and stylish hostel of
Madrid. Our privileged location, by Alonso Martinez square, makes us the
ideal base to explore and enjoy our city Come & enjoy the U Hostels
experience!</td>
<p>&nbsp;</p>
<td>
<h2> From €35 pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labeled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
</table>
<p>&nbsp;</p>
<!-- Creates the footer -->
<div id="content_bottom"></div>
<div id="footer">
<h6>Copyright 2015: KMDC²</h6></div>
</div>
</div>
</body>
</html>
34 | P a g e
AccommodationOwner.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Table containing all the Hotel Accommodations options
available -->
<table style="width:100%">
<h1> Hotels </h1>
<a href="addaccom.php">Add Accommodation</a>
<p>&nbsp;</p>
<a href="ownerbookingpage.html">View Booking</a>
<tr>
<p>
<td><img src="hotel1.jpeg" alt="Hotel"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :1 The Excelsior Palace Hotel</h3>
Stay in the amazing Excelsior Palace Hotel in the renouned Italian Riviera
for an experience of a lifetime. Situated overlooking the coastline,
Excelsior Palace Hotel is just 10 minutes to all local amenities such as
bars, clubs, shops and so on. Experience the breathtaking views across the
Tyrrhenian Sea without interruption from the comfort of the bedroom.
35 | P a g e
Amenities include: Late bar, restaurant, luxury spa, pool, jacuzzi, Twin /
Double / King / Queen rooms as well as a honeymoon suite </td>
<p>&nbsp;</p>
<td>
<h2> From €225pps</h2></td>
</p>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hotel2.jpeg" alt="Hotel 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :2 The Mercure Nice
Promenade des Anglais</h3> Here at The Mercure Nice Promenade des Anglais,
we know what our guests want. Allow us to take you on a truly memorable
experiance with world class service at your finger tips. Our experienced
and friendly staff know exactly how your trip is meant to go, making it the
trip of a lifetime.</td>
<p>&nbsp;</p>
<td>
<h2> From €185pps</h2></td>
</p>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a
href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hotel3.jpeg"
alt="Hotel 3" style="width:250px;height:250px"></td>
36 | P a g e
<td>
<h3> AccomID :3 The Radisson
Blu </h3>Situated on the beautiful South of France coastline, Radisson Blu
has a world of experience at its disposal to ensure your stay is exactly
how you imagined. With access to all necessary amenities, your stay in
Radisson Blu will be one to remember</td>
<p>&nbsp;</p>
<td>
<h2> From €150pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons
that directs you to labelled pages -->
<tr>
<td colspan="2" style="text-
align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img
src="HiltonSlider.jpeg" alt="Hilton" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :4 Hotel
Westminster </h3>Situated just a minute walk from the beautiful beaches of
South of France coastline, Hotel Westminster is a market leader in
providing luxury accommodation. With access to all necessary amenities
including spa, pool, bar, restaurant, guided tours etc, your stay in Hotel
Westminster will be one to remember.</td>
<p>&nbsp;</p>
<td>
<h2> From €125pps</h2></td>
</p>
</tr>
<!-- Book now, review and response
buttons that directs you to labelled pages -->
<tr>
<td colspan="2" style="text-
align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-
align:center">
37 | P a g e
<p><a
href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-
align:center">
<p><a
href="response.php">Response</a></p>
</td>
</table>
<br>
<!-- Table containing all the Apartment Accommodations options
available -->
<table style="width:100%">
<h1> Apartments </h1>
<tr>
<p>
<td><img src="apartment1.jpeg" alt="Apartment 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :5 The Portofino Apartment Homes
</h3>Looking for a place to unwind but still have home comforts? Look no
further than Portofino Apartment Homes. Our complex offers One, Two, Four
and Six bedroom apartments for both short and long stays. Portifino has two
large pools, two jacuzzis and a fully equipped, all monitored and
maintained.</td>
<p>&nbsp;</p>
<td>
<h2> From €1200 p/Month</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="apartment2.jpeg" alt="Apartment
2" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :6 The Bay View Apartments
</h3>Bay View Apartments benefit from a beautiful, uninterrupted view
across the vast Biscane Bay. With apartments to suit all needs, this
secluded location will give you the peace you are searching from your break
away. </td>
<p>&nbsp;</p>
38 | P a g e
<td>
<h2> From €200 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="apartment3.jpeg"
alt="Apartment 3" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :7 The Cassa Blanca
Apartment complex </h3>Cassa Blanca Apartment complex can offer you a
comfortable stay with no fuss needed. We have staff on site to ensure you
settle into your home away from home with no problems. We are located in
the heart of all the local amenities ensuring you have access to everything
you need.</td>
<p>&nbsp;</p>
<td>
<h2> From €2250 p/Month</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="Apartmentslider.jpeg"
alt="Apartment" style="width:250px;height:250px"></td>
<td>
<h3> AccomID :8 Del Ware Apartments
</h3>Del Ware Apartments are located next to the beautiful beach and
harbour. Experience breathtaking views every morning from the comfort of
39 | P a g e
your apartment. Del Ware is the longest established business in the area,
ensuring you a superior level of service.</td>
<p>&nbsp;</p>
<td>
<h2> From €400 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a
href="booking_form_handler.php">Book Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a
href="response.php">Response</a></p>
</td>
</table>
<!-- Table containing all the Villa Accommodations options
available -->
<table style="width:100%">
<h1> Villas </h1>
<tr>
<p>
<td><img src="villa1.jpeg" alt="Villa 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :9 Vista Mar </h3>Want a trip away
but still have a home to live in? You need a villa holiday. We are located
in the heard of the countryside, providing endless amounts of activities
for the whole family. We boast 5 large bedrooms, 3 bathrooms with fully
functioning power showers. We are located 5 minutes drive from the nearest
town so access to amenities is ideal.</td>
<p>&nbsp;</p>
<td>
<h2> From €1000 p/Week</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
40 | P a g e
<tr>
<p>
<td><img src="villa2.jpeg" alt=" Villa 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :10 Casa Grande </h3>Located
on the beach front, this Villa provides views across the sea that you could
never get tired of. Our villa boasts private beach access for that relaxing
break you dreamed of. 4 bedrooms, 3 bathrooms, a large kitchen living room
open plan span across 3 spacious floors in this wonderful home.</td>
<p>&nbsp;</p>
<td>
<h2> From €1250 p/Week </h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="villa3.jpeg" alt=" Villa 3"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :11 La Buena Vida
</h3>This comfortable villa is bright and spacious consisting of lounge,
dining and a fully equipped kitchen area. It has 4 bedrooms, 2 double and 2
twin. It sleeps 8 comfortably. A second sitting room has a pull-out couch .
It has a full bathroom including WC; a shower room and a separate WC. It is
fully furnished and equipped. A large furnished patio area is ideal for
outdoor dining. It has a large garden, garage and a private pool.</td>
<p>&nbsp;</p>
<td>
<h2> From €1850 p/Week </h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
41 | P a g e
</td>
</table>
<!-- Table containing all the Hotel Accommodations options
available -->
<table style="width:100%">
<h1> B & B's </h1>
<tr>
<p>
<td><img src="bandb1.jpeg" alt=" B and B 1"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :12 Noës </h3>In peaceful and
pleasant surroundings, Thérèse and Daniel welcome you to Noës. You will
enjoy a friendly, convivial stay from where you can visit the region of la
Hague. Breakfast is served in the living room. Depending on the inspiration
of the hostess, you will be able to sample jams, pâtisseries and homemade
bread. Your host is a beekeeper in his free time so you will be able to
taste many varieties of beautiful honey.</td>
<p>&nbsp;</p>
<td>
<h2> From €100pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="bandb2.jpeg" alt=" B and B 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :13 The Boutique Barcelona Bed
and Breakfast </h3>Housed in a modernist-style building, the Boutique
Barcelona Bed and Breakfast is located in the city centre, in the Eixample
neighbourhood. Stroll to nearby Passeig de Gracia, a wide continental-style
avenue where you will find numerous designer shops, eateries and
spectacular architecture. The hotel is also ideally placed so you can enjoy
the lively nightlife of the nearby Gothic Quarter and El Borne area.
Located in the heart of the city, you can walk to Plaça Catalunya in 3
minutes from the hotel. It also enjoys excellent transport connections to
the rest of the city, by metro or bus.</td>
<p>&nbsp;</p>
<td>
<h2> From €150pps</h2></td>
</p>
</tr>
42 | P a g e
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="bandb3.jpeg" alt=" B and B 3"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :14 La Cita bed and
breakfast </h3>Enjoy Michelin Guide recommended luxury at the newly-built
La Cita bed and breakfast, County Cork. Family-run, guests can relax with
steaming power showers, modern en-suite rooms, tasty breakfasts and extra
large family bedrooms. The house is on a local bus route and is just 2km
from both Blarney village and Cork city. With a 4-star rating, guests are
sure to enjoy the very best of Irish hospitality from host Siobhán
O’Leary.</td>
<p>&nbsp;</p>
<td>
<h2> From €75pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
</table>
<br>
<!-- Table containing all the Hostel Accommodations options
available -->
<table style="width:100%">
<p>&nbsp;</p>
<h1> Hostels </h1>
<tr>
<p>
<td><img src="hostel1.jpeg" alt="Hostel"
style="width:250px;height:250px"></td>
<td>
43 | P a g e
<h3> AccomID :15 Kinlay House Cork </h3>For
budget accommodation in Cork City Centre, Kinlay House Cork is the place to
stay. We have both dorm beds & private rooms available – perfect for
everyone from solo backpackers to families to large groups.</td>
<p>&nbsp;</p>
<td>
<h2> From €45 p/Night</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs you
to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hostel2.jpeg" alt="Hostel 2"
style="width:250px;height:250px"></td>
<td>
<h3> AccomID :16 The Hotel de
l'Avenir</h3>The Hotel de l'Avenir is a traditional hotel with a cosy
atmosphere. To celebrate the refreshment of the hotel, a welcome drink is
offered during all the month of November. It is very comfortable and
strategically located in the heart of Paris. Our friendly, multilingual
staff will give you a warm welcome in a contemporary decor with a modern,
uncluttered style.</td>
<p>&nbsp;</p>
<td>
<h2> From €75 p/Night</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that directs
you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
<tr>
<p>
<td><img src="hostel3.jpeg" alt="Hostel 3"
style="width:250px;height:250px"></td>
<td>
44 | P a g e
<h3> AccomID :17 U Hostels</h3>U
Hostels is Madrid's first luxury youth hostel at backpackers' prices!
Located in a 19th century palace, is the most modern and stylish hostel of
Madrid. Our privileged location, by Alonso Martinez square, makes us the
ideal base to explore and enjoy our city Come & enjoy the U Hostels
experience!</td>
<p>&nbsp;</p>
<td>
<h2> From €35 pps</h2></td>
</p>
</tr>
<!-- Book now, review and response buttons that
directs you to labelled pages -->
<tr>
<td colspan="2" style="text-align:center">
<p><a href="booking_form_handler.php">Book
Now</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="review.php">Review</a></p>
</td>
<td colspan="2" style="text-align:center">
<p><a href="response.php">Response</a></p>
</td>
</tr>
</table>
<p>&nbsp;</p>
<!-- Creates the footer image. -->
<div id="content_bottom"></div>
<div id="footer">
<h6>Copyright 2015: KMDC²</h6></div>
</div>
</div>
</body>
</html>
45 | P a g e
Tips.html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Table containing all the Travel Tips you may need -->
<h2>Passports </h2>
<p>&nbsp;</p>
<img src="passport.jpeg" alt="Passport"
style="width:880px;height:250px">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>A passport is an internationally recognized travel document
confirming your identity and nationality. In addition to confirming your
identity and nationality, you passport essentially is a request from the
Irish government that other governments abroad permit you to travel or stay
in their country. While your passport is an internationally recognized
travel document, it DOES NOT GIVE YOU an automatic right to enter other
countries, you may also require a VISA to enter some countries. Check with
the consulate of the countries you intend travelling to whether you require
a visa.</p>
<p>From 1st October 2004 all children, regardless of age, must
obtain an individual Irish passport in their own name. It is your
responsibility to ensure that your passport is valid for the full duration
of your holiday. In addition you should note that some overseas countries
have an immigration requirement for a passport to remain valid for a
minimum period after the date of entry to that country. If your passport is
in its final year of validity, you are advised to check the requirements of
the destination before you make your final travel plans. If you need to
obtain a new passport, you should do so in good time. It can take up to 12
46 | P a g e
weeks to obtain a passport by post but this may vary depending upon the
time of year. All passports must be valid for up to 6 months after the date
of return</p>
<p>&nbsp;</p>
<h2>Visas</h2>
<p>&nbsp;</p>
<img src="visa.jpeg" alt="Visa"
style="width:880px;height:250px">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Your Irish passport does not automatically allow you to
enter some countries without a Visa whether you are going there on holiday
or to work. Check first with the Embassy/Consulate of the country/countries
you intend to visit and enquire in plenty of time before you travel as some
visas can take weeks to issue.</p>
<p>&nbsp;</p>
<h2>Insurance</h2>
<p>&nbsp;</p>
<img src="insurance.jpeg" alt="Insurance"
style="width:880px;height:250px">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>It cannot be stressed strongly enough how important it is
that you have adequate Travel Insurance and that you are adequately
insured. You must tell your travel agent about any health condition which
you, those travelling with you, or someone on whose health your travel
arrangements depend. If you don’t the insurance you have bought could turn
out to be worthless.</p>
<p>&nbsp;</p>
<h2>Vaccinations and Health</h2>
<p>&nbsp;</p>
<img src="vaccination.jpeg" alt="Vaccination"
style="width:880px;height:250px">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you intend to travel to a tropical region or country
where the conditions exist for the spread of infectious diseases, consult
your doctor to discuss possible health risks. Certain diseases are
prevalent in certain regions of the world, and can be contracted from
consumption of contaminated water and food, especially in regions where
standards of hygiene are low. If you are visiting such regions avoid
certain foodstuffs like shellfish, salads and untreated water</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<!-- Creates the footer image. -->
<div id="content_bottom"></div>
<div id="footer">
<h6>Copyright 2015: KMDC²</h6></div>
</div>
</div>
</body>
</html>
47 | P a g e
Storelocator.html
<html>
<head>
<meta charset="utf-8">
<title>Store Locator Example</title>
<!-- Stylesheet for the application -->
<link rel="stylesheet" href="stylestore.css">
<!-- Include Google Maps API -->
<script
src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<!-- app.js contains the application JavaScript source code -->
<script src="app.js"></script>
</head>
<body>
<h1>Store Locator</h1>
<!-- The main container includes the Google Map <div> block -->
<div class="main">
<div id="map"></div>
</div>
<div class="nav">
<h2>Store List</h2>
<!-- Unordered list for stores -->
<ul id="list"></ul>
<!-- Button to reset map to original state -->
<button id="reset">Reset Map</button>
</div>
</body>
</html>
48 | P a g e
Home.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
<!-- importing jquery library for slider -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s
cript>
<script type="text/javascript" src="slider.js"></script>
</head>
<body onload="Slider();">
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<!-- Description for refugio travel-->
<div id="content">
<h2> Refugio Travel aim to provide the perfect accommodation to
suit your every wish and need.
Click above and get searching now to
unravel the wonder that awaits you.
We have a variety of accommodation types
available for you, ranging from hotels, to apartments and hostels.
Our database is updated on a daily basis,
so you can be sure the information you see is the most up to date,
avoiding disappointment and
overbooking.</h2>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="Owner_home.html">Owners Homepage</a>
<br>
</br>
49 | P a g e
<a href="admin_home.html">Administrator Homepage</a>
<br>
</br>
<form action="login.php">
<input type="submit" value="Login">
</form>
<form action="register.php">
<input type="submit" value="Register">
</form>
<!-- Slider for displaying sample accommodation pictures -->
<div id="slider">
<ul>
<li><img src="BeachSlider.jpeg" alt="Beach"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img src="HiltonSlider.jpeg"
alt="Hilton" style="width:500px;height:300px"></li>
<li><img src="Apartmentslider.jpeg" alt="Apartment"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img id="4"
src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li>
<li><img src="loungeSlider.jpeg" alt="Lounge"
style="width:500px;height:300px"></li>
</ul>
</div>
<div class="slider_option">
<input type="checkbox" id="checkbox">
<label for="checkbox">Play Slider</label>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="footer">
<h6>Copyright 2015: KMDC2</h6></div>
</div>
</div>
</body>
</html>
50 | P a g e
Owner_Home.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
<!-- Importing api for jquery library -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s
cript>
<script type="text/javascript" src="slider.js"></script>
</head>
<body onload="Slider();">
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<h2 align="center"> Refugio Travel aim to provide the perfect
accommodation to suit everybody's needs.
Are you an Accommodation Owner who wants to
advertise your accommodation please
click the link below. You can either
Register as a new user or If your registered already
You can easily just sign in below.
We have a variety of accommodation types
available for everyone. If you want to advertise any type of
of property ranging from hotels, to
apartments and hostels.
Our database is updated on a daily basis,
so you can be sure the information you enter is the most up to date,
avoiding disappointment and overbooking.
We have a large customer base from every
continent. You can guarantee an increase in profits.
</h2>
51 | P a g e
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="Home.html">Registrants Homepage</a>
<br>
</br>
<a href="Admin_home.html">Administrator Homepage</a>
<br>
</br>
<form action="login.php">
<input type="submit" value="Login">
</form>
<form action="register.php">
<input type="submit" value="Register">
</form>
<div id="slider">
<ul>
<li><img src="BeachSlider.jpeg" alt="Beach"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img src="HiltonSlider.jpeg"
alt="Hilton" style="width:500px;height:300px"></li>
<li><img src="Apartmentslider.jpeg" alt="Apartment"
style="width:500px;height:300px"></li>
<li style="background: #aaa;"><img id="4"
src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li>
<li><img src="loungeSlider.jpeg" alt="Lounge"
style="width:500px;height:300px"></li>
</ul>
</div>
<div class="slider_option">
<input type="checkbox" id="checkbox">
<label for="checkbox">Play Slider</label>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="footer">
<h6>Copyright 2015: KMDC2</h6></div>
</div>
</div>
</body>
</html>
52 | P a g e
OwnersBookingPage.html
<html>
<head>
<title>Owner Accommodation Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<div id="mainpic">
<h2>Experience<span class="lightblue"> the Unknown</span></h2>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<!-- Descriptions for the accommodations -->
<div id="content">
<table style="width:100%">
<h1> Bookings </h1>
<tr>
<p>
<td>
<h3> AccomID :14 </h3>La Cita bed and breakfast
</td>
<td>Enjoy Michelin Guide recommended luxury at the
newly-built La Cita bed and breakfast, County Cork. Family-run, guests can
relax with steaming power showers, modern en-suite rooms, tasty breakfasts
and extra large family bedrooms. The house is on a local bus route and is
just 2km from both Blarney village and Cork city. With a 4-star rating,
guests are sure to enjoy the very best of Irish hospitality from host
Siobhán O’Leary.</td>
<p>&nbsp;</p>
<td>
<h2> From €75pps</h2></td>
</p>
</tr>
<p>&nbsp;</p>
<p>&nbsp;</p>
<tr>
53 | P a g e
<!-- Confirm booking button -->
<td colspan="2" style="text-align:center">
<input type="Confirm Booking" value="Confirm Booking"
onclick="alert('Booking Confirmed')">
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
</td>
</tr>
<!-- Accommodation example -->
</table>
<br>
<table style="width:100%">
<p>&nbsp;</p>
<tr>
<p>
<td>
<h3> AccomID :15 </h3> Kinlay House Cork </td>
<td>For budget accommodation in Cork City Centre,
Kinlay House Cork is the place to stay. We have both dorm beds & private
rooms available – perfect for everyone from solo backpackers to families to
large groups.</td>
<p>&nbsp;</p>
<td>
<h2> From €45pps</h2></td>
</p>
</tr>
<!-- Confirm booking button -->
<tr>
<td colspan="2" style="text-align:center">
<input type="Confirm Booking" value="Confirm Booking"
onclick="alert('Booking Confirmed')">
</td>
</tr>
54 | P a g e
Profile.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Table containing all the Accommodation options available -
->
<table style="width:100%">
<h1> Profile </h1>
<a href="Owner_Profile.html">Owners Profile Page</a>
<br>
<h2> </h2>
<tr>
<p>
<td><img src="defaultprofile.jpeg" alt="Profile "
style="width:180px;height:180px"></td>
</p>
<h3>
<br>
<form name="htmlform" method="post" action="profile.php">
<table width="450px">
</tr>
<!-- Input boxes for profile -->
<tr>
</h3>
<td valign="top">
<label for="userName">User Name </label>
55 | P a g e
</td>
<td valign="top">
<input type="text" name="read-only"
value="R000123654" readonly>
<br>
</td>
</tr>
<tr>
<h3>
<td valign="top">
<label for="first_name">First Name </label>
</td>
<td valign="top">
<input type="text" name="read-only" value="John" readonly>
<br>
</td>
</tr></h3>
<tr>
<td valign="top">
<label for="last_name">Last Name </label>
</td>
<td valign="top">
<input type="text" name="read-only"
value="Swan" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="email">Email Address </label>
</td>
<td valign="top">
<input type="text" name="email"
value="Johnswan@gmail.com" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Telephone Number</label>
</td>
<td valign="top">
<input type="text" name="telephone" value="087-
1239876" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="comments">Comments </label>
</td>
<td valign="top">
<textarea name="comments" maxlength="1000"
cols="25" rows="6"></textarea>
</td>
</tr>
<tr>
56 | P a g e
<td colspan="2" style="text-align:center">
<input name="Submit" type="submit"
value="Submit" onclick="window.open('profile_result.html')"/>
</td>
</tr>
</table>
</form>
</h2>
</div>
</table>
<br>
<!-- Creates the footer image. -->
<div id="content_bottom"></div>
<div id="footer">
<h6>Copyright 2015: KMDC²</h6></div>
</div>
</div>
</body>
</html>
57 | P a g e
Owner_Profile.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel</title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Table containing all the Accommodation options available -
->
<table style="width:100%">
<h1> Profile </h1>
<a href="Profile.html">Registrants Profile Page</a>
<br>
<tr>
<p>
<td><img src="defaultprofile.jpeg" alt="Profile "
style="width:180px;height:180px"></td>
</p>
<h3>
<br>
<form name="htmlform" method="post" action="profile.php">
<table width="450px">
</tr>
<!-- Input boxes for owners profile -->
<tr>
58 | P a g e
</h3>
<tr>
</h3>
<td valign="top">
<label for="userName">User Name </label>
</td>
<td valign="top">
<input type="text" name="read-only" value="OWN001"
readonly>
<br>
</td>
</tr>
<tr>
<h3>
<td valign="top">
<label for="first_name">First Name </label>
</td>
<td valign="top">
<input type="text" name="read-only" value="Mary" readonly>
<br>
</td>
</tr></h3>
<tr>
<td valign="top">
<label for="last_name">Last Name </label>
</td>
<td valign="top">
<input type="text" name="read-only"
value="Walsh" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="email">Email Address </label>
</td>
<td valign="top">
<input type="text" name="email"
value="MaryWalsh@gmail.com" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Telephone Number</label>
</td>
<td valign="top">
<input type="text" name="telephone" value="085-
9876123" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Accommodation </label>
</td>
<td valign="top">
59 | P a g e
<input type="text" name="accommodation"
value="1" readonly>
<br>
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Accommodation</label>
</td>
<td valign="top">
<input type="text" name="accommodation"
value="2" readonly>
<br>
</td>
</tr>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<input name="Submit" type="submit" value="Submit"
onclick="window.open('profile_result.html')" />
</td>
</tr>
</table>
</form>
</h2>
</div>
</table>
<br>
<!-- Creates the footer image. -->
<div id="content_bottom "></div>
<div id="footer "><h6>Copyright 2015: KMDC²</h6></div>
</div>
</div>
</body>
</html>
60 | P a g e
Profile_Result.html
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<div id="Profile">
<h1 text align="center">
<p> Thank you for updating your profile </p>
</h1>
<h2 text align="center">
<p><a href="Home.html">Please click here to return to the homepage</a></p>
</h2>
</div>
</body>
</html>
61 | P a g e
Contact.html
<html>
<head>
<title>Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Refugio Travel </title>
</head>
<body>
<div id="container">
<div id="mainpic">
<h1>Experience<span class="#FFFFFF"> the Unknown</span></h1>
</div>
<!-- Menu containing all standard page options available on this
banner -->
<div id="menu">
<ul>
<li><a href="Home.html">Home</a></li>
<li><a href="Accommodation.html">Accommodation</a></li>
<li><a href="Tips.html">Tips</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Profile.html">Profile</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<!-- Contact us form using the .php file -->
<h1> Contact Us </h1>
<br>
<h2<p>
If you have any questions or concerns please no not
hesitate to contact us by filling out the form below. Thank you.
</h2>
</p>
<h3>
<br>
<table width="450px">
</tr>
<tr>
<h3>
<td valign="top">
<label for="first_name">First Name </label>
</td>
<td valign="top">
62 | P a g e
<input type="text" name="first_name" maxlength="50"
size="30">
</td>
</tr></h3>
<tr>
<td valign="top">
<label for="last_name">Last Name </label>
</td>
<td valign="top">
<input type="text" name="last_name" maxlength="50"
size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="email">Email Address </label>
</td>
<td valign="top">
<input type="text" name="email" maxlength="80"
size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="telephone">Telephone Number</label>
</td>
<td valign="top">
<input type="text" name="telephone" maxlength="30"
size="30">
</td>
</tr>
<tr>
<td valign="top">
<label for="comments">Comments </label>
</td>
<td valign="top">
<textarea name="comments" maxlength="1000"
cols="25" rows="6"></textarea>
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<input name="Submit" type="submit" value="Submit"
onclick="window.open('contactus_result.html')" />
</td>
</tr>
</table>
</form>
</h2>
</div>
<div id="content">
<h1>Location of Refugio Travel</h1>
<h3><strong><em>Google Maps Store Locator</strong></em></h3>
63 | P a g e
<!--Embeds Store Locator -->
<iframe width="825" height="600" src="storelocator.html"
frameborder="2"></iframe>
<br />
<br />
<br />
<br />
<br />
</div>
</div>
<!-- Creates the footer -->
<div id="content_bottom "></div>
<div id="footer "><h4>Copyright 2015: KMDC² </h4></div>
</div>
</div>
</div>
</div>
</body>
</html>
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document
EBusiness Final Document

Recomendados

Log splittingLog splitting
Log splittingLog Splitters World
133 visualizações7 slides
CV - Julie Swann Feb 16CV - Julie Swann Feb 16
CV - Julie Swann Feb 16Julie Swann
314 visualizações5 slides
PresentaciónPresentación
Presentacióncapacitacioncecilia
66 visualizações5 slides
Abstract submission guidelinesAbstract submission guidelines
Abstract submission guidelinesWiam Ayrir
182 visualizações3 slides

Mais conteúdo relacionado

Similar a EBusiness Final Document(20)

Jobportal 130815001657-phpapp01Jobportal 130815001657-phpapp01
Jobportal 130815001657-phpapp01
Areef Khan2.6K visualizações
online job portal systemonline job portal system
online job portal system
Krishna Ranjan156.6K visualizações
Portal application development using Websphere Portlet FactoryPortal application development using Websphere Portlet Factory
Portal application development using Websphere Portlet Factory
Dacartec Servicios Informáticos9.5K visualizações
Furniture shop management system project reportFurniture shop management system project report
Furniture shop management system project report
MaiwandTechnologix7.1K visualizações
Role Based Access Control - OverviewRole Based Access Control - Overview
Role Based Access Control - Overview
Hitachi ID Systems, Inc.5.5K visualizações
Managing an soa environment with tivoli redp4318Managing an soa environment with tivoli redp4318
Managing an soa environment with tivoli redp4318
Banking at Ho Chi Minh city2.9K visualizações
Managing an soa environment with tivoli redp4318Managing an soa environment with tivoli redp4318
Managing an soa environment with tivoli redp4318
Banking at Ho Chi Minh city492 visualizações
Pp nvpapi developer_guidePp nvpapi developer_guide
Pp nvpapi developer_guide
ashoksnc1.5K visualizações
thesisthesis
thesis
Venkata Jaswanth U275 visualizações
It asset management processes using tivoli asset manager for it sg247601It asset management processes using tivoli asset manager for it sg247601
It asset management processes using tivoli asset manager for it sg247601
Banking at Ho Chi Minh city1.2K visualizações
It asset management processes using tivoli asset manager for it sg247601It asset management processes using tivoli asset manager for it sg247601
It asset management processes using tivoli asset manager for it sg247601
Banking at Ho Chi Minh city1.3K visualizações
It asset management processes using tivoli asset manager for it sg247601It asset management processes using tivoli asset manager for it sg247601
It asset management processes using tivoli asset manager for it sg247601
Banking at Ho Chi Minh city1.8K visualizações
Trimantra - Project Portfolio_NETTrimantra - Project Portfolio_NET
Trimantra - Project Portfolio_NET
Mihir G.257 visualizações
Webapp2 2.2Webapp2 2.2
Webapp2 2.2
Sergi Duró766 visualizações
Rzepnicki_thesisRzepnicki_thesis
Rzepnicki_thesis
Witold Rzepnicki199 visualizações
BufferauthenticationBufferauthentication
Bufferauthentication
Vishal Shah513 visualizações
Struts LiveStruts Live
Struts Live
Syed Shahul5.3K visualizações
Jakarta strutsliveJakarta strutslive
Jakarta strutslive
Shravan Sharma2.7K visualizações
Jakarta strutsJakarta struts
Jakarta struts
saraswatankit4.9K visualizações

EBusiness Final Document

  • 1. Group 8 E-Business plan for Refugio Web System. Prepared and created by KMDC2
  • 2. i | P a g e Table of Contents Use Case Diagram for Refugio Web System Project ..................................................................1 Use Case Narratives for Refugio Web System Project...............................................................2 Sequence Diagrams for Refugio Web System Project ...............................................................6 Activity Diagrams for Refugio Web System Project.................................................................13 Navigation Diagrams for Refugio Web System Project ...........................................................15 State Diagram for Refugio Web System Project......................................................................18 Admin_home.html ...................................................................................................................19 AboutUs.html ...........................................................................................................................21 Accommodation.html ..............................................................................................................23 AccommodationOwner.html ...................................................................................................34 Tips.html...................................................................................................................................45 Storelocator.html .....................................................................................................................47 Home.html ...............................................................................................................................48 Owner_Home.html ..................................................................................................................50 OwnersBookingPage.html........................................................................................................52 Profile.html ..............................................................................................................................54
  • 3. ii | P a g e Owner_Profile.html .................................................................................................................57 Profile_Result.html ..................................................................................................................60 Contact.html ............................................................................................................................61 Contactus_Result.html.............................................................................................................64 Login.php..................................................................................................................................65 LoginSQL.php ...........................................................................................................................66 LogOut.php...............................................................................................................................67 AddAccom.php.........................................................................................................................68 AddAccommodation_Result.html............................................................................................70 AddAccomSQL.php...................................................................................................................71 AddCity.php..............................................................................................................................72 AddCity_Result.php .................................................................................................................73 AddCitySQL.php .......................................................................................................................74 AddCountry.php.......................................................................................................................75 AddCountrySQL.php.................................................................................................................76 AddCountry_result.html ..........................................................................................................77 Response.php...........................................................................................................................78
  • 4. iii | P a g e ResponseSQL.php ....................................................................................................................79 AddResponse_Result.html .......................................................................................................80 Review.php...............................................................................................................................81 AddReviewSQL.php..................................................................................................................83 AddReview_Result.html...........................................................................................................84 Register.php .............................................................................................................................85 RegisterSQL.php.......................................................................................................................86 Register_Result.html................................................................................................................87 Profile.php................................................................................................................................88 Booking_Form_Handler.php....................................................................................................89 Booking_form.php ...................................................................................................................90 html_form.clas.php..................................................................................................................92 Html_table.class.php ...............................................................................................................95 Ex1_Result.html .......................................................................................................................99 Session.php ............................................................................................................................100 Order_form.js.........................................................................................................................101 Slider.js...................................................................................................................................103 App.js......................................................................................................................................104
  • 5. iv | P a g e StyleStore.css .........................................................................................................................108 Styles.css ................................................................................................................................111 Style.css..................................................................................................................................113 Declaration.............................................................................................................................119
  • 6. 1 | P a g e Use Case Diagram for Refugio Web System Project Prepared by: KMDC2 Date: 14/01/2015
  • 7. 2 | P a g e Use Case Narratives for Refugio Web System Project Prepared by: KMDC2 Date: 14/01/2015 Log On Title Log on Description Whena user opensthe website alogonpage will appear Actors andinterfaces Registrant Initial status& pre-conditions Must go onto the website before the logonpage will appear Basic flow Step1… useraccesseswebsite Step2… usermustenterusername andpasswordandclickon button. Step3... If userenterstheirusername orpasswordwrongtheywill be promptedtore-enteritthen grantedaccess. Post conditions The user will nowbe able tobookaccommodation Alternative flow If log on isincorrectthentry again Write Review Title Write Review Description Write Reviewsof accommodationcanbe postedbyregistrantsonce they have stayedthere Actors andinterfaces Registrants Initial status& pre-conditions Registrantsmusthave stayedinaccommodationbefore they are allowed submita review Basic flow Step1… Registrantsmustbookaccommodation Step2… Registrantsmuststayinaccommodation Step3... Registrantscanthensubmita review onexperience inthe accommodation Post conditions Users , Ownersand visitorswill nowbe able toreadreviews Alternative flow Ownersof the accommodationcan respondback
  • 8. 3 | P a g e Write Responses Title Write Responses Description Accommodationownerwillwrite aresponse toreview made ontheir accommodation. Actors andinterfaces Owner Initial status& pre-conditions Ownermusthave a review torespondtoo Basic flow Step1… Ownerviewsregistrantsreviews Step2… Ownerrespondstothe reviewmade Post conditions Responsescannotbe viewedbyall registrants. Alternative flow N/A Add City/Country Title Addcities/Addcountry Description A city/countryname isentered Actors andinterfaces Admin Initial status& pre-conditions Adminwill enteracity/countryof theirchoice Basic flow Step1… Adminaccesseswebsite Step2… Admin will enteracity/countryof theirchoice Step3... Adminwill submittheirdetailswhichare entered Post conditions The systemwill informthe adminthatthe city/countryhasbeenadded. Alternative flow N/A Write Responses Title Write Responses Description Accommodationownerwillwrite aresponse toreview made ontheir accommodation. Actors andinterfaces Owner Initial status& pre-conditions Ownermusthave a review torespondtoo Basic flow Step1… Ownerviewsregistrantsreviews Step2… Ownerrespondstothe reviewmade Post conditions Responsescannotbe viewedbyall registrants. Alternative flow N/A
  • 9. 4 | P a g e View Accommodation Title ViewAccommodation Description Everyone thataccessesthe website canview the accommodationthatis available Actors andInterfaces Registrants,Owners,Visitors Initial Status &pre conditions Basic Flow Step1… Anyone thataccessesthe website canview all accommodation Post Conditions Accommodationisbookedandregistrantare made Alternative Flow N/A Make Booking Title Make Booking Description Users can bookaccommodation Actors andinterfaces Users Initial status& pre-conditions Theyhave to be a registered userinordertobe able to book accommodation Basic flow Step1… booknowbuttonmust be clicked Step2… accommodationmustbe picked Step3... datesto stayin accommodationmustbe chosen Step4... paymentcanthenbe made Step5... Receiptwill be received Step6... User can nowstay inaccommodation Post conditions Users can stay inaccommodation Alternative flow N/A
  • 10. 5 | P a g e Register Account Title RegisterAccount Description Registeraccountallowsusers tocreate an account and make bookings Actors andinterfaces Users andowners Initial status& pre-conditions Must be onwebsite beforetheycanregister Basic flow Step1… registerbuttonmustbe clicked Step2… a unique username andpasswordmustbe entered Step3... a confirmationemail will be senttothe email youentertomake youa fullyregistereduser Post conditions User are nowan official user Alternative flow N/A View Booking Title ViewBooking Description Ownerscan view all bookingsforeachaccommodationtheyown Actors andinterfaces Owners Initial status& pre-conditions Bookingsmustbe made by users Basic flow Step1… ownermustbe loggedin Step2… can be accessedthroughtheirprofile Post conditions All bookings made willbe storedhere Alternative flow N/A
  • 11. 6 | P a g e Sequence Diagrams for Refugio Web System Project Prepared by: KMDC2 Date: 15/01/2015 Administration Sequence Diagram Administration Log In Sequence Diagram
  • 12. 7 | P a g e Administration Add Country Sequence Diagram Administration Add City Sequence Diagram
  • 13. 8 | P a g e Owner Sequence Diagram Owner Log In Sequence Diagram
  • 14. 9 | P a g e Owner Add Accommodation Sequence Diagram Owner View Booking Sequence Diagram
  • 15. 10 | P a g e Owner Confirm Booking Sequence Diagram Owner View Review Sequence Diagram
  • 16. 11 | P a g e Registrant Sequence Diagram Registrant Log In Sequence Diagram
  • 17. 12 | P a g e Visitor Sequence Diagram Visitor View Sequence Diagram
  • 18. 13 | P a g e Activity Diagrams for Refugio Web System Project Prepared by: KMDC2 Date: 15/01/2015 Administration Activity Diagram Visitor Activity Diagram
  • 19. 14 | P a g e Owner Activity Diagram Registrant Activity Diagram
  • 20. 15 | P a g e Navigation Diagrams for Refugio Web System Project Prepared by: KMDC2 Date: 16/01/2015 Owner Navigation Diagram
  • 21. 16 | P a g e Registrant Navigation Diagram
  • 22. 17 | P a g e Administration Navigation Diagram
  • 23. 18 | P a g e State Diagram for Refugio Web System Project Prepared by: KMDC2 Date: 15/01/2015
  • 24. 19 | P a g e Admin_home.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> <!------ importing jquery library ----------> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s cript> <script type="text/javascript" src="slider.js"></script> </head> <body onload="Slider();"> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!--- Menu containing all standard page options available on this banner ------> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <h1 text align="center"> Welcome administrator</h1> <p>&nbsp;</p> <p>&nbsp;</p> <a href="Owner_home.html">Owners Homepage</a> <br> </br> <a href="Home.html">Registrant Homepage</a> <br> </br> <!---------- Log in ,Add City and Add country buttons that directs you to forms that only admistrator can access -------------------------> <form action="login.php"> <input type="submit" value="Login"> </form> <form action="addcity.php"> <input type="submit" value="Add City">
  • 25. 20 | P a g e </form> <form action="addcountry.php"> <input type="submit" value="Add Country"> </form> <!---------- Slider of photos of Some accommodations offered by Refugio -------------------------> <div id="slider"> <ul> <li><img src="BeachSlider.jpeg" alt="Beach" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img src="HiltonSlider.jpeg" alt="Hilton" style="width:500px;height:300px"></li> <li><img src="Apartmentslider.jpeg" alt="Apartment" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img id="4" src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li> <li><img src="loungeSlider.jpeg" alt="Lounge" style="width:500px;height:300px"></li> </ul> </div> <!---------- Slider checkbox for to auto play slider -------------- -----------> <div class="slider_option"> <input type="checkbox" id="checkbox"> <label for="checkbox">Play Slider</label> </div> <!---------- makes space between slider and Copyright tag --------- ----------------> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <div id="footer"> <h6>Copyright 2015: KMDC2</h6></div> </div> </div> </body> </html>
  • 26. 21 | P a g e AboutUs.html <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <h1> <p>Here at Refugio we love our company and we know you will too!!</p> </h1> <p>&nbsp;</p> <!-- Description about refugio --> <table style="width:100%"> <h2>Our Story</h2> <tr> <td> <p> At Refugio Travel we try our hardest for our customers. You are the most important thing about our company because without you there would be no Refugio Family. We love our customers because they love our service. We are now available 24/7 for you. We want to be the best we can be that why we want you to give us your feedback. We pride ourselves on the quality and experience of our staff whose sole objective is to provide you with a comprehensive service that guarantees your complete satisfaction and hopefully places you among our many valued clients who return again and again to us. </p> </td> <p>&nbsp;</p> </tr> </table> <br>
  • 27. 22 | P a g e <table style="width:100%"> <!-- Description about refugio --> <h2>Born and Raised</h2> <tr> <td> <p> 100% Irish owned & operated. We are the number 1 travel company in Ireland. A company with over 200 employee which is ever expanding. We like to think of our company as one big happy family. We are situated in the Grand Parade in Cork since 1999 but we are also in Dublin O'Connell Street. </p> </td> <p>&nbsp;</p> <p>&nbsp;</p> </tr> </table> <br> </br> <!-------------- Creates the footer image. ---------------> <div id="content_bottom"></div> <div id="footer"> <h6>Copyright 2015: KMDC²</h6></div> </div> </body> </html>
  • 28. 23 | P a g e Accommodation.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio</title> </head> <body> <div id="container"> <div id="mainpic"> <br> </br> <div id="leftmenu_bottom"></div> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Table containing all the Hotel Accommodations options available --> <table style="width:100%"> <h1> Hotels </h1> <a href="AccommodationOwner.html">Owners Accommodation Page</a> <tr> <p> <td><img src="hotel1.jpeg" alt="Hotel" style="width:250px;height:250px"></td> <td> <h3> AccomID :1 The Excelsior Palace Hotel</h3>Stay in the amazing Excelsior Palace Hotel in the renouned Italian Riviera for an experience of a lifetime. Situated overlooking the coastline, Excelsior Palace Hotel is just 10 minutes to all local amenities such as bars, clubs, shops and so on. Experience the breathtaking views across the Tyrrhenian Sea without interruption from the comfort of the
  • 29. 24 | P a g e bedroom. Amenities include: Late bar, restaurant, luxury spa, pool, jacuzzi, Twin / Double / King / Queen rooms as well as a honeymoon suite </td> <p>&nbsp;</p> <td> <h2> From €225pps</h2></td> </p> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hotel2.jpeg" alt="Hotel 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :2 The Mercure Nice Promenade des Anglais</h3> Here at The Mercure Nice Promenade des Anglais, we know what our guests want. Allow us to take you on a truly memorable experiance with world class service at your finger tips. Our experienced and friendly staff know exactly how your trip is meant to go, making it the trip of a lifetime.</td> <p>&nbsp;</p> <td> <h2> From €185pps</h2></td> </p> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p>
  • 30. 25 | P a g e <td><img src="hotel3.jpeg" alt="Hotel 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :3 The Radisson Blu </h3>Situated on the beautiful South of France coastline, Radisson Blu has a world of experience at its disposal to ensure your stay is exactly how you imagined. With access to all necessary amenities, your stay in Radisson Blu will be one to remember</td> <p>&nbsp;</p> <td> <h2> From €150pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text- align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="HiltonSlider.jpeg" alt="Hilton" style="width:250px;height:250px"></td> <td> <h3> AccomID :4 Hotel Westminster </h3>Situated just a minute walk from the beautiful beaches of South of France coastline, Hotel Westminster is a market leader in providing luxury accommodation. With access to all necessary amenities including spa, pool, bar, restaurant, guided tours etc, your stay in Hotel Westminster will be one to remember.</td> <p>&nbsp;</p> <td> <h2> From €125pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text- align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td>
  • 31. 26 | P a g e <td colspan="2" style="text- align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="response.php">Response</a></p> </td> </table> <br> <!-- Table containing all the Apartment Accommodations options available --> <table style="width:100%"> <h1> Apartments </h1> <tr> <p> <td><img src="apartment1.jpeg" alt="Apartment 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :5 The Portofino Apartment Homes </h3>Looking for a place to unwind but still have home comforts? Look no further than Portofino Apartment Homes. Our complex offers One, Two, Four and Six bedroom apartments for both short and long stays. Portifino has two large pools, two jacuzzis and a fully equipped, all monitored and maintained.</td> <p>&nbsp;</p> <td> <h2> From €1200 p/Month</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="apartment2.jpeg" alt="Apartment 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :6 The Bay View Apartments </h3>Bay View Apartments benefit from a beautiful, uninterrupted view across the vast Biscane Bay. With apartments to suit all needs, this secluded location will give you the peace you are searching from your break away. </td>
  • 32. 27 | P a g e <p>&nbsp;</p> <td> <h2> From €200 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="apartment3.jpeg" alt="Apartment 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :7 The Cassa Blanca Apartment complex </h3>Cassa Blanca Apartment complex can offer you a comfortable stay with no fuss needed. We have staff on site to ensure you settle into your home away from home with no problems. We are located in the heart of all the local amenities ensuring you have access to everything you need.</td> <p>&nbsp;</p> <td> <h2> From €2250 p/Month</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="Apartmentslider.jpeg" alt="Apartment" style="width:250px;height:250px"></td> <td> <h3> AccomID :8 Del Ware Apartments </h3>Del Ware Apartments are located next to the beautiful beach and harbour. Experience breathtaking views every morning from the comfort of
  • 33. 28 | P a g e your apartment. Del Ware is the longest established business in the area, ensuring you a superior level of service.</td> <p>&nbsp;</p> <td> <h2> From €400 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </table> <!-- Table containing all the Villa Accommodations options available --> <table style="width:100%"> <h1> Villas </h1> <tr> <p> <td><img src="villa1.jpeg" alt="Villa 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :9 Vista Mar </h3>Want a trip away but still have a home to live in? You need a villa holiday. We are located in the heart of the countryside, providing endless amounts of activities for the whole family. We boast 5 large bedrooms, 3 bathrooms with fully functioning power showers. We are located 5 minutes drive from the nearest town so access to amenities is ideal.</td> <p>&nbsp;</p> <td> <h2> From €1000 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td>
  • 34. 29 | P a g e <tr> <p> <td><img src="villa2.jpeg" alt=" Villa 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :10 Casa Grande </h3>Located on the beach front, this Villa provides views across the sea that you could never get tired of. Our villa boasts private beach access for that relaxing break you dreamed of. 4 bedrooms, 3 bathrooms, a large kitchen living room open plan span across 3 spacious floors in this wonderful home.</td> <p>&nbsp;</p> <td> <h2> From €1250 p/Week </h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="villa3.jpeg" alt=" Villa 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :11 La Buena Vida </h3>This comfortable villa is bright and spacious consisting of lounge, dining and a fully equipped kitchen area. It has 4 bedrooms, 2 double and 2 twin. It sleeps 8 comfortably. A second sitting room has a pull-out couch . It has a full bathroom including WC; a shower room and a separate WC. It is fully furnished and equipped. A large furnished patio area is ideal for outdoor dining. It has a large garden, garage and a private pool.</td> <p>&nbsp;</p> <td> <h2> From €1850 p/Week </h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center">
  • 35. 30 | P a g e <p><a href="response.php">Response</a></p> </td> </table> <!-- Table containing all the B & B Accommodations options available --> <table style="width:100%"> <h1> B & B's </h1> <tr> <p> <td><img src="bandb1.jpeg" alt=" B and B 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :12 Noës </h3>In peaceful and pleasant surroundings, Thérèse and Daniel welcome you to Noës. You will enjoy a friendly, convivial stay from where you can visit the region of la Hague. Breakfast is served in the living room. Depending on the inspiration of the hostess, you will be able to sample jams, pâtisseries and homemade bread. Your host is a beekeeper in his free time so you will be able to taste many varieties of beautiful honey.</td> <p>&nbsp;</p> <td> <h2> From €100pps</h2></td> </p> </tr> <!---------- Book now, review and response buttons that directs you to labelled pages -------------------------> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="bandb2.jpeg" alt=" B and B 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :13 The Boutique Barcelona Bed and Breakfast </h3>Housed in a modernist-style building, the Boutique Barcelona Bed and Breakfast is located in the city centre, in the Eixample neighbourhood. Stroll to nearby Passeig de Gracia, a wide continental-style avenue where you will find numerous designer shops, eateries and spectacular architecture. The hotel is also ideally placed so you can enjoy the lively nightlife of the nearby Gothic Quarter and El Borne area. Located in the heart of the city, you can walk to Plaça Catalunya in 3 minutes from the hotel. It also enjoys excellent transport connections to the rest of the city, by metro or bus.</td> <p>&nbsp;</p> <td> <h2> From €150pps</h2></td> </p>
  • 36. 31 | P a g e </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="bandb3.jpeg" alt=" B and B 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :14 La Cita bed and breakfast </h3>Enjoy Michelin Guide recommended luxury at the newly-built La Cita bed and breakfast, County Cork. Family-run, guests can relax with steaming power showers, modern en-suite rooms, tasty breakfasts and extra large family bedrooms. The house is on a local bus route and is just 2km from both Blarney village and Cork city. With a 4-star rating, guests are sure to enjoy the very best of Irish hospitality from host Siobhán O’Leary.</td> <p>&nbsp;</p> <td> <h2> From €75pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </table> <br> <!-- Table containing all the Hostel Accommodations options available --> <table style="width:100%"> <p>&nbsp;</p> <h1> Hostels </h1> <tr> <p> <td><img src="hostel1.jpeg" alt="Hostel" style="width:250px;height:250px"></td>
  • 37. 32 | P a g e <td> <h3> AccomID :15 Kinlay House Cork </h3>For budget accommodation in Cork City Centre, Kinlay House Cork is the place to stay. We have both dorm beds & private rooms available – perfect for everyone from solo backpackers to families to large groups.</td> <p>&nbsp;</p> <td> <h2> From €45 p/Night</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hostel2.jpeg" alt="Hostel 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :16 The Hotel de l'Avenir</h3>The Hotel de l'Avenir is a traditional hotel with a cosy atmosphere. To celebrate the refreshment of the hotel, a welcome drink is offered during all the month of November. It is very comfortable and strategically located in the heart of Paris. Our friendly, multilingual staff will give you a warm welcome in a contemporary decor with a modern, uncluttered style.</td> <p>&nbsp;</p> <td> <h2> From €75 p/Night</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hostel3.jpeg" alt="Hostel 3" style="width:250px;height:250px"></td>
  • 38. 33 | P a g e <td> <h3> AccomID :17 U Hostels</h3>U Hostels is Madrid's first luxury youth hostel at backpackers' prices! Located in a 19th century palace, is the most modern and stylish hostel of Madrid. Our privileged location, by Alonso Martinez square, makes us the ideal base to explore and enjoy our city Come & enjoy the U Hostels experience!</td> <p>&nbsp;</p> <td> <h2> From €35 pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labeled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </table> <p>&nbsp;</p> <!-- Creates the footer --> <div id="content_bottom"></div> <div id="footer"> <h6>Copyright 2015: KMDC²</h6></div> </div> </div> </body> </html>
  • 39. 34 | P a g e AccommodationOwner.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio</title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Table containing all the Hotel Accommodations options available --> <table style="width:100%"> <h1> Hotels </h1> <a href="addaccom.php">Add Accommodation</a> <p>&nbsp;</p> <a href="ownerbookingpage.html">View Booking</a> <tr> <p> <td><img src="hotel1.jpeg" alt="Hotel" style="width:250px;height:250px"></td> <td> <h3> AccomID :1 The Excelsior Palace Hotel</h3> Stay in the amazing Excelsior Palace Hotel in the renouned Italian Riviera for an experience of a lifetime. Situated overlooking the coastline, Excelsior Palace Hotel is just 10 minutes to all local amenities such as bars, clubs, shops and so on. Experience the breathtaking views across the Tyrrhenian Sea without interruption from the comfort of the bedroom.
  • 40. 35 | P a g e Amenities include: Late bar, restaurant, luxury spa, pool, jacuzzi, Twin / Double / King / Queen rooms as well as a honeymoon suite </td> <p>&nbsp;</p> <td> <h2> From €225pps</h2></td> </p> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hotel2.jpeg" alt="Hotel 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :2 The Mercure Nice Promenade des Anglais</h3> Here at The Mercure Nice Promenade des Anglais, we know what our guests want. Allow us to take you on a truly memorable experiance with world class service at your finger tips. Our experienced and friendly staff know exactly how your trip is meant to go, making it the trip of a lifetime.</td> <p>&nbsp;</p> <td> <h2> From €185pps</h2></td> </p> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hotel3.jpeg" alt="Hotel 3" style="width:250px;height:250px"></td>
  • 41. 36 | P a g e <td> <h3> AccomID :3 The Radisson Blu </h3>Situated on the beautiful South of France coastline, Radisson Blu has a world of experience at its disposal to ensure your stay is exactly how you imagined. With access to all necessary amenities, your stay in Radisson Blu will be one to remember</td> <p>&nbsp;</p> <td> <h2> From €150pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text- align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="HiltonSlider.jpeg" alt="Hilton" style="width:250px;height:250px"></td> <td> <h3> AccomID :4 Hotel Westminster </h3>Situated just a minute walk from the beautiful beaches of South of France coastline, Hotel Westminster is a market leader in providing luxury accommodation. With access to all necessary amenities including spa, pool, bar, restaurant, guided tours etc, your stay in Hotel Westminster will be one to remember.</td> <p>&nbsp;</p> <td> <h2> From €125pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text- align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text- align:center">
  • 42. 37 | P a g e <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text- align:center"> <p><a href="response.php">Response</a></p> </td> </table> <br> <!-- Table containing all the Apartment Accommodations options available --> <table style="width:100%"> <h1> Apartments </h1> <tr> <p> <td><img src="apartment1.jpeg" alt="Apartment 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :5 The Portofino Apartment Homes </h3>Looking for a place to unwind but still have home comforts? Look no further than Portofino Apartment Homes. Our complex offers One, Two, Four and Six bedroom apartments for both short and long stays. Portifino has two large pools, two jacuzzis and a fully equipped, all monitored and maintained.</td> <p>&nbsp;</p> <td> <h2> From €1200 p/Month</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="apartment2.jpeg" alt="Apartment 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :6 The Bay View Apartments </h3>Bay View Apartments benefit from a beautiful, uninterrupted view across the vast Biscane Bay. With apartments to suit all needs, this secluded location will give you the peace you are searching from your break away. </td> <p>&nbsp;</p>
  • 43. 38 | P a g e <td> <h2> From €200 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="apartment3.jpeg" alt="Apartment 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :7 The Cassa Blanca Apartment complex </h3>Cassa Blanca Apartment complex can offer you a comfortable stay with no fuss needed. We have staff on site to ensure you settle into your home away from home with no problems. We are located in the heart of all the local amenities ensuring you have access to everything you need.</td> <p>&nbsp;</p> <td> <h2> From €2250 p/Month</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="Apartmentslider.jpeg" alt="Apartment" style="width:250px;height:250px"></td> <td> <h3> AccomID :8 Del Ware Apartments </h3>Del Ware Apartments are located next to the beautiful beach and harbour. Experience breathtaking views every morning from the comfort of
  • 44. 39 | P a g e your apartment. Del Ware is the longest established business in the area, ensuring you a superior level of service.</td> <p>&nbsp;</p> <td> <h2> From €400 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </table> <!-- Table containing all the Villa Accommodations options available --> <table style="width:100%"> <h1> Villas </h1> <tr> <p> <td><img src="villa1.jpeg" alt="Villa 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :9 Vista Mar </h3>Want a trip away but still have a home to live in? You need a villa holiday. We are located in the heard of the countryside, providing endless amounts of activities for the whole family. We boast 5 large bedrooms, 3 bathrooms with fully functioning power showers. We are located 5 minutes drive from the nearest town so access to amenities is ideal.</td> <p>&nbsp;</p> <td> <h2> From €1000 p/Week</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td>
  • 45. 40 | P a g e <tr> <p> <td><img src="villa2.jpeg" alt=" Villa 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :10 Casa Grande </h3>Located on the beach front, this Villa provides views across the sea that you could never get tired of. Our villa boasts private beach access for that relaxing break you dreamed of. 4 bedrooms, 3 bathrooms, a large kitchen living room open plan span across 3 spacious floors in this wonderful home.</td> <p>&nbsp;</p> <td> <h2> From €1250 p/Week </h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="villa3.jpeg" alt=" Villa 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :11 La Buena Vida </h3>This comfortable villa is bright and spacious consisting of lounge, dining and a fully equipped kitchen area. It has 4 bedrooms, 2 double and 2 twin. It sleeps 8 comfortably. A second sitting room has a pull-out couch . It has a full bathroom including WC; a shower room and a separate WC. It is fully furnished and equipped. A large furnished patio area is ideal for outdoor dining. It has a large garden, garage and a private pool.</td> <p>&nbsp;</p> <td> <h2> From €1850 p/Week </h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p>
  • 46. 41 | P a g e </td> </table> <!-- Table containing all the Hotel Accommodations options available --> <table style="width:100%"> <h1> B & B's </h1> <tr> <p> <td><img src="bandb1.jpeg" alt=" B and B 1" style="width:250px;height:250px"></td> <td> <h3> AccomID :12 Noës </h3>In peaceful and pleasant surroundings, Thérèse and Daniel welcome you to Noës. You will enjoy a friendly, convivial stay from where you can visit the region of la Hague. Breakfast is served in the living room. Depending on the inspiration of the hostess, you will be able to sample jams, pâtisseries and homemade bread. Your host is a beekeeper in his free time so you will be able to taste many varieties of beautiful honey.</td> <p>&nbsp;</p> <td> <h2> From €100pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="bandb2.jpeg" alt=" B and B 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :13 The Boutique Barcelona Bed and Breakfast </h3>Housed in a modernist-style building, the Boutique Barcelona Bed and Breakfast is located in the city centre, in the Eixample neighbourhood. Stroll to nearby Passeig de Gracia, a wide continental-style avenue where you will find numerous designer shops, eateries and spectacular architecture. The hotel is also ideally placed so you can enjoy the lively nightlife of the nearby Gothic Quarter and El Borne area. Located in the heart of the city, you can walk to Plaça Catalunya in 3 minutes from the hotel. It also enjoys excellent transport connections to the rest of the city, by metro or bus.</td> <p>&nbsp;</p> <td> <h2> From €150pps</h2></td> </p> </tr>
  • 47. 42 | P a g e <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="bandb3.jpeg" alt=" B and B 3" style="width:250px;height:250px"></td> <td> <h3> AccomID :14 La Cita bed and breakfast </h3>Enjoy Michelin Guide recommended luxury at the newly-built La Cita bed and breakfast, County Cork. Family-run, guests can relax with steaming power showers, modern en-suite rooms, tasty breakfasts and extra large family bedrooms. The house is on a local bus route and is just 2km from both Blarney village and Cork city. With a 4-star rating, guests are sure to enjoy the very best of Irish hospitality from host Siobhán O’Leary.</td> <p>&nbsp;</p> <td> <h2> From €75pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </table> <br> <!-- Table containing all the Hostel Accommodations options available --> <table style="width:100%"> <p>&nbsp;</p> <h1> Hostels </h1> <tr> <p> <td><img src="hostel1.jpeg" alt="Hostel" style="width:250px;height:250px"></td> <td>
  • 48. 43 | P a g e <h3> AccomID :15 Kinlay House Cork </h3>For budget accommodation in Cork City Centre, Kinlay House Cork is the place to stay. We have both dorm beds & private rooms available – perfect for everyone from solo backpackers to families to large groups.</td> <p>&nbsp;</p> <td> <h2> From €45 p/Night</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hostel2.jpeg" alt="Hostel 2" style="width:250px;height:250px"></td> <td> <h3> AccomID :16 The Hotel de l'Avenir</h3>The Hotel de l'Avenir is a traditional hotel with a cosy atmosphere. To celebrate the refreshment of the hotel, a welcome drink is offered during all the month of November. It is very comfortable and strategically located in the heart of Paris. Our friendly, multilingual staff will give you a warm welcome in a contemporary decor with a modern, uncluttered style.</td> <p>&nbsp;</p> <td> <h2> From €75 p/Night</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> <tr> <p> <td><img src="hostel3.jpeg" alt="Hostel 3" style="width:250px;height:250px"></td> <td>
  • 49. 44 | P a g e <h3> AccomID :17 U Hostels</h3>U Hostels is Madrid's first luxury youth hostel at backpackers' prices! Located in a 19th century palace, is the most modern and stylish hostel of Madrid. Our privileged location, by Alonso Martinez square, makes us the ideal base to explore and enjoy our city Come & enjoy the U Hostels experience!</td> <p>&nbsp;</p> <td> <h2> From €35 pps</h2></td> </p> </tr> <!-- Book now, review and response buttons that directs you to labelled pages --> <tr> <td colspan="2" style="text-align:center"> <p><a href="booking_form_handler.php">Book Now</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="review.php">Review</a></p> </td> <td colspan="2" style="text-align:center"> <p><a href="response.php">Response</a></p> </td> </tr> </table> <p>&nbsp;</p> <!-- Creates the footer image. --> <div id="content_bottom"></div> <div id="footer"> <h6>Copyright 2015: KMDC²</h6></div> </div> </div> </body> </html>
  • 50. 45 | P a g e Tips.html <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Table containing all the Travel Tips you may need --> <h2>Passports </h2> <p>&nbsp;</p> <img src="passport.jpeg" alt="Passport" style="width:880px;height:250px"> <p>&nbsp;</p> <p>&nbsp;</p> <p>A passport is an internationally recognized travel document confirming your identity and nationality. In addition to confirming your identity and nationality, you passport essentially is a request from the Irish government that other governments abroad permit you to travel or stay in their country. While your passport is an internationally recognized travel document, it DOES NOT GIVE YOU an automatic right to enter other countries, you may also require a VISA to enter some countries. Check with the consulate of the countries you intend travelling to whether you require a visa.</p> <p>From 1st October 2004 all children, regardless of age, must obtain an individual Irish passport in their own name. It is your responsibility to ensure that your passport is valid for the full duration of your holiday. In addition you should note that some overseas countries have an immigration requirement for a passport to remain valid for a minimum period after the date of entry to that country. If your passport is in its final year of validity, you are advised to check the requirements of the destination before you make your final travel plans. If you need to obtain a new passport, you should do so in good time. It can take up to 12
  • 51. 46 | P a g e weeks to obtain a passport by post but this may vary depending upon the time of year. All passports must be valid for up to 6 months after the date of return</p> <p>&nbsp;</p> <h2>Visas</h2> <p>&nbsp;</p> <img src="visa.jpeg" alt="Visa" style="width:880px;height:250px"> <p>&nbsp;</p> <p>&nbsp;</p> <p>Your Irish passport does not automatically allow you to enter some countries without a Visa whether you are going there on holiday or to work. Check first with the Embassy/Consulate of the country/countries you intend to visit and enquire in plenty of time before you travel as some visas can take weeks to issue.</p> <p>&nbsp;</p> <h2>Insurance</h2> <p>&nbsp;</p> <img src="insurance.jpeg" alt="Insurance" style="width:880px;height:250px"> <p>&nbsp;</p> <p>&nbsp;</p> <p>It cannot be stressed strongly enough how important it is that you have adequate Travel Insurance and that you are adequately insured. You must tell your travel agent about any health condition which you, those travelling with you, or someone on whose health your travel arrangements depend. If you don’t the insurance you have bought could turn out to be worthless.</p> <p>&nbsp;</p> <h2>Vaccinations and Health</h2> <p>&nbsp;</p> <img src="vaccination.jpeg" alt="Vaccination" style="width:880px;height:250px"> <p>&nbsp;</p> <p>&nbsp;</p> <p>If you intend to travel to a tropical region or country where the conditions exist for the spread of infectious diseases, consult your doctor to discuss possible health risks. Certain diseases are prevalent in certain regions of the world, and can be contracted from consumption of contaminated water and food, especially in regions where standards of hygiene are low. If you are visiting such regions avoid certain foodstuffs like shellfish, salads and untreated water</p> <p>&nbsp;</p> <p>&nbsp;</p> <p></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <!-- Creates the footer image. --> <div id="content_bottom"></div> <div id="footer"> <h6>Copyright 2015: KMDC²</h6></div> </div> </div> </body> </html>
  • 52. 47 | P a g e Storelocator.html <html> <head> <meta charset="utf-8"> <title>Store Locator Example</title> <!-- Stylesheet for the application --> <link rel="stylesheet" href="stylestore.css"> <!-- Include Google Maps API --> <script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> <!-- app.js contains the application JavaScript source code --> <script src="app.js"></script> </head> <body> <h1>Store Locator</h1> <!-- The main container includes the Google Map <div> block --> <div class="main"> <div id="map"></div> </div> <div class="nav"> <h2>Store List</h2> <!-- Unordered list for stores --> <ul id="list"></ul> <!-- Button to reset map to original state --> <button id="reset">Reset Map</button> </div> </body> </html>
  • 53. 48 | P a g e Home.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> <!-- importing jquery library for slider --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s cript> <script type="text/javascript" src="slider.js"></script> </head> <body onload="Slider();"> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <!-- Description for refugio travel--> <div id="content"> <h2> Refugio Travel aim to provide the perfect accommodation to suit your every wish and need. Click above and get searching now to unravel the wonder that awaits you. We have a variety of accommodation types available for you, ranging from hotels, to apartments and hostels. Our database is updated on a daily basis, so you can be sure the information you see is the most up to date, avoiding disappointment and overbooking.</h2> <p>&nbsp;</p> <p>&nbsp;</p> <a href="Owner_home.html">Owners Homepage</a> <br> </br>
  • 54. 49 | P a g e <a href="admin_home.html">Administrator Homepage</a> <br> </br> <form action="login.php"> <input type="submit" value="Login"> </form> <form action="register.php"> <input type="submit" value="Register"> </form> <!-- Slider for displaying sample accommodation pictures --> <div id="slider"> <ul> <li><img src="BeachSlider.jpeg" alt="Beach" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img src="HiltonSlider.jpeg" alt="Hilton" style="width:500px;height:300px"></li> <li><img src="Apartmentslider.jpeg" alt="Apartment" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img id="4" src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li> <li><img src="loungeSlider.jpeg" alt="Lounge" style="width:500px;height:300px"></li> </ul> </div> <div class="slider_option"> <input type="checkbox" id="checkbox"> <label for="checkbox">Play Slider</label> </div> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <div id="footer"> <h6>Copyright 2015: KMDC2</h6></div> </div> </div> </body> </html>
  • 55. 50 | P a g e Owner_Home.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> <!-- Importing api for jquery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></s cript> <script type="text/javascript" src="slider.js"></script> </head> <body onload="Slider();"> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <h2 align="center"> Refugio Travel aim to provide the perfect accommodation to suit everybody's needs. Are you an Accommodation Owner who wants to advertise your accommodation please click the link below. You can either Register as a new user or If your registered already You can easily just sign in below. We have a variety of accommodation types available for everyone. If you want to advertise any type of of property ranging from hotels, to apartments and hostels. Our database is updated on a daily basis, so you can be sure the information you enter is the most up to date, avoiding disappointment and overbooking. We have a large customer base from every continent. You can guarantee an increase in profits. </h2>
  • 56. 51 | P a g e <p>&nbsp;</p> <p>&nbsp;</p> <a href="Home.html">Registrants Homepage</a> <br> </br> <a href="Admin_home.html">Administrator Homepage</a> <br> </br> <form action="login.php"> <input type="submit" value="Login"> </form> <form action="register.php"> <input type="submit" value="Register"> </form> <div id="slider"> <ul> <li><img src="BeachSlider.jpeg" alt="Beach" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img src="HiltonSlider.jpeg" alt="Hilton" style="width:500px;height:300px"></li> <li><img src="Apartmentslider.jpeg" alt="Apartment" style="width:500px;height:300px"></li> <li style="background: #aaa;"><img id="4" src="RoomSlider.jpeg" alt="Room" style="width:500px;height:300px"></li> <li><img src="loungeSlider.jpeg" alt="Lounge" style="width:500px;height:300px"></li> </ul> </div> <div class="slider_option"> <input type="checkbox" id="checkbox"> <label for="checkbox">Play Slider</label> </div> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <div id="footer"> <h6>Copyright 2015: KMDC2</h6></div> </div> </div> </body> </html>
  • 57. 52 | P a g e OwnersBookingPage.html <html> <head> <title>Owner Accommodation Page</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="container"> <div id="mainpic"> <h2>Experience<span class="lightblue"> the Unknown</span></h2> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <!-- Descriptions for the accommodations --> <div id="content"> <table style="width:100%"> <h1> Bookings </h1> <tr> <p> <td> <h3> AccomID :14 </h3>La Cita bed and breakfast </td> <td>Enjoy Michelin Guide recommended luxury at the newly-built La Cita bed and breakfast, County Cork. Family-run, guests can relax with steaming power showers, modern en-suite rooms, tasty breakfasts and extra large family bedrooms. The house is on a local bus route and is just 2km from both Blarney village and Cork city. With a 4-star rating, guests are sure to enjoy the very best of Irish hospitality from host Siobhán O’Leary.</td> <p>&nbsp;</p> <td> <h2> From €75pps</h2></td> </p> </tr> <p>&nbsp;</p> <p>&nbsp;</p> <tr>
  • 58. 53 | P a g e <!-- Confirm booking button --> <td colspan="2" style="text-align:center"> <input type="Confirm Booking" value="Confirm Booking" onclick="alert('Booking Confirmed')"> </td> </tr> <tr> <td colspan="2" style="text-align:center"> </td> </tr> <!-- Accommodation example --> </table> <br> <table style="width:100%"> <p>&nbsp;</p> <tr> <p> <td> <h3> AccomID :15 </h3> Kinlay House Cork </td> <td>For budget accommodation in Cork City Centre, Kinlay House Cork is the place to stay. We have both dorm beds & private rooms available – perfect for everyone from solo backpackers to families to large groups.</td> <p>&nbsp;</p> <td> <h2> From €45pps</h2></td> </p> </tr> <!-- Confirm booking button --> <tr> <td colspan="2" style="text-align:center"> <input type="Confirm Booking" value="Confirm Booking" onclick="alert('Booking Confirmed')"> </td> </tr>
  • 59. 54 | P a g e Profile.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Table containing all the Accommodation options available - -> <table style="width:100%"> <h1> Profile </h1> <a href="Owner_Profile.html">Owners Profile Page</a> <br> <h2> </h2> <tr> <p> <td><img src="defaultprofile.jpeg" alt="Profile " style="width:180px;height:180px"></td> </p> <h3> <br> <form name="htmlform" method="post" action="profile.php"> <table width="450px"> </tr> <!-- Input boxes for profile --> <tr> </h3> <td valign="top"> <label for="userName">User Name </label>
  • 60. 55 | P a g e </td> <td valign="top"> <input type="text" name="read-only" value="R000123654" readonly> <br> </td> </tr> <tr> <h3> <td valign="top"> <label for="first_name">First Name </label> </td> <td valign="top"> <input type="text" name="read-only" value="John" readonly> <br> </td> </tr></h3> <tr> <td valign="top"> <label for="last_name">Last Name </label> </td> <td valign="top"> <input type="text" name="read-only" value="Swan" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="email">Email Address </label> </td> <td valign="top"> <input type="text" name="email" value="Johnswan@gmail.com" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="telephone">Telephone Number</label> </td> <td valign="top"> <input type="text" name="telephone" value="087- 1239876" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="comments">Comments </label> </td> <td valign="top"> <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea> </td> </tr> <tr>
  • 61. 56 | P a g e <td colspan="2" style="text-align:center"> <input name="Submit" type="submit" value="Submit" onclick="window.open('profile_result.html')"/> </td> </tr> </table> </form> </h2> </div> </table> <br> <!-- Creates the footer image. --> <div id="content_bottom"></div> <div id="footer"> <h6>Copyright 2015: KMDC²</h6></div> </div> </div> </body> </html>
  • 62. 57 | P a g e Owner_Profile.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel</title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Table containing all the Accommodation options available - -> <table style="width:100%"> <h1> Profile </h1> <a href="Profile.html">Registrants Profile Page</a> <br> <tr> <p> <td><img src="defaultprofile.jpeg" alt="Profile " style="width:180px;height:180px"></td> </p> <h3> <br> <form name="htmlform" method="post" action="profile.php"> <table width="450px"> </tr> <!-- Input boxes for owners profile --> <tr>
  • 63. 58 | P a g e </h3> <tr> </h3> <td valign="top"> <label for="userName">User Name </label> </td> <td valign="top"> <input type="text" name="read-only" value="OWN001" readonly> <br> </td> </tr> <tr> <h3> <td valign="top"> <label for="first_name">First Name </label> </td> <td valign="top"> <input type="text" name="read-only" value="Mary" readonly> <br> </td> </tr></h3> <tr> <td valign="top"> <label for="last_name">Last Name </label> </td> <td valign="top"> <input type="text" name="read-only" value="Walsh" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="email">Email Address </label> </td> <td valign="top"> <input type="text" name="email" value="MaryWalsh@gmail.com" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="telephone">Telephone Number</label> </td> <td valign="top"> <input type="text" name="telephone" value="085- 9876123" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="telephone">Accommodation </label> </td> <td valign="top">
  • 64. 59 | P a g e <input type="text" name="accommodation" value="1" readonly> <br> </td> </tr> <tr> <td valign="top"> <label for="telephone">Accommodation</label> </td> <td valign="top"> <input type="text" name="accommodation" value="2" readonly> <br> </td> </tr> </tr> <tr> <td colspan="2" style="text-align:center"> <input name="Submit" type="submit" value="Submit" onclick="window.open('profile_result.html')" /> </td> </tr> </table> </form> </h2> </div> </table> <br> <!-- Creates the footer image. --> <div id="content_bottom "></div> <div id="footer "><h6>Copyright 2015: KMDC²</h6></div> </div> </div> </body> </html>
  • 65. 60 | P a g e Profile_Result.html <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href="styles.css" type="text/css" /> </head> <body> <div id="Profile"> <h1 text align="center"> <p> Thank you for updating your profile </p> </h1> <h2 text align="center"> <p><a href="Home.html">Please click here to return to the homepage</a></p> </h2> </div> </body> </html>
  • 66. 61 | P a g e Contact.html <html> <head> <title>Contact</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Refugio Travel </title> </head> <body> <div id="container"> <div id="mainpic"> <h1>Experience<span class="#FFFFFF"> the Unknown</span></h1> </div> <!-- Menu containing all standard page options available on this banner --> <div id="menu"> <ul> <li><a href="Home.html">Home</a></li> <li><a href="Accommodation.html">Accommodation</a></li> <li><a href="Tips.html">Tips</a></li> <li><a href="Contact.html">Contact Us</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="Profile.html">Profile</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <!-- Contact us form using the .php file --> <h1> Contact Us </h1> <br> <h2<p> If you have any questions or concerns please no not hesitate to contact us by filling out the form below. Thank you. </h2> </p> <h3> <br> <table width="450px"> </tr> <tr> <h3> <td valign="top"> <label for="first_name">First Name </label> </td> <td valign="top">
  • 67. 62 | P a g e <input type="text" name="first_name" maxlength="50" size="30"> </td> </tr></h3> <tr> <td valign="top"> <label for="last_name">Last Name </label> </td> <td valign="top"> <input type="text" name="last_name" maxlength="50" size="30"> </td> </tr> <tr> <td valign="top"> <label for="email">Email Address </label> </td> <td valign="top"> <input type="text" name="email" maxlength="80" size="30"> </td> </tr> <tr> <td valign="top"> <label for="telephone">Telephone Number</label> </td> <td valign="top"> <input type="text" name="telephone" maxlength="30" size="30"> </td> </tr> <tr> <td valign="top"> <label for="comments">Comments </label> </td> <td valign="top"> <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea> </td> </tr> <tr> <td colspan="2" style="text-align:center"> <input name="Submit" type="submit" value="Submit" onclick="window.open('contactus_result.html')" /> </td> </tr> </table> </form> </h2> </div> <div id="content"> <h1>Location of Refugio Travel</h1> <h3><strong><em>Google Maps Store Locator</strong></em></h3>
  • 68. 63 | P a g e <!--Embeds Store Locator --> <iframe width="825" height="600" src="storelocator.html" frameborder="2"></iframe> <br /> <br /> <br /> <br /> <br /> </div> </div> <!-- Creates the footer --> <div id="content_bottom "></div> <div id="footer "><h4>Copyright 2015: KMDC² </h4></div> </div> </div> </div> </div> </body> </html>