/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/popup/addNewInstructor.php

  • Committer: a11andoh
  • Date: 2013-05-27 08:23:27 UTC
  • mfrom: (102 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527082327-aujrssl7vhhbgsf5
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="addNewInstructor">
2
 
        <h2 class="loginTitle">Add New Instructor</h2>
3
 
        <div id="middleLayerPopups">
4
 
                <div class="tableRow">
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>
 
3
        <form>
 
4
                <ul>
 
5
                        <li>
 
6
                                <label for="email">E-Mail:</label>
 
7
                                <input type="text" class="text" id="instructorEmail" name="instructorEmail" placeholder="Instructor E-mail">
 
8
                        </li>
 
9
                </ul>
 
10
                <div class="bottomMenu">
 
11
                        <button type="submit" class="popupButton">Confirm</button>
 
12
                        <button class="cancelButton popupButton" onClick="addNewInstructorButtonHide()">Cancel</button>
6
13
                </div>
7
 
        </div>
8
 
        <div>
9
 
                <input type="button" class="popupButtons btn" value="Confirm">
10
 
                <input type="button" onClick="addNewInstructorButtonHide()" class="popupButtons btn" value="Cancel">
11
 
        </div>
 
14
        </form>
12
15
</div>
 
 
b'\\ No newline at end of file'