RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% template.name %] -->
    [% IF msg %]
        <p class="error">Notification failed: [% msg %]</p>
    [% ELSE %]
        <p class="info">Thanks. Notification sent.</p>
    [% END %]
    
    <p>
        <input type="button" value="&lt;&lt; Back" onclick="javascript: history.go(-2)"
            class="button" />
    </p>
<!-- END [% template.name %] -->