root dir is done

This commit is contained in:
kay.one 2011-07-01 13:59:25 -07:00
commit 94e16a6037
8 changed files with 25 additions and 134 deletions

View file

@ -1,11 +1,11 @@
<div>
<span>
<input id="rootDirInput" type="text" style="width: 400px" />
<button id="saveDir">
Add</button>
</div>
<div id="rootDirs">
</span>
<span id="rootDirs">
@{Html.RenderAction("RootList");}
</div>
</span>
<script type="text/javascript">
jQuery(document).ready(function() {