index.html

Mon, 22 Mar 2010 11:41:16 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Mar 2010 11:41:16 +0000
changeset 32
12e4a5e80f3a
parent 31
4e192784767a
child 40
6fb7b98629ae
permissions
-rw-r--r--

Include jQuery UI js and stylesheet

0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 <html>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 <head>
1
472c3486b43e Add jQuery 1.4.2
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
3 <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
11
bf6a0898e613 Include strophe in index.html
Matthew Wild <mwild1@gmail.com>
parents: 8
diff changeset
4
18
9e4230bb66e4 Update Strophe.js to 1.0.1 (fixes some issues)
Matthew Wild <mwild1@gmail.com>
parents: 17
diff changeset
5 <script type="text/javascript" src="js/strophe.js"></script>
11
bf6a0898e613 Include strophe in index.html
Matthew Wild <mwild1@gmail.com>
parents: 8
diff changeset
6
bf6a0898e613 Include strophe in index.html
Matthew Wild <mwild1@gmail.com>
parents: 8
diff changeset
7 <script type="text/javascript" src="js/xmpp_muc.js"></script>
2
ec7dc98a811d Hide UI by default, include supportchat.js
Matthew Wild <mwild1@gmail.com>
parents: 1
diff changeset
8 <script type="text/javascript" src="js/supportchat.js"></script>
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents: 24
diff changeset
9 <link rel="stylesheet" href="css/supportchat.css" />
1
472c3486b43e Add jQuery 1.4.2
Matthew Wild <mwild1@gmail.com>
parents: 0
diff changeset
10
32
12e4a5e80f3a Include jQuery UI js and stylesheet
Matthew Wild <mwild1@gmail.com>
parents: 31
diff changeset
11 <script type="text/javascript" src="js/jquery-ui-1.8rc3.custom.min.js"></script>
12e4a5e80f3a Include jQuery UI js and stylesheet
Matthew Wild <mwild1@gmail.com>
parents: 31
diff changeset
12 <link rel="stylesheet" href="css/start/jquery-ui-1.8rc3.custom.css" />
12e4a5e80f3a Include jQuery UI js and stylesheet
Matthew Wild <mwild1@gmail.com>
parents: 31
diff changeset
13
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 <style type="text/css">
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents: 24
diff changeset
15 body
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
16 {
29
f8c700c601f9 Move styles out into their own stylesheet now
Matthew Wild <mwild1@gmail.com>
parents: 24
diff changeset
17 font-family:Verdana !important;
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
18 }
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 </style>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 </head>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 <body>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
22 <div id="support-chat">
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
23 <div id="support-question">
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
24 <h2>What is the nature of your question?</h2>
8
09d33857ca04 Fix element ids in index.html
Matthew Wild <mwild1@gmail.com>
parents: 6
diff changeset
25 <select id="support-question-type">
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
26 <option>Sales</option>
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
27 <option>Technical</option>
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
28 </select>
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
29 <h2>What is your name?</h2>
8
09d33857ca04 Fix element ids in index.html
Matthew Wild <mwild1@gmail.com>
parents: 6
diff changeset
30 <input id="support-question-name" type="text" />
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
31 <h2>Your question:</h2>
6
2ce4c2abf346 Clean up UI a little
Matthew Wild <mwild1@gmail.com>
parents: 5
diff changeset
32 <textarea id="support-question-text"></textarea><br/>
2ce4c2abf346 Clean up UI a little
Matthew Wild <mwild1@gmail.com>
parents: 5
diff changeset
33 <input id="support-question-submit" type="submit" />
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
34 </div>
17
6344a9a20da2 Add waiting screen to UI
Matthew Wild <mwild1@gmail.com>
parents: 11
diff changeset
35 <div id="support-wait">Please wait...</div>
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
36 <div id="support-converse">
30
46b5a79cfc4b Remove dummy text from question elements
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
37 <div id="support-log"></div>
46b5a79cfc4b Remove dummy text from question elements
Matthew Wild <mwild1@gmail.com>
parents: 29
diff changeset
38 <div id="support-input-container"><textarea id="support-input" type="text" value=""></textarea></div>
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
39 <input id="support-send-button" type="submit" value="Send" />
31
4e192784767a Add breaker div to bottom of question form
Matthew Wild <mwild1@gmail.com>
parents: 30
diff changeset
40 <div style="clear:right;"></div>
5
10712e3ac061 Split UI into stages, add simple question form
Matthew Wild <mwild1@gmail.com>
parents: 2
diff changeset
41 </div>
0
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
42 </div>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
43 </body>
84917e0f649d Commit skeleton HTML page
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
44 </html>

mercurial