added ui structure for rootdirs.

This commit is contained in:
Keivan Beigi
2013-01-24 12:48:44 -08:00
committed by kay.one
parent ae61150b84
commit 157b559ed2
12 changed files with 133 additions and 8 deletions
@@ -0,0 +1,9 @@
<div class="tab-pane" id="root-dir">
<div class="input-prepend input-append nz-input-large path">
<i class="add-on icon-folder-open"></i>
<input type="text" class="span10" placeholder="Path of the root folder you would like to add">
<div class="btn icon-plus btn-success"/>
</div>
<div id="current-dirs">
</div>
</div>