adding all of botlist, initial add
[botlist.git] / botlistprojects / botlistdocs / runtime / input_docs / web / citylist.jsp
blob65d6cc989cad09e969d045daee4e6d4c7c3700f1
1 <%@ page contentType="text/html" %>
2 <%@include file="/WEB-INF/jsps/general/default_includes.jsp" %>
3 <html>
4 <head>
5 <title>Botlist - Post Listings</title>
7 <META NAME="DESCRIPTION" CONTENT="Botlist - Promote yourself or something else interesting. City Listings">
8 <META NAME="keywords" CONTENT="botverse, listing, bot, botlist, botlisting, bot's list, list, ads, advertising">
10 <link type="application/rss+xml" rel="alternate" title="Botverse - Link Listings" href="<c:url value="/spring/rss/listings_rss.html" />">
11 <link href="<c:url value="/company/stylesheets/scaffold.css" />" media="screen" rel="Stylesheet" type="text/css" />
12 <link href="<c:url value="/company/stylesheets/newspirit.css" />" media="screen" rel="Stylesheet" type="text/css" />
13 <link href="<c:url value="/company/stylesheets/botlist.css" />" media="screen" rel="Stylesheet" type="text/css" />
15 </head>
16 <body>
17 <div id="body_content_center">
18 <div style="border-bottom: 1px solid #816943;">
19 <img src="<c:url value="/company/images/building_orange_roof.jpg" />" >
20 </div>
21 <h1 class="bot_titlelogo">
22 Botlist - Ad Listings | Home
23 </h1>
24 <%-- Navigation Header --%>
25 <%@include file="/WEB-INF/jsps/general/default_navigation.jsp" %>
26 <%-- End of Navigation Header --%>
28 <div style="margin: 8px;">
29 <h3 class="bot_headerinfo">
30 Botlist allows you to promote a marketplace listing, personal profile or
31 something of interest. Posting personals, new and exciting websites, or
32 upcoming events.
33 </h3>
34 </div>
35 <!-- Section with City Listing -->
36 <div style="margin: 8px;">
38 <%-- Add Welcome user message and login content (above content border line) --%>
39 <%@include file="/WEB-INF/jsps/general/default_profile_nav.jsp" %>
40 <%-- End of Welcome Header --%>
42 <div style="border: 1px solid #DDD;">
44 <!-- Table of Data Grid and Image (rowspan on the left = City Listings ) -->
45 <table width="90%" >
46 <tr>
47 <td valign="top" rowspan="2">
48 <!-- Table Data Grid -->
49 <div style="padding: 4px;">
50 <table class="sample">
51 <tr>
52 <th>
53 Listings in Various Cities
54 </th>
55 </tr>
56 <c:forEach items="${command.citylistings}"
57 var="citylisting" varStatus="status">
58 <tr>
59 <td>
60 <a href="<c:url value="/spring/sections.html" />?city=<c:out value="${citylisting.id}" />">
61 / <c:out value="${citylisting.cityName}" />
62 (<c:out value="${fn:length(citylisting.listings)}" />)
63 </a>
64 </td>
65 </tr>
66 </c:forEach>
67 </table>
68 </div>
69 <%-- ==== End of City Listings ==== --%>
70 </td>
71 <td valign="top">
72 <%-- ==== ************************* ==== --%>
73 <%-- ==== Start Minor City Listings ==== --%>
74 <%-- ==== ************************* ==== --%>
75 <!-- Table Data Grid -->
76 <div style="padding: 4px;">
77 <table class="sample">
78 <tr>
79 <th>
80 Listings in Other Cities
81 </th>
82 </tr>
83 <c:forEach items="${command.cityListingsMinor}"
84 var="citylisting" varStatus="status">
85 <tr>
86 <td>
87 <a href="<c:url value="/spring/sections.html" />?city=<c:out value="${citylisting.id}" />">
88 / <c:out value="${citylisting.cityName}" />
89 (<c:out value="${fn:length(citylisting.listings)}" />)
90 </a>
91 </td>
92 </tr>
93 </c:forEach>
94 </table>
95 </div>
96 <%-- ==== End of Minor Listings ==== --%>
97 </td>
98 <td valign="top" align="right">
99 <!-- table just for search -->
100 <table class="sample">
101 <tr>
102 <th>
103 &nbsp;Search Listings
104 </th>
105 </tr>
106 <tr>
107 <td>
108 <!-- Begin Search Form -->
109 <form method="get" action="<c:url value="/spring/search/search.html" />">
110 <table>
111 <tr>
112 <td>
113 <input name="query" size="26" />
114 </td>
115 <td>
116 <input type="submit" value=" Search " />
117 </td>
118 </tr>
119 </table>
120 <input type="hidden" name="querymode" value="enabled" />
121 </form>
122 <!-- End of Form -->
123 <p align="right">
124 <a href="<c:url value="/spring/rss/listings_rss.html" />" >
125 <img border="0" src="<c:url value="/company/images/rss.gif" />" />
126 </a>
127 </p>
128 <%-- ==== ************************* ==== --%>
129 <%-- ==== Start Minor City Listings ==== --%>
130 <%-- ==== ************************* ==== --%>
131 <!-- Table Data Grid -->
132 <div style="padding: 4px;">
133 <table class="sample">
134 <tr>
135 <th>
136 Listings in Other Cities (cont)
137 </th>
138 </tr>
139 <c:forEach items="${command.cityListingsMinorTwo}"
140 var="citylisting" varStatus="status">
141 <tr>
142 <td>
143 <a href="<c:url value="/spring/sections.html" />?city=<c:out value="${citylisting.id}" />">
144 / <c:out value="${citylisting.cityName}" />
145 (<c:out value="${fn:length(citylisting.listings)}" />)
146 </a>
147 </td>
148 </tr>
149 </c:forEach>
150 </table>
151 </div>
152 <%-- ==== End of Minor Listings (two) ==== --%>
153 </td>
154 </tr>
155 </table>
156 <!-- End of Table -->
157 </td>
158 </tr>
160 <tr>
161 <td colspan="2" align="right">
162 <div style="text-align: right">
163 <h2 class="bot_splashinfo">
164 Fresh. User Controlled Content.
165 </h2>
166 </div>
167 </td>
168 </tr>
170 </table>
171 <!-- End Data/Image Table -->
173 </div>
174 </div>
175 <%@include file="/WEB-INF/jsps/general/default_footer.jsp" %>
176 </div>
178 <div>
179 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
180 </script>
181 <script type="text/javascript">
182 _uacct = "UA-286501-2";
183 urchinTracker();
184 </script>
185 </div>
187 </body>
188 </html>