Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Francia - Midterm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex Bernard Francia
Francia - Midterm
Commits
4d9a6cd4
Commit
4d9a6cd4
authored
Mar 17, 2020
by
Alex Bernard Francia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added remaining templates and fixed ingredients header
parent
89725657
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
684 additions
and
2 deletions
+684
-2
ingredients_create_form.html
froyo/templates/ingredients_create_form.html
+2
-1
ingredients_update_form.html
froyo/templates/ingredients_update_form.html
+2
-1
orders_create_form.html
froyo/templates/orders_create_form.html
+74
-0
orders_detail.html
froyo/templates/orders_detail.html
+78
-0
orders_list.html
froyo/templates/orders_list.html
+114
-0
orders_update_form.html
froyo/templates/orders_update_form.html
+82
-0
recipes_create_form.html
froyo/templates/recipes_create_form.html
+63
-0
recipes_detail.html
froyo/templates/recipes_detail.html
+82
-0
recipes_list.html
froyo/templates/recipes_list.html
+96
-0
recipes_update_form.html
froyo/templates/recipes_update_form.html
+91
-0
No files found.
froyo/templates/ingredients_create_form.html
View file @
4d9a6cd4
...
...
@@ -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"
>
...
...
froyo/templates/ingredients_update_form.html
View file @
4d9a6cd4
<!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>
...
...
froyo/templates/orders_create_form.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/orders_detail.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/orders_list.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/orders_update_form.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/recipes_create_form.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/recipes_detail.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/recipes_list.html
0 → 100644
View file @
4d9a6cd4
<!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
froyo/templates/recipes_update_form.html
0 → 100644
View file @
4d9a6cd4
<!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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment