Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5892 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 161... Line 161...
161
            {
161
            {
162
                el.className = el.className + " form_item";
162
                el.className = el.className + " form_item";
163
                el.onchange = useProjectKey;
163
                el.onchange = useProjectKey;
164
            }
164
            }
165
        }
165
        }
-
 
166
 
-
 
167
        parent.resizeIframe();
166
    }
168
    }
167
}
169
}
168
////////////////////////////////////////
170
////////////////////////////////////////
169
//  Function:       useProjectKey
171
//  Function:       useProjectKey
170
//  Description:    Update the Project Key from the Selection box
172
//  Description:    Update the Project Key from the Selection box
Line 318... Line 320...
318
                          myJson.issueCount +
320
                          myJson.issueCount +
319
                          " records. Showing " + 
321
                          " records. Showing " + 
320
                          myJson.startAt + " - " + 
322
                          myJson.startAt + " - " + 
321
                          (myJson.startAt + myJson.issues.length);
323
                          (myJson.startAt + myJson.issues.length);
322
    }
324
    }
-
 
325
 
-
 
326
    parent.resizeIframe();
323
}
327
}
324
///////////////////////////////////////////////
328
///////////////////////////////////////////////
325
//  Function:    checkAll
329
//  Function:    checkAll
326
//  Description: check all tick boxes in the table
330
//  Description: check all tick boxes in the table
327
//
331
//
Line 418... Line 422...
418
    {
422
    {
419
    //  Call backend AJAX script to do the hardwork
423
    //  Call backend AJAX script to do the hardwork
420
 
424
 
421
    ajaxOpr('Opr=insertIssues&pv_id=' + <%=parPv_id%>
425
    ajaxOpr('Opr=insertIssues&pv_id=' + <%=parPv_id%>
422
            + '&Issue=' + list.join(","), function(myJson){
426
            + '&Issue=' + list.join(","), function(myJson){
423
                window.opener.document.location='fixed_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>';
-
 
424
                disableChecked();
427
                disableChecked();
425
            });
428
            });
426
    }
429
    }
427
}
430
}
428
///////////////////////////////////////////////
431
///////////////////////////////////////////////
Line 432... Line 435...
432
function closePage()
435
function closePage()
433
{
436
{
434
    if (checkOutstanding()) {
437
    if (checkOutstanding()) {
435
        return;
438
        return;
436
    }
439
    }
437
    self.close();
440
    window.parent.location.reload(false);
438
}
441
}
439
///////////////////////////////////////////////
442
///////////////////////////////////////////////
440
//  Function:       Window Onload
443
//  Function:       Window Onload
441
//  Description:    Init the page, in a browser independent manner
444
//  Description:    Init the page, in a browser independent manner
442
//
445
//
Line 484... Line 487...
484
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
487
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
485
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
488
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
486
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
489
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
487
<link rel="stylesheet" href="images/navigation.css" type="text/css">
490
<link rel="stylesheet" href="images/navigation.css" type="text/css">
488
<script language="JavaScript" src="images/common.js"></script>
491
<script language="JavaScript" src="images/common.js"></script>
-
 
492
<!--#include file="_jquery_includes.asp"-->
489
</head>
493
</head>
490
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
494
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
491
<form name="importform">
495
<form name="importform">
492
    <!-- First button is the default button. Control its operation -->
496
    <!-- First button is the default button. Control its operation -->
493
    <input type="hidden" name="dummy" value="dummy" onclick="findNewIssues(); return false;"/>
497
    <input type="hidden" name="dummy" value="dummy" onclick="findNewIssues(); return false;"/>
494
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2">
498
    <table border="0" cellspacing="0" cellpadding="2" >
495
    <!-- Form Body -->
499
    <!-- Form Body -->
496
    <tr height="1%">
500
    <tr height="1%">
497
      <td nowrap class="wform_ttl" background="images/bg_admin_dark.gif">
501
      <td nowrap class="wform_ttl" background="images/bg_admin_dark.gif">
498
        <table border="0" cellspacing="5" cellpadding="0">
502
        <table border="0" cellspacing="5" cellpadding="0">
499
            <tr>
503
            <tr>
Line 501... Line 505...
501
              <td nowrap><input name="FRiss_num" type="text" class="form_item" id="FRiss_num" value="<%=parFRiss_num%>" size="30" > <span class="form_wtxt_link">Example: ALL, 123, or a list</span></td>
505
              <td nowrap><input name="FRiss_num" type="text" class="form_item" id="FRiss_num" value="<%=parFRiss_num%>" size="30" > <span class="form_wtxt_link">Example: ALL, 123, or a list</span></td>
502
            </tr>
506
            </tr>
503
            <tr>
507
            <tr>
504
              <td align="left" class="wform_ttl">Project&nbsp;Key</td>
508
              <td align="left" class="wform_ttl">Project&nbsp;Key</td>
505
              <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>
509
              <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>
506
              <td><button id="keyList" class="form_item" onclick="getAllProjectKeys(); return false;">Get All Project Keys</button>
510
              <td><button id="keyList" class="form_item" onclick="getAllProjectKeys(); return false;">Get&nbsp;All&nbsp;Project&nbsp;Keys</button>
507
            </tr>
511
            </tr>
508
            <tr>
512
            <tr>
509
              <td align="left" class="wform_ttl">Jira</td>
513
              <td align="left" class="wform_ttl">Jira</td>
510
              <td><span class="form_item">
514
              <td><span class="form_item">
511
                <a href="<%= Application("JIRA_URL") %>" target="_blank"><%= Application("JIRA_URL") %></a>
515
                <a href="<%= Application("JIRA_URL") %>" target="_blank"><%= Application("JIRA_URL") %></a>