forked from AASJournals/uat-chooser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 855 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Minimal UAT Concept Chooser Demo</title>
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.3.0/prototype.js"></script>
</head>
<body>
<h1>Minimal UAT Concept Chooser Demo</h1>
<p>Please use the entry box and drop down menu below to auto-complete, search for, and select UAT concepts:</p>
<div id="uat_widget" class="uat-widget"></div>
<script src="uat-chooser.js"></script>
<script type="text/javascript">
uat_chooser.default.ejpUatAutocompleterInit("uat_widget");
</script>
</body>
</html>