Added jasenlista.html
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<table id="choose-address-table" class="ui-widget ui-widget-content">
|
||||
<thead>
|
||||
<tr class="ui-widget-header ">
|
||||
<th>Etunimi</th>
|
||||
<th>Sukunimi</th>
|
||||
<th>Sähköposti</th>
|
||||
<th>AYY-jäsen</th>
|
||||
<th>JAS-listalla</th>
|
||||
<th>Asuinpaikka</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="nr"><span>50</span>
|
||||
</td>
|
||||
<td>Some Street 1</td>
|
||||
<td>Leeds</td>
|
||||
<td>L0 0XX</td>
|
||||
<td>United Kingdom</td>
|
||||
<td>
|
||||
<button type="button" class="use-address" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="nr">49</td>
|
||||
<td>Some Street 2</td>
|
||||
<td>Lancaster</td>
|
||||
<td>L0 0XX</td>
|
||||
<td>United Kingdom</td>
|
||||
<td>
|
||||
<button type="button" class="use-address" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user