mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 01:14:59 +00:00
26 lines
1.1 KiB
HTML
Executable File
26 lines
1.1 KiB
HTML
Executable File
<div class="col-md-6">
|
|
<div class="control-group" id="group-release_image">
|
|
|
|
<div class="fileupload fileupload-new" data-provides="fileupload">
|
|
<div class="fileupload-new thumbnail" style="width: 200px; height: 150px;">
|
|
<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&text=no+image"/>
|
|
</div>
|
|
<div class="fileupload-preview fileupload-exists thumbnail"
|
|
style="max-width: 200px; max-height: 150px; line-height: 20px;">
|
|
</div>
|
|
<div>
|
|
<span class="btn btn-file">
|
|
<span class="fileupload-new">
|
|
Select image
|
|
</span>
|
|
<span class="fileupload-exists">
|
|
Change
|
|
</span>
|
|
<input id="release_image" type="file" size="45" name="release_image" class="input">
|
|
</span>
|
|
<a href="#" class="btn fileupload-exists" data-dismiss="fileupload">Remove</a>
|
|
</div>
|
|
</div>
|
|
<span class="help-inline" id="error-release_image"></span>
|
|
</div>
|
|
</div> |