sd

s
This commit is contained in:
coderaiser 2013-03-18 07:47:10 -04:00
parent 2408524f94
commit c8286a0aad
3 changed files with 3 additions and 17 deletions

View file

@ -1,9 +1 @@
<li draggable class>
<span class="mini-icon {type}"></span>
<span class=name>
<a href="{link}" title="{name}" draggable=true>{name}</a>
</span>
<span class=size>{size}</span>
<span class=owner>{owner}</span>
<span class=mode>{mode}</span>
</li>
<li draggable class><span class="mini-icon {type}"></span><span class=name><a href="{link}" title="{name}" draggable=true>{name}</a></span><span class=size>{size}</span><span class=owner>{owner}</span><span class=mode>{mode}</span></li>

View file

@ -1,7 +1 @@
<li class=path>
<span class="path-icon clear-cache" id=clear-cache title="clear cache (Ctrl+D)"> </span>
<span class="path-icon refresh-icon" title="refresh (Ctrl+R)">
<a href="{link}"> + </a>
</span>
<span>{path}</span>
</li>,
<li class=path><span class="path-icon clear-cache" id=clear-cache title="clear cache (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{link}"></a></span><span>{path}</span></li>

View file

@ -608,7 +608,7 @@ var Util, DOM, CloudFunc, $, KeyBinding, CloudCommander;
success : function(pData){
CloudCmd.getFileTemplate(function(pTemplate){
CloudCmd.getpPathTemplate(function(pPathTemplate){
CloudCmd._createFileTable(lPanel, lJSON, pTemplate, pPathTemplate);
CloudCmd._createFileTable(lPanel, pData, pTemplate, pPathTemplate);
CloudCmd._changeLinks(lPanel);
});
});