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

  • Committer: a11andoh
  • Date: 2013-05-24 08:09:07 UTC
  • mfrom: (91 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130524080907-vyk2owto9h3pm3qb
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <!-- This div contains the bannermenu and centers it on the page -->
6
6
    <div id="bannerWrapper">
7
7
    
8
 
        <!-- Determines how the LenaSYSButton should look and function depending on if the user is logged in or not  -->
 
8
                <!-- Determines how the LenaSYSButton should look and function depending on if the user is logged in or not  -->
9
9
        <?php
10
10
                        //$userName
11
11
                        $url = base_url();
18
18
                        echo '<a href="'.$url.'" title="Home"><div id="bannerLogoButton"></div></a>';
19
19
                ?>
20
20
        
21
 
        <!-- This div contains all the content between the LenaSYS button and the user button -->
 
21
                <!-- This div contains all the content between the LenaSYS button and the user button -->
22
22
        <div id="bannerContent">
23
 
        
 
23
                        
24
24
            <!-- This div contains the content that is needed on the banner for the CMS page.
25
25
            The name is only used to set it hidden or shown. -->
26
26
            <div id="bannerContentCMS">
46
46
            <!-- This div contains the content that is needed on the banner for the example page.
47
47
            The name is only used to set it hidden or shown. -->
48
48
            <div id="bannerContentExample">
 
49
                        
 
50
                                <!-- This div contains the dropdownmenu for the codeviewer menu button -->
 
51
                                <div id="dropdownCodeviewerMenu">
 
52
                                        <div class="drowdownMenuHeader">Choose example</div>
 
53
                                        <a href="#"><div class="dropdownMenuButton">Menu with images using divs</div></a>
 
54
                                        <a href="#"><div class="dropdownMenuButton">Dropdown menu</div></a>
 
55
                                        <a href="#"><div class="dropdownMenuButton">Expand and contract data</div></a>             
 
56
                                </div>
 
57
                        
49
58
                <a href="#" title="Open example menu"><div id="bannerCodeviewerMenuButton" class="icomoon">%</div></a>
50
59
                <a href="#" title="Go to previous example"><div id="bannerLeftArrowButton" class="icomoon">&amp;</div></a>
51
60
                <a href="#" title="Go to next example"><div id="bannerRightArrowButton" class="icomoon">'</div></a>
73
82
                        
74
83
                        echo '<div id="bannerUserMenuButton" title="'.$title.'">'.$text.'</div>';
75
84
                ?>
76
 
        
77
 
    </div><!-- End of bannerWrapper -->
78
 
    
79
 
    <!-- This div contains the dropdownmenus -->
80
 
    <div id="dropdownMenuWrapper">
81
 
    
82
 
        <!-- This div contains the dropdownmenu for the codeviewer menu button -->
83
 
        <div id="dropdownCodeviewerMenu">
84
 
            <div class="drowdownMenuHeader">Choose example</div>
85
 
            <a href="#"><div class="dropdownMenuButton">Menu with images using divs</div></a>
86
 
            <a href="#"><div class="dropdownMenuButton">Dropdown menu</div></a>
87
 
            <a href="#"><div class="dropdownMenuButton">Expand and contract data</div></a>             
88
 
        </div>
89
 
        
 
85
                
90
86
        <!-- This div contains the dropdownmenu for user menu button -->
91
87
        <div id="dropdownUserMenu">
92
88
            <div class="drowdownMenuHeader">Settings</div>
111
107
            <a href="#"><div class="dropdownMenuButton">Change Password</div></a>
112
108
            <a href="#"><div class="dropdownMenuButton">Logout</div></a>
113
109
        </div>
114
 
        
115
 
    </div><!-- End of dropdownMenuWrapper -->
 
110
                
 
111
    </div><!-- End of bannerWrapper -->
116
112
    
117
113
</div><!-- End of bannerBody -->
 
 
b'\\ No newline at end of file'