Sha256: 6e8cef4e0535912754d5e71c651cafb31c886e2ddb50e7d0768384ce814a98c5

Contents?: true

Size: 684 Bytes

Versions: 2

Compression:

Stored size: 684 Bytes

Contents

<SystemPage name="List of %list_name%">
  <h2><a href="#@base/new_%name%">New %name%</a></h2>
  <form action="search">
    Search %list_name%: <input type="text" name="q" />&nbsp;<input type="submit" value="Search" /> (not implemented yet)
  </form>
  <table>
  <?r for obj in @%list_name% ?>
    <tr>
      <td width="100%"><a href="#@base/edit_%name%/#{obj.oid}">#{obj.to_s}</a></td>
      <?r if obj.respond_to?(:update_time) ?>
        <td nowrap="1">#{obj.update_time.stamp(:db)}</td>
      <?r end ?>
      <td><a href="#@base/edit_%name%/#{obj.oid}">edit</a></td>
      <td><a href="#@base/delete_%name%/#{obj.oid}">del</a></td>
    </tr>
  <?r end ?>
  </table>
</SystemPage>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.24.0 proto/public/scaffold/list.xhtml
nitro-0.25.0 proto/public/scaffold/list.xhtml