Subversion Repositories DevTools

Rev

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

Rev 6971 Rev 7287
Line 44... Line 44...
44
 
44
 
45
function populateForm() {
45
function populateForm() {
46
 
46
 
47
    // Get the Package Name and Version number for display
47
    // Get the Package Name and Version number for display
48
    $("body").addClass("cursor-wait");
48
    $("body").addClass("cursor-wait");
49
    $("#progressBar").css('visibility', 'visible');
49
    $("#ProgressBar").css('visibility', 'visible');
50
    $.get({
50
    $.get({
51
        url: 'rep_new_versions_json.asp',
51
        url: 'rep_new_versions_json.asp',
52
        dataType : 'json',
52
        dataType : 'json',
53
        data : {
53
        data : {
54
               action : 'getPackageInfo',
54
               action : 'getPackageInfo',
Line 87... Line 87...
87
        }
87
        }
88
    }).done( function(){
88
    }).done( function(){
89
 
89
 
90
    }).always( function(){
90
    }).always( function(){
91
        $("body").removeClass("cursor-wait");
91
        $("body").removeClass("cursor-wait");
92
        $("#progressBar").css('visibility', 'hidden');
92
        $("#ProgressBar").css('visibility', 'hidden');
93
 
93
 
94
    }).fail( function(jqXHR, textStatus, errorThrown){
94
    }).fail( function(jqXHR, textStatus, errorThrown){
95
                setInfo("Error: " + errorThrown );
95
                setInfo("Error: " + errorThrown );
96
    });
96
    });
97
}
97
}
Line 100... Line 100...
100
</script>
100
</script>
101
<link rel="stylesheet" href="jquery/form-validator.css" type="text/css">
101
<link rel="stylesheet" href="jquery/form-validator.css" type="text/css">
102
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
102
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
103
<div title="Projects using package version" id=f1 class=td style="min-width:500px"><span id=clipRoot></span>
103
<div title="Projects using package version" id=f1 class=td style="min-width:500px"><span id=clipRoot></span>
104
    <div id="info"></div>
104
    <div id="info"></div>
105
	<DIV id='progressBar' style='visibility:hidden;'>
105
	<DIV id='ProgressBar' style='visibility:hidden;'>
106
        <img src='icons/i_processing.gif' width='79' height='14'>
106
        <img src='icons/i_processing.gif' width='79' height='14'>
107
    </DIV>
107
    </DIV>
108
    <table class='stdGrey wide'>
108
    <table class='stdGrey wide'>
109
        <thead>
109
        <thead>
110
            <th>Package Name</th>
110
            <th>Package Name</th>