<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLschema" xmlns:fs="http://www.curs.ru/ns/FormServer" xmlns:xf="http://www.w3.org/2002/xforms">
	<head>


		<xf:model id="xformId_mainModel">
			<xf:instance id="xformId_mainInstance">
				<schema xmlns="">
					<info>
						<typeans name=""></typeans>
					</info>
				</schema>
			</xf:instance>
			<xf:instance id="xformId_ButtonDisabledInstance">
                <schema xmlns="">
                    <save active="1"></save>
					<work active="1"></work>
					<file active="1"></file>
                </schema>
            </xf:instance>
			<xf:bind> </xf:bind>
      <xf:action ev:event="xforms-subform-ready">
        <xf:load show="replace">
          <xf:resource value="instance('xformId_mainInstance')/description/js"></xf:resource>
        </xf:load>
      </xf:action>
        <xf:action ev:event="xforms-subform-ready">
          <xf:load resource="javascript:alert('ready');"></xf:load>
        </xf:action>      
    </xf:model>
	</head>
	<body>
    <!-- <xf:output value="serialize(instance('xformId_mainInstance'))" /> -->

    <div insertTemplate="timerAndButtonsPart.xml"></div>


      <div>

		<div class="answers" style="border: 1px solid #DDDDDD;width:96%;min-height:80px"></div>
		
		<table id="tblQuestion" style="border-spacing: 0; width:48%;float:left">

        </table>
		<xf:group ref="instance('xformId_mainInstance')/description[showCorrect='true']">
			<table id="tblCorrectQuestion" style="border-spacing: 0; width:48%;">
	<!--           <tr>
				<td colSpan="3">
					
				</td>
			  </tr> -->
	<!--           <tr>
				<td colSpan="3">
				  <div  style="border: 1px solid #DDDDDD; margin:10px; padding:10px;"></div>
				</td>
			  </tr> -->
			</table>
		</xf:group>
      </div>
        <!-- xf:repeat id="xformId_FormColumns1" nodeset="instance('xformId_mainInstance')/description/answers/answer">
          <div class="answer" style="width:100px; height:100px;">
            <xf:output ref="./@text"></xf:output>
          </div>
        </xf:repeat -->

	</body>
</html>