Skip to content

Commit

Permalink
add Author Info
Browse files Browse the repository at this point in the history
  • Loading branch information
RicheyJang committed Oct 29, 2020
1 parent a2deaf8 commit 563aea1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootpath=/
rootpath=E:\\Steam
9 changes: 9 additions & 0 deletions out/artifacts/WebNewTest_war_exploded/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,14 @@
<div style="text-align:center">
<a href="download/" class="btn btn-primary">下载站</a>
</div>

<footer class="navbar-fixed-bottom" style="font-size: 11px">
<div class="container">
<span>
<a href="https://github.com/RicheyJang/TinyDownloadStation" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Author: RicheyJang</a>
<br>© 2020 TinyDownloadStation Project. All Rights Reserved.
</span>
</div>
</footer>
</body>
</html>
10 changes: 10 additions & 0 deletions src/Utils/DirTableUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,21 @@ public static String encode(String s)
" <tbody>";
private static String endBody="</tbody>\n" +
" </table>\n" +
" <footer id=\"footer\" style=\"font-size: 11px\">\n" +
" <br><br><br><br><br>\n" +
" <div class=\"container\">\n" +
" <span>\n" +
" <a href=\"https://github.com/RicheyJang/TinyDownloadStation\" target=\"_blank\" style=\"color: inherit; font-weight: normal; text-decoration: none;\">Author: RicheyJang</a>\n" +
" <br>© 2020 TinyDownloadStation Project. All Rights Reserved.\n" +
" </span>\n" +
" </div>\n" +
" </footer>" +
"</div>\n" +
"</body>";
private static String endLine="</html>";

static {
preBody=encode(preBody);
endBody=encode(endBody);
}
}
Binary file modified web/WEB-INF/classes/Utils/DirTableUtil.class
Binary file not shown.

0 comments on commit 563aea1

Please sign in to comment.