You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							84 lines
						
					
					
						
							2.8 KiB
						
					
					
				
			
		
		
	
	
							84 lines
						
					
					
						
							2.8 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <title>Imeji Uploader v0.2</title>
 | |
| <link rel="stylesheet" type="text/css" href="feras.css">
 | |
| <link rel="stylesheet" type="text/css" href="opensans.css">
 | |
| <link rel="stylesheet" type="text/css" href="feras2.css">
 | |
| <link rel="stylesheet" type="text/css" href="additional.css">
 | |
| <style>
 | |
| a,
 | |
| a.number-figures:hover, a.number-figures:hover *,
 | |
| .input .icon-input-submit:hover, .input .icon-input-submit:focus, .input .icon-input-submit.focus,
 | |
| .btn.default.outline, .pop-btn-text,
 | |
| .top-bar.white .top-btn-text:hover:not(.btn), .top-bar.white .opened .top-btn-text:not(.btn),
 | |
| .ios .top-bar.white .opened .top-btn-text:not(.btn),
 | |
| .ios .top-bar.white .opened .top-btn-text:not(.top-btn-number),
 | |
| .breadcrum-text a:hover,
 | |
| .content-tabs li:hover a,
 | |
| .upload-box-heading .icon,
 | |
| .list-item-image-btn:hover span,
 | |
| .content-listing-pagination a:hover {
 | |
| 	color: #00A7DA;
 | |
| }
 | |
| 
 | |
| input:focus, textarea:focus, select:focus, input.search:focus, .input-focus,
 | |
| .tone-dark input:focus, .tone-dark textarea:focus, .tone-dark select:focus, .tone-dark input.search:focus, .tone-dark .input-focus,
 | |
| .btn.default.outline,
 | |
| .btn.active,
 | |
| .content-tabs li:hover, .content-tabs li.current, .content-tabs li.visited, .content-tabs li.visited:hover,
 | |
| .content-tabs li.current,
 | |
| .list-item:hover .list-item-avatar-cover,
 | |
| input:focus, textarea:focus, select:focus, input.search:focus, .input-focus,
 | |
| .tone-dark input:focus, .tone-dark textarea:focus, .tone-dark select:focus, .tone-dark input.search:focus, .tone-dark .input-focus {
 | |
| 	border-color: #00A7DA;
 | |
| }
 | |
| 
 | |
| .btn.active,
 | |
| html:not(.phone) .pop-box-menu a:hover, .pop-box-menu a.focus,
 | |
| .list-item-image-btn.liked,
 | |
| .list-item-desc .user:hover {
 | |
| 	background-color: #00A7DA;
 | |
| }
 | |
| 
 | |
| .pop-btn-text .arrow-down,
 | |
| .top-bar.white .top-btn-text:hover .arrow-down, .top-bar.white .opened .arrow-down,
 | |
| .ios .top-bar.white .opened .top-btn-text .arrow-down,
 | |
| .header-content-breadcrum a:hover .arrow-down {
 | |
| 	border-top-color: #00A7DA;
 | |
| }
 | |
| 
 | |
| .top-bar ul .pop-btn.current, .top-bar ul .top-btn-el.current {
 | |
| 	border-bottom-color: #00A7DA;
 | |
| }
 | |
| 
 | |
| .header-content-breadcrum a:hover .arrow-right {
 | |
| 	border-left-color: #00A7DA;
 | |
| }
 | |
| 
 | |
| </style>
 | |
| </head>
 | |
| 	<body>
 | |
| 		<center>
 | |
| 		<h1>I.C.A.R.U.S. Imeji Uploader</h1>
 | |
| 		<p><br />Accepted filetypes: JPG, JPEG, PNG, GIF.<br />Max filesize: 6MB</p>
 | |
| 		<p><br /></p>
 | |
| 		<form action="upload.php" method="post" enctype="multipart/form-data">
 | |
| 			Select image to upload:
 | |
| 			<br /><br />
 | |
| 			<input type="file" name="fileToUpload" id="fileToUpload" class="inputfile" data-multiple-caption="{count} files selected" multiple>
 | |
| 			<label for="fileToUpload">Choose a file</label>
 | |
| 			<br /><br />
 | |
| 			<input type="submit" value="Upload Image" name="submit" class="btn btn-big blue">
 | |
| 			<br /><br />
 | |
| 		</form>
 | |
| 		<br />
 | |
| 
 | |
| 
 | |
| 		</center>
 | |
| 	</body>
 | |
| 	<footer>
 | |
| 		<hr />
 | |
| 		<center><small>I.C.A.R.U.S. Imeji Uploader v0.3</small></center>
 | |
| 	</footer>
 | |
| </html> | 
