Removed unwanted headers and styles from old proj
This commit is contained in:
parent
e96605d831
commit
0d3cb348db
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,3 +160,4 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
inventory_export.csv
|
||||
|
@ -4,18 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Add an Item</title>
|
||||
</head>
|
||||
<style>
|
||||
form { display: table; margin: 0 auto;}
|
||||
form p { display: table-row; }
|
||||
label { display: table-cell; }
|
||||
input { display: table-cell; }
|
||||
</style>
|
||||
<body>
|
||||
<div align="center">
|
||||
<a href="/create">Add</a> |
|
||||
<a href="/view">View</a>
|
||||
</div>
|
||||
|
||||
<h2 align="center">Add new Item</h2>
|
||||
|
||||
<form method = "POST">
|
||||
|
@ -5,16 +5,10 @@
|
||||
<title>Delete Item</title>
|
||||
</head>
|
||||
<body align="center">
|
||||
<div align="center">
|
||||
<a href="/create">Add</a> |
|
||||
<a href="/viewall">View</a>
|
||||
</div>
|
||||
|
||||
<form action='' method="post">
|
||||
Do you want to delete the item?
|
||||
<input type = "submit" value="Confirm">
|
||||
<a href='/viewall'>Cancel</a>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -4,18 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Update Item</title>
|
||||
</head>
|
||||
<style>
|
||||
form { display: table; margin: 0 auto;}
|
||||
form p { display: table-row; }
|
||||
label { display: table-cell; }
|
||||
input { display: table-cell; }
|
||||
</style>
|
||||
<body>
|
||||
<div align="center">
|
||||
<a href="/create">Add</a> |
|
||||
<a href="/view">View</a>
|
||||
</div>
|
||||
|
||||
<h2 align="center">Update Item</h2>
|
||||
|
||||
<form action='' method = "POST">
|
||||
|
@ -5,11 +5,6 @@
|
||||
<title>View Inventory</title>
|
||||
</head>
|
||||
<body align="center">
|
||||
<div align="center">
|
||||
<a href="/create">Add</a> |
|
||||
<a href="/view">View</a>
|
||||
</div>
|
||||
|
||||
<h2>Item Inventory</h2>
|
||||
|
||||
<table border="1" align="center">
|
||||
|
Loading…
Reference in New Issue
Block a user