mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-22 04:51:15 -05:00
styles
This commit is contained in:
parent
88ba6e1e77
commit
f3678b15ea
|
@ -165,4 +165,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user