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