/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/admin/manage_page.php

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-12 17:00:09 UTC
  • mfrom: (23.1.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130412170009-gla04s3anpjep68p
Merging implementation group one's team bnanch in to trunk.
This is also end of this cycle.

Good work guys.

20130412.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                                                
17
17
                                                
18
18
                                                        <h3>Managing page - <?php echo $page?> </h3>
 
19
                                                
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>
20
30
                                                        <?php 
21
31
        
22
32
                                                                echo form_open(base_url().'admin/managepage');
23
33
                                                                                echo form_label('Documentation', 'documentation');
24
 
                                                                                echo form_textarea(array('name' => 'documentation',  'class' => 'ckeditor', 'required' => 'required', 'value' => $documentation));
 
34
                                                                                echo form_textarea(array('name' => 'documentation',  'class' => 'ckeditor'/*, 'value' => $documentation*/));
25
35
                                                                                echo form_hidden('cid',$cid); 
26
36
                                                                                echo form_hidden('example',$example); 
27
37
                                                                                echo form_hidden('page',$page); 
 
38
                                                                                echo form_hidden('files'); 
28
39
                                                                                echo "<br>";
29
 
                                                                                echo form_submit(array('name' => 'submit', 'value' => 'Add page', "class" => "btn btn-primary")); 
 
40
                                                                                echo form_submit(array('name' => 'submit', 'value' => 'Update page', "class" => "btn btn-primary")); 
30
41
                                                                echo form_close(); 
31
42
                                                                
32
43
                                                         ?>
33
 
                                                        
34
 
                                                        <div id="dropbox">
35
 
                                                                <span class="message"><i>Drop files here to upload</i></span>
36
 
 
37
 
                                                                <div class="progressHolder">
38
 
                                                                        <div class="progress"></div>
39
 
                                                                </div>
40
 
                                                        </div>
41
 
                                                        <div id="filelist">
42
 
                                                                <ul id="flist">
43
 
                                                                </ul>
44
 
                                                        </div>
45
44
                                                
46
45
                                        </div>
47
46
                                        <div class="span6">