Changeset 15055 for lang/gauche

Show
Ignore:
Timestamp:
07/02/08 22:43:41 (6 months ago)
Author:
kiyoka
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/gauche/oldtype/trunk/Kahua/oldtype/oldtype/util.kahua

    r15054 r15055  
    339339       (form/ (@/ (action ".")) 
    340340              (table/ 
    341                (tr/ (th/ "Name:") 
    342                     (td/ (input/ 
    343                           (@/ (type "text") (value "") (size 20))))) 
    344                (tr/ (th/ "Comment:") 
    345                     (td/ (input/ 
    346                           (@/ (type "text") (value "") (size 120))))) 
    347                (tr/ (th/ "") 
    348                     (td/ (input/ (@/ (type "submit") (value "Add")))))))) 
     341               (tr/ (th/ "Post a comment")) 
     342               (tr/ (td/ 
     343                     "Name:" 
     344                     (input/ 
     345                      (@/ (type "text") (value "") (size 20))))) 
     346               (tr/ (td/ 
     347                     (textarea/ 
     348                      (@/ (cols 120) (rows 3))))) 
     349               (tr/ (td/ 
     350                     (input/ (@/ (type "submit") (value "Submit comment")))))))) 
    349351                     
    350352      (else