Sha256: ee664a28632f047735f7e50ae28432bfba4f0c98ad35d190edb5ebfd360dd51e
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Listing members</title> </head> <body> <h1 id="mark:page_title">Listing members</h1> <div id="mark:page_content"> <table summary=""> <tr> <th>Name</th> <th>Email</th> <th>Birth</th> <th>Gender</th> <th>Group</th> </tr> <tr id="mark:members"> <td id="mark:member_name">foo</td> <td id="mark:member_email">foo@mail.com</td> <td id="mark:member_birth">2000-01-01</td> <td id="mark:member_gender">Woman</td> <td id="mark:member_group">admin</td> <td> <a href="#" id="link_to_show">Show</a> <a href="#" id="link_to_edit">Edit</a> <a href="#" id="link_to_destroy">Destroy</a> </td> </tr> </table> <p> <a href="#" id="prev_page">Previous page</a> <a href="#" id="next_page">Next page</a> </p> <p> <a href="#" id="link_to_new">New member</a> </p> <p> <a href="#" id="link_to_groups">Go to groups</a> </p> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems