diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index f551fc9f..8d4b9c00 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -346,6 +346,12 @@ var site_url = 'http://192.155.224.195:8080/guide-use.php/travelguide/guide/?static_html_url='; $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); return true; + } + //德语站点跳转测试页面 + function goto_gmtest_page() { + var site_url = 'http://gm.test/gm.php/information/detail/?static_html_url='; + $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); + return true; } function goto_test_page_pgr() { var site_url = 'http://192.155.250.125:8011/guide.php/travelguide/guide/?static_html_url='; @@ -576,6 +582,9 @@ ic_sitecode == 'cht') {?> + + ic_sitecode == 'gm') {?> +