<?xml version="1.0" encoding="utf-8"?>
<SerioCommands version="1.1">
   <DisplayForm>
   <Script>
      <![CDATA[
      <UiScreen infoLevel="Normal">
         <Title>404 NOT FOUND</Title>
         <AutoTransition>5</AutoTransition>
         <Operations>
            
				<Op type="Submit" action="./init">
				</Op>
            
            
				<Op type="Back" action="./init">
				</Op>
            
         </Operations>
         <IoScreen>
            <IoObject>
               <Title>404</Title>
               <Message>
                  The page 'sitemap.xml' you requested does not exist.
               </Message>
            </IoObject>
         </IoScreen>
      </UiScreen>
      ]]>
   </Script>
</DisplayForm>
   
</SerioCommands>