-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpopup.html
36 lines (36 loc) · 1.3 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
36
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<!-- compiled files -->
<link rel="stylesheet" type="text/css" href="popup_css_compiled.css">
<script src="popup_compiled.js"></script>
</head>
<body class="gtx-content">
<div class="content">
<div id="search-bar">
<input type="text" name="text-input" id="text-input" autofocus>
</div>
<div class="jfk-button-img" id="new-translation"></div>
<div id="translation" style="display: inline;"></div>
<div id="buttons">
<a class="gtx-a" id="translate-page" href=""></a>
<a class="gtx-a" id="more" target=_blank style="margin-left: 32px;" href=""></a>
</div>
<!--todo add new button-->
<div style="font-size:10px;float:right;">
<a href = "#" id="btnlogin">login</a>
<a href = "#" id="btnlogout">logout</a>
<a href = "#" id="btnwordlist">wordnode</a>
</div>
</div>
</body>
<footer class="gtx-footer">
<div id="autoOption"></div>
© <span id="year">2015</span> Google -
<a class="gtx-a" id="options-link" target=_blank href="options.html"></a> -
<a class="gtx-a" id="translate-link" target=_blank href="https://translate.google.com/?source=gtx">
</a>
</footer>
</html>