|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
<!--
|
|
|
|
|
New Icarus Imeji Uploader by YandolsZX
|
|
|
|
|
Icarus Front-end version 2.0S
|
|
|
|
|
Icarus Front-end version 2.1S
|
|
|
|
|
Template "Identity" by @ajlkn, licensed under under the CCA 3.0 license (html5up.net/license)
|
|
|
|
|
Droploader "DropzoneJS" by Matias Meno
|
|
|
|
|
-->
|
|
|
|
@ -38,13 +38,6 @@
|
|
|
|
|
<meta property="og:image:height" content="144" />
|
|
|
|
|
<meta property="og:image:width" content="144" />
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styler/normalize.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styler/demo.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styler/component.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styler/additional.css" />
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/droploader/basic.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/droploader/dropzone.css" />
|
|
|
|
|
|
|
|
|
@ -65,43 +58,7 @@
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
<!--
|
|
|
|
|
<hr />
|
|
|
|
|
<h2>Extra Stuff!</h2>
|
|
|
|
|
<form method="post" action="#">
|
|
|
|
|
<div class="field">
|
|
|
|
|
<input type="text" name="name" id="name" placeholder="Name" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="field">
|
|
|
|
|
<input type="email" name="email" id="email" placeholder="Email" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="field">
|
|
|
|
|
<div class="select-wrapper">
|
|
|
|
|
<select name="department" id="department">
|
|
|
|
|
<option value="">Department</option>
|
|
|
|
|
<option value="sales">Sales</option>
|
|
|
|
|
<option value="tech">Tech Support</option>
|
|
|
|
|
<option value="null">/dev/null</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="field">
|
|
|
|
|
<textarea name="message" id="message" placeholder="Message" rows="4"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="field">
|
|
|
|
|
<input type="checkbox" id="human" name="human" /><label for="human">I'm a human</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="field">
|
|
|
|
|
<label>But are you a robot?</label>
|
|
|
|
|
<input type="radio" id="robot_yes" name="robot" /><label for="robot_yes">Yes</label>
|
|
|
|
|
<input type="radio" id="robot_no" name="robot" /><label for="robot_no">No</label>
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="actions">
|
|
|
|
|
<li><a href="#" class="button">Get Started</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
<hr />
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<ul class="actions">
|
|
|
|
|
<li>Accepted Files: <a>JP(e)G</a>, <a>PNG</a>, <a>GIF</a>.</li><br/>
|
|
|
|
@ -120,7 +77,7 @@
|
|
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer id="footer">
|
|
|
|
|
<ul class="copyright">
|
|
|
|
|
<li>Icarus Imeji Uploader 2.0S by Yandols ZeonX<br/><br/>Copyright ©
|
|
|
|
|
<li>Icarus Imeji Uploader 2.1S by Yandols ZeonX<br/><br/>Copyright ©
|
|
|
|
|
<?php
|
|
|
|
|
$fromYear = 2016;
|
|
|
|
|
$thisYear = (int)date('Y');
|
|
|
|
@ -147,7 +104,6 @@
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!-- <script src="styler/custom-file-input.js"></script> -->
|
|
|
|
|
<script src="assets/droploader/dropzone.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|