Subversion Repositories DevTools

Rev

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

Rev 6977 Rev 7250
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
'|                                                   |
-
 
5
'|          Edit/View Build Configuration            |
4
'   form_rep_new_versions.asp
6
'|                                                   |
5
'   Show newer vesrions of packages in this release
-
 
6
'
7
'=====================================================
7
'=====================================================
8
%>
8
%>
9
<%
9
<%
10
Option explicit
10
Option explicit
11
' Good idea to set when using redirect
11
' Good idea to set when using redirect
Line 101... Line 101...
101
        function loadTable() {
101
        function loadTable() {
102
            /* Init DataTables */
102
            /* Init DataTables */
103
            nvTable = $('#nvtable').DataTable({
103
            nvTable = $('#nvtable').DataTable({
104
                sDom : "rti",
104
                sDom : "rti",
105
                data : dataSet,
105
                data : dataSet,
-
 
106
                autoWidth : false,
106
                columns : [
107
                columns : [
107
                { data : getPkgName },
108
                { data : getPkgName },
108
                { data : getVersion  , orderable : false},
109
                { data : getVersion  , orderable : false},
109
                { data : [1] },
110
                { data : [1] },
110
                { data : [6] },
111
                { data : [6] },
Line 417... Line 418...
417
      <script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
418
      <script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
418
      <script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
419
      <script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
419
      <!-- DROPDOWN MENUS -->
420
      <!-- DROPDOWN MENUS -->
420
      <%bJqueryVix=TRUE%>
421
      <%bJqueryVix=TRUE%>
421
      <%bJqueryDataTables = TRUE%>
422
      <%bJqueryDataTables = TRUE%>
422
      <%sJqueryDataTablesCss="jquery/dataTables.vix.grey.css"%>
423
      <%sJqueryDataTablesCss="dataTables.vix.grey.css"%>
423
      <!--#include file="_jquery_includes.asp"-->
424
      <!--#include file="_jquery_includes.asp"-->
424
      <!--#include file="_menu_def.asp"-->
425
      <!--#include file="_menu_def.asp"-->
425
      <script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
426
      <script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
426
      <%Call InsertJavaScript %>
427
      <%Call InsertJavaScript %>
427
      <%Call InsertLocalStyle %>
428
      <%Call InsertLocalStyle %>