# HG changeset patch # User Josef Willenborg # Date 1323863346 -3600 # Node ID 4ea0f81a5d0823961c0cb7268eeec8a25d6faf7d # Parent 7d6d969b10cf743766a276c76748156a32dbd60f little corrections diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/classes/constants.properties --- a/software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/classes/constants.properties Wed Dec 14 12:48:43 2011 +0100 +++ b/software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/classes/constants.properties Wed Dec 14 12:49:06 2011 +0100 @@ -1,1 +1,1 @@ -dataDir=/usr/local/tomcat-mpdl/mpdl-data/lt \ No newline at end of file +dataDir=/Users/jwillenborg/mpdl/data/lt \ No newline at end of file diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/lib/mpiwg-mpdl-lt-web.jar Binary file software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/lib/mpiwg-mpdl-lt-web.jar has changed diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/lib/mpiwg-mpdl-lt.jar Binary file software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/WEB-INF/lib/mpiwg-mpdl-lt.jar has changed diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/css/getDictionaryEntries.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/css/getDictionaryEntries.css Wed Dec 14 12:49:06 2011 +0100 @@ -0,0 +1,95 @@ +.body { + margin:3px; + color: #000000; + background-color: #ebebeb; + min-width:1100px; +} +div.title { + font-size: 30px; + font-weight: bold; + margin-bottom: 10px; +} +input.query { + border-radius: 5px; +} +span.inputType { + font-size: 22px; + font-weight:bold; + display:block; + margin-top: 10px; +} + +.tree ul, +.tree li { + padding: 0; + margin: 0; + margin-left: 10px; + list-style: none; +} +.tree input { + position: absolute; + opacity: 0; +} +.tree input + label + ul { + margin: 0 0 0 22px; +} +.tree input + label + ul { + display: none; +} +.tree label, +.tree label::before { + cursor: pointer; +} +.tree input:disabled + label { + cursor: default; + opacity: .6; +} +.tree input:checked:not(:disabled) + label + ul { + display: block; +} +.tree label, +.tree label::before { + background: url("/mpiwg-mpdl-lt-web/images/treecheckbox.png") no-repeat; +} +.tree label, +.tree a, +.tree label::before { + display: inline-block; + height: 16px; + line-height: 16px;, + vertical-align: middle; +} +.tree label { + background-position: 18px 0; +} +.tree label::before { + content: ""; + width: 16px; + margin: 0 22px 0 0; + vertical-align: middle; + background-position: 0 -32px; +} +.tree input:checked + label::before { + background-position: 0 -16px; +} + +/* webkit adjacent element selector bugfix */ +@media screen and (-webkit-min-device-pixel-ratio:0) +{ + .tree + { + -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s; + } + + @-webkit-keyframes webkit-adjacent-element-selector-bugfix + { + from + { + padding: 0; + } + to + { + padding: 0; + } + } +} diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/images/treecheckbox.png Binary file software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/images/treecheckbox.png has changed diff -r 7d6d969b10cf -r 4ea0f81a5d08 software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/index.html --- a/software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/index.html Wed Dec 14 12:48:43 2011 +0100 +++ b/software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/index.html Wed Dec 14 12:49:06 2011 +0100 @@ -28,6 +28,12 @@
  • by a prefix range: entries starting with a prefix (e.g. "a*")
  • +
  • queryDisplay (optional) + +
  • inputType (optional)
  • -
  • resultPage (optional) +
  • resultPageNumber (optional)
  • +
  • resultPageSize (optional) + +
  • Response output
  • @@ -236,6 +259,13 @@
  • default: "norm"
  • +
  • normalizationType (optional) + +
  • dictionary (optional)