Sha256: 5252641ded56aae2a4dec028b44a38becef4bf7de43dfa63f8ac45e0068dec5e

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 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:instance id="emails" src="get_mails"/>
    </xf:model>
    
  </xhtml:head>
  
  <%= render :partial => 'base' %>
  
  <xhtml:body style="body">   
    
    <grid height="100%" style="grid">
      <rowset nodeset="instance('emails')/email">
        <headers height="1ex">
          <header label="Subject" style="header" ref="." sort="click"/>
          <header label="From" style="header" ref="@from" sort="click" />
          <header label="Date" style="header" ref="date" sort="click"/>
        </headers>
        <row style="rowheader"> 
          <rowheader height="1ex" style="rowheader" width="2em">
            <output height="1ex" style="white" ref="@id"/>
          </rowheader> 
          
          <item height="1ex" width="23em" style="item">
            <output ref="." style="white" height="1ex" />
          </item>
          <item height="1ex" width="15em" style="item">
            <output ref="@from" style="white" height="1ex"/>
          </item>
          <item height="1ex" width="5em" style="item">
            <output ref="@date" style="white" height="1ex"/>
          </item>
    </row></rowset></grid>
    
    <footer style="footer">
      <softkey position="1">
        <label>Back</label> 	   
        <back ev:event="DOMActivate" /> 
      </softkey>
      <softkey position="3">
        <label>Refresh</label>
        <xf:load ev:event="DOMActivate" resource="email"/>
      </softkey>
    </footer>
  </xhtml:body>
</html> 

Version data entries

1 entries across 1 versions & 1 rubygems

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