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

  • Committer: a11andoh
  • Date: 2013-05-27 11:25:41 UTC
  • mfrom: (105 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527112541-gut7vg5nu8mxvgmn
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
You should have received a copy of the GNU Lesser General Public License
18
18
along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
*/?>
20
 
<html>
21
 
<head>
22
 
<link href="<?php echo base_url()?>css/template_layout.css" rel="stylesheet" type="text/css">
23
 
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
24
 
<script src="<?php echo base_url()?>js/template_layout.js"></script>
25
 
</head>
26
 
<body>
27
 
        <div id="menucolumn">
28
 
        </div>
29
 
        <div id="boxcolumn">
 
20
<!--
 
21
template_layout.css
 
22
template_layout.js
 
23
-->
 
24
<div class="cmsContent">
 
25
        <div id="boxcolumn" >
30
26
        <?php
31
27
                
32
28
                echo "<div id=\"mostUsed\">";
46
42
                $i-=1;
47
43
                if($i % 10 != 0){
48
44
                for($m = 5 - $i % 5; $m >= 1; $m--){
49
 
                        echo "<div class=\"box2\"></div>";
 
45
                        echo "<div class=\"box2\" style=\"background-image:url('".
 
46
                        base_url()."img/template_layout_img/0.png' ) \"></div>";
50
47
 
51
48
                }
52
49
                }
54
51
        ?>      
55
52
        </div>
56
53
                <div id="buttonContainer">
57
 
                        <a href="#" id="hideButton" class="showhide" hidden="hidden" onclick="hide()">Hide</a>
58
54
                        <a href="#" id="showButton" class="showhide"  onclick="show()">Show</a>
59
55
                </div>
60
56
        </div>
61
 
</body>
62
 
</html>
 
 
b'\\ No newline at end of file'
 
57
</div>
 
 
b'\\ No newline at end of file'