diff client/digitallibrary/relato/picture.xml @ 212:f1631db2ff3d

relato juhuii
author luginbue
date Thu, 25 Mar 2004 11:56:08 +0100
parents
children 41de43a00bf8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/digitallibrary/relato/picture.xml	Thu Mar 25 11:56:08 2004 +0100
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+
+<relato>
+
+  <frames>
+    <frameset cols="0,50%,50%" border="0" frameborder="0" framespacing="0">
+      <frame name="navigation" />
+      <frameset rows="25,*" border="0" frameborder="0" framespacing="0">
+        <frame name="picturelabel" />
+        <frame name="mainFrame" />
+      </frameset>
+      <frameset rows="15%,85%" border="0" frameborder="0" framespacing="0">
+        <frame name="title" />
+        <frame name="text" />
+      </frameset>
+      <noframes>
+        In order to use <i>relato</i> you need to have a frame capable browser.
+      </noframes>
+    </frameset>
+  </frames>
+  
+  <functions>
+    <function name="getParameter" quiet="true">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="listParameters" quiet="true">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="listParametersAsString" quiet="true">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="page">
+    </function>
+    <function name="zoomPoint">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="zoomArea">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="mark">
+    </function>
+    <function name="ref">
+    </function>
+    <function name="zoomOut">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="zoomExtends">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="moveTo">
+    </function>
+    <function name="scale">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="brightnessContrast">
+    </function>
+    <function name="mirror">
+    </function>
+    <function name="rotation">
+    </function>
+    <function name="colors">
+    </function>
+    <function name="pixelByPixel">
+      <validInFrame name="mainFrame" />
+    </function>
+    <function name="originalSize">
+      <validInFrame name="mainFrame" />
+    </function>
+  </functions>
+
+  <buttons>
+    <button name="home" command="navigation.home()" />
+    <button name="work" command="navigation.work()" />
+    <button name="type" command="navigation.type()" />
+    <button name="relation" command="navigation.relation()" />
+  </buttons>
+
+</relato>