Rewrote comment form controllers and templates in FreeMarker.
This commit is contained in:
parent
ae01a03122
commit
f88a77d307
24 changed files with 723 additions and 208 deletions
7
webapp/web/js/commentsForm.jsp
Normal file
7
webapp/web/js/commentsForm.jsp
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%
|
||||
String contextPath = request.getContextPath();
|
||||
%>
|
||||
|
||||
<script language="JavaScript" type="text/javascript" src="<%= contextPath %>/js/commentForm.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue