| Line 102... |
Line 102... |
| 102 |
<td align="right" valign="top" width="1%" background="images/bg_member_dark.gif"> </td>
|
102 |
<td align="right" valign="top" width="1%" background="images/bg_member_dark.gif"> </td>
|
| 103 |
</tr>
|
103 |
</tr>
|
| 104 |
<tr>
|
104 |
<tr>
|
| 105 |
<td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="100"></td>
|
105 |
<td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="100"></td>
|
| 106 |
<td bgcolor="#FFFFFF" valign="top" class="form_item"> <br>
|
106 |
<td bgcolor="#FFFFFF" valign="top" class="form_item"> <br>
|
| 107 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
107 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 108 |
<tr>
|
108 |
<thead>
|
| 109 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field" width="1%">Show</td>
|
109 |
<th nowrap width="1%">Show</th>
|
| 110 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field" width="100%">View Name </td>
|
110 |
<th nowrap width="100%">View Name </th>
|
| 111 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field" width="1%">Package Count</td>
|
111 |
<th nowrap width="1%">Package Count</th>
|
| 112 |
<td background="images/bg_form_lightbluedark.gif" nowrap class="form_field" width="1%">Public Read</td>
|
112 |
<th nowrap width="1%">Public Read</th>
|
| 113 |
<td background="images/bg_form_lightbluedark.gif" class="form_field" width="1%"> </td>
|
- |
|
| 114 |
<td background="images/bg_form_lightbluedark.gif" class="form_field" width="1%"> </td>
|
113 |
<th width="1%" colspan=2>Edit</th>
|
| 115 |
</tr>
|
114 |
</thead>
|
| 116 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Personal_Views( objAccessControl.UserId ), cint(0))
|
115 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Personal_Views( objAccessControl.UserId ), cint(0))
|
| 117 |
While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
116 |
While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
| 118 |
<tr>
|
117 |
<tr class='tight nowrap'>
|
| 119 |
<td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" name="FRpersonalshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
118 |
<td align="center"><input type="checkbox" name="FRpersonalshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
| 120 |
<td background="images/bg_form_lightgray.gif" nowrap><a href="#" onClick="MM_openVixIFrame('members_edit_personal_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Personal View')" class="form_item"><%=rsTemp.Fields("view_name")%></a></td>
|
119 |
<td nowrap><a href="#" onClick="MM_openVixIFrame('members_edit_personal_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Personal View')" class="form_item"><%=rsTemp.Fields("view_name")%></a></td>
|
| 121 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"><%=rsTemp.Fields("pkg_count")%></td>
|
120 |
<td nowrap align="center"><%=rsTemp.Fields("pkg_count")%></td>
|
| 122 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"><%=rsTemp.Fields("public_read")%></td>
|
121 |
<td nowrap align="center"><%=rsTemp.Fields("public_read")%></td>
|
| 123 |
<td background="images/bg_form_lightgray.gif"><a href="#" onClick="MM_openVixIFrame('members_edit_personal_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Personal View')"><img src="images/i_edit.gif" width="12" height="12" hspace="5" border="0" alt="Edit view" title="Edit view"></a></td>
|
122 |
<td><a href="#" onClick="MM_openVixIFrame('members_edit_personal_view.asp?FRview_id=<%=rsTemp.Fields("view_id")%>','Edit Personal View')"><img src="images/i_edit.gif" width="12" height="12" hspace="5" border="0" alt="Edit view" title="Edit view"></a></td>
|
| 124 |
<td background="images/bg_form_lightgray.gif"><a href="_remove_personal_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>
|
123 |
<td><a href="_remove_personal_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>
|
| 125 |
</tr>
|
124 |
</tr>
|
| 126 |
<%rsTemp.MoveNext
|
125 |
<%rsTemp.MoveNext
|
| 127 |
WEnd%>
|
126 |
WEnd%>
|
| 128 |
</table>
|
127 |
</table>
|
| 129 |
<br>
|
128 |
<br>
|
| 130 |
<input type="hidden" name="action" value="true">
|
129 |
<input type="hidden" name="action" value="true">
|
| 131 |
<input type="submit" name="btn" value=" Apply " class="form_btn">
|
130 |
<input type="submit" name="btn" value=" Apply " class="form_btn">
|
| 132 |
<input type="reset" name="btn" value="Reset" class="form_btn"><%If (QStrPar("action") <> "") Then Response.write " Changes applied!"%>
|
131 |
<input type="reset" name="btn" value="Reset" class="form_btn"><%If (QStrPar("action") <> "") Then Response.write " Changes applied!"%>
|
| 133 |
<br><br>
|
132 |
<br><br>
|
| 134 |
</td>
|
133 |
</td>
|
| 135 |
<td width="1%" background="images/lbox_bgside_white.gif"> </td>
|
134 |
<td width="1%" background="images/lbox_bgside_white.gif"> </td>
|
| 136 |
</tr>
|
135 |
</tr>
|
| 137 |
<tr>
|
136 |
<tr>
|
| 138 |
<td width="1%" background="images/bg_member_dark.gif" valign="bottom"><img src="images/h_trsp_dot.gif" width="13" height="13"></td>
|
137 |
<td width="1%" background="images/bg_member_dark.gif" valign="bottom"><img src="images/h_trsp_dot.gif" width="13" height="13"></td>
|