/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/editStudentDetails.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 11:46:41 UTC
  • mfrom: (83.2.19 pvp)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528114641-jc7sbw7ffajiwnix
Merged Bigestans:s changes:
* Merged trunk AND
* Modified js/login.js and js/bannermenu.js, specifically functions related to the login popup!
Continuing work on viewstudents

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id="editStudentDetails" class="popup">
 
2
        <h2 class="popupHeader">Edit Student Details</h2>
 
3
        <form action="<?=base_url();?>ViewStudentsController/editStudentDetails" method="post">
 
4
                <ul>
 
5
                        <li>
 
6
                                <label>Username</label>
 
7
                                <span id="usernameDisplay">Username</span>
 
8
                                <input type="hidden" id="username" name="username">
 
9
                        </li>
 
10
                        <li>
 
11
                                <label for="studentName">Student Name:</label>
 
12
                                <input type="text" class="text" name="studentName" id="studentName">
 
13
                        </li>
 
14
                        <li>
 
15
                                <label for="studentEmail">Student E-mail:</label>
 
16
                                <input type="text" class="text" name="studentEmail" id="studentEmail">
 
17
                        </li>
 
18
                </ul>
 
19
                <div class="bottomMenu">
 
20
                        <button class="popupButton btn" type="submit">Confirm</button>
 
21
                        <button class="popupButton cancelButton btn">Cancel</button>
 
22
                </div>
 
23
        </form>
 
24
</div>  
 
 
b'\\ No newline at end of file'