adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / jsps / botverse / linkaddcomment_confirm.jsp
blob0c94147d20c8abefb77d5c4c17572e9747945c87
1 <%@ page contentType="text/html"%>
2 <%@include file="/WEB-INF/jsps/general/default_includes.jsp" %>
3 <%@include file="/WEB-INF/jsps/general/default_doc_type.jsp" %>
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Botverse</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">
20 <div style="border-bottom: 1px solid #816943;">
21 <img src="<c:url value="/company/images/building_orange_roof.jpg" />">
22 </div>
23 <h1 class="bot_titlelogo">BotList - Add Comment</h1>
24 <%-- Navigation Header --%>
25 <%@include file="/WEB-INF/jsps/general/default_navigation.jsp" %>
26 <%-- End of Navigation Header --%>
29 <div style="margin: 20px;">
31 <div style="border: 1px solid #DDD;">
32 <!-- Display the error message -->
33 <div class="bot_profile_sect_add_link ">
35 <div style="margin: 30px;">
36 <b>Comment Saved, click to return to the link listings</b>
37 <br>
38 <a href="<c:url value="/spring/botverse/botverse.html" />" >Botverse Links</a>
40 </div>
42 <!-- End of the table -->
44 </div>
46 </div>
48 </div>
50 <%@include file="/WEB-INF/jsps/general/default_footer.jsp"%>
51 </div>
53 </body>
54 </html>