changed git call from https to git readonly
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / templates / todolist.tpl
1 {include file="header.tpl" title="Todo List"}\r
2 <div align="center"><h1>Todo List</h1></div>\r
3 {foreach from=$todos key=todopackage item=todo}\r
4 <h2>{$todopackage}</h2>\r
5 {section name=todo loop=$todo}\r
6 <h3>{$todo[todo].link}</h3>\r
7 <ul>\r
8 {section name=t loop=$todo[todo].todos}\r
9     <li>{$todo[todo].todos[t]}</li>\r
10 {/section}\r
11 </ul>\r
12 {/section}\r
13 {/foreach}\r
14 {include file="footer.tpl"}