1 <%include include/head.html>
3 <h1><%= Page.DeleteSone.Page.Title|l10n|replace needle="{zone}" replacementKey=currentSone.name|html></h1>
5 <div><%= Page.DeleteSone.Page.Description|l10n|html></div>
8 <input type="hidden" name="formPassword" value="<% formPassword|html>" />
10 <label><%= Page.DeleteSone.Label.RequestURI|l10n|html></label>
11 <input type="text" readonly="readonly" value="<% currentSone.requestUri|html>" />
14 <label><%= Page.DeleteSone.Label.InsertURI|l10n|html></label>
15 <input type="text" readonly="readonly" value="<% currentSone.insertUri|html>" />
18 <button type="submit" name="deleteSone" value="1"><%= Page.DeleteSone.Button.Yes|l10n|html></button>
21 <button type="submit"><%= Page.DeleteSone.Button.No|l10n|html></button>
25 <%include include/tail.html>