tests/svgui/svgui@svgui/pyfile.xml
changeset 3359 2c924cf26161
parent 3358 7478d0c0dc1c
child 3360 746e3e3f6537
equal deleted inserted replaced
3358:7478d0c0dc1c 3359:2c924cf26161
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       
     3   <variables/>
       
     4   <globals>
       
     5     <xhtml:p><![CDATA[
       
     6 
       
     7 /*
       
     8     Web interface is build as SVG file in Inkscape. 
       
     9     To edit SVG file click 'Inkscape' button on the toolbar above.
       
    10     
       
    11     Inkscape is a free and open-source vector graphics editor. 
       
    12     It's not part of Beremiz and needs to be installed separately.
       
    13 */
       
    14 
       
    15 ]]></xhtml:p>
       
    16   </globals>
       
    17   <init>
       
    18     <xhtml:p><![CDATA[
       
    19 ]]></xhtml:p>
       
    20   </init>
       
    21   <cleanup>
       
    22     <xhtml:p><![CDATA[
       
    23 ]]></xhtml:p>
       
    24   </cleanup>
       
    25   <start>
       
    26     <xhtml:p><![CDATA[
       
    27 ]]></xhtml:p>
       
    28   </start>
       
    29   <stop>
       
    30     <xhtml:p><![CDATA[
       
    31 ]]></xhtml:p>
       
    32   </stop>
       
    33 </PyFile>