Alex 'AdUser' Z
9 years ago
3 changed files with 10 additions and 13 deletions
@ -1,8 +1,9 @@ |
|||||||
% my $pageid = stash('pageid') || ''; |
% my $pageid = stash('pageid') || ''; |
||||||
<form method="POST" action="/comments/add" id="cadd"> |
<form method="POST" action="/comments/add" id="cadd"> |
||||||
|
<input type="hidden" value="<%= $pageid %>" name="pageid"> |
||||||
<hr/> |
<hr/> |
||||||
<textarea></textarea> |
<textarea></textarea> |
||||||
<br/> |
<br/> |
||||||
<input type="submit" value="<%= l('Add') %>"> |
<input type="submit" value="<%= l('Add') %>"> |
||||||
<input type="hidden" value="<%= $pageid %>" name="pageid"> |
<span id="resp" style="color: red"></span> |
||||||
</form> |
</form> |
||||||
|
Loading…
Reference in new issue