bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
53.1.1
by galaxyAbstractor
fixed adminpanel and codeviewer a bit |
1 |
<body>
|
2 |
<div id="header"> |
|
3 |
<div class="container"> |
|
4 |
<div class="row"> |
|
5 |
<div class="span12" id="nav"> |
|
6 |
</div> |
|
7 |
</div> |
|
8 |
</div> |
|
9 |
</div> |
|
10 |
<div class="container"> |
|
11 |
|
|
12 |
<div class="row"> |
|
13 |
<div class="span12" id="mainpage"> |
|
14 |
<div class="row"> |
|
|
69.2.1
by galaxyAbstractor
Replaced admin model |
15 |
<div class="span6"> |
16 |
|
|
17 |
|
|
18 |
<h3>Managing example - <?php echo $example?> </h3> |
|
19 |
|
|
20 |
|
|
21 |
<div id="dropbox"> |
|
22 |
<span class="message"><i>Drop files here to upload</i></span> |
|
23 |
||
24 |
<div class="progressHolder"> |
|
25 |
<div class="progress"></div> |
|
26 |
</div> |
|
27 |
</div> |
|
28 |
<div id="filelist"> |
|
29 |
</div> |
|
30 |
<?php |
|
31 |
||
32 |
echo form_open(base_url().'admin/manageexample'); |
|
33 |
echo form_label('Documentation', 'documentation'); |
|
34 |
echo form_textarea(array('name' => 'documentation', 'class' => 'ckeditor'/*, 'value' => $documentation*/)); |
|
35 |
echo form_hidden('cid',$cid); |
|
36 |
echo form_hidden('example',$example); |
|
37 |
echo form_hidden('category',$category); |
|
38 |
echo form_hidden('subcategory',$subcategory); |
|
39 |
echo form_hidden('files'); |
|
40 |
echo "<br>"; |
|
41 |
echo form_submit(array('name' => 'submit', 'value' => 'Update example', "class" => "btn btn-primary")); |
|
42 |
echo form_close(); |
|
43 |
||
44 |
?>
|
|
45 |
|
|
|
53.1.1
by galaxyAbstractor
fixed adminpanel and codeviewer a bit |
46 |
</div> |
|
69.2.1
by galaxyAbstractor
Replaced admin model |
47 |
<div class="span6"> |
48 |
<?php |
|
49 |
echo $editors; |
|
50 |
?>
|
|
|
20.1.1
by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff |
51 |
</div> |
52 |
|
|
53 |
</div> |
|
54 |
</div> |
|
55 |
||
56 |
</div> |
|
57 |
</div> |
|
58 |
</body>
|
|
59 |
||
|
64.1.1
by b11johgu
ExamplesController: |
60 |
</html>
|