Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 19:09:49 (13 years ago)
Author:
jwolfing
Message:

#1433 code formatted

File:
1 edited

Legend:

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

    r6310 r6317  
    1414  <%  long? id = null;  %>
    1515  <div class="hl-menuButtons">
    16   <%: Html.ActionLink("New Algorithm", "Detail", new { id }, new { @class = "hl-button-text-plus" })%>
     16    <%: Html.ActionLink("New Algorithm", "Detail", new { id }, new { @class = "hl-button-text-plus" })%>
    1717  </div>
    1818  <table class="hl-dataTable">
    1919    <thead>
    2020      <tr>
    21         <th>Name</th>
    22         <th>Description</th>
    23         <th>Type</th>
    24         <th>Actions</th>
     21        <th>
     22          Name
     23        </th>
     24        <th>
     25          Description
     26        </th>
     27        <th>
     28          Type
     29        </th>
     30        <th>
     31          Actions
     32        </th>
    2533      </tr>
    2634    </thead>
     
    3846          <%: p.DataTypeName %>
    3947        </td>
    40                 <td class="hl-iconcell">
    41                     <%: Html.ActionLink("detail", "Detail", new { p.Id }, new { @class = "hl-icon-edit" })%>
    42                     <%: Html.ActionLink("delete", "Delete", new { p.Id }, new { @class = "hl-icon-delete" })%>
    43                 </td>
     48        <td class="hl-iconcell">
     49          <%: Html.ActionLink("detail", "Detail", new { p.Id }, new { @class = "hl-icon-edit" })%>
     50          <%: Html.ActionLink("delete", "Delete", new { p.Id }, new { @class = "hl-icon-delete" })%>
     51        </td>
    4452      </tr>
    4553      <% } %>
Note: See TracChangeset for help on using the changeset viewer.