OSDN Git Service

group by を用いて一気に消そうと思いましたが失敗だったようです SQLも使いこなせないと
[newstable/newstable.git] / WebModuleUnit1.dfm
index 3245fc2..164255e 100644 (file)
@@ -40,6 +40,11 @@ object WebModule1: TWebModule1
       Name = 'writeMag'
       PathInfo = '/writer/regist'
       OnAction = WebModule1writeMagAction
+    end
+    item
+      Name = 'writerTop'
+      PathInfo = '/writer/top'
+      OnAction = WebModule1writerTopAction
     end>
   Height = 225
   Width = 415
@@ -89,6 +94,7 @@ object WebModule1: TWebModule1
       '                <tr><td>{{comment}}</td></tr>'
       '                <tr><td>{{day}}</td></tr>'
       '                <tr><td>{{lastDay}}</td></tr>'
+      '                <tr><td>{{count}}</td></tr>'
       '                </table>'
       '        {{/enable}}'
       '    {{/items}}'
@@ -163,6 +169,9 @@ object WebModule1: TWebModule1
       '        <p>password : ***<input type=password name=password>'
       '        <input type=submit>'
       '        </form>'
+      '        <form method=delete action=/writer/data>'
+      '        <input type=submit value="'#36864#20250'">'
+      '        </form>'
       '</body>'
       '</html>')
     Left = 168