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

  • Committer: Erik Wikström
  • Date: 2013-03-28 07:43:18 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: wikxen@gmail.com-20130328074318-9v6krijkyap59nct
Removed trunk folder and moved its contents to the root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="addCourse" class="manageCoursePopup popup">
2
 
        <h2 class="popupHeader">Add Course</h2>
3
 
        <form action="<?=base_url();?>ManageCourses/addCourse" method="post">
4
 
                <ul>
5
 
                        <li>
6
 
                                <label for="addCourseID">Course Code:</label>
7
 
                                <input type="text" class="text" name="addCourseID" id="addCourseID" placeHolder="Course Code">
8
 
                        </li>
9
 
                        <li>
10
 
                                <label for="addCourseName">Course Name:</label>
11
 
                                <input type="text" class="text" name="addCourseName" id="addCourseName" placeHolder="Course Name">
12
 
                        </li>
13
 
                        <li>
14
 
                                <label for="addCourseData">Course Description:</label>
15
 
                                <input type="text" class="text" name="addCourseData" id="addCourseData" placeHolder="Course Description">
16
 
                        </li>
17
 
                </ul>
18
 
                <div class="bottomMenu">
19
 
                        <button class="popupButton btn" type="submit">Confirm</button>
20
 
                        <button class="cancelButton popupButton btn">Cancel</button>
21
 
                </div>
22
 
        </form>
23
 
</div>  
 
 
b'\\ No newline at end of file'