| lombardofr | bced6e6 | 2018-07-18 17:02:16 +0200 | [diff] [blame] | 1 | <div class="modal" id="modal_edit_project" xmlns="http://www.w3.org/1999/html"> |
| 2 | <div class="modal-dialog"> |
| 3 | <div class="modal-content"> |
| 4 | <div class="modal-header"> |
| 5 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
| 6 | <span aria-hidden="true">×</span></button> |
| 7 | <h4 class="modal-title" id="modal_edit_project_title">Edit Project</h4> |
| 8 | </div> |
| 9 | <form id="formEditProject" class="form-horizontal" method="post" > |
| 10 | {% csrf_token %} |
| 11 | <div class="modal-body"> |
| 12 | |
| 13 | <div id="div_chose_id"> |
| 14 | <label>Project Name: </label> |
| 15 | <input name="name" id="name" size="40" maxlength="20"/> |
| 16 | </div> |
| 17 | |
| 18 | </div> |
| 19 | |
| 20 | <div class="modal-footer"> |
| 21 | <button type="button" class="btn btn-default pull-left" data-dismiss="modal">Cancel</button> |
| 22 | <button class="btn btn-primary" |
| 23 | data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> Editing..." |
| 24 | id="create_edit_project">Apply |
| 25 | </button> |
| 26 | </div> |
| 27 | </form> |
| 28 | </div> |
| 29 | <!-- /.modal-content --> |
| 30 | </div> |
| 31 | <!-- /.modal-dialog --> |
| 32 | </div> |