Changeset 2100 for trunk/loreality/data/templates/base/index.html.py
- Timestamp:
- 07/02/10 14:49:40 (23 months ago)
- File:
-
- 1 edited
-
trunk/loreality/data/templates/base/index.html.py (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/data/templates/base/index.html.py
r2098 r2100 4 4 __M_locals_builtin = locals 5 5 _magic_number = 5 6 _modified_time = 127 7927792.1697247 _template_filename='/ home/dart/trunk/loreality/loreality/templates/base/index.html'6 _modified_time = 1278073648.668196 7 _template_filename='/media/divers/personnel/dev/dartsite.org/lotatc/trunk/loreality/loreality/templates/base/index.html' 8 8 _template_uri='/base/index.html' 9 9 _template_cache=cache.Cache(__name__, _modified_time) … … 74 74 __M_writer(u'\n ') 75 75 # SOURCE LINE 30 76 __M_writer(escape( self.heading()))76 __M_writer(escape(next.body())) 77 77 __M_writer(u'\n ') 78 78 # SOURCE LINE 31 79 __M_writer(escape(next.body()))80 __M_writer(u'\n ')81 # SOURCE LINE 3282 79 __M_writer(escape(self.footer())) 83 80 __M_writer(u'\n</body>\n</html>\n\n') 81 # SOURCE LINE 35 82 __M_writer(u'\n') 84 83 # SOURCE LINE 36 85 84 __M_writer(u'\n') … … 93 92 __M_writer(u'\n') 94 93 # SOURCE LINE 41 95 __M_writer(u'\n')96 # SOURCE LINE 4297 94 __M_writer(u'\n') 98 95 return '' … … 118 115 _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 119 116 __M_writer = context.writer() 120 # SOURCE LINE 3 6117 # SOURCE LINE 35 121 118 __M_writer(u'LoReality') 122 119 return '' … … 132 129 navigation = _mako_get_namespace(context, 'navigation') 133 130 __M_writer = context.writer() 134 # SOURCE LINE 3 9131 # SOURCE LINE 38 135 132 __M_writer(escape(navigation.tabs())) 136 133 return '' … … 146 143 navigation = _mako_get_namespace(context, 'navigation') 147 144 __M_writer = context.writer() 148 # SOURCE LINE 40145 # SOURCE LINE 39 149 146 __M_writer(escape(navigation.menu())) 150 147 return '' … … 159 156 _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 160 157 __M_writer = context.writer() 161 # SOURCE LINE 4 2158 # SOURCE LINE 41 162 159 __M_writer(u'<p><a href="#top">Top ^</a></p>') 163 160 return '' … … 172 169 _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 173 170 __M_writer = context.writer() 174 # SOURCE LINE 3 8171 # SOURCE LINE 37 175 172 __M_writer(u'<a name="top"></a>') 176 173 return '' … … 186 183 c = _import_ns.get('c', context.get('c', UNDEFINED)) 187 184 __M_writer = context.writer() 188 # SOURCE LINE 4 1185 # SOURCE LINE 40 189 186 __M_writer(u'<h1>') 190 187 __M_writer(escape(c.heading or 'No Title'))
Note: See TracChangeset
for help on using the changeset viewer.
