PageRenderTime 21ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/templates/sidebar.html

https://github.com/zh/ReaTiWe
HTML | 18 lines | 18 code | 0 blank | 0 comment | 0 complexity | 9fea7f51f9a3f4862b45f6d97f8b382d MD5 | raw file
  1. {% extends "base.html" %}
  2. {% block body %}
  3. {% block sidebar %}
  4. <div id="sidebar">
  5. <div class="headline"><b>{{ microUser.full_name|escape }} ({{ microUser.nick|escape }})</b></div>
  6. <div class="section">
  7. <ul>
  8. <li><a href="http://github.com/zh/reatiwe">GitHub</a></li>
  9. <li><a href="http://friendfeed.com/reatiwe">FriendFeed</a></li>
  10. </ul>
  11. </div>
  12. <div class="section">
  13. <iframe style="border: medium none; width: 180px; height: 500px; overflow: hidden;" src="http://widget.collecta.com/widget.html?query=xmpp%20OR%20pubsubhubbub%20OR%20websocket%20OR%20webhooks%20OR%20collecta&alias=Real%20Time%20Web&headerimg=&stylesheet=&delay=" id="widgetframe" frameborder="0" scrolling="no"></iframe>
  14. </div>
  15. </div>
  16. {% endblock %}
  17. {% block content %}{% endblock %}
  18. {% endblock %}