site location
This commit is contained in:
parent
f891b0288b
commit
15bec5967e
|
@ -8,6 +8,11 @@ a {
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
.object-map {
|
||||
float: right !important;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,13 @@
|
|||
<h3>{{ title .Name }}</h3>
|
||||
<p>{{ .Type_ }}</p>
|
||||
|
||||
<div class="object-map">
|
||||
<div id="map" style="width: 300px; height: 300px"></div>
|
||||
<!-- <img class="site-map" src="$suburi/sitemap/$site.id" width="300" /> -->
|
||||
</div>
|
||||
{{initMap}}
|
||||
{{ addSite .Id }}
|
||||
|
||||
<nav>
|
||||
<div class="nav nav-tabs" id="nav-tab" role="tablist">
|
||||
{{ $active := " active"}}
|
||||
|
|
Loading…
Reference in New Issue