Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass_old/Details.aspx @ 6243

Last change on this file since 6243 was 5258, checked in by wtollsch, 14 years ago

#1198 finished okb admin stucture integration

File size: 816 bytes
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  Details
5</asp:Content>
6
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
8
9    <h2>Details</h2>
10
11    <fieldset>
12        <legend>Detail AlgorithmClass</legend>
13        <%: Html.EditorFor(model => ((HLWebOKBAdminPlugin.ViewModels.AlgorithmClassViewModel)ViewData["AlgorithmClass"]).AlgorithmClass)%>
14    </fieldset>
15    <p>
16        <%: Html.ActionLink("Edit", "Edit", new { id = ((HLWebOKBAdminPlugin.ViewModels.AlgorithmClassViewModel)ViewData["AlgorithmClass"]).AlgorithmClass.Id })%> |
17        <%: Html.ActionLink("Back to List", "Index") %>
18    </p>
19
20</asp:Content>
21
Note: See TracBrowser for help on using the repository browser.