Line | |
---|
1 | <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
---|
2 |
|
---|
3 | <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
---|
4 | Delete
|
---|
5 | </asp:Content>
|
---|
6 |
|
---|
7 | <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
---|
8 |
|
---|
9 | <h2>Delete</h2>
|
---|
10 |
|
---|
11 | <p>Are you sure you want to delete AlgorithmClass <strong><%: ((HLWebOKBAdminPlugin.ViewModels.AlgorithmClassViewModel)ViewData["AlgorithmClass"]).AlgorithmClass.Name%></strong>?</p>
|
---|
12 | <fieldset>
|
---|
13 | <legend>Fields</legend>
|
---|
14 |
|
---|
15 | </fieldset>
|
---|
16 | <% using (Html.BeginForm()) { %>
|
---|
17 | <p>
|
---|
18 | <input type="submit" value="Delete" /> |
|
---|
19 | <%: Html.ActionLink("Back to List", "Index") %>
|
---|
20 | </p>
|
---|
21 | <% } %>
|
---|
22 |
|
---|
23 | </asp:Content>
|
---|
24 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.