Gantry

 view release on metacpan or  search on metacpan

root/moxie/delete.tt  view on Meta::CPAN

[% title = view.title %]

<form method='post' action='[% site.uri %]/yes' class='form-box' >
    <div class="form-box">
        <h5 class="heading">[% view.form.legend  || 'Delete' %]</h5>
        <dl><dd>[% view.form.message %]</dd></dl>
    </div>

    <div class="form-box actions">
        <input type="submit" name="submit" value="Continue with Delete" />
        <input type="submit" name="cancel" value="Cancel" />
    </div>
</form>



( run in 1.308 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )