-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoverview.html
More file actions
28 lines (27 loc) · 1.18 KB
/
Copy pathoverview.html
File metadata and controls
28 lines (27 loc) · 1.18 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Translate And Remember</title>
<link rel="stylesheet" type="text/css" href="lib/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="tutor.css" />
<script type="text/javascript" src="http://www.google.com/jsapi" ></script>
<script src="lib/jquery-1.5.min.js"></script>
<script src="languages.js"></script>
<script src="common.js"></script>
<script src="base64.js"></script>
<script src="dataAccess.js"></script>
<script src="controller.js"></script>
<script src="controllerMain.js"></script>
<script type="text/javascript" src="lib/ext/adapter/ext/ext-base.js"></script>
<script src="lib/ext/ext-all.js"></script>
<script src="overview.js"></script>
</head>
<body>
<div id='checkLearnDiv'></div>
<div id='mainDiv'></div>
<div id='loadingImg' style="display:none;position:relative;width:32px;"><img src="images/loaderIcon.gif" /></div>
<div id='hintDiv'></div>
</body>
</html>