source: ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/components/About.xml @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 4.1 KB
Line 
1<serialization jsxversion="3.9" xmlns="urn:tibco.com/v3.0">
2  <name><![CDATA[Dialog]]></name>
3  <icon><![CDATA[images/prototypes/dialog.gif]]></icon>
4  <description><![CDATA[Dialog box.  (Set Modal property for a modal dialog).]]></description>
5  <onBeforeDeserialize></onBeforeDeserialize>
6  <onAfterDeserialize><![CDATA[jsx3.require("org.isocat.gui.About");
7
8objAbout = new org.isocat.gui.About(objJSX);
9]]></onAfterDeserialize>
10  <object type="jsx3.gui.Dialog">
11    <variants jsxwidth="400" jsxheight="350" jsxzindex="5000" jsxwindowstate="1" jsxmodal="1" jsxresize="0"></variants>
12    <strings jsxname="aboutDialog"></strings>
13    <dynamics jsxbgcolor="@Solid Medium"></dynamics>
14    <object type="jsx3.gui.WindowBar">
15      <variants></variants>
16      <strings jsxname="windowBar" jsxtext="about ISOcat"></strings>
17      <object type="jsx3.gui.ToolbarButton">
18        <variants></variants>
19        <strings jsxname="btnClose"></strings>
20        <dynamics jsximage="@Close Icon" jsxtip="@Close Tip"></dynamics>
21        <events jsxexecute="this.getAncestorOfType(jsx3.gui.Dialog).doClose();"></events>
22      </object>
23    </object>
24    <object type="jsx3.gui.Block">
25      <variants jsxoverflow="2"></variants>
26      <strings jsxname="block" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1"></strings>
27      <dynamics jsxbgcolor="ISOcat logo bg color"></dynamics>
28      <object type="jsx3.gui.Block">
29        <variants jsxoverflow="3"></variants>
30        <strings jsxname="content" jsxwidth="100%" jsxheight="100%" jsxrelativeposition="1" NK_VERSION="3.2" GI_VERSION="3.5.0.2" jsxtextalign="center"></strings>
31        <dynamics jsxbgcolor="ISOcat logo bg color"></dynamics>
32        <object type="jsx3.gui.Block">
33          <variants></variants>
34          <strings jsxname="text" jsxwidth="100%" jsxtext="&lt;center&gt;&lt;div&gt;&lt;img src=&quot;http://localhost:8080/isocat/interface/JSXAPPS/ISOcat/images/banner.png&quot;/&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;Version info&lt;/i&gt;:&lt;br/&gt;ISOcat: 856 &quot;&lt;a href=&quot;http://localhost:8080/isocat/interface/JSXAPPS/ISOcat/images/release.html#Percival&quot; target=&quot;other&quot;&gt;Percival&lt;/a&gt;&quot;&lt;br/&gt;&lt;a href=&quot;http://www.1060.org/&quot; target=&quot;other&quot;&gt;1060 NetKernel&lt;/a&gt;: 3.3.1&lt;br/&gt;&lt;a href=&quot;http://www.generalinterface.org/&quot; target=&quot;other&quot;&gt;General Interface&lt;/a&gt;: 3.9.0_813db&lt;br/&gt;&lt;a href=&quot;http://tango.freedesktop.org/&quot; target=&quot;other&quot;&gt;Tango Desktop Project icon theme&lt;/a&gt;: 0.8.10&lt;br/&gt;&lt;a href=&quot;http://www.famfamfam.com/lab/icons/silk/&quot; target=&quot;other&quot;&gt;Silk web icon set&lt;/a&gt;: 1.3&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;ISOcat is developed by&lt;br/&gt;&lt;a href=&quot;http://www.mpi.nl/&quot; target=&quot;other&quot;&gt;the Max Planck Institute for Psycholinguistics&lt;/a&gt;&lt;br/&gt;in collaboration with&lt;br/&gt;ISO/TC 37/SC 3&lt;br/&gt;&lt;i&gt;Systems to manage terminology, knowledge and content&lt;/i&gt;&lt;/div&gt;&lt;br/&gt;&lt;div&gt;&lt;i&gt;The project team&lt;/i&gt;:&lt;br/&gt;&lt;a href=&quot;http://www.mpi.nl/people/kemps-snijders-marc&quot; target=&quot;other&quot;&gt;Marc Kemps-Snijders&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.windhouwer.nl/menzo/professional/&quot; target=&quot;other&quot;&gt;Menzo Windhouwer&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://www.mpi.nl/people/wittenburg-peter&quot; target=&quot;other&quot;&gt;Peter Wittenburg&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://appling.kent.edu/FacultyPages/IAL-sue_ellen_wright.htm&quot; target=&quot;other&quot;&gt;Sue Ellen Wright&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;&lt;/center&gt;" NK_VERSION="3.3" GI_VERSION="3.5.1.7" VERSION="67" TG_VERSION="8.1" RELEASE="Sientje"></strings>
35        </object>
36        <object type="jsx3.gui.ToolbarButton">
37          <variants></variants>
38          <strings jsxname="close" jsximage="images/check.png" jsxtext="close"></strings>
39          <events jsxexecute="this.getAncestorOfType(jsx3.gui.Dialog).doClose();"></events>
40        </object>
41      </object>
42    </object>
43  </object>
44</serialization>
Note: See TracBrowser for help on using the repository browser.