Reformat code
This commit is contained in:
parent
3060a9fafb
commit
37ffa1d346
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
<table border=1>
|
<table border=1>
|
||||||
<tr>
|
<tr>
|
||||||
<th>UPC</th>
|
<th>UPC</th>
|
||||||
@ -21,5 +22,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
<form action="./purchases">
|
<form action="./purchases">
|
||||||
<input type="text" placeholder="Location" name="location" />
|
<input type="text" placeholder="Location" name="location" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
@ -25,5 +26,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
<form action="./quantities">
|
<form action="./quantities">
|
||||||
<input type="text" placeholder="Location" name="location" />
|
<input type="text" placeholder="Location" name="location" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
@ -21,5 +22,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
|
||||||
|
<body>
|
||||||
<form action="./uses">
|
<form action="./uses">
|
||||||
<input type="text" placeholder="Location" name="location" />
|
<input type="text" placeholder="Location" name="location" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
@ -25,5 +26,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user