This commit is contained in:
EvilMuffinHa 2021-09-12 18:37:39 -04:00
parent 88ba6e1e77
commit f3678b15ea
5 changed files with 10 additions and 9 deletions

View File

@ -165,4 +165,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -16,5 +16,6 @@
<a href="/ui/polls">Polls</a>
<a href="/ui/ssl_ops">SSL Opportunities</a>
<a href="/ui/student">Students of the Week</a>
<a href="/ui/teachers">Teachers</a>
</body>
</html>

View File

@ -49,7 +49,7 @@
<div class="my-4">
<h2 style="font-size: 20px;">Add New Item</h2>
<form onsubmit="forwardForImage('new_f', 'new/add')" id="new_f" name="new_f" method="post" enctype="multipart/form-data">
<form action="new/add" method="post" id="new_f" name="new_f" method="post">
<div class="d-flex mt-3">
<div style="flex: 1; justify-content: center;">
<select name="lang", id="lang" required>
@ -65,7 +65,7 @@
<p class="my-0">What's New Item Image</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image", id="image", required>
</div>
</div>
@ -118,7 +118,7 @@
<p class="my-0">What's New Item Image</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image", id="image" required>
</div>
</div>

View File

@ -76,7 +76,7 @@
<p class="my-0">Student Picture</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image", id="image" required>
</div>
</div>
@ -156,7 +156,7 @@
<p class="my-0">Student Picture</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image", id="image" required>
</div>
</div>
@ -204,4 +204,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -103,7 +103,7 @@
<p class="my-0">Staff Picture</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image" id="image" required>
</div>
</div>
@ -174,7 +174,7 @@
<p class="my-0">Staff Picture</p>
</div>
<div style="flex: 1; align: center;">
<input type="file" name="image", id="image", accept="image/png" required>
<input type="text" class="form-control form-control-sm" name="image" id="image" required>
</div>
</div>