| Line 88... |
Line 88... |
| 88 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
88 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 89 |
<tr>
|
89 |
<tr>
|
| 90 |
<td width="1%" background="images/bg_bage_0.gif"></td>
|
90 |
<td width="1%" background="images/bg_bage_0.gif"></td>
|
| 91 |
<td width="200px" background="images/bg_bage_0.gif" class="body_col" nowrap>Project Name </td>
|
91 |
<td width="200px" background="images/bg_bage_0.gif" class="body_col" nowrap>Project Name </td>
|
| 92 |
<td width="400px" background="images/bg_bage_0.gif" class="body_col" nowrap>Code Review Base URL</td>
|
92 |
<td width="400px" background="images/bg_bage_0.gif" class="body_col" nowrap>Code Review Base URL</td>
|
| - |
|
93 |
<td width="100px" background="images/bg_bage_0.gif" class="body_col" nowrap>JIRA Key</td>
|
| 93 |
<td width="1%" background="images/bg_bage_0.gif"> </td>
|
94 |
<td width="1%" background="images/bg_bage_0.gif"> </td>
|
| 94 |
</tr>
|
95 |
</tr>
|
| 95 |
<!-- NORMAL ROW +++++++++++++++++++ -->
|
96 |
<!-- NORMAL ROW +++++++++++++++++++ -->
|
| 96 |
<%Set rsProj = OraDatabase.DbCreateDynaset( Get_Projects, cint(0))
|
97 |
<%Set rsProj = OraDatabase.DbCreateDynaset( Get_Projects, cint(0))
|
| 97 |
While ((NOT rsProj.BOF) AND (NOT rsProj.EOF))
|
98 |
While ((NOT rsProj.BOF) AND (NOT rsProj.EOF))
|
| 98 |
%>
|
99 |
%>
|
| 99 |
<tr>
|
100 |
<tr>
|
| 100 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
101 |
<td background="images/bg_bage_0.gif" align="center"></td>
|
| 101 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=UCase(rsProj.Fields("proj_name"))%></td>
|
102 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=UCase(rsProj.Fields("proj_name"))%></td>
|
| 102 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("base_url")%></td>
|
103 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("base_url")%></td>
|
| - |
|
104 |
<td bgcolor="#FFFFFF" class="body_row" nowrap><%=rsProj.Fields("jira_key")%></td>
|
| 103 |
<td align="center" nowrap background="images/bg_bage_0.gif"><a href="javascript:;" onclick="MM_openBrWindow('_wform_code_review_base_url.asp?proj_id=<%=rsProj.Fields("proj_id")%>','CodeReviewBaseURLEdit','scrollbars=no,resizable=yes,width=600,height=150')"><img src="icons/i_edit.gif" width="16" height="16" hspace="2" border="0" align="absmiddle"></a></td>
|
105 |
<td align="center" nowrap background="images/bg_bage_0.gif"><a href="javascript:;" onclick="MM_openBrWindow('_wform_edit_projects.asp?proj_id=<%=rsProj.Fields("proj_id")%>','ProjectEdit','scrollbars=no,resizable=yes,width=600,height=150')"><img src="icons/i_edit.gif" width="16" height="16" hspace="2" border="0" align="absmiddle"></a></td>
|
| 104 |
</tr>
|
106 |
</tr>
|
| 105 |
<%rsProj.MoveNext
|
107 |
<%rsProj.MoveNext
|
| 106 |
WEnd%>
|
108 |
WEnd%>
|
| 107 |
<%If rsProj.RecordCount < 1 Then%>
|
109 |
<%If rsProj.RecordCount < 1 Then%>
|
| 108 |
<tr>
|
110 |
<tr>
|