adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / jsps / search / addtopics.jsp
blob54b5ba18a311d04b4f7d8a2dd5d81d59bd2c4830
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>Botlist - Add Hot Search Topic</title>
8 <META NAME="DESCRIPTION" CONTENT="Botlist - Add Hot Topic">
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 Hot Search Topic</h1>
24 <%-- Navigation Header --%>
25 <%@include file="/WEB-INF/jsps/general/default_navigation.jsp" %>
26 <%-- End of Navigation Header --%>
28 <div style="margin: 10px;">
30 <div style="border: 1px solid #DDD; padding: 10px;">
31 <!-- Display the error message -->
32 <div class="bot_profile_sect_add_link">
34 <div>
35 <a href="<c:url value="/spring/search/search.html?querymode=enabled&query=${command.searchTerm}" />" class="linklist_botnav">+ Return to search results</a>
36 </div>
37 <div style="margin-top: 8px; width: 500px">
38 <span style="color: #888888;"><b>Add hot search topic</b>.</span>
39 </div>
41 <form:form method="post">
42 <form:errors path="*" cssClass="general_field_error" />
43 <table>
44 <!-- Search Term -->
45 <tr>
46 <td valign="top"><b>Hot Topic Search Term:</b></td>
47 </tr>
48 <tr>
49 <td>
50 <form:input path="searchTerm" size="45" />
51 </td>
52 <td>
53 <form:errors path="searchTerm" cssClass="general_field_error" />
54 </td>
55 </tr>
57 <!-- Description -->
58 <tr>
59 <td valign="top">
60 <b>Description:</b>
61 </td>
62 </tr>
63 <tr>
64 <td>
65 <form:input path="description" size="45" />
66 </td>
67 <td>
68 <form:errors path="description" cssClass="general_field_error" />
69 </td>
70 </tr>
72 </table>
74 <%-- Button to confirm registration --%>
75 <div style="margin-top: 6px; width: 500px">
76 <div style="margin-top: 6px;">
77 <input type="submit" value=" Add Topic " />
78 </div>
79 </div>
80 </form:form>
82 </div>
84 </div>
86 </div>
88 <%@include file="/WEB-INF/jsps/general/default_footer.jsp"%>
89 </div>
91 </body>
92 </html>