Diff for /Amaya/amaya/AmayaPage.html between versions 1.82 and 1.83

version 1.82, 2000/11/22 16:55:38 version 1.83, 2000/11/23 11:44:33
Line 22 Line 22
 </head>  </head>
   
 <body>  <body>
 <p align="center">  <p align="center"><svg xmlns="http://www.w3.org/2000/svg" width="466"
  <svg xmlns="http://www.w3.org/2000/svg" width="466" height="349">  height="349">
   <image id="backgroundImage" x="0" y="0" width="466" height="349"    <image id="backgroundImage" x="0" y="0" width="466" height="349"
          xlink:href="amaya.png">           xlink:href="amaya.png">
     <desc>Leading the Web to its full potential</desc>      <desc>Leading the Web to its full potential</desc>
Line 36 Line 36
     </symbol>      </symbol>
   </defs>    </defs>
   <g id="cubes">    <g id="cubes">
     <use x="200" y="112" xlink:href="#cube" style="fill: #0192BF"/>      <use x="200" y="112" xlink:href="#cube" style="fill: #0192BF">
     <use x="230" y="112" xlink:href="#cube" style="fill: #2B9FC3"/>      </use>
     <use x="260" y="112" xlink:href="#cube" style="fill: #53AAC5"/>      <use x="230" y="112" xlink:href="#cube" style="fill: #2B9FC3">
     <use x="290" y="112" xlink:href="#cube" style="fill: #7AB4C6"/>      </use>
     <use x="320" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>      <use x="260" y="112" xlink:href="#cube" style="fill: #53AAC5">
     <use x="350" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>      </use>
     <use x="380" y="112" xlink:href="#cube" style="fill: #A3C0C9"/>      <use x="290" y="112" xlink:href="#cube" style="fill: #7AB4C6">
     <use x="410" y="112" xlink:href="#cube" style="fill: #EC1608"/>      </use>
     <use x="410" y="142" xlink:href="#cube" style="fill: #E2372C"/>      <use x="320" y="112" xlink:href="#cube" style="fill: #A3C0C9">
     <use x="350" y="172" xlink:href="#cube" style="fill: #DAAFAC"/>      </use>
     <use x="380" y="172" xlink:href="#cube" style="fill: #DF8984"/>      <use x="350" y="112" xlink:href="#cube" style="fill: #A3C0C9">
     <use x="410" y="172" xlink:href="#cube" style="fill: #DC5B53"/>      </use>
       <use x="380" y="112" xlink:href="#cube" style="fill: #A3C0C9">
       </use>
       <use x="410" y="112" xlink:href="#cube" style="fill: #EC1608">
       </use>
       <use x="410" y="142" xlink:href="#cube" style="fill: #E2372C">
       </use>
       <use x="350" y="172" xlink:href="#cube" style="fill: #DAAFAC">
       </use>
       <use x="380" y="172" xlink:href="#cube" style="fill: #DF8984">
       </use>
       <use x="410" y="172" xlink:href="#cube" style="fill: #DC5B53">
       </use>
   </g>    </g>
   <text id="logo" x="304" y="162"    <text id="logo" x="304" y="162"
   style="font: 24pt helvetica; font-weight: bold; fill: #488B9B;">AMAYA    style="font: 24pt helvetica; font-weight: bold; fill: #488B9B;">AMAYA
   </text>    </text>
   <text id="version" x="358" y="320"    <text id="version" x="344px" y="320"
   style="font: bold 16pt italic; fill: #0192BF;">Release 4.01    style="font: bold 16pt italic; fill: #0192BF;">Release 4.01
   </text>    </text>
   <g id="polygonMask" style="stroke: none;">    <g id="polygonMask" style="stroke: none;">
     <polygon style="fill: #0192BF;" points="30,60  30,230  108,208"/>      <polygon style="fill: #0192BF;" points="30,60 30,230 108,208"/>
     <foreignObject y="156px" x="10px">      <foreignObject y="156px" x="32px">
   
       <math xmlns="http://www.w3.org/1998/Math/MathML"        <math xmlns="http://www.w3.org/1998/Math/MathML"
             style="color: #FFFFFF; font-family: times">        style="color: #FFFFFF; font-family: times">
         <mrow>          <mrow>
           <mi>x</mi>            <mi>y</mi>
           <mo>=</mo>            <mo>=</mo>
           <mfrac>            <mfrac>
             <mrow>              <mn>1</mn>
               <mo>-</mo>              <msqrt>
               <mi>b</mi>                <mrow>
               <mo>&PlusMinus;</mo>  
               <msqrt>  
                 <msup>                  <msup>
                   <mi>b</mi>                    <mi>x</mi>
                   <mn>2</mn>                    <mn>2</mn>
                 </msup>                  </msup>
                 <mo>-</mo>                  <mo>+</mo>
                 <mn>4</mn>                  <mn>1</mn>
                 <mo>&InvisibleTimes;</mo>                </mrow>
                 <mi>a</mi>              </msqrt>
                 <mo>&InvisibleTimes;</mo>  
                 <mi>c</mi>  
               </msqrt>  
             </mrow>  
             <mrow>  
               <mn>2</mn>  
               <mi>a</mi>  
             </mrow>  
           </mfrac>            </mfrac>
         </mrow>          </mrow>
       </math>        </math>
Line 95 Line 98
     <polygon style="fill: #9EA4A6;" points="30,60  138,115  180,114"/>      <polygon style="fill: #9EA4A6;" points="30,60  138,115  180,114"/>
     <polygon style="fill: #EC1608;" points="30,60  180,114  160,60"/>      <polygon style="fill: #EC1608;" points="30,60  180,114  160,60"/>
   </g>    </g>
  </svg>  </svg>
 </p>  </p>
   
 <div>  <div>
Line 123  double click. This behavior can be chang Line 126  double click. This behavior can be chang
 using the Special/Preferences menu.</p>  using the Special/Preferences menu.</p>
   
 <p>Amaya includes a collaborative <a href="../doc/amaya/Annotations.html"><img  <p>Amaya includes a collaborative <a href="../doc/amaya/Annotations.html"><img
 src="../doc/Icons/annot.png" alt="annotation icon" />annotation</a>  src="annot.gif" alt="annotation icon" />annotation</a> application based on
 application based on W3C technologies (RDF, XLink, and XPointer). Annotations  W3C technologies (RDF, XLink, and XPointer). Annotations are external
 are external comments, notes, remarks that can be attached to any Web document  comments, notes, remarks that can be attached to any Web document or a
 or a selected part of the document. Annotations are stored either into the  selected part of the document. Annotations are stored either into the local
 local file system or into annotation servers and can be shared. The creation  file system or into annotation servers and can be shared. The creation of
 of annotations on a document doesn't modify the document itself.</p>  annotations on a document doesn't modify the document itself.</p>
 </div>  </div>
   
 <div>  <div>

Removed from v.1.82  
changed lines
  Added in v.1.83


Webmaster