thirdparty/google_appengine/google/appengine/ext/admin/templates/base.html
changeset 149 f2e327a7c5de
parent 109 620f9b141567
child 2172 ac7bd3b467ff
equal deleted inserted replaced
148:37505d64e57b 149:f2e327a7c5de
     7     <style type="text/css">{% include "css/ae.css" %}</style>
     7     <style type="text/css">{% include "css/ae.css" %}</style>
     8     <style type="text/css">{% include "css/nav.css" %}</style>
     8     <style type="text/css">{% include "css/nav.css" %}</style>
     9     {% block head %}{% endblock %}
     9     {% block head %}{% endblock %}
    10   </head>
    10   </head>
    11   <body {% block bodyattributes %}{% endblock %}>
    11   <body {% block bodyattributes %}{% endblock %}>
    12     <div class="g-doc-1024">
    12     <div class="g-doc">
    13     
    13     
    14     <div id="hd" class="g-section">
    14     <div id="hd" class="g-section">
    15 
    15 
    16       <div class="g-section">
    16       <div class="g-section">
    17         <img id="ae-logo" src="./images/google.gif" width="153" height="47"
    17         <img id="ae-logo" src="./images/google.gif" width="153" height="47"
    18          alt="Google App Engine"/>
    18          alt="Google App Engine"/>
    19       </div>
    19       </div>
    20       
    20       
    21       <div id="ae-appbar-lrg" class="g-section">
    21       <div id="ae-appbar-lrg" class="g-section">
    22         <h1>Development Console</h1>
    22         <h1>{{ application_name }} Development Console</h1>
    23       </div>
    23       </div>
    24       
    24       
    25     </div>
    25     </div>
    26     
    26     
    27     
    27     
    34           <div id="ae-nav" class="g-c">
    34           <div id="ae-nav" class="g-c">
    35         
    35         
    36             <ul id="menu">
    36             <ul id="menu">
    37               <li><a href="{{ datastore_path }}">Datastore Viewer</a></li>
    37               <li><a href="{{ datastore_path }}">Datastore Viewer</a></li>
    38               <li><a href="{{ interactive_path }}">Interactive Console</a></li>
    38               <li><a href="{{ interactive_path }}">Interactive Console</a></li>
       
    39               <li><a href="{{ memcache_path }}">Memcache Viewer</a></li>
    39             </ul>
    40             </ul>
    40         
    41         
    41           </div>
    42           </div>
    42         
    43         
    43         </div>
    44         </div>