Ignore:
Timestamp:
07/02/10 14:49:40 (23 months ago)
Author:
dart
Message:

LoReality?:
o Manage campaign, mission, and becin pilots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/data/templates/base/index.html.py

    r2098 r2100  
    44__M_locals_builtin = locals 
    55_magic_number = 5 
    6 _modified_time = 1277927792.169724 
    7 _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' 
    88_template_uri='/base/index.html' 
    99_template_cache=cache.Cache(__name__, _modified_time) 
     
    7474        __M_writer(u'\n    ') 
    7575        # SOURCE LINE 30 
    76         __M_writer(escape(self.heading())) 
     76        __M_writer(escape(next.body())) 
    7777        __M_writer(u'\n    ') 
    7878        # SOURCE LINE 31 
    79         __M_writer(escape(next.body())) 
    80         __M_writer(u'\n    ') 
    81         # SOURCE LINE 32 
    8279        __M_writer(escape(self.footer())) 
    8380        __M_writer(u'\n</body>\n</html>\n\n') 
     81        # SOURCE LINE 35 
     82        __M_writer(u'\n') 
    8483        # SOURCE LINE 36 
    8584        __M_writer(u'\n') 
     
    9392        __M_writer(u'\n') 
    9493        # SOURCE LINE 41 
    95         __M_writer(u'\n') 
    96         # SOURCE LINE 42 
    9794        __M_writer(u'\n') 
    9895        return '' 
     
    118115        _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 
    119116        __M_writer = context.writer() 
    120         # SOURCE LINE 36 
     117        # SOURCE LINE 35 
    121118        __M_writer(u'LoReality') 
    122119        return '' 
     
    132129        navigation = _mako_get_namespace(context, 'navigation') 
    133130        __M_writer = context.writer() 
    134         # SOURCE LINE 39 
     131        # SOURCE LINE 38 
    135132        __M_writer(escape(navigation.tabs())) 
    136133        return '' 
     
    146143        navigation = _mako_get_namespace(context, 'navigation') 
    147144        __M_writer = context.writer() 
    148         # SOURCE LINE 40 
     145        # SOURCE LINE 39 
    149146        __M_writer(escape(navigation.menu())) 
    150147        return '' 
     
    159156        _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 
    160157        __M_writer = context.writer() 
    161         # SOURCE LINE 42 
     158        # SOURCE LINE 41 
    162159        __M_writer(u'<p><a href="#top">Top ^</a></p>') 
    163160        return '' 
     
    172169        _mako_get_namespace(context, 'navigation')._populate(_import_ns, ['*']) 
    173170        __M_writer = context.writer() 
    174         # SOURCE LINE 38 
     171        # SOURCE LINE 37 
    175172        __M_writer(u'<a name="top"></a>') 
    176173        return '' 
     
    186183        c = _import_ns.get('c', context.get('c', UNDEFINED)) 
    187184        __M_writer = context.writer() 
    188         # SOURCE LINE 41 
     185        # SOURCE LINE 40 
    189186        __M_writer(u'<h1>') 
    190187        __M_writer(escape(c.heading or 'No Title')) 
Note: See TracChangeset for help on using the changeset viewer.