App-Standby

 view release on metacpan or  search on metacpan

share/tpl/delete_service_ask.tpl  view on Meta::CPAN

[% INCLUDE includes/header.tpl %]

<div class="container">

    <h1>[% "Deleting Group Service: [_1] for Group #[_2]" | l10n(name,group_id) %]</h1>
    
    [% "If you really want to delete this item enter the group password below and
    submit the form." | l10n %]
    
    <div class="forms">
        <form method="POST" action="">
            <input type="hidden" name="rm" value="delete_group_service" />
            <input type="hidden" name="gs_id" value="[% gs_id %]" />
            
	    <label for="group_key">
		[% "Group Key" | l10n %]:
		<span class="small"></span>
	    </label>
	    <input type="text" name="group_key" value="" />
	    
	    <div class="spacer"></div>
	    
	    <button class="button" type="submit" name="submit">
		<img src="/icons/fffsilk/add.png" border="0" />
		[% "Delete Group" | l10n %]
	    </button>
        </form>
    </div>
</div>

[% INCLUDE includes/footer.tpl %]



( run in 1.842 second using v1.01-cache-2.11-cpan-7e94247ccb0 )