Handler interface reorg, take oportunity to cleanup default_master.tpl and move comments bits to bridge app.
This commit is contained in:
parent
11900bdb0e
commit
e75232761a
4 changed files with 80 additions and 91 deletions
25
apps/bridge/foot.tpl
Normal file
25
apps/bridge/foot.tpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
% cdir = $local_path^'_werc/comments'
|
||||
% if(test -d $cdir) {
|
||||
<hr /><h2>Comments</h2>
|
||||
% for(c in `{ls $cdir/}) {
|
||||
<div>By: '`{cat $c/user} '<br />
|
||||
% cat $c/body | escape_html | sed 's,$,<br />,'
|
||||
<hr /></div>
|
||||
% }
|
||||
% }
|
||||
|
||||
% get_post_args action
|
||||
% dprint XXX $"action
|
||||
|
||||
<hr /><hr />
|
||||
<form action="" method="post">
|
||||
% if(! check_user) {
|
||||
User: <input type="text" name="comment_user_name" value="" />
|
||||
Password: <input type="password" name="comment_user_password" value="" />
|
||||
<small>If you are not registered enter your desired user/password and your account will be created when your comment is approved.</small>
|
||||
% }
|
||||
|
||||
<textarea name="comment_text" id="comment_text" cols="80" rows="16"></textarea>
|
||||
<input type="submit" name="post_comment" value="Post a comment" />
|
||||
</form>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue