mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 12:43:58 +00:00
notice 1/8
This commit is contained in:
+34
-1
@@ -63,6 +63,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style></head>
|
||||
<!-- END HEAD -->
|
||||
<style>
|
||||
@@ -252,9 +253,39 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<label class="control-label" for="message">Message</label>
|
||||
<textarea class="form-control" id="message" rows="3" placeholder="Enter a message..."></textarea>
|
||||
</div>
|
||||
<div class="tab-pane" id="tab_1_2">
|
||||
<form action="#" role="form">
|
||||
<div class="form-group">
|
||||
<div class="fileinput fileinput-new" data-provides="fileinput">
|
||||
<h5>Upload Photo</h5>
|
||||
<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">
|
||||
<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&text=no+image" alt="" /> </div>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="btn default btn-file">
|
||||
|
||||
<span class="fileinput-new"></span>
|
||||
<span class="fileinput-exists"></span>
|
||||
<input type="file" name="..."> </span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-8">
|
||||
<button type="button" class="btn green" id="Sumbit">Submit</button>
|
||||
<button type="button" class="btn green" id="Sumbit">Send to All</button>
|
||||
<button type="button" class="btn green" id="Sumbit">Select Contact</button>
|
||||
|
||||
<div class="btn-group">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END CONTENT -->
|
||||
@@ -892,7 +923,9 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
<script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script>
|
||||
<script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script>
|
||||
<!-- END THEME LAYOUT SCRIPTS -->
|
||||
|
||||
<script>
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('#clickmewow').click(function()
|
||||
|
||||
Reference in New Issue
Block a user