Skip to content
Snippets Groups Projects
Commit 2ef65743 authored by r2-witter's avatar r2-witter
Browse files

update 11/04/2020

parent e68bc08f
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,12 @@ ...@@ -25,6 +25,12 @@
</div> </div>
<h2>Administration</h2>
<button class="admin" onclick="document.location='Authorisation.html'">Authorisation</button>
<button class="admin" onclick="document.location='Manage Employees.html'">Manage Employees</button>
<button class="admin" onclick="document.location='Manage Users.html'">Manage Users</button>
<button class="admin" onclick="document.location='Manage Trips.html'">Manage Trips</button>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<div class="sidenav">
<button class="bttn" onclick="document.location='Carbon Levels.html'"><a href="#carbon Levels">Carbon Levels</a></button>
<button class="bttn" onclick="document.location='Profile.html'"><a href="#employee information">Profile</a></button>
<button class="bttn" onclick="document.location='Upcoming Trips.html'"><a href="#past and upcoming trips">Past and Upcoming Trips</a></button>
<button class="bttn" onclick="document.location='Plan Trips.html'"><a href="#plan trips">Plan Trips</a></button>
<button class="bttn" onclick="document.location='Reports.html'"><a href="#reports">Reports</a></button>
<button class="bttn" onclick="document.location='Notes.html'"><a href="#Notes">Notes</a></button>
<button class="bttn" onclick="document.location='Admin.html'"><a href="#admin">Admin</a></button>
</div>
<h2>Authorisation</h2>
</body>
</html>
\ No newline at end of file
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
<h2>Carbon Footprint</h2> <h2>Carbon Footprint</h2>
<iframe width="710" height="1300" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="https://calculator.carbonfootprint.com/calculator.aspx"></iframe>
</body> </body>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<div class="sidenav">
<button class="bttn" onclick="document.location='Carbon Levels.html'"><a href="#carbon Levels">Carbon Levels</a></button>
<button class="bttn" onclick="document.location='Profile.html'"><a href="#employee information">Profile</a></button>
<button class="bttn" onclick="document.location='Upcoming Trips.html'"><a href="#past and upcoming trips">Past and Upcoming Trips</a></button>
<button class="bttn" onclick="document.location='Plan Trips.html'"><a href="#plan trips">Plan Trips</a></button>
<button class="bttn" onclick="document.location='Reports.html'"><a href="#reports">Reports</a></button>
<button class="bttn" onclick="document.location='Notes.html'"><a href="#Notes">Notes</a></button>
<button class="bttn" onclick="document.location='Admin.html'"><a href="#admin">Admin</a></button>
</div>
<form action="/action_page.php">
<fieldset>
<legend>Your Inquires & Comments</legend>
<p>Please give the necessary details to help us get back to you</p>
<div class="contact">
<label for="name">Name:</label><br>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email:</label><br>
<input type="text" id="email" name="email"><br><br>
<label for="number">Contact Number:</label><br>
<input type="text" id="number" name="number"><br><br>
<label for="company">Organisations:</label><br>
<input type="text" id="company" name="company"><br><br>
<label for="role">Role with in the organisation:</label><br>
<input type="text" id="role" name="role"><br><br>
<label for="location">Location:</label><br>
<input type="text" id="location" name="location"><br><br>
<label for="type">Type of Inquiry:</label><br>
<input type="text" id="type" name="type"><br><br>
<label for="subject">Subject:</label><br>
<input type="text" id="subject" name="subject"><br><br>
<label for="details">Details:</label><br>
<input type="text" id="details" name="details"><br><br>
<button class="next" onclick="document.location='Subscription.html'">Next</button>
</div>
</fieldset>
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<div class="sidenav">
<button class="bttn" onclick="document.location='Carbon Levels.html'"><a href="#carbon Levels">Carbon Levels</a></button>
<button class="bttn" onclick="document.location='Profile.html'"><a href="#employee information">Profile</a></button>
<button class="bttn" onclick="document.location='Upcoming Trips.html'"><a href="#past and upcoming trips">Past and Upcoming Trips</a></button>
<button class="bttn" onclick="document.location='Plan Trips.html'"><a href="#plan trips">Plan Trips</a></button>
<button class="bttn" onclick="document.location='Reports.html'"><a href="#reports">Reports</a></button>
<button class="bttn" onclick="document.location='Notes.html'"><a href="#Notes">Notes</a></button>
<button class="bttn" onclick="document.location='Admin.html'"><a href="#admin">Admin</a></button>
</div>
<h2>Administration</h2>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<div class="sidenav">
<button class="bttn" onclick="document.location='Carbon Levels.html'"><a href="#carbon Levels">Carbon Levels</a></button>
<button class="bttn" onclick="document.location='Profile.html'"><a href="#employee information">Profile</a></button>
<button class="bttn" onclick="document.location='Upcoming Trips.html'"><a href="#past and upcoming trips">Past and Upcoming Trips</a></button>
<button class="bttn" onclick="document.location='Plan Trips.html'"><a href="#plan trips">Plan Trips</a></button>
<button class="bttn" onclick="document.location='Reports.html'"><a href="#reports">Reports</a></button>
<button class="bttn" onclick="document.location='Notes.html'"><a href="#Notes">Notes</a></button>
<button class="bttn" onclick="document.location='Admin.html'"><a href="#admin">Admin</a></button>
</div>
<h2>Manage Employees</h2>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/main.css">
<title>Travel Elect</title>
</head>
<body>
<header>
<h1><img class= "logo" src="logo.png" alt="company logo"/>Travel Elect</h1>
</header>
<div class="sidenav">
<button class="bttn" onclick="document.location='Carbon Levels.html'"><a href="#carbon Levels">Carbon Levels</a></button>
<button class="bttn" onclick="document.location='Profile.html'"><a href="#employee information">Profile</a></button>
<button class="bttn" onclick="document.location='Upcoming Trips.html'"><a href="#past and upcoming trips">Past and Upcoming Trips</a></button>
<button class="bttn" onclick="document.location='Plan Trips.html'"><a href="#plan trips">Plan Trips</a></button>
<button class="bttn" onclick="document.location='Reports.html'"><a href="#reports">Reports</a></button>
<button class="bttn" onclick="document.location='Notes.html'"><a href="#Notes">Notes</a></button>
<button class="bttn" onclick="document.location='Admin.html'"><a href="#admin">Admin</a></button>
</div>
<h2>Manage Users</h2>
</body>
</html>
\ No newline at end of file
...@@ -24,6 +24,31 @@ ...@@ -24,6 +24,31 @@
</div> </div>
<form action="/action_page.php">
<fieldset>
<legend>Notes</legend>
<div class="plan">
<label for="task">Tasks:</label><br>
<input type="text" id="task" name="task"><br><br>
<label for="location">Location:</label><br>
<input type="text" id="location" name="location"><br><br>
<label for="date">Date (dd/mm/yyyy):</label><br>
<input type="text" id="date" name="date"><br><br>
<label for="note">Notes:</label><br>
<input class="note" type="text" id="note" name="note"><br><br>
<button type="submit">Add Note</button>
</div>
</fieldset>
</form>
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<label> <label>
<input class="regcheck" type="checkbox" name="privacy"> Agree with Privacy Terms <input class="regcheck" type="checkbox" name="privacy"> Agree with Privacy Terms
</label> </label>
<button class="next" onclick="document.location='Subscription.html'">Next</button> <button class="next" onclick="document.location='Subscription.html'">Next</button>
</div> </div>
......
...@@ -164,7 +164,7 @@ header{ ...@@ -164,7 +164,7 @@ header{
padding: 16px; padding: 16px;
} }
/*Register, Payment & Plan Trips*/ /*Register, Payment, Notes & Plan Trips*/
.register { .register {
grid-template-columns: 1/3; grid-template-columns: 1/3;
...@@ -212,6 +212,14 @@ header{ ...@@ -212,6 +212,14 @@ header{
cursor: pointer; cursor: pointer;
width: 100%; width: 100%;
} }
.note {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: content-box;
border: 2px solid #ccc;
resize: none;
}
/*Subscription*/ /*Subscription*/
......
...@@ -25,7 +25,17 @@ ...@@ -25,7 +25,17 @@
</div> </div>
<form action="/action_page.php">
<fieldset>
<legend>Upcoming Trips</legend>
<legend>Past Trips</legend>
</fieldset>
</form>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment