Merge branch 'develop' of https://git.ccalm.org/igor/org.ccalm.main into develop
This commit is contained in:
@ -1915,7 +1915,7 @@ map.on('singleclick', function(evt){ //map.on('click', function(evt){
|
||||
'<span style="white-space: nowrap;"><b>' + trt('Creator') + '</b>: ' + feature.userName + '</span><br>' +
|
||||
'<span style="white-space: nowrap;"><b>' + trt('Radius') + '</b>: ' + feature.userRadius + 'm.</span><br>' +
|
||||
'<span style="white-space: nowrap;"><b>' + trt('Want_air_temperature') + '</b>: ' + feature.userTemperature_air + '°C</span><br>' +
|
||||
'<span style="white-space: nowrap;"><b>' + trt('Want_soil_temperature') + '</b>: ' + feature.userTemperature_air + '°C</span>';
|
||||
'<span style="white-space: nowrap;"><b>' + trt('Want_soil_temperature') + '</b>: ' + feature.userTemperature_soil + '°C</span>';
|
||||
content.innerHTML += '<table style="width: 100%;border-spacing: 2px; border-collapse: separate;"><tr><td><button class="main" style="width: 100%;" onclick="g_density_larval.callData('+feature.userID+');">'+trt('Hopper_density')+'</button></td><td><button class="main" style="width: 100%;" onclick="g_density_imago.callData('+feature.userID+');">'+trt('Adult_density')+'</button></td></tr></table>';
|
||||
overlay.setPosition(coordinates);
|
||||
}else{
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Select the file with CSV to upload and parsing.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="./AcceptJSON" method="post" enctype="multipart/form-data">
|
||||
Select CSV UTF-8 file to upload and export:
|
||||
<input type="file" name="file" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload" name="submit">
|
||||
</form>
|
||||
<br><br>
|
||||
|
||||
${PreviewTable}
|
||||
|
||||
<!--br><br><br>
|
||||
<textarea style="width: 1000px;height: 1000px;">${PreviewGEOJSON}</textarea>
|
||||
<br><br><br>
|
||||
<textarea style="width: 1400px;height: 1000px;">${PreviewSQL}</textarea-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user