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

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-11 16:45:55 UTC
  • mfrom: (23.2.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130411164555-ljhmrb2ys3xatogt
commited implementation group one's team branch.
20130411.

Merge proposal comment:
Removed codeigniter user guide, shouldn't be in the repo
Added and implemented CKEditor Wysiwyg editor for editing of pages
Made already uploaded code files visible as you edit a page
Implemented Adams dropdown menu in codeviewer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html>
2
2
<html>
3
 
<!--     
4
 
        Created by
5
 
____    __    ____  _______  ______    __    __    _______ __   __   __    __  
6
 
\   \  /  \  /   / |   ____||   _  \  |  |  |  |  /  _____/_ | /_ | |  |  |  | 
7
 
 \   \/    \/   /  |  |__   |  |_)  | |  |  |  | |  |  __  | |  | | |  |__|  | 
8
 
  \            /   |   __|  |   _  <  |  |  |  | |  | |_ | | |  | | |   __   | 
9
 
   \    /\    /    |  |____ |  |_)  | |  `--'  | |  |__| | | |  | | |  |  |  | 
10
 
    \__/  \__/     |_______||______/   \______/   \______| |_|  |_| |__|  |__| 
11
 
                                                                               
12
 
 _______  ____    ____  ______    __   __   __    __  
13
 
|       \ \   \  /   / |   _  \  /_ | /_ | |  |  |  | 
14
 
|  .--.  | \   \/   /  |  |_)  |  | |  | | |  |__|  | 
15
 
|  |  |  |  \      /   |   ___/   | |  | | |   __   | 
16
 
|  '--'  |   \    /    |  |       | |  | | |  |  |  | 
17
 
|_______/     \__/     | _|       |_|  |_| |__|  |__| 
18
 
 
19
 
        Spring 2013
20
 
 
21
 
 -->
22
3
<head>
23
4
        <script src="<?php echo base_url();?>js/ace/ace.js" type="text/javascript" charset="utf-8"></script>
24
5
        <script src="<?php echo base_url();?>js/jquery-1.8.0.min.js" type="text/javascript" charset="utf-8"></script>