/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-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:
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
 -->
3
22
<head>
4
23
        <script src="<?php echo base_url();?>js/ace/ace.js" type="text/javascript" charset="utf-8"></script>
5
24
        <script src="<?php echo base_url();?>js/jquery-1.8.0.min.js" type="text/javascript" charset="utf-8"></script>