summaryrefslogtreecommitdiff
path: root/client/partials/overlays.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-03 12:46:45 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-03 12:46:45 +0100
commit7318a57322a02de7908862e43520c650388684c1 (patch)
treef1fce10ab3fe4c7983285e01941d9512a804c9de /client/partials/overlays.html
parent13dbbd7b36e3f12c25c45c3debc704b6632c4b46 (diff)
Edit login overlay
Diffstat (limited to 'client/partials/overlays.html')
-rw-r--r--client/partials/overlays.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/client/partials/overlays.html b/client/partials/overlays.html
deleted file mode 100644
index 8bbce52..0000000
--- a/client/partials/overlays.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<div class="modal fade" id="myModal">
- <div class="modal-dialog">
- <div class="modal-content"></div>
- </div>
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
- <h4 class="modal-title">Login</h4>
-
- </div>
- <div class="modal-body">
-
- <div class="form-group">
- <label label-default="" for="inputUser">User</label>
- <input class="form-control" id="inputUser"
- placeholder="Enter email" type="text" ng-model="identityFormData.user">
- </div>
- <div class="form-group">
- <label label-default="" for="inputProject">Project</label>
- <input class="form-control" id="inputProject"
- placeholder="Password" type="password" ng-model="identityFormData.project">
- </div>
- <div class="form-group">
- <label label-default="" for="inputPassword">Password</label>
- <input class="form-control" id="inputPassword"
- placeholder="Password" type="password" ng-model="identityFormData.password">
- </div>
-
- <p class="text-right"><a href="#">Forgot password?</a>
- </p>
- </div>
- <div class="modal-footer"> <a href="#" data-dismiss="modal" class="btn btn-default">Close</a>
- <a href="#" class="btn btn-primary" ng-click="processForm()">Login</a>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file