Include full path in file view href.

This commit is contained in:
bootstraponline
2012-07-27 11:34:04 -06:00
parent 77bb608878
commit 8558777ece
6 changed files with 24 additions and 34 deletions
+3 -3
View File
@@ -8,13 +8,13 @@
<li>
<label>folder2</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="0">0</a></li>
<li class="file"><a href="folder0/folder1/folder2/0">0</a></li>
</ol>
</li>
<li>
<label>folder3</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="1">1</a></li>
<li class="file"><a href="folder0/folder1/folder3/1">1</a></li>
</ol>
</li>
</ol>
@@ -24,5 +24,5 @@
<li>
<label>folder4</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="2">2</a></li>
<li class="file"><a href="folder4/2">2</a></li>
</ol>