# HG changeset patch # User Josef Willenborg # Date 1303224719 -7200 # Node ID 469d927b9ca728fd6d026e8c1c68f2c3b26fcc37 # Parent fba5577e49d96d4c9c786b40f88b1fdb75d9146d diverse Fehlerbehebungen diff -r fba5577e49d9 -r 469d927b9ca7 software/eXist/webapp/mpdl/doc/doc-operation-exist.xql --- a/software/eXist/webapp/mpdl/doc/doc-operation-exist.xql Tue Apr 19 16:51:26 2011 +0200 +++ b/software/eXist/webapp/mpdl/doc/doc-operation-exist.xql Tue Apr 19 16:51:59 2011 +0200 @@ -36,7 +36,7 @@ + + + + + + + + + + + + + + + + +
+ Figure: {$figDesc} +
+ +
+
+
+
+
+
+ + + + + +
  • +
    +
    +
    +
    +
    +
    +
    @@ -248,7 +288,8 @@ - + + @@ -279,7 +320,8 @@ - + + @@ -303,9 +345,17 @@ - - - + + + + + + + + + + + @@ -330,8 +380,14 @@ + + + - + + + + @@ -349,7 +405,10 @@ - + + + + @@ -435,8 +494,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • +
    +
    +
    +
    + + + + + + + - + @@ -492,12 +603,23 @@ -

    - - - - -

    + + +
    + + + + + +
    +
    + +
    + + +
    +
    +
    @@ -529,8 +651,8 @@ - - + + @@ -551,8 +673,8 @@ - - + + @@ -564,8 +686,8 @@ - + @@ -578,17 +700,34 @@ - + - - - - + + + + + + + + + + + + + + + + + + + + + @@ -673,24 +812,13 @@
    - - - - - - + - - - - + +
    +
    - - - - - - + @@ -707,8 +835,8 @@ - - + + @@ -754,7 +882,7 @@
    - + @@ -804,12 +932,11 @@ - + - @@ -817,19 +944,48 @@ - - - - + + + +
    +
    +
    +
    + + + + + + + + + + +
    + Figure: {$figDesc} +
    + +
    +
    +
    +
    + + + + + + + + @@ -848,13 +1004,33 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + 0 @@ -867,13 +1043,27 @@ - + + + + + + + + - + + + + + + + + diff -r fba5577e49d9 -r 469d927b9ca7 software/eXist/webapp/mpdl/presentation/pageHtml.css --- a/software/eXist/webapp/mpdl/presentation/pageHtml.css Tue Apr 19 16:51:26 2011 +0200 +++ b/software/eXist/webapp/mpdl/presentation/pageHtml.css Tue Apr 19 16:51:59 2011 +0200 @@ -1,6 +1,5 @@ /* general */ .it { font-style:italic } /* DESpecs: _ _ and attribute "it" */ -.it span.it { font-style:normal } /* DESpecs: _ _ within a paragraph already in italics */ .bf { font-weight:bold } /* DESpecs: */ .sc { font-variant:small-caps } /* DESpecs: */ .sub { vertical-align:sub; font-size:.8em } /* DESpecs: <_> */ /* line-height:1em; ? */ @@ -24,6 +23,11 @@ ul.xml.element { margin-left:0px;padding-left:8px } ul.xml.element.highlight { background-color:#D3D3D3; } /* LightGrey */ +/* Paragraphs */ +div.p { + margin: 1.12em 0px; +} + /* drop cap (Initiale) */ span.dc { float: left; @@ -60,6 +64,19 @@ span.foreign.la span.foreign.latin { color:green; } /* ..... */ +/* XPointer highligting */ +span.seg.highlight { background-color:#D3D3D3; } /* LightGrey */ +span.seg.highlight:before { + content: url('../images/linkto.png'); + margin-left: 0.1em; + margin-right: 0.1em; +} +span.seg.highlightPoint { + background: url('../images/linkto.png') no-repeat center center; + padding: 0.1em 0.5em 0.1em 0.1em; + margin-left: 0.5em; + margin-right: 0.1em; +} /* indentation at the beginning of a paragraph: */ span.sc { font-weight:bold; } @@ -74,8 +91,12 @@ div.blockquote { margin-left:10px; font-style:normal; } div.set-off { margin-left:10px; font-style:italic; } -/* terminology */ +/* dictionary / terminology */ span.term { color:purple; } /* Blue */ +span.entry { display:block; margin-bottom:20px;} +span.entryDiv { margin-left:2em; display:block; margin-bottom:0.5em; margin-top:0.5em;} +span.orth { font-weight:bold; } +span.mentioned { font-style:italic; } /* notes */ span.note { font-style:italic; } @@ -98,11 +119,41 @@ /* sentence */ span.s.highlight { background-color:#D3D3D3; } /* LightGrey */ span.s:hover { background-color:#D3D3D3; } /* LightGrey */ +span.s.it { font-style:italic; } /* highlighting */ span.hit.highlight { background-color:#77DD77; } /* pastell green */ -/* Links +/* Links */ +a.textPollux:link {text-decoration: none; color: #892B06;} +a.textPollux:visited {text-decoration: none; color: #892B06;} +a.textPollux:hover {text-decoration: underline; color: #892B06;} +/* Note Links */ +a.note { + color: blue; + margin-right: 0.2em; +} +a.note:before { + content: url('../images/linkback.png'); + margin-left: 0.1em; + margin-right: 0.2em; +} +a.note:link { text-decoration: none; } +a.note:visited { text-decoration: none; } +a.note:hover { text-decoration: underline; } +a.noteRef { + color: blue; + margin-right: 0.2em; +} +a.noteRef:before { + content: url('../images/linkto.png'); + margin-left: 0.1em; + margin-right: 0.2em; +} +a.noteRef:link { text-decoration: none; } +a.noteRef:visited { text-decoration: none; } +a.noteRef:hover { text-decoration: underline; } +/* a:link {text-decoration: none;} a:visited {text-decoration: none} a:active {text-decoration: none} diff -r fba5577e49d9 -r 469d927b9ca7 software/eXist/webapp/mpdl/presentation/pageHtml.xsl --- a/software/eXist/webapp/mpdl/presentation/pageHtml.xsl Tue Apr 19 16:51:26 2011 +0200 +++ b/software/eXist/webapp/mpdl/presentation/pageHtml.xsl Tue Apr 19 16:51:59 2011 +0200 @@ -11,8 +11,8 @@ xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms" xmlns:echo="http://www.mpiwg-berlin.mpg.de/ns/echo/1.0/" - xmlns:m="http://www.w3.org/1998/Math/MathML" - xmlns:svg="http://www.w3.org/2000/svg" + xmlns:math="http://www.w3.org/1998/Math/MathML" + xmlns:svg="http://www.w3.org/2000/svg" xmlns:xhtml="http://www.w3.org/1999/xhtml"> @@ -750,6 +750,46 @@ + + + + + + + + + + + + + + + + + +
    + Figure: {$figDesc} +
    + +
    +
    +
    +
    +
    +
    + + + + + +
  • +
    +
    +
    +
    +
    +
    +
    @@ -774,7 +814,8 @@ - + + @@ -805,7 +846,8 @@ - + + @@ -829,9 +871,17 @@ - - - + + + + + + + + + + + @@ -856,8 +906,14 @@ + + + - + + + +
    @@ -875,7 +931,10 @@ - + + + +
    @@ -961,8 +1020,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • +
    +
    +
    +
    + + + + + + + - + @@ -1018,12 +1129,23 @@ -

    - - - - -

    + + +
    + + + + + +
    +
    + +
    + + +
    +
    +
    @@ -1055,8 +1177,8 @@ - - + + @@ -1077,8 +1199,8 @@ - - + + @@ -1090,8 +1212,8 @@ - + @@ -1111,10 +1233,27 @@ - - - - + + + + + + + + + + + + + + + + + + + + + @@ -1199,24 +1338,13 @@ - - - - - - + - - - - + +
    +
    - - - - - - + @@ -1233,8 +1361,8 @@ - - + + @@ -1279,7 +1407,7 @@ - + @@ -1329,12 +1457,11 @@ - + - @@ -1342,19 +1469,48 @@ - - - - + + + +
    +
    +
    +
    + + + + + + + + + + +
    + Figure: {$figDesc} +
    + +
    +
    +
    +
    + + + + + + + + @@ -1372,13 +1528,33 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + 0 @@ -1391,13 +1567,27 @@ - + + + + + + + + - + + + + + + + +