Subversion Repositories SmartDukaan

Rev

Rev 1733 | Rev 2916 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1733 Rev 2053
Line 2... Line 2...
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="$action.getServletContextPath()/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>
-
 
8
	<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
7
</head>
9
</head>
8
 
10
 
9
<body>
11
<body>
-
 
12
	<div id="header">
-
 
13
		<img src="/images/phonesiown.png"/>
-
 
14
		<!--table-->
-
 
15
			<!--tr>
10
	<img src="http://saholic.com/images/saholic-main.jpg" />
16
				<td id="saholic-logo"><img src="http://saholic.com/images/saholic-main.jpg" /></td>
-
 
17
				<td id="phonesiown-logo">Phones I Own</td>
-
 
18
                <td id="containerFBInviterLink"><a href="#" id="friendInviter">Invite Friends</a></td>
-
 
19
            </tr>
-
 
20
        </table-->
-
 
21
    </div>
-
 
22
    <div></div>
11
	<hr />
23
	<hr />
12
	<div>
24
	<div>
13
		<form action="$action.getServletContextPath()/my-phones" method="post">
25
		<form action="$action.getServletContextPath()/my-phones" method="post">
14
			Which phone do you own?&nbsp;&nbsp;&nbsp;
26
			Which phone do you own?&nbsp;&nbsp;&nbsp;
15
			<input type="text" name="q" />
27
			<input type="text" name="q" />
Line 27... Line 39...
27
	
39
	
28
	#foreach($entityId in $results)
40
	#foreach($entityId in $results)
29
		$snippets.get($entityId)
41
		$snippets.get($entityId)
30
	#end
42
	#end
31
	</div>
43
	</div>
-
 
44
#elseif($action.getHasSearched() == true)
-
 
45
	<div>
-
 
46
        <p>We could not find any phones matching with your search query.</p>
-
 
47
    </div>
32
#end
48
#end
33
	<div id="fb-root"></div>
49
	<div id="fb-root"></div> 
34
	<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script> 
-
 
35
	<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script> 
-
 
36
	<script type="text/javascript" src="$action.getServletContextPath()/js/phonesiown.js"></script>
50
	<script type="text/javascript" src="$action.getServletContextPath()/js/phonesiown.js"></script>
37
</body>
51
</body>
38
</html>
52
</html>
39
53