-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBase.html
44 lines (37 loc) · 1.53 KB
/
Base.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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Base jToxKit UI elements</title>
<link rel="stylesheet" href="tests/base.css">
<link rel="stylesheet" href="tests/skeleton.css">
<link rel="stylesheet" href="tests/layout.css">
<link rel="stylesheet" href="tests/jquery-ui.css">
<link rel="stylesheet" href="tests/jquery.dataTables.css">
<link rel="stylesheet" href="www/jtoxkit.css">
<link rel="stylesheet" href="www/ketcher.css" />
<script src="tests/jquery.js"></script>
<script src="tests/jquery-migrate-1.2.1.min.js"></script>
<script src="tests/jquery-ui.js"></script>
<script src="www/jtoxkit.js"></script>
</head>
<body>
<!--[[ jT.ui.templates['button-icon'] -->
<button title="{{ title }}"><i class="fa fa-{{ icon }} {{ className }}"></i></button>
<!-- // end of #button-icon ]]-->
<!--[[ jT.ui.templates['select-one-option'] -->
<option value="{{ value }}" {{ selected }}>{{ name }}</button>
<!-- // end of #select-one-option ]]-->
<!--[[ jT.ui.templates['info-ball'] -->
<sup class="helper"><a target="_blank" href="{{ href }}" title="{{ title }}"><span class="fa fa-info-circle"></span></a></sup>
<!-- // end of #info-ball ]]-->
</div>
</body>
</html>