]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/dtl/demos/templates/blog_base.html
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / dtl / demos / templates / blog_base.html
1 <div>
2         <h1><!--{{ title }}--></h1>
3         <ul style="float: left; width: 100px; height: 300px; margin-right: 20px; border: 1px solid #666;">
4                 <li><a onclick="_showList" style="cursor: pointer;">Home</a></li>
5                 <li><a onclick="_showPage" style="cursor: pointer;" class="page-about">About Jim</a></li>
6         </ul>
7         <!--{% block body %}--><!--{% endblock %}-->
8 </div>