Mercurial > hg > digilib-old
comparison client/digitallibrary/relato/picture.xml @ 212:f1631db2ff3d
relato juhuii
author | luginbue |
---|---|
date | Thu, 25 Mar 2004 11:56:08 +0100 |
parents | |
children | 41de43a00bf8 |
comparison
equal
deleted
inserted
replaced
211:9bd2ae6f5e77 | 212:f1631db2ff3d |
---|---|
1 <?xml version="1.0" encoding="ISO-8859-1" ?> | |
2 | |
3 <relato> | |
4 | |
5 <frames> | |
6 <frameset cols="0,50%,50%" border="0" frameborder="0" framespacing="0"> | |
7 <frame name="navigation" /> | |
8 <frameset rows="25,*" border="0" frameborder="0" framespacing="0"> | |
9 <frame name="picturelabel" /> | |
10 <frame name="mainFrame" /> | |
11 </frameset> | |
12 <frameset rows="15%,85%" border="0" frameborder="0" framespacing="0"> | |
13 <frame name="title" /> | |
14 <frame name="text" /> | |
15 </frameset> | |
16 <noframes> | |
17 In order to use <i>relato</i> you need to have a frame capable browser. | |
18 </noframes> | |
19 </frameset> | |
20 </frames> | |
21 | |
22 <functions> | |
23 <function name="getParameter" quiet="true"> | |
24 <validInFrame name="mainFrame" /> | |
25 </function> | |
26 <function name="listParameters" quiet="true"> | |
27 <validInFrame name="mainFrame" /> | |
28 </function> | |
29 <function name="listParametersAsString" quiet="true"> | |
30 <validInFrame name="mainFrame" /> | |
31 </function> | |
32 <function name="page"> | |
33 </function> | |
34 <function name="zoomPoint"> | |
35 <validInFrame name="mainFrame" /> | |
36 </function> | |
37 <function name="zoomArea"> | |
38 <validInFrame name="mainFrame" /> | |
39 </function> | |
40 <function name="mark"> | |
41 </function> | |
42 <function name="ref"> | |
43 </function> | |
44 <function name="zoomOut"> | |
45 <validInFrame name="mainFrame" /> | |
46 </function> | |
47 <function name="zoomExtends"> | |
48 <validInFrame name="mainFrame" /> | |
49 </function> | |
50 <function name="moveTo"> | |
51 </function> | |
52 <function name="scale"> | |
53 <validInFrame name="mainFrame" /> | |
54 </function> | |
55 <function name="brightnessContrast"> | |
56 </function> | |
57 <function name="mirror"> | |
58 </function> | |
59 <function name="rotation"> | |
60 </function> | |
61 <function name="colors"> | |
62 </function> | |
63 <function name="pixelByPixel"> | |
64 <validInFrame name="mainFrame" /> | |
65 </function> | |
66 <function name="originalSize"> | |
67 <validInFrame name="mainFrame" /> | |
68 </function> | |
69 </functions> | |
70 | |
71 <buttons> | |
72 <button name="home" command="navigation.home()" /> | |
73 <button name="work" command="navigation.work()" /> | |
74 <button name="type" command="navigation.type()" /> | |
75 <button name="relation" command="navigation.relation()" /> | |
76 </buttons> | |
77 | |
78 </relato> |