Ignore:
Timestamp:
Oct 19, 2009, 8:25:52 AM (13 years ago)
Author:
Nicklas Nordborg
Message:

References #1384: Move the annotation summary information table in experiment explorer

Removed some <div> tags that are not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/experiments/explorer/view/view.jsp

    r5139 r5140  
    493493                {
    494494                  %>
    495                   <td class="value" style="background: <%=ag.getColor()%>;"><div id="mean.<%=at.getId()%>.<%=ag.getId()%>.ch<%=ch%>"><%=ag.getMean(ch)%></div></td>
     495                  <td class="value" style="background: <%=ag.getColor()%>;"
     496                    id="mean.<%=at.getId()%>.<%=ag.getId()%>.ch<%=ch%>"></td>
    496497                  <%
    497498                }
     
    509510                {
    510511                  %>
    511                   <td class="value" style="background: <%=ag.getColor()%>;"><div id="gmean.<%=at.getId()%>.<%=ag.getId()%>"></div></td>
     512                  <td class="value" style="background: <%=ag.getColor()%>;"
     513                    id="gmean.<%=at.getId()%>.<%=ag.getId()%>"></td>
    512514                  <%
    513515                }
     
    520522                {
    521523                  %>
    522                   <td class="value" style="background: <%=ag.getColor()%>;"><div id="sd.<%=at.getId()%>.<%=ag.getId()%>"></div></td>
     524                  <td class="value" style="background: <%=ag.getColor()%>;"
     525                    id="sd.<%=at.getId()%>.<%=ag.getId()%>"></td>
    523526                  <%
    524527                }
     
    534537              {
    535538                %>
    536                 <td class="value" style="background: <%=ag.getColor()%>;"><div id="count.<%=at.getId()%>.<%=ag.getId()%>">0</div></td>
     539                <td class="value" style="background: <%=ag.getColor()%>;"
     540                  id="count.<%=at.getId()%>.<%=ag.getId()%>"></td>
    537541                <%
    538542              }
Note: See TracChangeset for help on using the changeset viewer.