Commit 4d9a6cd4 authored by Alex Bernard Francia's avatar Alex Bernard Francia

Added remaining templates and fixed ingredients header

parent 89725657
......@@ -39,11 +39,12 @@
td.add{
font-size:18px;
text-align:center;
}
</style>
</head>
<body>
<h1 id='title'>Ingredients - Create Form<h1>
<h1 id='title'>Ingredients - Create<h1>
<table>
<tr class = "r1">
......
<!DOCTYPE html>
<html>
<head>
<title>Ingredients - Update Form</title>
<title>Ingredients - Update</title>
<style>
h1#title{
......@@ -39,6 +39,7 @@
td.update{
font-size:18px;
text-align:center;
}
</style>
</head>
......
<!DOCTYPE html>
<html>
<head>
<title>Orders - Create</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Orders - Create<h1>
<table>
<tr class = "r1">
<th colspan ="3">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>---</td>
<td class="add"><a href = froyo/add>Add Data</a></td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>---</td>
<td class="add"><a href = froyo/add>Add Data</a></td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>---</td>
<td class="add"><a href = froyo/add>Add Data</a></td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>---</td>
<td class="add"><a href = froyo/add>Add Data</a></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Detail</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
h2{
font-family:Arial;
text-align:center;
font-size:34px;
margin-top:-20px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Orders - Detail<h1>
<h2>(GEM)</h2>
<table>
<tr class = "r1">
<th colspan ="2">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>Gem</td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>Large (8oz)</td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>Coffee Crumble</td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>1 corn flakes<br/>no whipped cream</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - List</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Orders - List<h1>
<table>
<tr class = "r1">
<th colspan ="2">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>Crystal</td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>Small (4oz)</td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>Cookies and Cream</td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>1 mini mallows<br/>2 chocolate sprinkles</td>
</tr>
</table>
<table>
<tr class = "r1">
<th colspan ="2">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>Jewel</td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>Medium (6oz)</td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>Banoffee</td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>1 cashews<br/>1 whipped cream</td>
</tr>
</table>
<table>
<tr class = "r1">
<th colspan ="2">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>Gem</td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>Large (8oz)</td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>Coffee Crumble</td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>1 corn flakes<br/>no whipped cream</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Orders - Update</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
h2{
font-family:Arial;
text-align:center;
font-size:34px;
margin-top:-20px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Orders - Update<h1>
<h2>(GEM)</h2>
<table>
<tr class = "r1">
<th colspan ="3">ORDER SLIP</th>
</tr>
<tr class = "r2">
<td>Customer</td>
<td>Gem</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>Size</td>
<td>Large (8oz)</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>Base Recipe</td>
<td>Coffee Crumble</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>Customization</td>
<td>1 corn flakes<br/>no whipped cream</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes - Create</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
td.add{
font-size:18px;
text-align:center;
}
</style>
</head>
<body>
<h1 id='title'>Recipes - Create<h1>
<table>
<tr class = "r1">
<th colspan ="2">RECIPE:</th>
<td class="add"><a href = froyo/add>Change Recipe Title</a></td>
</tr>
<tr class = "r2">
<td>---</td>
<td>---</td>
<td class="add"><a href = froyo/add>Add Data</a></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes - Detail</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
h2{
font-family:Arial;
text-align:center;
font-size:34px;
margin-top:-20px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Recipes - Detail <h1>
<h2>(COFFEE CRUMBLE)</h2>
<table>
<tr class = "r1">
<th colspan ="2">RECIPE: COFFEE CRUMBLE</th>
</tr>
<tr class = "r2">
<td>plain frozen yogurt</td>
<td>1</td>
</tr>
<tr class = "r2">
<td>coffee powder</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>cashews</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>chocolate chips</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>whipped cream</td>
<td>1</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes - List</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
</style>
</head>
<body>
<h1 id='title'>Recipes - List<h1>
<table>
<tr class = "r1">
<th colspan ="2">RECIPE: COOKIES AND CREAM</th>
</tr>
<tr class = "r2">
<td>plain frozen yogurt</td>
<td>1</td>
</tr>
<tr class = "r2">
<td>full cream milk</td>
<td>1</td>
</tr>
<tr class = "r2">
<td>Oreo cookies</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>whipped cream</td>
<td>1</td>
</tr>
</table>
<table>
<tr class = "r1">
<th colspan ="2">RECIPE: COFFEE CRUMBLE</th>
</tr>
<tr class = "r2">
<td>plain frozen yogurt</td>
<td>1</td>
</tr>
<tr class = "r2">
<td>coffee powder</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>cashews</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>chocolate chips</td>
<td>2</td>
</tr>
<tr class = "r2">
<td>whipped cream</td>
<td>1</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Recipes - Update</title>
<style>
h1#title{
font-family: Arial;
text-align: center;
font-size: 60px;
}
h2{
font-family:Arial;
text-align:center;
font-size:34px;
margin-top:-20px;
}
table{
width:45%;
margin-left:auto;
margin-right:auto;
}
table, th, td{
border: 2px solid black;
border-collapse: collapse;
font-family: Arial;
font-size: 24px;
}
th, td{
padding: 5px;
}
tr.r1{
text-align:center;
border: 3px solid black;
}
tr.r2{
border: 3px solid black;
}
td.add{
font-size:18px;
text-align:center;
}
</style>
</head>
<body>
<h1 id='title'>Recipes - Update<h1>
<h2>(COFFEE CRUMBLE)</h2>
<table>
<tr class = "r1">
<th colspan ="2">RECIPE: COFFEE CRUMBLE</th>
<td class="update"><a href = froyo/update>Change Recipe Title</a></td>
</tr>
<tr class = "r2">
<td>plain frozen yogurt</td>
<td>1</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>coffee powder</td>
<td>2</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>cashews</td>
<td>2</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>chocolate chips</td>
<td>2</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
<tr class = "r2">
<td>whipped cream</td>
<td>1</td>
<td class="update"><a href = froyo/update>Update</a></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment