diff options
author | 2013-06-09 18:10:22 +0200 | |
---|---|---|
committer | 2013-06-09 18:10:23 +0200 | |
commit | 16af85004c84d0d6c626b4f8424ce9647669a0c1 (patch) | |
tree | 025d479862d376dbc17e934f4ed20031c8cd97d1 /module/web/app/templates/default/dialogs/interactionTask.html | |
parent | adapted to jshint config (diff) | |
download | pyload-16af85004c84d0d6c626b4f8424ce9647669a0c1.tar.xz |
moved everything from module to pyload
Diffstat (limited to 'module/web/app/templates/default/dialogs/interactionTask.html')
-rwxr-xr-x | module/web/app/templates/default/dialogs/interactionTask.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/module/web/app/templates/default/dialogs/interactionTask.html b/module/web/app/templates/default/dialogs/interactionTask.html deleted file mode 100755 index ae325e83d..000000000 --- a/module/web/app/templates/default/dialogs/interactionTask.html +++ /dev/null @@ -1,37 +0,0 @@ -<div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> - <h3> - <% title %> - <small style="background: url('<% pluginIcon plugin %>') no-repeat right 0; background-size: 20px; padding-right: 22px"> - <% plugin %> - </small> - </h3> -</div> -<div class="modal-body"> - <form class="form-horizontal" action="#"> - <legend><% description %></legend> - <%= if captcha %> - <div class="control-group"> - <label class="control-label" for="captchaImage"> - Captcha Image - </label> - - <div class="controls"> - <img id="captchaImage" src="data:image/<% type %>;base64,<% captcha %>"> - </div> - </div> - <div class="control-group"> - <label class="control-label" for="inputField">Captcha Text</label> - - <div class="controls" id="inputField"> - </div> - </div> - <% else %> - <% content %> - <%/if%> - </form> -</div> -<div class="modal-footer"> - <a class="btn btn-success">Submit</a> - <a class="btn btn-close">Close</a> -</div>
\ No newline at end of file |