diff --git a/twmap_gen/VERSION b/twmap_gen/VERSION index 95e82b4..8c50098 100644 --- a/twmap_gen/VERSION +++ b/twmap_gen/VERSION @@ -1 +1 @@ -3.03 +3.1 diff --git a/twmap_gen/pages/about.html b/twmap_gen/pages/about.html index a7874b6..142cf3a 100644 --- a/twmap_gen/pages/about.html +++ b/twmap_gen/pages/about.html @@ -31,6 +31,7 @@ 建議或討論

更新紀錄

 
+2023/07/02 地圖產生器 v3.10 老花救星加上4x6,3x4,2x3格式輸出。修正list的排序等。
 2023/06/13 地圖瀏覽器 v4.35 移除評價功能,修正下載範圍內圖資
 2023/06/07 地圖產生器 v3.03 出圖狀態改用beanstalkd架構順更新jquery前端lib
 2023/05/30 地圖產生器 v3.02 移除經建一版出圖
diff --git a/twmap_gen/pages/list.html b/twmap_gen/pages/list.html
index 99d9742..340d95f 100644
--- a/twmap_gen/pages/list.html
+++ b/twmap_gen/pages/list.html
@@ -34,35 +34,6 @@
 var ps = {$ps};
 var info = "{$psinfo}";
 $(document).ready(function(){
-	/*
-	var dt = $("#mapTable").dataTable( {
-	"bFilter": false,
-		"bInfo": false,
-		"bJQueryUI": false,
-			"iDisplayLength": 10,
-			"bProcessing": true,
-			"bServerSide":  true,
-		 	"bStateSave": true, // 記住狀態
-			"sAjaxSource": "list.php",
-			"sPaginationType": "full",
-			"aLengthMenu": [[10,20,30,-1],[10,20,30,"all"]],
-			"sDom": '<"top"pl>rt<"bottom"p>',
-			"bScrollCollapse": true,
-			"bAutoWidth": false,
-			"aoColumns": [
-			{ "sTitle": "序號" , "bSortable": false , "sWidth": "40px"},
-			{ "sTitle": "mid"  },
-			{ "sTitle": "日期", "sWidth": "100px" },
-			{ "sTitle": "標題" ,"sWidth": "220px"},
-			{ "sTitle": "X" },
-			{ "sTitle": "Y" },
-			{ "sTitle": "格", "sWidth": "20px" },
-			//{ "sTitle": "張" , "sWidth": "30px"},
-			{ "sTitle": "版", "sWidth": "10px"},
-			{ "sTitle": "空間" },
-			{ "sTitle": "操作" , "bSortable": false }
-			]});
-		*/
 		var dt = $("#mapTable").DataTable( {
 			ajax: {
 				url: 'list.php?ajax=1'
@@ -75,10 +46,7 @@
 			"columnDefs": [
     		{ "searchable": false, "targets": [0,1,6,7,8,9] },
 			{ "orderable": false, "targets": 9 }
-  ]
-
-
-
+ 			 ]
 		});
 	$(window).resize(function() {
 	//	  console.log("resized");
@@ -89,10 +57,11 @@
 	});
 	var progressbar = $( "#progressbar" );
 	progressbar.progressbar({ value: ps });
+	// 須配合上面 dataTables dom option
 	progressbar.appendTo(".top");
 	// label
 	progressbar.children().css("background","lightgreen");
-	// progress bar
+	// progress bar, -20px 是把綠色色塊搬到正確位置。
 	progressbar.children().eq(1).css('position','relative').css('top','-20px');
 	$( ".progressLabel" ).text(info).css("background","").css("background-color", "transparent").css('z-index',"100");
 	// $.fn.DataTable.ext.pager.numbers_length = 5;
diff --git a/twmap_gen/pages/show_ok.html b/twmap_gen/pages/show_ok.html
index 508c00c..842e794 100644
--- a/twmap_gen/pages/show_ok.html
+++ b/twmap_gen/pages/show_ok.html
@@ -1,27 +1,23 @@
 
-	
-			
+
  • 標題: {$map.title} {if $map.keepon_id && $map.keepon_id != 'NULL' && !is_numeric($map.keepon_id)}
  • 紀錄: {/if} -
  • 本頁連結 (張貼參考請使用下列 URL): -
    • {$links.page} -
    • share to facebook
      -
    - {if $html_head == 1} - -
  • 分享 - - - - - - -
    - - - {/if} +
  • 點選下列連結分享: + {$links.page} + +
    + + + + + + +
    + +
  • 本圖左上角座標 X={$map.locX},Y={$map.locY}
  • 延伸 東方 {$map.shiftX} 與 南方 {$map.shiftY} 公里
  • @@ -81,7 +77,7 @@ {/if}
+ {if isset($links.pdf) } {else} @@ -90,6 +86,7 @@
+