| Line 137... |
Line 137... |
| 137 |
<td nowrap>SDK View</td>
|
137 |
<td nowrap>SDK View</td>
|
| 138 |
<td><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5"></td>
|
138 |
<td><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5"></td>
|
| 139 |
<td><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5"></td>
|
139 |
<td><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5"></td>
|
| 140 |
<%Else%>
|
140 |
<%Else%>
|
| 141 |
<td align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
141 |
<td align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
| - |
|
142 |
<td nowrap><%=rsTemp.Fields("view_name")%></td>
|
| - |
|
143 |
<td nowrap align="center"><%=rsTemp.Fields("pkg_count")%></td>
|
| - |
|
144 |
<td nowrap><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
|
| 142 |
<%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
|
145 |
<%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
|
| 143 |
<td nowrap><a href="#" onClick="MM_openVixIFrame('members_edit_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Public View')"><%=rsTemp.Fields("view_name")%></a></td>
|
- |
|
| 144 |
<td nowrap align="center"><%=rsTemp.Fields("pkg_count")%></td>
|
- |
|
| 145 |
<td nowrap><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
|
- |
|
| 146 |
<td><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>
|
146 |
<td><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><a href="_remove_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>"><img src="images/i_delete.gif" width="13" height="12" hspace="5" border="0" alt="Delete view permanently" title="Delete view permanently"></a></td>
|
147 |
<td><a href="_remove_public_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>"><img src="images/i_delete.gif" width="13" height="12" hspace="5" border="0" alt="Delete view permanently" title="Delete view permanently"></a></td>
|
| 148 |
<%Else%>
|
148 |
<%Else%>
|
| 149 |
<td nowrap><%=rsTemp.Fields("view_name")%></td>
|
- |
|
| 150 |
<td nowrap align="center"><%=rsTemp.Fields("pkg_count")%></td>
|
- |
|
| 151 |
<td nowrap><%=Owner_Format( rsTemp.Fields("owner_id"), rsTemp.Fields("owner_email"), rsTemp.Fields("owner_name") )%></td>
|
- |
|
| 152 |
<td><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5"></td>
|
149 |
<td><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5"></td>
|
| 153 |
<td><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5"></td>
|
150 |
<td><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5"></td>
|
| 154 |
<%End If%>
|
151 |
<%End If%>
|
| 155 |
<%End If%>
|
152 |
<%End If%>
|
| 156 |
</tr>
|
153 |
</tr>
|
| 157 |
<%rsTemp.MoveNext
|
154 |
<%rsTemp.MoveNext
|
| 158 |
WEnd%>
|
155 |
WEnd%>
|