/themes/default/templates/menu_part.html
HTML | 25 lines | 12 code | 0 blank | 13 comment | 0 complexity | aa7cfc978835352d5d3d908193c65c8e MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
- <table width="100%"><tr>
- <td align="left">
- <a href="/blog/" title="????">? ?</a> |
- {% if self.is_admin %}
- <a href="/blog/newpost" title="?????">?????</a> |
- <a href="/blog/custom" title="??">??</a> |
- <a href="/blog/filemanager" title="????"><span>??????</span></a> |
- {% endif %}
- <a target="_blank" href="http://code.google.com/p/n23" title="??????"><font color="red">??????</font></a> |
- <a target="_blank" href="http://code.google.com/p/mylibs" title="notes, OpenBSD, Python..."><font color="red">My Library Project</font></a>
- </td>
- </tr></table>
- <!--
- <ul>
- <li class="first{% ifequal self.current_page "home" %} selected{% endifequal %}"><a href="/blog/"><span>??</span></a></li>
- {% if self.is_admin %}
- <li{% ifequal self.current_page "new" %} class="selected"{% endifequal %}><a href="/blog/newpost"><span>?????</span></a></li>
- <li{% ifequal self.current_page "config" %} class="selected"{% endifequal %}><a href="/blog/custom"><span>??</span></a></li>
- <li{% ifequal self.current_page "upload" %} class="selected"{% endifequal %}><a href="/blog/filemanager"><span>??????</span></a></li>
- {% endif %}
- <li{% ifequal self.current_page "about" %} class="selected"{% endifequal %}><a href="#"><span>About</span></a></li>
- <li><a target="_blank" href="http://code.google.com/p/n23"><span>??????</span></a></li>
- <li><a target="_blank" href="http://code.google.com/p/mylibs"><span>My Library Project</span></a></li>
- <br style="clear:both" />
- </ul>
-->