-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
46 lines (42 loc) · 1.72 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel=stylesheet href=css/global.css type="text/css">
<link rel=stylesheet href=css/animate-custom.css type="text/css">
<script src="js/jquery.js"></script>
<script src="js/content_script.js"></script>
<script src="js/jquery.scrollTo.js"></script>
</head>
<style>
</style>
<body>
<iframe id="bot-target" width="100%" height="500px" src="http://gsi.dit.upm.es"></iframe>
<div class="" id="bot_chat_window">
<div id="upper_bar">
<h3>
<img id="bot_avatar" src="images/avatars/happy.png" />
<!--<a id="bot_name" href="#">Duke</a>-->
<a id="max_icon" href="#"></a>
<span style="clear: both;"></span>
</h3>
</div>
<div id="screen_wrapper">
<div id="msg_dialog"></div>
<div id="screen">
</div>
<div id="meta_msgs"></div>
<div id="userbar">
<form id="userinput" method="get" action="http://apps.gsi.dit.upm.es/gsibot/program-o/TalkToBot" >
<input type="hidden" name="userAgent" value="web_html_v1" />
<input type="hidden" name="bot" value="Nico" />
<input type="hidden" name="type" value="json" />
<input type="text" name="q" />
<input type="submit" name="submit" value="Enviar" />
</form>
</div><!-- #userbar -->
</div><!-- #screen_wrapper -->
</div><!-- #bot_chat_window -->
</body>
</html>