summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/message.tt2
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-15 12:22:58 +0000
committerdakkar <dakkar@luxion>2006-02-15 12:22:58 +0000
commitb6c9d7fcca0e2d77216c6d877c9de3c037d1f22b (patch)
treede853b414e1c0af54334117918fe417f0a8de19c /GroLUG/root/src/message.tt2
parentpreparato per il deploy (diff)
downloadIscrittiGroLUG-b6c9d7fcca0e2d77216c6d877c9de3c037d1f22b.tar.gz
IscrittiGroLUG-b6c9d7fcca0e2d77216c6d877c9de3c037d1f22b.tar.bz2
IscrittiGroLUG-b6c9d7fcca0e2d77216c6d877c9de3c037d1f22b.zip
* migliorata formattazione delle date
* escape di HTML su tutti i campi (evita XSS) * corretta gestione unicode (accentate nei nomi) git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@194 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'GroLUG/root/src/message.tt2')
-rw-r--r--GroLUG/root/src/message.tt216
1 files changed, 0 insertions, 16 deletions
diff --git a/GroLUG/root/src/message.tt2 b/GroLUG/root/src/message.tt2
deleted file mode 100644
index e72a468..0000000
--- a/GroLUG/root/src/message.tt2
+++ /dev/null
@@ -1,16 +0,0 @@
-[% 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>