2008-04-21 13:35:50 +00:00
|
|
|
<% #confirm %>
|
|
|
|
|
<form action="<% response.action %>" method="post">
|
|
|
|
|
<p class="storyTitle"><% gettext Warning! %></p>
|
|
|
|
|
<p><% param.text %></p>
|
2014-07-04 15:10:47 +02:00
|
|
|
<p><% gettext 'Please be aware of the fact that there is no “undo”, so if you
|
2009-12-13 21:54:58 +00:00
|
|
|
click “Proceed” below the changes will be applied irreversibly.' %></p>
|
2014-07-04 15:10:47 +02:00
|
|
|
<p><% gettext 'Click “Cancel” now if you are not really sure you want to
|
2008-04-21 13:35:50 +00:00
|
|
|
proceed.' %></p>
|
2010-01-07 16:19:51 +00:00
|
|
|
<% this.skin <% this.type prefix=$ suffix=#delete %> %>
|
2010-01-10 14:40:36 +00:00
|
|
|
<p><button type="submit" name="proceed" value="1"><% gettext Proceed %></button>
|
2008-04-21 13:35:50 +00:00
|
|
|
<a href="" class="cancel"><strong><% gettext Cancel %></strong></a></p>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<% #notify_create %>
|
2008-03-27 15:10:31 +00:00
|
|
|
<% gettext 'Hello {0}.' <% membership.name %> %>
|
2007-10-15 23:29:03 +00:00
|
|
|
|
2010-05-24 13:32:40 +00:00
|
|
|
<% gettext 'User {0} has added {1} #{2} to the site {3}:' <% this.modifier %>
|
|
|
|
|
<% gettext <% this.kind %> %> <% this.id %> <% site.title %> %>
|
|
|
|
|
<% this.href %>
|
2007-10-15 23:29:03 +00:00
|
|
|
|
2008-03-27 15:10:31 +00:00
|
|
|
<% gettext "Best regards." %>
|
|
|
|
|
<% gettext "The Management" %>
|
|
|
|
|
|
2008-04-21 13:35:50 +00:00
|
|
|
<% #notify_edit %>
|
2008-03-27 15:10:31 +00:00
|
|
|
<% gettext 'Hello {0}.' <% membership.name %> %>
|
|
|
|
|
|
2014-07-04 15:10:47 +02:00
|
|
|
<% gettext 'User {0} has modified {1} #{2} at the site {3}:' <% this.modifier %>
|
2010-05-24 13:32:40 +00:00
|
|
|
<% gettext <% this.kind %> %> <% this.id %> <% site.title %> %>
|
|
|
|
|
<% this.href %>
|
2007-10-15 23:29:03 +00:00
|
|
|
|
2008-03-27 15:10:31 +00:00
|
|
|
<% gettext "Best regards." %>
|
|
|
|
|
<% gettext "The Management" %>
|
2010-05-24 13:32:40 +00:00
|
|
|
<% // This comment simply adds a linebreak to format the message nicely %>
|