forked from gkovacs/foreign-manga-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html~
36 lines (32 loc) · 1.28 KB
/
popup.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
<!doctype html>
<html>
<head>
<title>Getting Started Extension's Popup</title>
<link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui-1.10.0.custom.min.css">
<script src="js/jquery-1.9.0.js"></script>
<script src="js/jquery-ui-1.10.0.custom.min.js"></script>
<script src="async.js"></script>
<script src="visutils.js"></script>
<script src="grammarvis-ext.js"></script>
<!--
- JavaScript and HTML must be in separate files: see our Content Security
- Policy documentation[1] for details and explanation.
-
- [1]: http://developer.chrome.com/extensions/contentSecurityPolicy.html
-->
<!--<script src="jquery-1.8.2.min.js"></script>
<script src="jquery.iframe-auto-height.plugin.1.8.0.js"></script>
<script src="grammarvis-ext.js"></script>-->
</head>
<body>
<!--<iframe id="frame" src="http://geza.csail.mit.edu:1357/?lang=zh&sentence=是我们银河系的近邻。" onLoad="autoResize('frame')">-->
<div>
<button id="disable_popup">Disable</button>
<button id="lang_zh">Chinese</button>
<button id="lang_ja">Japanese</button>
<button id="lang_fr">French</button>
<button id="lang_fr">German</button>
</div>
<!--<div id="sentenceDisplay" style="display: table; min-width: 700px; max-height: 300px;"></div>-->
</body>
</html>