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