adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / jsps / createconfirm.jsp
blob222933ec54922ff456b9a8f7f2cbf414663e755a
1 <%@include file="/WEB-INF/jsps/general/default_doc_type.jsp" %>
2 <%@ page contentType="text/html" %>
3 <%@include file="/WEB-INF/jsps/general/default_includes.jsp" %>
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Botlist - Ad Listings</title>
8 <META NAME="DESCRIPTION" CONTENT="BotList - Promote yourself or something else interesting">
9 <META NAME="keywords" CONTENT="listing, bot, botlist, botlisting, bot's list, list, ads, advertising">
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>
18 <div id="body_content_center">
19 <div style="border-bottom: 1px solid #816943;">
20 <img src="<c:url value="/company/images/building_orange_roof.jpg" />" >
21 </div>
22 <h1 class="bot_titlelogo">
23 Current Ad Listings
24 </h1>
25 <%-- Navigation Header --%>
26 <%@include file="/WEB-INF/jsps/general/default_navigation.jsp" %>
27 <%-- End of Navigation Header --%>
30 <!-- Section with City Listing -->
31 <div style="margin: 40px;">
32 <div style="border: 1px solid #DDD; padding: 10px;">
34 Your ad listing has been created.
35 <br>
36 <b>Thanks, come again.</b>
37 <p>
38 <a href="<c:url value="/spring/citylist.html" />" class="linklist_botnav">Return to City Listings</a>
39 </p>
40 </div>
41 </div>
43 <%@include file="/WEB-INF/jsps/general/default_footer.jsp" %>
44 </div>
46 </body>
47 </html>