Skip to content

Commit

Permalink
FIX: additional HTML fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Mar 28, 2013
1 parent 307ee3c commit 01aa8d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ticket.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
<%]%>
<div style="position:absolute;top:132px;right:5%;padding-right:12px;text-align:right;">
<a href="feed.rsp?tid=<%=id%>"><img src="img/rss.gif" border="0"></a><br>
<a href="feed.rsp?tid=<%=id%>"><img src="img/rss.gif" border="0" alt="rss"></a><br>
</div>
<div align="center" style="margin-top:10px;">
<table width="90%" class="tbl">
Expand Down
9 changes: 4 additions & 5 deletions view-tickets.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<option value="3" <%mark/selected 3 'fields 1%>>#[Description]</option>
<option value="4" <%mark/selected 4 'fields 1%>>#[Comments]</option>
<option value="5" <%mark/selected 5 'fields 1%>>#[User]</option>
<optgroup label="----------" disabled></optgroup>
<option disabled>----------</option>
<option value="6" <%mark/selected 6 'fields 1%>>#[Commented by]</option>
</select>
</td>
Expand Down Expand Up @@ -219,10 +219,9 @@
<a href="javascript:ShowFilters(0);">#[Preset]</a> |
<a href="javascript:ShowFilters(1);">#[Search]</a> |
<a href="javascript:ShowFilters(2);">#[Detail]</a>
</td
</td>
</tr>
</table>
</div>
<br><br>
<div id="filter-box">
<%either empty? tickets [%>
Expand All @@ -233,7 +232,7 @@
%>
<%=count%> <%=say pick ["tickets found" "ticket found"] count > 1%>
<div style="position:absolute;top:190px;right:10px;text-align:right;">
<a href="feed.rsp?prj=<%=session/content/project-id%>"><img src="img/rss.gif" border="0"></a><br>
<a href="feed.rsp?prj=<%=session/content/project-id%>"><img src="img/rss.gif" border="0" alt="rss"></a><br>
</div>
<table class="tickets">
<tr>
Expand All @@ -257,7 +256,7 @@
<a href="<%=pick ["edit-" ""] dev?%>ticket.rsp?id=<%=ticket/1%>&amp;cursor=<%=c%>"><%=zeropad ticket/1 7%></a>
</td>
<td align="center"><%=any [all [zero? any [ticket/2 0] "&nbsp;"] ticket/2]%></td>
<td align="center"><%=say ticket/3%></td></td>
<td align="center"><%=say ticket/3%></td>
<td align="center" class="mark-<%= pick ["high" "low"] ticket/9 > 5%>"><%=say ticket/4%></td>
<td align="center"><%=say ticket/5%></td>
<td align="center"><%=say ticket/10%></td>
Expand Down

0 comments on commit 01aa8d3

Please sign in to comment.