| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<title>Phones I Own | Saholic</title>
|
4 |
<title>Phones I Own | Saholic</title>
|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
| 6 |
<link rel="stylesheet" href="../css/phonesiown.css" type="text/css" />
|
6 |
<link rel="stylesheet" href="$action.getServletContextPath()/css/phonesiown.css" type="text/css" />
|
| 7 |
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
|
7 |
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
|
| 8 |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
8 |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
| 9 |
</head>
|
9 |
</head>
|
| 10 |
|
10 |
|
| 11 |
<body>
|
11 |
<body>
|
| 12 |
<div id="header">
|
12 |
<div id="header">
|
| 13 |
<img src="../images/phonesiown.png"/>
|
13 |
<img src="$action.getServletContextPath()/images/phonesiown.png"/>
|
| 14 |
<!--table-->
|
14 |
<!--table-->
|
| 15 |
<!--tr>
|
15 |
<!--tr>
|
| 16 |
<td id="saholic-logo"><img src="http://saholic.com/images/saholic-main.jpg" /></td>
|
16 |
<td id="saholic-logo"><img src="http://saholic.com/images/saholic-main.jpg" /></td>
|
| 17 |
<td id="phonesiown-logo">Phones I Own</td>
|
17 |
<td id="phonesiown-logo">Phones I Own</td>
|
| 18 |
<td id="containerFBInviterLink"><a href="#" id="friendInviter">Invite Friends</a></td>
|
18 |
<td id="containerFBInviterLink"><a href="#" id="friendInviter">Invite Friends</a></td>
|
| Line 20... |
Line 20... |
| 20 |
</table-->
|
20 |
</table-->
|
| 21 |
</div>
|
21 |
</div>
|
| 22 |
<div></div>
|
22 |
<div></div>
|
| 23 |
<hr />
|
23 |
<hr />
|
| 24 |
<div>
|
24 |
<div>
|
| 25 |
<form action="$action.getServletContextPath()/my-phones" method="post">
|
25 |
<form action="$action.getServletContextPath()/my-phones/" method="post">
|
| 26 |
Which phone do you own?
|
26 |
Which phone do you own?
|
| 27 |
<input type="text" name="q" />
|
27 |
<input type="text" name="q" />
|
| 28 |
<input type="submit" value="Search" />
|
28 |
<input type="submit" value="Search" />
|
| 29 |
</form>
|
29 |
</form>
|
| 30 |
</div>
|
30 |
</div>
|