annotate hip.html @ 19:4f03bdb9ac5b

Merged?
author jonathandicarlo@jonathan-dicarlos-macbook-pro.local
date Tue, 15 Jul 2008 14:20:04 -0700
parents 5fce4c8f3ebd e4c22ff801f9
children 44550b8fd922
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
2 <head>
13
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
3 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
4 <link rel="stylesheet" type="text/css" media="all"
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
5 href="hip.css" />
17
e4c22ff801f9 updated preview branch to include preview screens for google and map commands
Maria Emerson <memerson@mozilla.com>
parents: 14
diff changeset
6 <title>HIP</title>
0
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
7 </head>
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
8 <body>
17
e4c22ff801f9 updated preview branch to include preview screens for google and map commands
Maria Emerson <memerson@mozilla.com>
parents: 14
diff changeset
9 <script>alert('blah');</script>
13
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
10 <div id="status-line">Blah!</div>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
11 <input id="search-box" type="text" size="40" />
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
12 <div id="autocomplete-popup"></div>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
13 <hr/>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
14 <p>Pretend this box is your selection, OK?
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
15 <input id="fake-selection" type="text" size="40" /></p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
16 <p>Here is some stuff that you can select on this page!</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
17 <p>New York</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
18 <p>thunder@mozilla.com</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
19 <p>el pollo loco</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
20 <p>http://www.evilbrainjono.net</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
21 <p>Oku no hosomichi</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
22 <p>japanese</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
23 <p>opera</p>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
24 <p>mexico city</p>
0
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
25 <script type="text/javascript" src="jquery.js"></script>
18
5fce4c8f3ebd Preliminary version of date stuff added
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
parents: 14
diff changeset
26 <script type="text/javascript" src="date.js"></script>
13
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
27 <script type="text/javascript" src="nounClasses.js"></script>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
28 <script type="text/javascript" src="verbClasses.js"></script>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
29 <script type="text/javascript" src="nouns.js"></script>
8dcc88f93829 Broke up hip.js into some smaller js files
jonathandicarlo@localhost
parents: 11
diff changeset
30 <script type="text/javascript" src="verbs.js"></script>
14
a26372118854 Created a primitive form of noun-first suggestion.
jonathandicarlo@localhost
parents: 13
diff changeset
31 <script type="text/javascript" src="querySource.js"></script>
0
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
32 <script type="text/javascript" src="hip.js"></script>
17
e4c22ff801f9 updated preview branch to include preview screens for google and map commands
Maria Emerson <memerson@mozilla.com>
parents: 14
diff changeset
33 </body>
0
9e6054e41bdc Origination.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
34 </html>