Subversion Repositories DevTools

Rev

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

Rev 7225 Rev 7245
Line 149... Line 149...
149
                  <th nowrap>Package Name </th>
149
                  <th nowrap>Package Name </th>
150
                  <th nowrap>SunOs Name</th>
150
                  <th nowrap>SunOs Name</th>
151
                  <th nowrap>Windows Name</th>
151
                  <th nowrap>Windows Name</th>
152
                  <th nowrap>Default Peg</th>
152
                  <th nowrap>Default Peg</th>
153
                  <th nowrap>Default Ripple</th>
153
                  <th nowrap>Default Ripple</th>
154
                  <th >Edit</th>
154
                  <th class=tight>Edit</th>
155
                </tr>
155
                </tr>
156
              </thead>
156
              </thead>
157
					  <!-- NORMAL ROW +++++++++++++++++++ -->
157
					  <!-- NORMAL ROW +++++++++++++++++++ -->
158
				    <%Set rsPkg = OraDatabase.DbCreateDynaset( Get_Packages, cint(0))
158
				    <%Set rsPkg = OraDatabase.DbCreateDynaset( Get_Packages, cint(0))
159
		        While ((NOT rsPkg.BOF) AND (NOT rsPkg.EOF))
159
		        While ((NOT rsPkg.BOF) AND (NOT rsPkg.EOF))
Line 161... Line 161...
161
                adr_checked = ""
161
                adr_checked = ""
162
                If rsPkg.Fields("DEFAULT_PEGGED") = "Y" Then peg_checked = "checked"
162
                If rsPkg.Fields("DEFAULT_PEGGED") = "Y" Then peg_checked = "checked"
163
                If rsPkg.Fields("DEFAULT_ADVISORY_RIPPLE") = "Y" Then adr_checked = "checked"
163
                If rsPkg.Fields("DEFAULT_ADVISORY_RIPPLE") = "Y" Then adr_checked = "checked"
164
                If parPkgId = rsPkg.Fields("PKG_ID") THEN
164
                If parPkgId = rsPkg.Fields("PKG_ID") THEN
165
                    rowClass = "class='edit'"
165
                    rowClass = "class='edit'"
166
                    rowBorder = "class='edit'"
166
                    rowBorder = "class='edit tight'"
167
                    editMode = "update"
167
                    editMode = "update"
168
                Else
168
                Else
169
                    rowClass = "class='display'"
169
                    rowClass = "class='display'"
170
                    rowBorder = "class='border'"
170
                    rowBorder = "class='border tight'"
171
                End If
171
                End If
172
 
172
 
173
		        %>
173
		        %>
174
	          <tr>
174
	          <tr>
175
	            <td <%=rowClass%> nowrap><%=rsPkg.Fields("PKG_NAME")%></td>
175
	            <td <%=rowClass%> nowrap><%=rsPkg.Fields("PKG_NAME")%></td>