Revision 5574
Added by ben leinfelder about 14 years ago
index.jsp | ||
---|---|---|
53 | 53 |
insertTemplateOpening("<%=CONTEXT_URL%>"); |
54 | 54 |
</script> |
55 | 55 |
|
56 |
<div id="content_wrapper"> |
|
57 |
|
|
56 | 58 |
<h2>Annotation-based search</h2> |
57 | 59 |
|
58 | 60 |
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="searchForm" name="searchForm" onSubmit="return checkSearch(this)"> |
... | ... | |
181 | 183 |
insertLoginBox("<%=CONTEXT_URL%>"); |
182 | 184 |
</script> |
183 | 185 |
|
186 |
</div> |
|
187 |
|
|
184 | 188 |
<script language="javascript"> |
185 | 189 |
insertTemplateClosing("<%=CONTEXT_URL%>"); |
186 | 190 |
</script> |
Also available in: Unified diff
wrap content in div for margins
add bottom margin on header