Subversion Repositories DevTools

Rev

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

Rev 1278 Rev 1332
Line 50... Line 50...
50
Dim parIStates
50
Dim parIStates
51
Dim parTitle
51
Dim parTitle
52
Dim oIStates
52
Dim oIStates
53
Dim checked
53
Dim checked
54
'------------ Constants Declaration -----------
54
'------------ Constants Declaration -----------
55
Const rspMax = 100   ' maximum number of records displayed
55
Const rspMax = 15   ' maximum number of records displayed
56
Const LENUM_ALL = "ALL"
56
Const LENUM_ALL = "ALL"
57
Const LCONST_STAR = "*"
57
Const LCONST_STAR = "*"
58
'------------ Variable Init -------------------
58
'------------ Variable Init -------------------
59
parPv_id = Request("pv_id")
59
parPv_id = Request("pv_id")
60
parRtag_id = Request("rtag_id")
60
parRtag_id = Request("rtag_id")
Line 450... Line 450...
450
          <td align="left" class="wform_ttl">Project&nbsp;Key</td>
450
          <td align="left" class="wform_ttl">Project&nbsp;Key</td>
451
          <td nowrap><input name="FRpkey" type="text" class="form_item" id="FRpkey" value="<%=parFRpkey%>" size="30" > <span class="form_wtxt_link">Example: ALL, SLSCM </span></td>
451
          <td nowrap><input name="FRpkey" type="text" class="form_item" id="FRpkey" value="<%=parFRpkey%>" size="30" > <span class="form_wtxt_link">Example: ALL, SLSCM </span></td>
452
        </tr>
452
        </tr>
453
        <tr>
453
        <tr>
454
          <td align="left" class="wform_ttl">Database</td>
454
          <td align="left" class="wform_ttl">Database</td>
455
          <td>JIRA</td>
455
          <td><span class="form_item"><%=JIRA_DATABASE%>: <%=JIRA_URL%></span></td>
456
        </tr>
456
        </tr>
457
 
457
 
458
      </table>
458
      </table>
459
 
459
 
460
<DIV id="DIVOPTIONS" <%If IsOptionUsed Then%>style="display:block;"<%Else%>style="display:none;"<%End If%>>
460
<DIV id="DIVOPTIONS" <%If IsOptionUsed Then%>style="display:block;"<%Else%>style="display:none;"<%End If%>>
Line 515... Line 515...
515
               <td nowrap class="form_item">
515
               <td nowrap class="form_item">
516
 
516
 
517
               <%If parFRiss_num <> LENUM_ALL Then%>
517
               <%If parFRiss_num <> LENUM_ALL Then%>
518
               <%=Highlight_Substring( rsCQ("iss_num"), parFRiss_num )%>
518
               <%=Highlight_Substring( rsCQ("iss_num"), parFRiss_num )%>
519
               <%Else%>
519
               <%Else%>
520
               <a href="http://auperajir02:8080/browse/<%=rsCQ("iss_num")%>" target="_blank"><%=rsCQ("iss_num")%>
520
               <a href="<%=JIRA_URL%>/browse/<%=rsCQ("iss_num")%>" target="_blank"><%=rsCQ("iss_num")%>
521
               <%End If%>
521
               <%End If%>
522
 
522
 
523
               </a>
523
               </a>
524
            </td>
524
            </td>
525
            <td class="form_item"><%=rsCQ("state")%></td>
525
            <td class="form_item"><%=rsCQ("state")%></td>