Differences From Artifact [78b7d8a5ef]:
- File applications/mobileblur/views/layout.html — part of check-in [6548f791b4] at 2011-08-15 01:53:32 on branch develop — Mobileblur can log in for a user and get all feeds with unread content above a hardcoded threshold (user: spiffy, size: 6475) [annotate] [blame] [check-ins using] [more...]
- File applications/welcome/views/layout.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 6475) [annotate] [blame] [check-ins using]
To Artifact [eb19032d37]:
- File applications/mobileblur/views/layout.html — part of check-in [678f5259f2] at 2011-11-20 22:51:34 on branch develop — Added a logout button (user: spiffy, size: 6535) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
100 101 102 103 104 105 106 107 108 109 110 111 112 113 | <div id="left_sidebar" {{=XML(left_sidebar_style)}} > <div style="padding: 4px;"> {{block left_sidebar}}Content Left Sidebar{{end}} </div> </div><!-- left_sidebar --> {{pass}} <!-- content --> <div id="content" {{=XML(style_content)}} > {{include}} </div> <!-- content --> {{if right_sidebar_enabled:}} | > | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | <div id="left_sidebar" {{=XML(left_sidebar_style)}} > <div style="padding: 4px;"> {{block left_sidebar}}Content Left Sidebar{{end}} </div> </div><!-- left_sidebar --> {{pass}} <a href="{{= URL("default", "logout") }}">Log out</a> <!-- content --> <div id="content" {{=XML(style_content)}} > {{include}} </div> <!-- content --> {{if right_sidebar_enabled:}} |
︙ | ︙ |