| 1 |
<div class="wrap"> |
| 2 |
|
| 3 |
<h2><?php _e( 'Company Locations', 'erp' ); ?></h2> |
| 4 |
|
| 5 |
<table class="table table-details"> |
| 6 |
<tbody> |
| 7 |
<tr> |
| 8 |
<td class="name"><?php _e( 'Filing Address', 'erp' ); ?></td> |
| 9 |
<td class="value"> |
| 10 |
|
| 11 |
<address> |
| 12 |
2600 NW 36th St<br> |
| 13 |
|
| 14 |
75th Avenue<br> |
| 15 |
|
| 16 |
Miami, FL 33142 |
| 17 |
<br> |
| 18 |
<abbr title="Phone">P:</abbr> <span>305-591-7424</span><br> |
| 19 |
</address> |
| 20 |
|
| 21 |
</td> |
| 22 |
</tr> |
| 23 |
<tr> |
| 24 |
<td class="name"><?php _e( 'Mailing Address', 'erp' ); ?></td> |
| 25 |
<td class="value"> |
| 26 |
|
| 27 |
<address> |
| 28 |
2600 NW 36th St<br> |
| 29 |
|
| 30 |
75th Avenue<br> |
| 31 |
|
| 32 |
Miami, FL 33142 |
| 33 |
<br> |
| 34 |
<abbr title="Phone">P:</abbr> <span>305-591-7424</span><br> |
| 35 |
</address> |
| 36 |
|
| 37 |
</td> |
| 38 |
</tr> |
| 39 |
</tbody> |
| 40 |
</table> |
| 41 |
|
| 42 |
<h2><?php _e( 'All Company Locations', 'erp' ); ?></h2> |
| 43 |
|
| 44 |
<table class="table table-details"> |
| 45 |
<tbody> |
| 46 |
<tr> |
| 47 |
<td class="name">Location #1</td> |
| 48 |
<td class="value"> |
| 49 |
<address> |
| 50 |
2600 NW 36th St<br> |
| 51 |
|
| 52 |
75th Avenue<br> |
| 53 |
|
| 54 |
Miami, FL 33142 |
| 55 |
<br> |
| 56 |
<abbr title="Phone">P:</abbr> <span>305-591-7424</span> |
| 57 |
|
| 58 |
<br><abbr title="Fax">F:</abbr> <span>305-591-7424</span> |
| 59 |
|
| 60 |
</address> |
| 61 |
</td> |
| 62 |
</tr> |
| 63 |
</tbody> |
| 64 |
</table> |
| 65 |
|
| 66 |
</div> |
| 67 |
|