Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 6877
Line 23... Line 23...
23
<table width="100%" border="0" cellspacing="0" cellpadding="0">
23
<table width="100%" border="0" cellspacing="0" cellpadding="0">
24
  	<tr> 
24
  	<tr> 
25
   		<td nowrap><img src="images/h_trsp_dot.gif" width="16" height="16" align="absmiddle" vspace="4"></td>
25
   		<td nowrap><img src="images/h_trsp_dot.gif" width="16" height="16" align="absmiddle" vspace="4"></td>
26
  	</tr>
26
  	</tr>
27
  	<tr> 
27
  	<tr> 
28
 	   	<td background="images/bg_home_orglite.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
28
 	   	<td class='bg_dialog_line'></td>
29
  	</tr>
29
  	</tr>
30
	<%
30
	<%
31
	Dim urlLink
31
	Dim urlLink
32
	For Each reportGroup In reportGroupsArr
32
	For Each reportGroup In reportGroupsArr
33
	urlLink = "reports.asp?group="& Replace( reportGroup, " ", "_")
33
	urlLink = "reports.asp?group="& Replace( reportGroup, " ", "_")
Line 40... Line 40...
40
	<tr> 
40
	<tr> 
41
     	<td nowrap background="images/bg_lght_gray.gif"><img src="images/i_reports.gif" width="17" height="16" align="absmiddle" vspace="4" hspace="5"><a href="<%=urlLink%>" class="form_txt_link"><%=reportGroup%></a></td>
41
     	<td nowrap background="images/bg_lght_gray.gif"><img src="images/i_reports.gif" width="17" height="16" align="absmiddle" vspace="4" hspace="5"><a href="<%=urlLink%>" class="form_txt_link"><%=reportGroup%></a></td>
42
   	</tr>
42
   	</tr>
43
	<%End If%>
43
	<%End If%>
44
  	<tr> 
44
  	<tr> 
45
    	<td background="images/bg_home_orglite.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
45
    	<td class='bg_dialog_line'></td>
46
  	</tr>
46
  	</tr>
47
	<%Next%>
47
	<%Next%>
48
</table>
48
</table>
49
 
49