dropzone-template.html #1

  • //
  • guest/
  • paul_allen/
  • p4uc/
  • src/
  • main/
  • resources/
  • spark/
  • template/
  • freemarker/
  • deploy/
  • dropzone-template.html
  • View
  • Commits
  • Open Download .zip Download (776 B)
<div class="table table-striped" class="files" id="previews">
	<div id="template" class="file-row">
		<div class="row">

			<div class="col-sm-6">
				<p class="name" data-dz-name></p>
				<strong class="error text-danger" data-dz-errormessage></strong>
			</div>

			<div class="col-sm-4">
				<div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100"
					aria-valuenow="0">
					<div class="progress-bar progress-bar-success center-block" style="width: 0%;" data-dz-uploadprogress></div>
				</div>
			</div>

			<div class="col-sm-2">
				<span class="size" data-dz-size></span>

				<a class="pull-right" href="#" data-dz-remove>
					<span class="glyphicon glyphicon-trash"></span>
				</a>
			</div>

		</div>
	</div>
</div>
# Change User Description Committed
#1 15801 Paul Allen Experimental copy of PAM.
//guest/paul_allen/p4am/src/main/resources/spark/template/freemarker/deploy/dropzone-template.html
#2 15782 Paul Allen Update to UX

 - deploy has 3 process steps (including a submit report)
#1 14723 Paul Allen Tidy up deploy/upload
//guest/paul_allen/p4am/src/main/resources/spark/template/freemarker/dropzone-template.html
#2 13869 Paul Allen - Fix logout when testing cookie.
- Refactor ftl->html
- Add local bootstrap
#1 13857 Paul Allen Post Multipart form: fields and files.