/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: 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:
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\">";
45
41
                */
46
42
                $i-=1;
47
43
                if($i % 10 != 0){
48
 
                for($m = 5 - $i % 5; $m >= 1; $m--){
49
 
                        echo "<div class=\"box2\"></div>";
50
 
 
51
 
                }
 
44
                        for($m = 5 - $i % 5; $m >= 1; $m--){
 
45
                                echo "<div class=\"box2\" style=\"background-image:url('".
 
46
                                base_url()."img/template_layout_img/0.png' ) \"></div>";
 
47
                        }
52
48
                }
53
49
                                
54
50
        ?>      
55
51
        </div>
56
52
                <div id="buttonContainer">
57
 
                        <a href="#" id="hideButton" class="showhide" hidden="hidden" onclick="hide()">Hide</a>
58
53
                        <a href="#" id="showButton" class="showhide"  onclick="show()">Show</a>
59
54
                </div>
60
55
        </div>
61
 
</body>
62
 
</html>
 
 
b'\\ No newline at end of file'
 
56
</div>
 
 
b'\\ No newline at end of file'