/themes/default/templates/menu_part.html
HTML | 25 lines | 12 code | 0 blank | 13 comment | 0 complexity | aa7cfc978835352d5d3d908193c65c8e MD5 | raw file
1<table width="100%"><tr> 2<td align="left"> 3<a href="/blog/" title="????">? ?</a> | 4{% if self.is_admin %} 5<a href="/blog/newpost" title="?????">?????</a> | 6<a href="/blog/custom" title="??">??</a> | 7<a href="/blog/filemanager" title="????"><span>??????</span></a> | 8{% endif %} 9<a target="_blank" href="http://code.google.com/p/n23" title="??????"><font color="red">??????</font></a> | 10<a target="_blank" href="http://code.google.com/p/mylibs" title="notes, OpenBSD, Python..."><font color="red">My Library Project</font></a> 11</td> 12</tr></table> 13<!-- 14<ul> 15 <li class="first{% ifequal self.current_page "home" %} selected{% endifequal %}"><a href="/blog/"><span>??</span></a></li> 16 {% if self.is_admin %} 17 <li{% ifequal self.current_page "new" %} class="selected"{% endifequal %}><a href="/blog/newpost"><span>?????</span></a></li> 18 <li{% ifequal self.current_page "config" %} class="selected"{% endifequal %}><a href="/blog/custom"><span>??</span></a></li> 19 <li{% ifequal self.current_page "upload" %} class="selected"{% endifequal %}><a href="/blog/filemanager"><span>??????</span></a></li> 20 {% endif %} 21 <li{% ifequal self.current_page "about" %} class="selected"{% endifequal %}><a href="#"><span>About</span></a></li> 22 <li><a target="_blank" href="http://code.google.com/p/n23"><span>??????</span></a></li> 23 <li><a target="_blank" href="http://code.google.com/p/mylibs"><span>My Library Project</span></a></li> 24 <br style="clear:both" /> 25</ul> 26-->