2013-10-28 14:54:21 +00:00
|
|
|
|
<div id="upload-form" class="modal hide fade" tabindex="-1" aria-hidden="true">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
2013-11-10 08:34:18 +00:00
|
|
|
|
<h3 id="myModalLabel">Upload your application(pdf)</h3>
|
2013-10-28 14:54:21 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<form id="application-form">
|
2013-11-10 08:34:18 +00:00
|
|
|
|
<div id="fsUploadProgress">Please make sure your pdf is less than 20M.</div>
|
2013-10-28 14:54:21 +00:00
|
|
|
|
<input type="file" name="Filedata" id="file_upload" />
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
2013-11-10 08:34:18 +00:00
|
|
|
|
<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
|
2013-10-28 14:54:21 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
_this.SessionID = '<?php echo session_id(); ?>';
|
|
|
|
|
</script>
|