+
{{label}}
{{name | uppercase}}
{{statistics.count}}
{{statistics.date | format}}
{{resource_name}}
{{label}}
.label-text, .error { color: {{g.paperInput.labelColor}}; } ::-webkit-input-placeholder { color: {{g.paperInput.labelColor}}; } ::-moz-placeholder { color: {{g.paperInput.labelColor}}; } :-ms-input-placeholder { color: {{g.paperInput.labelColor}}; } .unfocused-underline { background-color: {{g.paperInput.labelColor}}; } :host([focused]) .floated-label .label-text { color: {{g.paperInput.focusedColor}}; } .focused-underline { background-color: {{g.paperInput.focusedColor}}; } .cursor { background-color: {{g.paperInput.cursorColor}}; } :host(.invalid) .floated-label .label-text, .error { color: {{g.paperInput.invalidColor}}; } :host(.invalid) .unfocused-underline, :host(.invalid) .focused-underline, :host(.invalid) .cursor { background-color: {{g.paperInput.invalidColor}}; }
{{label}}
{{label}}
{{error}}
{{paneltitle}}
{{panelsubtitle}}
{{value}}
{{message}}
{{emptyMessage}}
{{model.title}}
{{model.subtitle}}
{{ value | suffixIfPresent }}
{{getValue(key, item.get(key))}}
{{heading}}
{{heading}}
{{selectedItemLabel || label}}
{{emptyMenuMsg}}
{{errorMsg}}
{{one}}
1}}" tinyicon="" icon="help" label="more info?" on-click="{{levelUp}}" tooltip="left">
{{two}}
{{three}}
{{ uri }}
{{target.label}}
{{target.model.name}}
{{delimiter['label']}}
{{target}}
{{quote['label']}}
analizying CSV file
uploading dataset
CANCEL
Upload
Retry
/* Hide heroes that are not currently transitioning */ polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [hero]'; } ::content > [animate]:not(.core-selected) /deep/ [hero] { opacity: 0; } polyfill-next-selector { content: ':host > .core-selected[animate] [hero]'; } ::content > .core-selected[animate] /deep/ [hero] { opacity: 1; z-index: 10000; } polyfill-next-selector { content: ':host > * [hero-p]'; } ::content > * /deep/ [hero-p] { -webkit-transition: box-shadow 100ms ease-out; transition: box-shadow 100ms ease-out; } polyfill-next-selector { content: ':host > [animate] [hero-p]'; } ::content > [animate] /deep/ [hero-p] { box-shadow: none !important; }
polyfill-next-selector { content: ':host > * [cross-fade]'; } ::content > * /deep/ [cross-fade] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > * [cross-fade][bg]'; } ::content > * /deep/ [cross-fade][bg] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > * [cross-fade][hero-p]'; } ::content > * /deep/ [cross-fade][hero-p] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} cubic-bezier(0.4, 0, 0.2, 1); } polyfill-next-selector { content: ':host > .core-selected [cross-fade]'; } ::content > .core-selected /deep/ [cross-fade] { opacity: 1; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade]:not([hero-p]):not([bg])'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade]:not([hero-p]):not([bg]) { opacity: 0; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade][bg]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade][bg] { background-color: rgba(0, 0, 0, 0); } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade][hero-p]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade][hero-p] { background-color: rgba(0, 0, 0, 0); }
polyfill-next-selector { content: ':host > * [cross-fade-delayed]'; } ::content > * /deep/ [cross-fade-delayed] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; } polyfill-next-selector { content: ':host > .core-selected [cross-fade-delayed]'; } ::content > .core-selected /deep/ [cross-fade-delayed] { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out {{g.transitions.xfadeDelay || g.transitions.xfadeDuration || g.transitions.duration}}; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out {{g.transitions.xfadeDelay || g.transitions.xfadeDuration || g.transitions.duration}}; } polyfill-next-selector { content: ':host > [animate]:not(.core-selected) [cross-fade-delayed]'; } ::content > [animate]:not(.core-selected) /deep/ [cross-fade-delayed] { opacity: 0; } polyfill-next-selector { content: ':host > .core-selected [cross-fade-delayed]'; } ::content > .core-selected /deep/ [cross-fade-delayed] { opacity: 1; }
/* cross-fade-all: cross fade everything except for heroes and their parents */ polyfill-next-selector { content: ':host(.cross-fade-all) > * *:not([hero]):not([hero-p]):not([cross-fade])'; } :host(.cross-fade-all) ::content > * /deep/ *:not([hero]):not([hero-p]):not([cross-fade]) { -webkit-transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: opacity {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; } polyfill-next-selector { content: ':host(.cross-fade-all) > [animate]:not(.core-selected) *:not([hero]):not([hero-p]):not([cross-fade])'; } :host(.cross-fade-all) ::content > [animate]:not(.core-selected) /deep/ *:not([hero]):not([hero-p]):not([cross-fade]) { opacity: 0; } polyfill-next-selector { content: ':host(.cross-fade-all) > .core-selected *:not([hero])'; } .host(.cross-fade-all) ::content > .core-selected /deep/ * { opacity: 1; } /* Only background-color is allowed for the hero's parents, no opacity transitions */ polyfill-next-selector { content: ':host(.cross-fade-all) > * [hero-p]'; } :host(.cross-fade-all) ::content > * /deep/ [hero-p] { -webkit-transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; transition: background-color {{g.transitions.xfadeDuration || g.transitions.duration}} ease-out; opacity: 1; } polyfill-next-selector { content: ':host(.cross-fade-all) > [animate]:not(.core-selected) [hero-p]'; } :host(.cross-fade-all) ::content > [animate]:not(.core-selected) /deep/ [hero-p] { background-color: rgba(0, 0, 0, 0); }
{{ name }}
{{item.targetEndpoint.model.name}}
{{label}}
{{graph.label !=null?graph.label:suffix(graph.uri)}}
{{size(graph.size)}}
{{suffixIfPresent(graphUri)}}
{{invalidMessage}}
{{target.model.name}}
PUBLISH
available at:
{{ item.model.endpoint }}
requires: {{ parameters }}
>
{{crumb.value | label}}
{{header}}
{{cell['value'] | start }}
{{ cell['value'] | suffix}}
{{format.label}}
LIMIT
{{key}}
Table
Other
{{filter.value.label}}
PUBLISH
PROPERTIES
There is no going back here.
Are you sure?
NO
YES
You're changing the query endpoint, probably breaking existing clients. Make sure you know what you are doing.
Cancel
Yes, go ahead.
{{ name }}
{{ item.model.uri }}
PROTECT
{{ graph.label !=null?graph.label:suffix(graph.uri) }}
{{size}}
{{graph.uri}}
{{label}}
{{target.model.name}}
CANCEL
Save
GRAPHS
PROPERTIES
There is no going back here.
Are you sure?
NO
YES
{{ execution.bean[K.status] | lowercase }}
status
{{source | uppercase}}
{{target | uppercase}}
{{ execution.bean[K.phase] | uppercase}}...
{{ execution.bean[K.startTime] }}
STARTED
{{ execution.bean[K.duration]}}
DURATION
{{ execution.bean[K.endTime] }}
ENDED
Summary
Trace
Transf.
Diff.
Target
launching the task...
No logs as yet.
{{runningTask.execution.bean[TEK.log]}}
{{label}}
{{item.model.name}} - {{areaEndpoints.area }}
{{item.model.name}} - {{areaEndpoints.area}}
PROPERTIES
{{label }}
{{target}}
{{item.task.label}}
running...({{phase | suffix}})
start:
{{startTime}}
duration:
{{duration}}
phase:
{{phase | suffix }}
Task
{{label }}
{{target}}
LIMIT
There is no going back here.
Are you sure?
NO
YES
{{text}}
Retry
GRADE
{{progressMessage}}
{{pages[page].name | uppercase}}
{{page.tab | uppercase}}
2.0.0-ea-SNAPSHOT
Copyright 2014-2015 GRADE all rights reserved
Team
Your version of Grade is out of date.
Just hard refresh for the latest and greatest.
(CTRL+SHIFT+R or CMD+SHIFT+R)
Claudio Baldassarre
Linked Data Maintenance Developer, Manager
Emmanuel Blondel
GIS Data Integrator
Federico De Faveri
Software Developer
Fabio Fiorellato
Mapping Integrator
Aureliano Gentile
Data Manager
Fabio Simeoni
Tech Lead, Manager
2.0.0-ea-SNAPSHOT
build: 2015-03-02 11:56:58 2951f907dd94fe79a441bb2609c12de0df805608
GRADE