<form method="POST" action="/deploy/${type.getId()}" class="form-horizontal dropzone" enctype="multipart/form-data" id="formDZ" role="form"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Repository</span> <select type="text" name="repoID" class="form-control"> <#list depots as d> <option>${d.getName()}</option> </#list> </select> </div> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Group ID</span> <input type="text" name="groupID" class="form-control" /> </div> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Asset ID</span> <input type="text" name="assetID" class="form-control" /> </div> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Version</span> <input type="text" name="version" class="form-control" /> </div> </div> <div class="form-group"> <div class="dropzone-previews" id="previewDZ"></div> </div> <div class="form-group"> <button type="submit" class="btn btn-success" id="submitDZ"> <span>Submit Files</span> </button> </div> </form>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#8 | 15782 | Paul Allen |
Update to UX - deploy has 3 process steps (including a submit report) |
||
#7 | 14897 | Paul Allen | Added form validation and Perforce Artifacts | ||
#6 | 14886 | Paul Allen | Asset --> Artifact refactor | ||
#5 | 14883 | Paul Allen | Submit via preview and redirect to asset | ||
#4 | 14863 | Paul Allen | Change File/Dir browse to support extended options | ||
#3 | 14741 | Paul Allen | Fix upload for multiple files. | ||
#2 | 14725 | Paul Allen | Generic deploy/upload | ||
#1 | 14723 | Paul Allen | Tidy up deploy/upload |