3 <style type="text/css">
18 background-color: #EEEEEE;
19 border: 1px solid #AAAAAA;
20 border-radius: 3px 3px 3px 3px;
25 /* Headbox Contents */
28 font-family: sans-serif;
38 /* Footbox Contents */
45 .details-bottom-navigation {
53 text-decoration: none;
58 border-bottom: 1px dashed #000000;
72 background-color: #EEEEEE;
73 border-radius: 7px 7px 7px 7px;
79 border-bottom: 1px dashed #000000;
95 padding-bottom: 0.8em;
102 .hideextra { font-family: sans-serif; font-size: 0.9em; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }
113 border-collapse: collapse;
121 <div id="document-title">Music Collection</div>
125 <select class="tablechooser"><option value="albums">Albums</option><option value="artists">Artists</option><option value="publishers">Publishers</option><option selected="selected" value="songs">Songs</option></select>
126 <a class="backlink" href="listview-songs.html" style="">Back to List</a>
130 <h2 class="group-title">Overview</h2>
131 <div class="group-contents">
134 <!-- the flowtable: a table -->
135 <table style="width: 100%">
138 <tr style="vertical-align: top;">
140 <!-- the first column: a table -->
141 <!-- the column gap is set using padding on the td of the flowtable -->
142 <td style="padding-right: 0.5%;">
144 <!-- details cell: a table row -->
146 <!-- Setting the padding dynamically using GWT could make alignment of the text boxes between groups match Glom. For example using 'padding-right: 34px;' on the details-label. -->
147 <!-- But this an advanced feature that can be implemented later. -->
148 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Song ID:</td>
149 <td class="details-data" colspan="2" style="vertical-align: top; width: 100%;"><input class="hideextra" value="0"/></td>
154 <!-- the second column -->
155 <td style="padding-left: 0.5%;">
158 <!-- details cell -->
160 <!-- Setting the padding dynamically using GWT could make alignment of the text boxes between groups match Glom. For example using 'padding-right: 60px;' on the details-label. -->
161 <!-- But this an advanced feature that can be implemented later. -->
162 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Name:</td>
163 <td class="details-data" colspan="2" style="vertical-align: top; width: 100%; colspan: 2"><input class="hideextra" value="Thunder Road"/></td>
175 <h2 class="group-title">Details</h2>
176 <div class="group-contents">
178 <!-- the second flowtable -->
179 <table style="width: 100%">
182 <tr style="vertical-align: top;">
184 <!-- the first column -->
185 <td style="padding-right: 0.5%;">
186 <div class="subgroup">
187 <div class="subgroup-title">Album</div>
188 <div class="group-contents">
191 <!-- details cell -->
193 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Album ID:</td>
194 <td class="details-data" style="vertical-align: top; width: 100%;"><input class="hideextra" value="0"/></td>
195 <td class="details-navigation" style="vertical-align: top;"><button type="button">Open</button></td>
198 <!-- details cell -->
200 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Name:</td>
201 <td class="details-data" colspan="2" style="vertical-align: top; width: 100%;"><input class="hideextra" value="Born To Run"/></td>
204 <!-- details cell -->
206 <td class="details-label" style="vertical-align: top; white-space: nowrap; padding-top: 0px">Favourite Song:</td>
207 <td class="details-data" colspan="2" style="vertical-align: top;"><input type="checkbox" checked=""></td>
216 <!-- the second column -->
217 <td style="padding-left: 0.5%;">
218 <div class="subgroup">
219 <div class="subgroup-title">Album</div>
220 <div class="group-contents">
223 <!-- details cell -->
225 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Artist ID:</td>
226 <td class="details-data" style="vertical-align: top; width: 100%;"><input class="hideextra" value="0"/></td>
227 <td class="details-navigation" style="vertical-align: top;"><button type="button">Open</button></td>
230 <!-- details cell -->
232 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Name:</td>
233 <td class="details-data" colspan="2" style="vertical-align: top; width: 100%;"><input class="hideextra" value="Bruce Springsteen"/></td>
236 <!-- details cell -->
238 <td class="details-label" style="vertical-align: top; white-space: nowrap;">Comments:</td>
239 <td class="details-data" colspan="2" style="vertical-align: top; width: 100%;"><textarea class="hideextra" rows="5" style="resize: none;">
242 Rock on!</textarea></td>
256 <span class="records">Displaying record 1 of 8</span>
258 <span class="details-bottom-navigation">
261 <a href="">Forward</a>