Revision 3450
Added by ben leinfelder over 17 years ago
lib/style/skins/sanparks/spatial/pma.html | ||
---|---|---|
5 | 5 |
<head> |
6 | 6 |
<title>Metacat Spatial Option Demo</title> |
7 | 7 |
|
8 |
<link rel="stylesheet" href="/style.css" type="text/css"/> |
|
9 | 8 |
<link rel="stylesheet" href="./html.css" type="text/css"/> |
10 | 9 |
|
11 | 10 |
<link href="../sanparks.css" type="text/css" rel="stylesheet"/> |
... | ... | |
65 | 64 |
<tr> |
66 | 65 |
|
67 | 66 |
<td> |
67 |
<div id="mainMapPane" style="background-color:white;" /> |
|
68 |
<div id="loading"> |
|
69 |
<p> Loading Map |
|
70 |
<img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/> |
|
71 |
</p> |
|
72 |
</div> |
|
73 |
|
|
74 |
</td> |
|
75 |
|
|
76 |
<td> |
|
68 | 77 |
|
69 | 78 |
<table border="0"> |
70 | 79 |
<tr> <td id="locatorMap" style="display:none"/> </tr> |
... | ... | |
75 | 84 |
|
76 | 85 |
</td> |
77 | 86 |
|
78 |
<td colspan="1"> |
|
79 |
<div id="mainMapPane" style="background-color:white;" /> |
|
80 |
<div id="loading"> |
|
81 |
<p> Loading Map |
|
82 |
<img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/> |
|
83 |
</p> |
|
84 |
</div> |
|
85 |
|
|
86 |
</td> |
|
87 |
|
|
88 |
<!-- --> |
|
89 | 87 |
</tr> |
90 |
<tr align="left"> |
|
91 |
<!-- --> |
|
92 |
|
|
93 |
</tr> |
|
94 | 88 |
|
95 | 89 |
</table> |
96 | 90 |
</td> |
Also available in: Unified diff
rearrange map controls to right side of image.
remove extraneous style.css ref