Add tests for file_view.

This commit is contained in:
bootstraponline
2012-06-03 15:53:11 -06:00
parent 21840bb344
commit c530c70575
8 changed files with 170 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<ol class="tree">
<li>
<label>folder0</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="0">0</a></li>
</ol>
</li>
<li>
<label>folder1</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="1">1</a></li>
</ol>