-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!doctype html> | ||
<!-- 青阳网络文件传输系统 kiftd v1.0.33-RELEASE --> | ||
<!-- 青阳网络文件传输系统 kiftd v1.0.34-RELEASE --> | ||
<!-- 欢迎访问主界面 --> | ||
<!-- by 青阳龙野([email protected]) --> | ||
<html> | ||
|
@@ -101,32 +101,34 @@ | |
class="glyphicon glyphicon-cog"></span> 操作 <span | ||
class="caret"></span></a> | ||
<ul class="dropdown-menu" id="fileListDropDown"> | ||
<li id="uploadFileButtonLi"><a href="javascript:void(0);">上传文件 <span | ||
class="pull-right"><span | ||
<li id="uploadFileButtonLi"><a | ||
href="javascript:void(0);">上传文件 <span class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+U</span></a></li> | ||
<li id="uploadFolderButtonLi"><a href="javascript:void(0);">上传文件夹 <span | ||
<li id="uploadFolderButtonLi"><a | ||
href="javascript:void(0);">上传文件夹 <span | ||
class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+F</span></a></li> | ||
<li role="separator" class="divider"></li> | ||
<li id="createFolderButtonLi"><a href="javascript:void(0);">新建文件夹 <span | ||
<li id="createFolderButtonLi"><a | ||
href="javascript:void(0);">新建文件夹 <span | ||
class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+N</span></a></li> | ||
<li role="separator" class="divider"></li> | ||
<li id="copyFileButtonLi"><a href="javascript:void(0);"><span id='copySignTx'>复制 | ||
<span class="pull-right"><span | ||
<li id="copyFileButtonLi"><a href="javascript:void(0);"><span | ||
id='copySignTx'>复制 <span class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+C</span> | ||
</span></a></li> | ||
<li id="cutFileButtonLi"><a href="javascript:void(0);"><span id='cutSignTx'>剪切 | ||
<span class="pull-right"><span | ||
<li id="cutFileButtonLi"><a href="javascript:void(0);"><span | ||
id='cutSignTx'>剪切 <span class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+X</span> | ||
</span></a></li> | ||
<li id="stickFileButtonLi" class="hidden"><a href="javascript:void(0);"><span | ||
id='stickSignTx'>粘贴<span id="stickFilesCount"></span> | ||
<span class="pull-right"><span | ||
<li id="stickFileButtonLi" class="hidden"><a | ||
href="javascript:void(0);"><span id='stickSignTx'>粘贴<span | ||
id="stickFilesCount"></span> <span class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+V</span> | ||
</span></a></li> | ||
<li id="deleteSeelectFileButtonLi"><a href="javascript:void(0);">删除 <span | ||
class="pull-right"><span | ||
<li id="deleteSeelectFileButtonLi"><a | ||
href="javascript:void(0);">删除 <span class="pull-right"><span | ||
class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span>+D</span></a></li> | ||
</ul></li> | ||
</ul> | ||
|
@@ -293,7 +295,8 @@ <h4 class="modal-title" id="deleteFolderModelTitle"> | |
<h5 id="deleteFolderMessage"></h5> | ||
</div> | ||
<div class="modal-footer"> | ||
<button id="cancelDeleteFolderBtn" type="button" class="btn btn-default" data-dismiss="modal">取消</button> | ||
<button id="cancelDeleteFolderBtn" type="button" | ||
class="btn btn-default" data-dismiss="modal">取消</button> | ||
<span id="deleteFolderBox"></span> | ||
</div> | ||
</div> | ||
|
@@ -545,7 +548,8 @@ <h4 class="modal-title" id="deleteFileModelTitle"> | |
<h5 id="deleteFileMessage" class="wordbreak"></h5> | ||
</div> | ||
<div class="modal-footer"> | ||
<button id="cancelDeleteFileBox" type="button" class="btn btn-default" data-dismiss="modal">取消</button> | ||
<button id="cancelDeleteFileBox" type="button" | ||
class="btn btn-default" data-dismiss="modal">取消</button> | ||
<span id="deleteFileBox"></span> | ||
</div> | ||
</div> | ||
|
@@ -609,7 +613,8 @@ <h5> | |
</h5> | ||
</div> | ||
<div class="modal-footer"> | ||
<button id="cancelDownloadAllCheckedBtn" type="button" class="btn btn-default" data-dismiss="modal">取消</button> | ||
<button id="cancelDownloadAllCheckedBtn" type="button" | ||
class="btn btn-default" data-dismiss="modal">取消</button> | ||
<span id="downloadAllCheckedBox"></span> | ||
</div> | ||
</div> | ||
|
@@ -698,7 +703,8 @@ <h4>提示:存在同名文件!</h4> | |
</div> | ||
</div> | ||
<div class="modal-footer"> | ||
<button id="cancelMoveFilesBtn" type="button" class="btn btn-default" data-dismiss="modal">取消</button> | ||
<button id="cancelMoveFilesBtn" type="button" | ||
class="btn btn-default" data-dismiss="modal">取消</button> | ||
<span id="moveFilesBox"></span> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.