/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: Gustav Hatvigsson
  • Date: 2013-05-30 12:50:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130530125006-f2pn1oto36ydp30f
Added some licensing information that needs to be filled out.
Authors need to fill out/in file names and who is the owner
of them.

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'