summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-10 17:32:04 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-10 17:32:04 +0000
commitddf0a519000f4c93df1f2ded18b631325256a905 (patch)
treef3496b6494627a2c4ed18024ca136b8e5fbd034c /core
parent359e28a50f990fb205c62532f495b48454a6787c (diff)
Comment creation controller, helper and test. Add comments from the scaffold.
Diffstat (limited to 'core')
-rw-r--r--core/views/welcome.html.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index bf7ba455..9b3d9d88 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -173,6 +173,13 @@
<? endforeach ?>
] photos and albums
</p>
+ <p>
+ add: [
+ <? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?>
+ <?= html::anchor("comment/add/$count", "$count") ?>
+ <? endforeach ?>
+ ] comments
+ </p>
<fieldset>
<legend>Photos</legend>
<form method="post" action="<?= url::site("album/1") ?>" enctype="multipart/form-data">