Sha256: ea66a5f739c9a012a87383b67e8662b2715b70ceaa1344cdcb643c28052e1ba2

Contents?: true

Size: 1.61 KB

Versions: 2

Compression:

Stored size: 1.61 KB

Contents

<html id="root" xmlns="http://www.mobio.com/ext"
      xmlns:xhtml="http://www.w3.org/1999/xhtml"
      xmlns:xf="http://www.w3.org/2002/xforms"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:ext="http://www.mobio.com/ext"
      xmlns:ev="http://www.w3.org/2001/xml-events">
  <xhtml:head>
    <xf:model>   
      <xf:submission action="view" method="get" id="view"/>
      <xf:submission action="banner" method="get" id="banner"/> 
      <xf:submission action="banner2" method="get" id="banner2"/> 
      
      <!-- backurl -->
      <xf:instance id="homepage" 
                   src="storeBackurl?burl=${burl}" /> 
    </xf:model>
    
  </xhtml:head>
  <%= render :partial => 'base' %>
  
  <xhtml:body style="body">
    
    <output height="1ex" style="white">Test App</output> 
    <button height="1ex" >
      <label style="white">Test Banner Image</label>
      <xf:send submission="banner" ev:event="DOMActivate" />
    </button>
    
    <button height="1ex" >
      <label>Test grid image</label>
      <xf:send submission="view" ev:event="DOMActivate" />
    </button> 
     
    <button height="1ex" >
      <label>Test grid header</label>
      <xf:load resource="email" ev:event="DOMActivate" />
    </button> 
    <footer style="footer">
      <softkey position="1">
        <label>Back</label> 	   
        <xf:load ev:event="DOMActivate" >
          <xf:resource value="instance('homepage')/burl"/> 
        </xf:load>
      </softkey>
      <softkey position="3">
        <label>Refresh</label>
        <xf:load ev:event="DOMActivate" resource="index"/>
      </softkey>
    </footer>
  </xhtml:body>
</html> 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
photoviewer-1.1.1 app/views/list/index.html.erb
photoviewer-1.1.2 app/views/list/index.html.erb