Put tableselector on the right, back to list link on right.
[online-glom:gwt-glom.git] / mockups / listview-projects.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
4
5 <head>
6         <title>Database Name: Table Name</title>
7         <link href="style.css" rel="stylesheet" type="text/css" />
8 </head>
9 <body>
10
11         <div id="document-title">
12         Database Name
13         </div>
14
15         <div id="headbox">
16                 <select class="tablechooser">
17                         <option>Contacts</option>
18                         <option selected="selected">Projects</option>
19                         <option>Teams</option>
20                 </select>
21
22                 <div style="clear: both"></div>
23         </div>
24         
25         <table class="data-list">
26                 <tr>
27                         <th>Project ID</th>
28                         <th>Description</th>
29                         <th>Comments</th>
30                         <th colspan="2">Name</th>
31                 </tr>
32                 
33                 <tr>
34                         <td>0</td>
35                         <td></td>
36                         <td></td>
37                         <td>Project Big X</td>
38                         <td class="details"><a href="details-projects.html">Details</a></td>
39                 </tr>
40         </table>
41         
42 </body>
43
44 </html>