mirror of
				https://github.com/Blair-SGA-Dev-Team/blazerapp.git
				synced 2025-10-31 15:01:11 -04:00 
			
		
		
		
	styles
This commit is contained in:
		
							parent
							
								
									88ba6e1e77
								
							
						
					
					
						commit
						f3678b15ea
					
				| @ -165,4 +165,4 @@ | |||||||
|             </div> |             </div> | ||||||
|         </div> |         </div> | ||||||
|     </body> |     </body> | ||||||
| </html> | </html> | ||||||
|  | |||||||
| @ -16,5 +16,6 @@ | |||||||
|         <a href="/ui/polls">Polls</a> |         <a href="/ui/polls">Polls</a> | ||||||
|         <a href="/ui/ssl_ops">SSL Opportunities</a> |         <a href="/ui/ssl_ops">SSL Opportunities</a> | ||||||
|         <a href="/ui/student">Students of the Week</a> |         <a href="/ui/student">Students of the Week</a> | ||||||
|  |         <a href="/ui/teachers">Teachers</a> | ||||||
|     </body> |     </body> | ||||||
| </html> | </html> | ||||||
|  | |||||||
| @ -49,7 +49,7 @@ | |||||||
| 
 | 
 | ||||||
|                 <div class="my-4"> |                 <div class="my-4"> | ||||||
|                 <h2 style="font-size: 20px;">Add New Item</h2> |                 <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 class="d-flex mt-3"> | ||||||
|                     <div style="flex: 1; justify-content: center;"> |                     <div style="flex: 1; justify-content: center;"> | ||||||
|                         <select name="lang", id="lang" required> |                         <select name="lang", id="lang" required> | ||||||
| @ -65,7 +65,7 @@ | |||||||
|                         <p class="my-0">What's New Item Image</p>  |                         <p class="my-0">What's New Item Image</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
| 
 | 
 | ||||||
| @ -118,7 +118,7 @@ | |||||||
|                         <p class="my-0">What's New Item Image</p>  |                         <p class="my-0">What's New Item Image</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -76,7 +76,7 @@ | |||||||
|                         <p class="my-0">Student Picture</p>  |                         <p class="my-0">Student Picture</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
| 
 | 
 | ||||||
| @ -156,7 +156,7 @@ | |||||||
|                         <p class="my-0">Student Picture</p>  |                         <p class="my-0">Student Picture</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
| 
 | 
 | ||||||
| @ -204,4 +204,4 @@ | |||||||
|             </div> |             </div> | ||||||
|         </div> |         </div> | ||||||
|     </body> |     </body> | ||||||
| </html> | </html> | ||||||
|  | |||||||
| @ -103,7 +103,7 @@ | |||||||
|                         <p class="my-0">Staff Picture</p>  |                         <p class="my-0">Staff Picture</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
|                      |                      | ||||||
| @ -174,7 +174,7 @@ | |||||||
|                         <p class="my-0">Staff Picture</p>  |                         <p class="my-0">Staff Picture</p>  | ||||||
|                     </div> |                     </div> | ||||||
|                     <div style="flex: 1; align: center;"> |                     <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> | ||||||
|                     </div> |                     </div> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user