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

  • Committer: a11patfr at his
  • Date: 2013-05-13 09:59:22 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: a11patfr@student.his.se-20130513095922-gveigrd7vvzghnsl
Fixed the dragand drop thingamabob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                        <div class="span12" id="mainpage">
14
14
                                <div class="row">
15
15
                                        <div class="span6">
16
 
                                                
17
 
                                                
18
 
                                                        <h3>Managing example - <?php echo $example?> </h3>
19
 
                                                
 
16
                                                <h3>Managing example - <?php echo $example?> </h3>
 
17
                                                <div id="dropbox">
 
18
                                                        <span class="message"><i>Drop files here to upload</i></span>
 
19
                                                        <div class="progressHolder">
 
20
                                                                <div class="progress"></div>
 
21
                                                        </div>
 
22
                                                </div>
 
23
                                                <div id="filelist">
 
24
                                                </div>
 
25
                                                <?php 
 
26
                                                        echo form_open(base_url().'admin/manageexample');
 
27
                                                        echo form_label('Documentation', 'documentation');
 
28
                                                        echo form_textarea(array('name' => 'documentation',  'class' => 'ckeditor'/*, 'value' => $documentation*/));
 
29
                                                        echo form_hidden('cid',$cid); 
 
30
                                                        echo form_hidden('example',$example); 
 
31
                                                        echo form_hidden('category',$category);
 
32
                                                        echo form_hidden('subcategory',$subcategory); 
 
33
                                                        echo form_hidden('files'); 
 
34
                                                        echo form_hidden('baseurl', base_url()); 
 
35
                                                        echo "<br>";
 
36
                                                        echo form_submit(array('name' => 'submit', 'value' => 'Update example', "class" => "btn btn-primary")); 
 
37
                                                        echo form_close(); 
20
38
                                                        
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
 
                                                
 
39
                                                 ?>
46
40
                                        </div>
47
41
                                        <div class="span6">
48
42
                                                <?php 
57
51
        </div>
58
52
</body>
59
53
 
60
 
</html>
 
 
b'\\ No newline at end of file'
 
54
</html>