view hip.html @ 17:e4c22ff801f9

updated preview branch to include preview screens for google and map commands
author Maria Emerson <memerson@mozilla.com>
date Mon, 14 Jul 2008 11:40:01 -0700
parents a26372118854
children 4f03bdb9ac5b
line wrap: on
line source

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="all"
href="hip.css" />
<title>HIP</title>
</head>
<body>
<script>alert('blah');</script>
<div id="status-line">Blah!</div>
<input id="search-box" type="text" size="40" />
<div id="autocomplete-popup"></div>
<hr/>
<p>Pretend this box is your selection, OK?
<input id="fake-selection" type="text" size="40" /></p>
<p>Here is some stuff that you can select on this page!</p>
<p>New York</p>
<p>thunder@mozilla.com</p>
<p>el pollo loco</p>
<p>http://www.evilbrainjono.net</p>
<p>Oku no hosomichi</p>
<p>japanese</p>
<p>opera</p>
<p>mexico city</p>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="nounClasses.js"></script>
<script type="text/javascript" src="verbClasses.js"></script>
<script type="text/javascript" src="nouns.js"></script>
<script type="text/javascript" src="verbs.js"></script>
<script type="text/javascript" src="querySource.js"></script>
<script type="text/javascript" src="hip.js"></script>
</body>
</html>