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

  • Committer: a11timgu
  • Date: 2013-05-30 08:52:01 UTC
  • mfrom: (125 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: a11timgu@student.his.se-20130530085201-vzvlcuxzljq5m2zh
sdasdawd:

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
<!-- bannermenu.php -->
3
 
<div id="coursemenuBody">
4
 
    <div id="coursemenuWrapper">
5
 
        <div id="coursemenu">
6
 
            <div id="coursemenuHeader">
7
 
                DA330G
8
 
            </div>
9
 
            <div id="coursemenuContent">
10
 
                   <a href="#">JavaScript</a><br>
11
 
                   <a href="#">jQuery</a><br>
12
 
                   <a href="#">SVG Converter</a><br>
13
 
                   <a href="#">HTML5</a><br>
14
 
                   <a href="#">AJAX API</a><br>
15
 
                   <a href="#">API examples</a><br>
16
 
            </div>
17
 
        </div>
18
 
    </div>
19
 
</div>