add cityCoords
params for city chnaged add 'center city' in settings
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
script.
|
||||
function chglang(x) {
|
||||
// localStorage.setItem('curlang', x.slice(-2))
|
||||
// location.href = x
|
||||
// history.pushState({}, '', '/')
|
||||
}
|
||||
|
||||
header
|
||||
#hline1
|
||||
#h1name #{t("NoiseMeasurement")}
|
||||
@@ -73,6 +66,9 @@ block content
|
||||
span(aria-hidden="true") ×
|
||||
.modal-body.settings
|
||||
.rows
|
||||
.comlumn#ccity
|
||||
label.thelabels(for='city') #{t("CenterMap")}:
|
||||
input.theInputs#centercity(name="centercity")
|
||||
.column#stday
|
||||
label.thelabels(for='startday') #{t("StartDate")}:
|
||||
input.theInputs#startday(name='startday' )
|
||||
|
||||
Reference in New Issue
Block a user