mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 15:39:34 +00:00
768678
sd s
This commit is contained in:
parent
2408524f94
commit
c8286a0aad
3 changed files with 3 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue