Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5590
Line 105... Line 105...
105
%>
105
%>
106
<%
106
<%
107
'Process submition
107
'Process submition
108
If CBool(QStrPar("action")) AND  objAccessControl.UserLogedIn Then
108
If CBool(QStrPar("action")) AND  objAccessControl.UserLogedIn Then
109
   Call Update_Owner ( parPv_id, Request("own_id") )
109
   Call Update_Owner ( parPv_id, Request("own_id") )
110
 
-
 
111
   Call OpenInParentWindow ( "dependencies.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
110
   Call ReloadParentWindow
112
   Call CloseWindow
111
   Call CloseWindow
113
 
-
 
114
End If
112
End If
115
%>
113
%>
116
<%
114
<%
117
Call Get_Pkg_Info_With_Owner ( parPv_id )
115
Call Get_Pkg_Info_With_Owner ( parPv_id )
118
%>
116
%>
Line 126... Line 124...
126
<link rel="stylesheet" href="images/navigation.css" type="text/css">
124
<link rel="stylesheet" href="images/navigation.css" type="text/css">
127
<script language="JavaScript" src="images/tipster.js"></script>
125
<script language="JavaScript" src="images/tipster.js"></script>
128
<script language="JavaScript" src="images/_help_tips.js"></script>
126
<script language="JavaScript" src="images/_help_tips.js"></script>
129
<script language="JavaScript" src="images/common.js"></script>
127
<script language="JavaScript" src="images/common.js"></script>
130
</head>
128
</head>
131
 
-
 
132
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
129
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
133
<form name="chowner" method="post" action="<%=scriptName%>">
130
<form name="chowner" method="post" action="<%=scriptName%>" class="form_tight">
134
  <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
131
  <table border="0" cellspacing="0" cellpadding="2" width="100%">
135
    <tr>
132
    <tr>
136
      <td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/i_owner.gif" width="20" height="29" hspace="5"></td>
-
 
137
      <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;Change Owner</td>
-
 
138
      <td background="images/lbox_bg_blue.gif" align="right" width="50%">
-
 
139
        <input type="submit" name="btn" value="Update" class="form_btn_comp">
-
 
140
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
141
      </td>
-
 
142
      <td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap>
-
 
143
        <img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
-
 
144
    </tr>
-
 
145
    <tr>
-
 
146
      <td height="100%" width="1%">&nbsp;</td>
-
 
147
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
133
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
148
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
134
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
149
          <tr>
135
          <tr>
150
            <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
-
 
151
            <td width="1%" nowrap class="form_group" valign="bottom"></td>
-
 
152
            <td nowrap width="100%">&nbsp; </td>
-
 
153
          </tr>
-
 
154
          <tr>
-
 
155
            <td width="1%">&nbsp;</td>
-
 
156
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
136
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
157
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
137
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
158
              <%=pkgInfoHash.Item ("pkg_name") &" "& pkgInfoHash.Item ("pkg_version")%></td>
138
              <%=pkgInfoHash.Item ("pkg_name") &" "& pkgInfoHash.Item ("pkg_version")%></td>
159
          </tr>
139
          </tr>
160
          <tr>
140
          <tr>
161
            <td width="1%">&nbsp;</td>
-
 
162
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Owner</td>
141
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Owner</td>
163
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
142
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
164
         <select name="own_id" class="form_item">
143
         <select name="own_id" class="form_item">
165
<%
144
<%
166
         Dim rsUsers
145
         Dim rsUsers
Line 176... Line 155...
176
            <input type="hidden" name="pv_id" value="<%=parPv_id%>">
155
            <input type="hidden" name="pv_id" value="<%=parPv_id%>">
177
         <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
156
         <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
178
         <input type="hidden" name="action" value="true">
157
         <input type="hidden" name="action" value="true">
179
            </td>
158
            </td>
180
          </tr>
159
          </tr>
181
          <tr>
-
 
182
            <td width="1%">&nbsp;</td>
-
 
183
            <td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
-
 
184
            <td nowrap width="100%">
-
 
185
              <p>&nbsp;</p>
-
 
186
            </td>
-
 
187
          </tr>
-
 
188
        </table>
160
        </table>
189
      </td>
161
      </td>
190
    </tr>
162
    </tr>
191
    <tr>
163
    <tr>
-
 
164
      <td align="right">
192
      <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
165
        <input type="submit" name="btn" value="Update" class="form_btn_comp">
193
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
166
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
-
 
167
      </td>
194
    </tr>
168
    </tr>
195
  </table>
169
  </table>
196
</form>
170
</form>
197
<!-- TIPS LAYERS -------------------------------------->
171
<!-- TIPS LAYERS -------------------------------------->
198
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
172
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>