bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<div id="addNewInstructor" class="popup"> <h2 class="popupHeader">Add New Instructor</h2> <form> <ul> <li> <label for="email">E-Mail:</label> <input type="text" class="text" id="instructorEmail" name="instructorEmail" placeholder="Instructor E-mail"> </li> </ul> <div class="bottomMenu"> <button type="submit" class="popupButton">Confirm</button> <button class="cancelButton popupButton" onClick="addNewInstructorButtonHide()">Cancel</button> </div> </form> </div> |