Subversion Repositories DevTools

Rev

Rev 7225 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7225 Rev 7245
Line 54... Line 54...
54
  <div class="div_table">
54
  <div class="div_table">
55
        <table border="0" cellspacing="1" cellpadding="2" class="stdBrown center_table">
55
        <table border="0" cellspacing="1" cellpadding="2" class="stdBrown center_table">
56
        <caption>Configured Licences</caption>
56
        <caption>Configured Licences</caption>
57
            <thead>
57
            <thead>
58
            <tr>
58
            <tr>
59
            <!-- GBE_MACHTYPE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
59
				<!-- LICENSE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
60
            <th class="body_col">LICENCE NAME</th>
60
				<th>LICENCE NAME</th>
61
            <th class="body_col">Edit</th>
61
				<th class=tight>Edit</th>
62
            </tr>
62
            </tr>
63
            </thead>
63
            </thead>
64
 
64
 
65
      <%
65
      <%
66
       Dim name, lic_id, rsQry
66
       Dim name, lic_id, rsQry
Line 70... Line 70...
70
          name = rsQry("name")
70
          name = rsQry("name")
71
          lic_id = rsQry("licence")
71
          lic_id = rsQry("licence")
72
          %>
72
          %>
73
          <tr>  
73
          <tr>  
74
            <td nowrap><%=name%></td>
74
            <td nowrap><%=name%></td>
-
 
75
			<td nowrap class=tight>
75
            <%BuildActionButtonClick canEdit, "", "Edit", FALSE, _
76
            <% BuildActionButtonClickRaw canEdit, "", "Edit", FALSE, _
76
                  LIMG_EDIT,_
77
                  LIMG_EDIT,_
77
                  "MM_openVixIFrame('_wform_edit_licences.asp?lic_id="&lic_id&"','Edit Licence Name')" %>
78
                  "MM_openVixIFrame('_wform_edit_licences.asp?lic_id="&lic_id&"','Edit Licence Name')" %>
78
            </td>
79
            </td>
79
          </tr> 
80
          </tr> 
80
          <%
81
          <%
Line 82... Line 83...
82
      Wend
83
      Wend
83
      rsQry.Close()
84
      rsQry.Close()
84
      Set rsQry = nothing
85
      Set rsQry = nothing
85
      %>
86
      %>
86
    <tr>
87
    <tr>
87
        <td nowrap colspan="2"><%Call Action_Buttons_State("Add Licence", canEdit)%></td>
88
        <td nowrap colspan="2" class=tight><%Call Action_Buttons_State("Add Licence", canEdit)%></td>
88
    </tr>
89
    </tr>
89
</table>
90
</table>
90
    </div>
91
    </div>
91
<!-- FOOTER -->
92
<!-- FOOTER -->
92
<!--#include file="_footer.asp"-->
93
<!--#include file="_footer.asp"-->