<?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=""></schema> </xf:instance> <xf:instance id="xformId_quot"> <schema xmlns="">"</schema> </xf:instance> <xf:bind></xf:bind> </xf:model> </head> <body> <div class="break"> <xf:upload id="xformId_addUCGeneralCardUpload" singleFile="true" filenamesMapping="XPath(instance(quot(xformId_mainInstance))/data/file)"> </xf:upload> </div> <div class="break button100"> <xf:trigger id="xformId_Tab10"> <xf:label>Начать загрузку</xf:label> <xf:action ev:event="DOMActivate" > <xf:load resource="javascript:gwtXFormSave('xformId','1', Writer.toString(getSubformInstanceDocument('xformId_mainModel', 'xformId_mainInstance')))"></xf:load> </xf:action> </xf:trigger> </div> <div class="button100"> <xf:trigger id="xformId_Tab20"> <xf:label>Отмена</xf:label> <xf:action ev:event="DOMActivate"> <xf:load resource="javascript:gwtXFormUpdate('xformId','1', null)"></xf:load> </xf:action> </xf:trigger> </div> </body> </html>