equal
deleted
inserted
replaced
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 <li><a href="{{ memcache_path }}">Memcache Viewer</a></li> |
|
40 <li><a href="{{ queues_path }}">Task Queues</a></li> |
40 {% if cron_path %} |
41 {% if cron_path %} |
41 <li><a href="{{ cron_path }}">Cron Jobs</a></li> |
42 <li><a href="{{ cron_path }}">Cron Jobs</a></li> |
42 {% endif %} |
43 {% endif %} |
43 </ul> |
44 </ul> |
44 |
45 |
52 |
53 |
53 </div> |
54 </div> |
54 |
55 |
55 <div id="ft"> |
56 <div id="ft"> |
56 <p> |
57 <p> |
57 ©2008 Google |
58 ©2009 Google |
58 </p> |
59 </p> |
59 </div> |
60 </div> |
60 {% block final %}{% endblock %} |
61 {% block final %}{% endblock %} |
61 </div> |
62 </div> |
62 <script type="text/javascript"> |
63 <script type="text/javascript"> |