Skip to content

Commit

Permalink
更新内容:优化界面,去除冗余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
godfather1103 committed Sep 19, 2018
1 parent 13a63be commit 440ec61
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion static/assets/img/logo.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/assets/scripts/diff.js

This file was deleted.

4 changes: 0 additions & 4 deletions static/assets/scripts/main.js

This file was deleted.

Binary file added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions views/fileList.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
<link rel="stylesheet" type="text/css" href="static/assets/css/hljs-vs.css">
<link rel="stylesheet" type="text/css" href="static/assets/css/main.css?v=24">
<script src="static/assets/scripts/frameworks.js?v=4"></script>
<script type="text/javascript" src="static/assets/scripts/main.js?v=19"></script>
<script src="static/assets/scripts/diff.js"></script>
<title>{{ .TITLE}} - Package Repo Server</title>
</head>
<body huaban_collector_injected="true">
<header id="header">
<a href="getFileList">
<img id="logo" src="static/assets/img/logo.svg?v=2" alt="VisualSVN Server">
<img id="logo" src="static/img/logo.png?v=2" style="width: 45px;" alt="PackageRepo Server">
</a>
<a href="upload" style="float: right;margin-right: 2%;margin-top: 0.2%;font-size: 24px;">
upload
Expand All @@ -36,7 +34,7 @@
<a href="getFileList" class="home navbar-item">
<span class="fa fa-home"></span>
</a>
<h1 class="navbar-item">
<h1 class="navbar-item">/
{{with .BREADCRUMB}}
{{range .}}
<a href="getFileList?PathFileId={{ .PATHFILEID}}&IdType={{ .IDTYPE}}">{{ .PATHNAME}}</a>/
Expand Down
4 changes: 1 addition & 3 deletions views/upload.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
<link rel="stylesheet" type="text/css" href="static/assets/css/hljs-vs.css">
<link rel="stylesheet" type="text/css" href="static/assets/css/main.css?v=24">
<script src="static/assets/scripts/frameworks.js?v=4"></script>
<script type="text/javascript" src="static/assets/scripts/main.js?v=19"></script>
<script src="static/assets/scripts/diff.js"></script>
<script src="static/js/jquery.ajaxfileupload.js"></script>
<title>Upload - Package Repo Server</title>
</head>
<body huaban_collector_injected="true">
<header id="header">
<a href="getFileList">
<img id="logo" src="static/assets/img/logo.svg?v=2" alt="VisualSVN Server">
<img id="logo" src="static/img/logo.png?v=2" style="width: 45px;" alt="PackageRepo Server">
</a>
<a href="upload" style="float: right;margin-right: 2%;margin-top: 0.2%;font-size: 24px;">
upload
Expand Down

0 comments on commit 440ec61

Please sign in to comment.