1
<div id="addNewInstructor">
2
<h2 class="loginTitle">Add New Instructor</h2>
3
<div id="middleLayerPopups">
5
<p class="tableCell">Email</p> <input class="text" type="text" size="10" id="categoryName" name="categoryName" placeholder="grilldalf95@his.se"/>
1
<div id="addNewInstructor" class="popup">
2
<h2 class="popupHeader">Add New Instructor</h2>
6
<label for="email">E-Mail:</label>
7
<input type="text" class="text" id="instructorEmail" name="instructorEmail" placeholder="Instructor E-mail">
10
<div class="bottomMenu">
11
<button type="submit" class="popupButton">Confirm</button>
12
<button class="cancelButton popupButton" onClick="addNewInstructorButtonHide()">Cancel</button>
9
<input type="button" class="popupButtons btn" value="Confirm">
10
<input type="button" onClick="addNewInstructorButtonHide()" class="popupButtons btn" value="Cancel">
b'\\ No newline at end of file'