NIHVIVO-1629 Upgrade to jquery-ui version 1.8.9
This commit is contained in:
parent
d788ae21b9
commit
4ca22496f3
6 changed files with 42 additions and 42 deletions
|
@ -163,8 +163,8 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToStart}> ?startNode .
|
?intervalNode <${intervalToStart}> ?startNode .
|
||||||
?startNode <${type}> <${dateTimeValueType}> .
|
?startNode <${type}> <${dateTimeValueType}> .
|
||||||
?startNode <${dateTimeValue}> ?startField.value .
|
?startNode <${dateTimeValue}> ?startField-value .
|
||||||
?startNode <${dateTimePrecision}> ?startField.precision .
|
?startNode <${dateTimePrecision}> ?startField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForEnd">
|
<v:jsonset var="n3ForEnd">
|
||||||
|
@ -172,8 +172,8 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToEnd}> ?endNode .
|
?intervalNode <${intervalToEnd}> ?endNode .
|
||||||
?endNode <${type}> <${dateTimeValueType}> .
|
?endNode <${type}> <${dateTimeValueType}> .
|
||||||
?endNode <${dateTimeValue}> ?endField.value .
|
?endNode <${dateTimeValue}> ?endField-value .
|
||||||
?endNode <${dateTimePrecision}> ?endField.precision .
|
?endNode <${dateTimePrecision}> ?endField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForGrantLabel">
|
<v:jsonset var="n3ForGrantLabel">
|
||||||
|
@ -284,16 +284,16 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest
|
||||||
"sparqlForUris" : { },
|
"sparqlForUris" : { },
|
||||||
"sparqlForExistingLiterals" : {
|
"sparqlForExistingLiterals" : {
|
||||||
"grantLabel":"${grantLabelQuery}" ,
|
"grantLabel":"${grantLabelQuery}" ,
|
||||||
"startField.value" : "${existingStartDateQuery}",
|
"startField-value" : "${existingStartDateQuery}",
|
||||||
"endField.value" : "${existingEndDateQuery}"
|
"endField-value" : "${existingEndDateQuery}"
|
||||||
},
|
},
|
||||||
"sparqlForExistingUris" : {
|
"sparqlForExistingUris" : {
|
||||||
"grant":"${grantQuery}",
|
"grant":"${grantQuery}",
|
||||||
"intervalNode" : "${existingIntervalNodeQuery}",
|
"intervalNode" : "${existingIntervalNodeQuery}",
|
||||||
"startNode" : "${existingStartNodeQuery}",
|
"startNode" : "${existingStartNodeQuery}",
|
||||||
"endNode" : "${existingEndNodeQuery}",
|
"endNode" : "${existingEndNodeQuery}",
|
||||||
"startField.precision": "${existingStartPrecisionQuery}",
|
"startField-precision": "${existingStartPrecisionQuery}",
|
||||||
"endField.precision" : "${existingEndPrecisionQuery}"
|
"endField-precision" : "${existingEndPrecisionQuery}"
|
||||||
},
|
},
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"grant" : {
|
"grant" : {
|
||||||
|
|
|
@ -195,8 +195,8 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToStart}> ?startNode .
|
?intervalNode <${intervalToStart}> ?startNode .
|
||||||
?startNode <${type}> <${dateTimeValueType}> .
|
?startNode <${type}> <${dateTimeValueType}> .
|
||||||
?startNode <${dateTimeValue}> ?startField.value .
|
?startNode <${dateTimeValue}> ?startField-value .
|
||||||
?startNode <${dateTimePrecision}> ?startField.precision .
|
?startNode <${dateTimePrecision}> ?startField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForEnd">
|
<v:jsonset var="n3ForEnd">
|
||||||
|
@ -204,8 +204,8 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToEnd}> ?endNode .
|
?intervalNode <${intervalToEnd}> ?endNode .
|
||||||
?endNode <${type}> <${dateTimeValueType}> .
|
?endNode <${type}> <${dateTimeValueType}> .
|
||||||
?endNode <${dateTimeValue}> ?endField.value .
|
?endNode <${dateTimeValue}> ?endField-value .
|
||||||
?endNode <${dateTimePrecision}> ?endField.precision .
|
?endNode <${dateTimePrecision}> ?endField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="activityLabelQuery">
|
<v:jsonset var="activityLabelQuery">
|
||||||
|
@ -326,8 +326,8 @@ request.setAttribute("typeQuery", getActivityTypeQuery(vreq));
|
||||||
"sparqlForExistingLiterals" : {
|
"sparqlForExistingLiterals" : {
|
||||||
"activityLabel":"${activityLabelQuery}",
|
"activityLabel":"${activityLabelQuery}",
|
||||||
"roleLabel":"${roleLabelQuery}",
|
"roleLabel":"${roleLabelQuery}",
|
||||||
"startField.value" : "${existingStartDateQuery}",
|
"startField-value" : "${existingStartDateQuery}",
|
||||||
"endField.value" : "${existingEndDateQuery}"
|
"endField-value" : "${existingEndDateQuery}"
|
||||||
},
|
},
|
||||||
"sparqlForExistingUris" : {
|
"sparqlForExistingUris" : {
|
||||||
"roleActivity":"${activityQuery}" ,
|
"roleActivity":"${activityQuery}" ,
|
||||||
|
@ -335,8 +335,8 @@ request.setAttribute("typeQuery", getActivityTypeQuery(vreq));
|
||||||
"intervalNode" : "${existingIntervalNodeQuery}",
|
"intervalNode" : "${existingIntervalNodeQuery}",
|
||||||
"startNode" : "${existingStartNodeQuery}",
|
"startNode" : "${existingStartNodeQuery}",
|
||||||
"endNode" : "${existingEndNodeQuery}",
|
"endNode" : "${existingEndNodeQuery}",
|
||||||
"startField.precision": "${existingStartPrecisionQuery}",
|
"startField-precision": "${existingStartPrecisionQuery}",
|
||||||
"endField.precision" : "${existingEndPrecisionQuery}"
|
"endField-precision" : "${existingEndPrecisionQuery}"
|
||||||
},
|
},
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"activityLabel" : {
|
"activityLabel" : {
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToStart}> ?startNode .
|
?intervalNode <${intervalToStart}> ?startNode .
|
||||||
?startNode <${type}> <${dateTimeValueType}> .
|
?startNode <${type}> <${dateTimeValueType}> .
|
||||||
?startNode <${dateTimeValue}> ?startField.value .
|
?startNode <${dateTimeValue}> ?startField-value .
|
||||||
?startNode <${dateTimePrecision}> ?startField.precision .
|
?startNode <${dateTimePrecision}> ?startField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForEnd">
|
<v:jsonset var="n3ForEnd">
|
||||||
|
@ -104,8 +104,8 @@
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToEnd}> ?endNode .
|
?intervalNode <${intervalToEnd}> ?endNode .
|
||||||
?endNode <${type}> <${dateTimeValueType}> .
|
?endNode <${type}> <${dateTimeValueType}> .
|
||||||
?endNode <${dateTimeValue}> ?endField.value .
|
?endNode <${dateTimeValue}> ?endField-value .
|
||||||
?endNode <${dateTimePrecision}> ?endField.precision .
|
?endNode <${dateTimePrecision}> ?endField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="existingIntervalNodeQuery" >
|
<v:jsonset var="existingIntervalNodeQuery" >
|
||||||
|
@ -191,16 +191,16 @@
|
||||||
"sparqlForUris" : { },
|
"sparqlForUris" : { },
|
||||||
"sparqlForExistingLiterals" : {
|
"sparqlForExistingLiterals" : {
|
||||||
"title" : "${titleExisting}",
|
"title" : "${titleExisting}",
|
||||||
"startField.value" : "${existingStartDateQuery}",
|
"startField-value" : "${existingStartDateQuery}",
|
||||||
"endField.value" : "${existingEndDateQuery}"
|
"endField-value" : "${existingEndDateQuery}"
|
||||||
},
|
},
|
||||||
"sparqlForExistingUris" : {
|
"sparqlForExistingUris" : {
|
||||||
"personUri" : "${personUriExisting}",
|
"personUri" : "${personUriExisting}",
|
||||||
"intervalNode" : "${existingIntervalNodeQuery}",
|
"intervalNode" : "${existingIntervalNodeQuery}",
|
||||||
"startNode" : "${existingStartNodeQuery}",
|
"startNode" : "${existingStartNodeQuery}",
|
||||||
"endNode" : "${existingEndNodeQuery}",
|
"endNode" : "${existingEndNodeQuery}",
|
||||||
"startField.precision": "${existingStartPrecisionQuery}",
|
"startField-precision": "${existingStartPrecisionQuery}",
|
||||||
"endField.precision" : "${existingEndPrecisionQuery}"
|
"endField-precision" : "${existingEndPrecisionQuery}"
|
||||||
},
|
},
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"title" : {
|
"title" : {
|
||||||
|
|
|
@ -142,8 +142,8 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision)
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToStart}> ?startNode .
|
?intervalNode <${intervalToStart}> ?startNode .
|
||||||
?startNode <${type}> <${dateTimeValueType}> .
|
?startNode <${type}> <${dateTimeValueType}> .
|
||||||
?startNode <${dateTimeValue}> ?startField.value .
|
?startNode <${dateTimeValue}> ?startField-value .
|
||||||
?startNode <${dateTimePrecision}> ?startField.precision .
|
?startNode <${dateTimePrecision}> ?startField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForEnd">
|
<v:jsonset var="n3ForEnd">
|
||||||
|
@ -151,8 +151,8 @@ core:dateTimePrecision (DateTimeValue : DateTimeValuePrecision)
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToEnd}> ?endNode .
|
?intervalNode <${intervalToEnd}> ?endNode .
|
||||||
?endNode <${type}> <${dateTimeValueType}> .
|
?endNode <${type}> <${dateTimeValueType}> .
|
||||||
?endNode <${dateTimeValue}> ?endField.value .
|
?endNode <${dateTimeValue}> ?endField-value .
|
||||||
?endNode <${dateTimePrecision}> ?endField.precision .
|
?endNode <${dateTimePrecision}> ?endField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="deptAssertion" >
|
<v:jsonset var="deptAssertion" >
|
||||||
|
@ -319,8 +319,8 @@ type is returned and we don't get a match to the select element options. --%>
|
||||||
"majorField" : "${majorFieldQuery}",
|
"majorField" : "${majorFieldQuery}",
|
||||||
"dept" : "${deptQuery}",
|
"dept" : "${deptQuery}",
|
||||||
"info" : "${infoQuery}",
|
"info" : "${infoQuery}",
|
||||||
"startField.value" : "${existingStartDateQuery}",
|
"startField-value" : "${existingStartDateQuery}",
|
||||||
"endField.value" : "${existingEndDateQuery}"
|
"endField-value" : "${existingEndDateQuery}"
|
||||||
},
|
},
|
||||||
"sparqlForExistingUris" : {
|
"sparqlForExistingUris" : {
|
||||||
"org" : "${orgQuery}",
|
"org" : "${orgQuery}",
|
||||||
|
@ -329,8 +329,8 @@ type is returned and we don't get a match to the select element options. --%>
|
||||||
"intervalNode" : "${existingIntervalNodeQuery}",
|
"intervalNode" : "${existingIntervalNodeQuery}",
|
||||||
"startNode" : "${existingStartNodeQuery}",
|
"startNode" : "${existingStartNodeQuery}",
|
||||||
"endNode" : "${existingEndNodeQuery}",
|
"endNode" : "${existingEndNodeQuery}",
|
||||||
"startField.precision": "${existingStartPrecisionQuery}",
|
"startField-precision": "${existingStartPrecisionQuery}",
|
||||||
"endField.precision" : "${existingEndPrecisionQuery}"
|
"endField-precision" : "${existingEndPrecisionQuery}"
|
||||||
},
|
},
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"degree" : {
|
"degree" : {
|
||||||
|
|
|
@ -125,8 +125,8 @@
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToStart}> ?startNode .
|
?intervalNode <${intervalToStart}> ?startNode .
|
||||||
?startNode <${type}> <${dateTimeValueType}> .
|
?startNode <${type}> <${dateTimeValueType}> .
|
||||||
?startNode <${dateTimeValue}> ?startField.value .
|
?startNode <${dateTimeValue}> ?startField-value .
|
||||||
?startNode <${dateTimePrecision}> ?startField.precision .
|
?startNode <${dateTimePrecision}> ?startField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<v:jsonset var="n3ForEnd">
|
<v:jsonset var="n3ForEnd">
|
||||||
|
@ -134,8 +134,8 @@
|
||||||
?intervalNode <${type}> <${intervalType}> .
|
?intervalNode <${type}> <${intervalType}> .
|
||||||
?intervalNode <${intervalToEnd}> ?endNode .
|
?intervalNode <${intervalToEnd}> ?endNode .
|
||||||
?endNode <${type}> <${dateTimeValueType}> .
|
?endNode <${type}> <${dateTimeValueType}> .
|
||||||
?endNode <${dateTimeValue}> ?endField.value .
|
?endNode <${dateTimeValue}> ?endField-value .
|
||||||
?endNode <${dateTimePrecision}> ?endField.precision .
|
?endNode <${dateTimePrecision}> ?endField-precision .
|
||||||
</v:jsonset>
|
</v:jsonset>
|
||||||
|
|
||||||
<%-- Queries for editing an existing role --%>
|
<%-- Queries for editing an existing role --%>
|
||||||
|
@ -284,8 +284,8 @@ type is returned and we don't get a match to the select element options. --%>
|
||||||
"sparqlForExistingLiterals" : {
|
"sparqlForExistingLiterals" : {
|
||||||
"orgLabel" : "${orgLabelQuery}",
|
"orgLabel" : "${orgLabelQuery}",
|
||||||
"positionTitle" : "${positionTitleQuery}",
|
"positionTitle" : "${positionTitleQuery}",
|
||||||
"startField.value" : "${existingStartDateQuery}",
|
"startField-value" : "${existingStartDateQuery}",
|
||||||
"endField.value" : "${existingEndDateQuery}"
|
"endField-value" : "${existingEndDateQuery}"
|
||||||
},
|
},
|
||||||
"sparqlForExistingUris" : {
|
"sparqlForExistingUris" : {
|
||||||
"org" : "${orgQuery}",
|
"org" : "${orgQuery}",
|
||||||
|
@ -294,8 +294,8 @@ type is returned and we don't get a match to the select element options. --%>
|
||||||
"intervalNode" : "${existingIntervalNodeQuery}",
|
"intervalNode" : "${existingIntervalNodeQuery}",
|
||||||
"startNode" : "${existingStartNodeQuery}",
|
"startNode" : "${existingStartNodeQuery}",
|
||||||
"endNode" : "${existingEndNodeQuery}",
|
"endNode" : "${existingEndNodeQuery}",
|
||||||
"startField.precision": "${existingStartPrecisionQuery}",
|
"startField-precision": "${existingStartPrecisionQuery}",
|
||||||
"endField.precision" : "${existingEndPrecisionQuery}"
|
"endField-precision" : "${existingEndPrecisionQuery}"
|
||||||
},
|
},
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"positionTitle" : {
|
"positionTitle" : {
|
||||||
|
|
|
@ -48,7 +48,7 @@ we will use rev 293 (dev build version) of the flot & excanvas files.
|
||||||
<#assign fliptext = 'js/visualization/entitycomparison/jquery_plugins/fliptext/jquery.mb.flipText.js'>
|
<#assign fliptext = 'js/visualization/entitycomparison/jquery_plugins/fliptext/jquery.mb.flipText.js'>
|
||||||
<#assign jqueryNotify = 'js/jquery_plugins/jquery.notify.min.js'>
|
<#assign jqueryNotify = 'js/jquery_plugins/jquery.notify.min.js'>
|
||||||
<#assign jqueryBlockUI = 'js/jquery_plugins/jquery.blockUI.min.js'>
|
<#assign jqueryBlockUI = 'js/jquery_plugins/jquery.blockUI.min.js'>
|
||||||
<#assign jqueryUI = 'js/jquery-ui/js/jquery-ui-1.8.4.custom.min.js'>
|
<#assign jqueryUI = 'js/jquery-ui/js/jquery-ui-1.8.9.custom.min.js'>
|
||||||
<#assign datatable = 'js/jquery_plugins/jquery.dataTables.min.js'>
|
<#assign datatable = 'js/jquery_plugins/jquery.dataTables.min.js'>
|
||||||
<#assign entityComparisonUtils = 'js/visualization/entitycomparison/util.js'>
|
<#assign entityComparisonUtils = 'js/visualization/entitycomparison/util.js'>
|
||||||
<#assign entityComparisonConstants = 'js/visualization/entitycomparison/constants.js'>
|
<#assign entityComparisonConstants = 'js/visualization/entitycomparison/constants.js'>
|
||||||
|
@ -69,7 +69,7 @@ ${scripts.add(jqueryNotify)}
|
||||||
<#-- CSS files -->
|
<#-- CSS files -->
|
||||||
|
|
||||||
<#assign demoTable = "js/visualization/entitycomparison/jquery_plugins/datatable/demo_table.css" />
|
<#assign demoTable = "js/visualization/entitycomparison/jquery_plugins/datatable/demo_table.css" />
|
||||||
<#assign jqueryUIStyle = "js/jquery-ui/css/smoothness/jquery-ui-1.8.4.custom.css" />
|
<#assign jqueryUIStyle = "js/jquery-ui/css/smoothness/jquery-ui-1.8.9.custom.css" />
|
||||||
<#assign jqueryNotifyStyle = "css/jquery_plugins/ui.notify.css" />
|
<#assign jqueryNotifyStyle = "css/jquery_plugins/ui.notify.css" />
|
||||||
<#assign entityComparisonStyle = "css/visualization/entitycomparison/layout.css" />
|
<#assign entityComparisonStyle = "css/visualization/entitycomparison/layout.css" />
|
||||||
<#assign entityComparisonStyleIEHack = "${urls.base}/css/visualization/entitycomparison/layout-ie.css" />
|
<#assign entityComparisonStyleIEHack = "${urls.base}/css/visualization/entitycomparison/layout-ie.css" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue