bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
50.1.1
by galaxyAbstractor
Started implementing categories and a menu |
1 |
<div class="span9"> |
|
20.1.1
by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff |
2 |
|
3 |
<div class="span9" id="content"> |
|
4 |
<h2>Add course</h2> |
|
5 |
<?php |
|
6 |
echo form_open(base_url().'admin/addcourse'); |
|
7 |
echo form_label('Course ID', 'cid'); |
|
8 |
echo form_input(array('name' => 'cid', 'required' => 'required')); |
|
9 |
echo form_label('Course name', 'name'); |
|
10 |
echo form_input(array('name' => 'name', 'required' => 'required')); |
|
11 |
echo "<br>"; |
|
12 |
echo form_submit(array('name' => 'submit', 'value' => 'Add course', "class" => "btn btn-primary")); |
|
13 |
echo form_close(); |
|
14 |
||
15 |
||
16 |
?>
|
|
17 |
|
|
18 |
</form> |
|
19 |
|
|
20 |
</div> |
|
21 |
</div> |
|
22 |
|
|
23 |
</div> |
|
24 |
</div> |
|
25 |
||
26 |
</div> |
|
27 |
</div> |
|
28 |
</body>
|
|
29 |
||
30 |
</html>
|
|
31 |