Subversion Repositories DevTools

Rev

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

Rev 6579 Rev 6586
Line 122... Line 122...
122
                <td background="images/bg_form_lightbluedark.gif" class="form_field" width="1%">&nbsp;</td>
122
                <td background="images/bg_form_lightbluedark.gif" class="form_field" width="1%">&nbsp;</td>
123
              </tr>
123
              </tr>
124
         <%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Public_Views( objAccessControl.UserId ), cint(0))
124
         <%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Public_Views( objAccessControl.UserId ), cint(0))
125
           While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
125
           While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
126
              <tr>
126
              <tr>
127
                <td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
-
 
128
            <%If rsTemp.Fields("base_view") = "Y" Then%>
127
            <%If rsTemp.Fields("base_view") = "Y" Then%>
-
 
128
                <td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" disabled></td>
129
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
129
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
130
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center">Base View</td>
130
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"><%=rsTemp.Fields("pkg_count")%></td>
131
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
131
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item">Base View</td>
132
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
132
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
133
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
133
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
134
            <%ElseIf rsTemp.Fields("base_view") = "S" Then%>
134
            <%ElseIf rsTemp.Fields("base_view") = "S" Then%>
-
 
135
                <td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" disabled></td>
135
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
136
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
-
 
137
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"></td>
136
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center">SDK View</td>
138
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center">SDK View</td>
137
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
-
 
138
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
139
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
139
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
140
                   <td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
140
            <%Else%>
141
            <%Else%>
-
 
142
                <td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
141
               <%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
143
               <%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
142
               <td background="images/bg_form_lightgray.gif" nowrap><a href="#" onClick="MM_openVixIFrame('members_edit_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Public View')" class="form_item"><%=rsTemp.Fields("view_name")%></a></td>
144
               <td background="images/bg_form_lightgray.gif" nowrap><a href="#" onClick="MM_openVixIFrame('members_edit_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Public View')" class="form_item"><%=rsTemp.Fields("view_name")%></a></td>
143
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"><%=rsTemp.Fields("pkg_count")%></td>
145
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"><%=rsTemp.Fields("pkg_count")%></td>
144
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
146
               <td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
145
                   <td background="images/bg_form_lightgray.gif"><a href="#" onClick="MM_openVixIFrame('members_edit_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Public View')"><img src="images/i_edit.gif" width="12" height="12" hspace="5" border="0" alt="Edit view" title="Edit view"></a></td>
147
                   <td background="images/bg_form_lightgray.gif"><a href="#" onClick="MM_openVixIFrame('members_edit_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Public View')"><img src="images/i_edit.gif" width="12" height="12" hspace="5" border="0" alt="Edit view" title="Edit view"></a></td>