-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
executable file
·103 lines (92 loc) · 5.19 KB
/
Copy pathheader.html
File metadata and controls
executable file
·103 lines (92 loc) · 5.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>SCNU SoCoding 镜像站</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="/fancyindex/images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="/fancyindex/images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/fancyindex/images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="/fancyindex/images/favicon.png">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
-->
<link rel="stylesheet" href="/fancyindex/css/roboto.css">
<link rel="stylesheet" href="/fancyindex/css/material-icons.css">
<link rel="stylesheet" type="text/css" href="/fancyindex/css/dialog-polyfill.css" />
<script src="/fancyindex/node_modules/material-design-lite/material.min.js"></script>
<link rel="stylesheet" href="/fancyindex/node_modules/material-design-lite/material.min.css">
<link rel="stylesheet" href="/fancyindex/css/fancyindex.css">
<script src="/fancyindex/node_modules/vue/dist/vue.global.prod.js"></script>
</head>
<body>
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header" id="app">
<!-- waterfall for second row hidden if scroll-->
<header class="mdl-layout__header mdl-layout__header--waterfall">
<div class="mdl-layout__header-row">
<!-- <span class="mdl-layout-title" id="currentTitle">Title</span> -->
<div class="no-search mdl-typography--title" id="currentPathTitle"></div>
<div class="no-search mdl-layout-spacer"></div>
<label class="no-search mdl-button mdl-js-button mdl-button--icon" onclick="clickSearch()">
<i class="material-icons">search</i>
</label>
<div class="search search-novisible mdl-textfieldno-search fullwidth">
<input class="mdl-textfield__input fullwidth" type="text" id="search-field">
</div>
<div class="search search-novisible mdl-layout-spacer"></div>
<label class="search search-novisible mdl-button mdl-js-button mdl-button--icon" for="search-field"
onclick="clickResetSearch()">
<i class="material-icons">clear</i>
</label>
</div>
</header>
<div class="mdl-layout__drawer">
<nav class="mdl-navigation">
<ul class="mdl-list">
<li class="mdl-layout-title mdl-list__item mdl-navigation__link">
<span class="mdl-color-text--primary mdl-list__item-primary-content">
<i class="mdl-color-text--primary material-icons mdl-list__item-icon">filter_drama</i>
SoCoding
</span>
</li>
</ul>
</nav>
<nav class="mdl-navigation">
<ul class="mdl-list" id="menuNav" >
<li class="mdl-list__item mdl-navigation__link" v-for="item in side_link">
<a v-bind:href="item.link" v-bind:target="item.target">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">{{item.icon}}</i>
{{item.text}}
</span>
</a>
</li>
</ul>
</nav>
</div>
<dialog class="mdl-dialog">
<div id="templateDialog">
</div>
<div class="mdl-dialog__actions">
<button type="button" class="mdl-button" onclick="clickCloseInfo()">关闭</button>
<button id="btnCopyURL" type="button" class="mdl-button">复制链接</button>
</div>
</dialog>
<main class="mdl-layout__content">
<div class="content_fancyindex">
<ul class="mdl-list" id="listItems">
</ul>
<div id="original_fancyindex">