File: _form.html.ep

package info (click to toggle)
libmojo-sqlite-perl 3.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 324 kB
  • sloc: perl: 610; sql: 11; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
%= form_for $target => begin
  %= label_for title => 'Title'
  <br>
  %= text_field title => $post->{title}
  <br>
  %= label_for body => 'Body'
  <br>
  %= text_area body => $post->{body}
  <br>
  %= submit_button $caption
% end