Subversion Repositories DevTools

Rev

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

Rev 6624 Rev 6625
Line 129... Line 129...
129
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
129
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
130
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
130
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
131
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
131
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
132
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
132
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
133
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
133
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
-
 
134
<!--#include file="_jquery_includes.asp"-->
-
 
135
<script type="text/javascript" charset="utf-8">
-
 
136
	$(document).ready(function() {
-
 
137
        // Tricky code ALERT
-
 
138
        // If we have a lot of packages to update, then we can't pass the list into the iFrame via the URL
-
 
139
        // The trick is:
-
 
140
        //      Parent: Set the list of of pvid's into a hident element
-
 
141
        //      iFrame: Extract the data from the parent and insert it into a hidden form field
-
 
142
        //              When the form is submitted, it will be POSTed and the limit is not an issue
-
 
143
        var pvidList = $(window.parent.document.getElementById('iframeTxData')).text();
-
 
144
        $('#pvidList').val(pvidList);
-
 
145
        $('#pvidCount').text((pvidList.split(",").length));
-
 
146
    });
-
 
147
</script>
134
</head>
148
</head>
135
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
149
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
136
<form name="chowner" method="post" action="<%=scriptName%>" class="form_tight">
150
<form name="chowner" method="post" action="<%=scriptName%>" class="form_tight">
137
  <table border="0" cellspacing="0" cellpadding="2" width="100%">
151
  <table border="0" cellspacing="0" cellpadding="2" width="100%">
138
    <tr>
152
    <tr>
139
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
153
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
140
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
154
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
141
          <tr>
155
          <tr>
142
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Packages Selected</td>
156
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Packages Selected</td>
143
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"><%=Ubound(pvidArray)+1%></td>
157
            <td id='pvidCount' nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">Loading</td>
144
          </tr>
158
          </tr>
145
          <tr>
159
          <tr>
146
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Owner</td>
160
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Owner</td>
147
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
161
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
148
         <select name="own_id" class="form_item">
162
         <select name="own_id" class="form_item">
Line 157... Line 171...
157
         WEnd
171
         WEnd
158
         rsUsers.Close
172
         rsUsers.Close
159
         set rsUsers = nothing
173
         set rsUsers = nothing
160
         %>
174
         %>
161
         </select>
175
         </select>
162
            <input type="hidden" name="pvidList" value="<%=parPvidList%>">
-
 
163
         <input type="hidden" name="action" value="true">
-
 
164
            </td>
176
            </td>
165
          </tr>
177
          </tr>
166
        </table>
178
        </table>
167
      </td>
179
      </td>
168
    </tr>
180
    </tr>
169
    <tr>
181
    <tr>
170
      <td align="right">
182
      <td align="right">
-
 
183
        <input id=pvidList type="hidden" name="pvidList" value="0">
-
 
184
        <input type="hidden" name="action" value="true">
171
        <input type="submit" name="btn" value="Update" class="form_btn_comp">
185
        <input type="submit" name="btn" value="Update" class="form_btn_comp">
172
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
186
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
173
      </td>
187
      </td>
174
    </tr>
188
    </tr>
175
  </table>
189
  </table>