forked from xifangczy/cat-catch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
json.html
45 lines (40 loc) · 1.42 KB
/
json.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>titleJson</title>
<link rel="stylesheet" type="text/css" href="css/public.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/options.css" media="all" />
<script src="lib/jquery.min.js"></script>
<script src="js/init.js"></script>
<script src="js/firefox.js"></script>
<script src="lib/jquery.json-viewer.js"></script>
<script src="js/function.js"></script>
<script src="js/json.js"></script>
</head>
<body>
<div class="wrapper1024">
<section id="jsonCustom" class="hide">
<h1 class="optionsTitle" data-i18n="titleJson"></h1>
<div class="optionBox">
<span class="explain">json</span>
<textarea id="jsonText" spellcheck="false" data-type="link" class="width100"></textarea>
<div class="line"></div>
<span class="explain">json url</span>
<input type="text" id="jsonUrl" placeholder="jsonURL" class="fullInput" />
<button id="format" type="button" data-i18n="jsonFormatter"></button>
</div>
</section>
<section id="main">
<h1 class="optionsTitle" data-i18n="titleJson"></h1>
<div class="optionBox">
<div class="block">
<pre id="json-renderer" data-i18n="fileLoading"></pre>
</div>
<button id="collapsed" data-i18n="expandAllNodes"></button>
</div>
</section>
</div>
<script src="js/i18n.js"></script>
</body>
</html>