| Line 58... |
Line 58... |
| 58 |
<td>
|
58 |
<td>
|
| 59 |
<table border="0" cellspacing="1" cellpadding="2" class='stdBrown center_table'>
|
59 |
<table border="0" cellspacing="1" cellpadding="2" class='stdBrown center_table'>
|
| 60 |
<caption>Package Base Views</caption>
|
60 |
<caption>Package Base Views</caption>
|
| 61 |
<thead>
|
61 |
<thead>
|
| 62 |
<!-- BASE VIEW DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
62 |
<!-- BASE VIEW DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 63 |
<th nowrap >Base View Name</th>
|
63 |
<th nowrap>Base View Name</th>
|
| 64 |
<th nowrap >Count</th>
|
64 |
<th nowrap>Count</th>
|
| 65 |
<th nowrap colspan=2>Edit</th>
|
65 |
<th nowrap>Edit</th>
|
| 66 |
</thead>
|
66 |
</thead>
|
| 67 |
|
67 |
|
| 68 |
<%
|
68 |
<%
|
| 69 |
Dim view_id, name, count, rsQry, SqlQry, rmText
|
69 |
Dim view_id, name, count, rsQry, SqlQry, rmText
|
| 70 |
|
70 |
|
| Line 85... |
Line 85... |
| 85 |
count = rsQry("count")
|
85 |
count = rsQry("count")
|
| 86 |
%>
|
86 |
%>
|
| 87 |
<tr>
|
87 |
<tr>
|
| 88 |
<td nowrap><%=name%></td>
|
88 |
<td nowrap><%=name%></td>
|
| 89 |
<td nowrap><%=count%></td>
|
89 |
<td nowrap><%=count%></td>
|
| - |
|
90 |
<td class=tight>
|
| 90 |
<%BuildActionButtonClick canEdit, "", "", FALSE, LIMG_EDIT, "MM_openVixIFrame('_wform_edit_baseview.asp?view_id="&view_id&"','Edit Base Name')" %>
|
91 |
<%BuildEditButtonRaw canEdit, "", "", FALSE, LIMG_EDIT, "MM_openVixIFrame('_wform_edit_baseview.asp?view_id="&view_id&"','Edit Base Name')" %>
|
| 91 |
<%BuildActionButtonClick canDelete and isNull(count), "", "", FALSE, LIMG_NDEL, "vixConfirm('Delete the \'Base View\' named \'"&name&"\'',{title : 'Delete Base View', button:'Delete', url: '_DeleteBaseView.asp?view_id="&view_id&"'});" %>
|
92 |
<%BuildEditButtonRaw canDelete and isNull(count), "", "", FALSE, LIMG_NDEL, "vixConfirm('Delete the \'Base View\' named \'"&name&"\'',{title : 'Delete Base View', button:'Delete', url: '_DeleteBaseView.asp?view_id="&view_id&"'});" %>
|
| - |
|
93 |
</td>
|
| 92 |
</tr>
|
94 |
</tr>
|
| 93 |
<%
|
95 |
<%
|
| 94 |
rsQry.MoveNext()
|
96 |
rsQry.MoveNext()
|
| 95 |
Wend
|
97 |
Wend
|
| 96 |
rsQry.Close()
|
98 |
rsQry.Close()
|
| 97 |
Set rsQry = nothing
|
99 |
Set rsQry = nothing
|
| 98 |
%>
|
100 |
%>
|
| 99 |
<tr>
|
101 |
<tr>
|
| 100 |
<td colspan='4' align=right>
|
102 |
<td colspan='3' align=right>
|
| 101 |
<%BuildActionButtonClickRaw canCreate, " New Base View", "", TRUE, _
|
103 |
<%BuildActionButtonClickRaw canCreate, " New Base View", "", TRUE, _
|
| 102 |
"src='images/i_new_group.gif' width='20' height='20' align='absmiddle' border='0'",_
|
104 |
"src='images/i_new_group.gif' width='20' height='20' align='absmiddle' border='0'",_
|
| 103 |
"MM_openVixIFrame('_wform_new_group.asp?noFrame=1','New Base View Name')" %>
|
105 |
"MM_openVixIFrame('_wform_new_group.asp?noFrame=1','New Base View Name')" %>
|
| 104 |
</td>
|
106 |
</td>
|
| 105 |
</tr>
|
107 |
</tr>
|