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 119... Line 119...
119
-->
119
-->
120
</style>
120
</style>
121
</head>
121
</head>
122
 
122
 
123
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
123
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
124
<form name="deprecatepackage" method="post" action="<%=scriptName%>">
124
<form class="form_tight" name="deprecatepackage" method="post" action="<%=scriptName%>">
125
  <table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
125
  <table border="0" cellspacing="0" cellpadding="2">
126
    <tr>
126
    <tr>
127
      <td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/i_new_off.gif" width="18" height="23" hspace="5"></td>
-
 
128
      <td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl">&nbsp;How
-
 
129
        to migrate from a Deprecated Package  </td>
-
 
130
      <td background="images/lbox_bg_blue.gif" align="right" width="50%">
-
 
131
        <input type="submit" name="btn" value="Submit" class="form_btn_comp">
-
 
132
        <input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
-
 
133
      </td>
-
 
134
      <td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap>
-
 
135
        <img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
-
 
136
    </tr>
-
 
137
    <tr>
-
 
138
      <td height="100%" width="1%">&nbsp;</td>
-
 
139
      <td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
127
      <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">
128
        <table width="100%" border="0" cellspacing="1" cellpadding="2">
141
          <tr>
129
          <tr>
142
            <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
-
 
143
            <td width="1%" nowrap class="form_group" valign="bottom"></td>
130
            <td nowrap class="form_group" colspan="2">Enter instructions to assist in migrating this package.</td>
144
            <td nowrap width="100%">&nbsp; </td>
-
 
145
          </tr>
131
          </tr>
146
          <tr>
132
          <tr>
147
            <td width="1%">&nbsp;</td>
-
 
148
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
133
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Package</td>
149
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
134
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
150
              <%=pkgInfoHash.Item ("pkg_name")%></td>
135
              <%=pkgInfoHash.Item ("pkg_name")%></td>
151
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt"></td>
-
 
152
          </tr>
136
          </tr>
153
          <tr>
137
          <tr>
-
 
138
             <%
154
            <td width="1%">&nbsp;</td>
139
             Dim rsTemp
-
 
140
             Set rsTemp = OraDatabase.DbCreateDynaset("SELECT COMMENTS FROM DEPRECATED_PACKAGES WHERE RTAG_ID ="& Request("rtag_id") &" AND V_EXT ='"& pkgInfoHash.Item ("v_ext") &"' AND PKG_ID ="& pkgInfoHash.Item ("pkg_id") &"", cint(0))
-
 
141
             %>
155
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Migration
142
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">
156
              Instructions </td>
143
              Migration Instructions
-
 
144
                <%If IsNull(rsTemp("comments")) Then%>
-
 
145
                <div class="form_field style1">Required!</div>
-
 
146
                <%End If%>
-
 
147
            </td>
157
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
148
            <td nowrap width="100%" background="images/bg_form_lightbluedark.gif">
158
         <%
-
 
159
         Dim rsTemp
-
 
160
         Set rsTemp = OraDatabase.DbCreateDynaset("SELECT COMMENTS FROM DEPRECATED_PACKAGES WHERE RTAG_ID ="& Request("rtag_id") &" AND V_EXT ='"& pkgInfoHash.Item ("v_ext") &"' AND PKG_ID ="& pkgInfoHash.Item ("pkg_id") &"", cint(0))
-
 
161
         %>
-
 
162
         <textarea name="pv_overview" cols="60" rows="10" class="form_item" id="pv_overview"><%=rsTemp("comments")%></textarea>
149
                <textarea name="pv_overview" cols="60" rows="10" class="form_item" id="pv_overview"><%=rsTemp("comments")%></textarea>
163
         <input type="hidden" name="pv_id" value="<%=parPv_id%>">
150
                <input type="hidden" name="pv_id" value="<%=parPv_id%>">
164
         <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
151
                <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
165
         <input type="hidden" name="rfile" value="<%=parRfile%>">
152
                <input type="hidden" name="rfile" value="<%=parRfile%>">
166
         <input type="hidden" name="action" value="true">
153
                <input type="hidden" name="action" value="true">
167
            </td>
154
            </td>
168
         <%If NOT IsNull(rsTemp("comments")) Then%>
-
 
169
            <td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif"></td>
-
 
170
         <%Else%>
-
 
171
               <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field style1">Required!</td>
-
 
172
         <%End If%>
-
 
173
         <%
155
         <%
174
         rsTemp.Close()
156
         rsTemp.Close()
175
         Set rsTemp = nothing
157
         Set rsTemp = nothing
176
         %>
158
         %>
177
          </tr>
159
          </tr>
178
          <tr>
-
 
179
            <td width="1%">&nbsp;</td>
-
 
180
            <td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
-
 
181
            <td nowrap width="100%">
-
 
182
              <p>&nbsp;</p>
-
 
183
            </td>
-
 
184
          </tr>
-
 
185
        </table>
160
        </table>
186
      </td>
161
      </td>
187
    </tr>
162
    </tr>
188
    <tr>
163
    <tr>
-
 
164
      <td align="right">
189
      <td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
165
        <input type="submit" name="btn" value="Submit" class="form_btn_comp">
190
      <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>
191
    </tr>
168
    </tr>
192
  </table>
169
  </table>
193
</form>
170
</form>
194
<!-- TIPS LAYERS -------------------------------------->
171
<!-- TIPS LAYERS -------------------------------------->
195
<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>