Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6130


Ignore:
Timestamp:
05/04/11 22:50:21 (13 years ago)
Author:
mjesner
Message:

#1456

Location:
branches/WebApplication/MVC2
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj

    r6050 r6130  
    9090    <Compile Include="Controllers\AdminController.cs" />
    9191    <Compile Include="Controllers\HomeController.cs" />
     92    <Compile Include="Controllers\ProblemController.cs" />
    9293    <Compile Include="Global.asax.cs">
    9394      <DependentUpon>Global.asax</DependentUpon>
     
    9899    <Compile Include="Models\AdminModel.cs" />
    99100    <Compile Include="Models\AlgorithmClassModel.cs" />
     101    <Compile Include="Models\ProblemModel.cs" />
    100102    <Compile Include="Properties\AssemblyInfo.cs" />
    101103    <Compile Include="Service References\OKBAdministrationService\Reference.cs">
     
    142144    <Content Include="Views\Home\About.aspx" />
    143145    <Content Include="Views\Home\Index.aspx" />
     146    <Content Include="Views\Problem\Detail.aspx" />
     147    <Content Include="Views\Problem\Index.aspx" />
    144148    <Content Include="Views\ServiceTest\Index.aspx" />
    145149    <Content Include="Web.config">
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Menu.ascx

    r6050 r6130  
    1212</li>
    1313<li <% if(Session["SelectedSubMenu"] == "Problem") {%> class="selected" <%}%>>
    14     <%: Html.ActionLink("Problem", "Problem", "Admin") %>
     14    <%: Html.ActionLink("Problem", "Index", "Problem") %>
    1515</li>
    1616</ul>
Note: See TracChangeset for help on using the changeset viewer.