Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/11 22:07:58 (13 years ago)
Author:
wtollsch
Message:

#1433 AlgorithmClass, Algorithm, ProblemClass, Problem create/update appropriate controller/models/views, File upload (Algorithm / Problem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Index.aspx

    r6162 r6246  
    2222            <tr>
    2323                <td>
    24                     <%: Html.ActionLink(p.Name, "Detail",new {p.Id}) %>
     24                    <%: Html.Label(p.Name)%>
    2525                </td>
    2626                <td>
     
    2929                <td>
    3030                    <%: Html.Label(p.DataTypeName)%>
     31                </td>
     32                <td>
     33                    <%: Html.ActionLink("detail", "Detail", new { p.Id })%>
    3134                </td>
    3235                <td>
Note: See TracChangeset for help on using the changeset viewer.