Subversion Repositories DevTools

Rev

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

Rev 6827 Rev 6877
Line 57... Line 57...
57
  <div class="div_table">
57
  <div class="div_table">
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
            <tr>
-
 
63
            <!-- BASE VIEW DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
62
                <!-- BASE VIEW DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
64
            <th nowrap >Base View Name</th>
63
                <th nowrap >Base View Name</th>
65
            <th nowrap >Count</th>
64
                <th nowrap >Count</th>
66
            <th nowrap >Edit</th>
65
                <th nowrap colspan=2>Edit</th>
67
            </tr>
-
 
68
            </thead>
66
            </thead>
69
 
67
 
70
      <%
68
      <%
71
       Dim view_id, name, count, rsQry, SqlQry, rmText
69
       Dim view_id, name, count, rsQry, SqlQry, rmText
72
 
70
 
Line 97... Line 95...
97
      Wend
95
      Wend
98
      rsQry.Close()
96
      rsQry.Close()
99
      Set rsQry = nothing
97
      Set rsQry = nothing
100
      %>
98
      %>
101
    <tr>
99
    <tr>
102
        <td colspan='3' align=right>    
100
        <td colspan='4' align=right>    
103
            <%BuildActionButtonClickRaw canCreate, "&nbsp;New Base View", "", TRUE, _
101
            <%BuildActionButtonClickRaw canCreate, "&nbsp;New Base View", "", TRUE, _
104
            "src='images/i_new_group.gif' width='20' height='20' align='absmiddle' border='0'",_
102
            "src='images/i_new_group.gif' width='20' height='20' align='absmiddle' border='0'",_
105
            "MM_openVixIFrame('_wform_new_group.asp?noFrame=1','New Base View Name')" %>
103
            "MM_openVixIFrame('_wform_new_group.asp?noFrame=1','New Base View Name')" %>
106
        </td>
104
        </td>
107
    </tr>
105
    </tr>