summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/message.tt2
blob: e72a46828aa6a7c35840237a04143da3bfe6486a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[% META title = 'Catalyst/TT View!' %]
<p>
  Yay!  You're looking at a page generated by the Catalyst::View::TT
  plugin module.
</p>
<p>
  We have a message for you: <span class="message">[% message %]</span>.
</p>
<p>
  Why not try updating the message?  Go on, it's really exciting, honest!
</p>
<form action="[% site.url.message %]"
      method="POST" enctype="application/x-www-form-urlencoded">
 <input type="text" name="message" value="[% message %]" />
 <input type="submit" name="submit" value=" Update Message "/>
</form>