From b8309b7c04be2800ba3c3bf7cc28670f0ce29b13 Mon Sep 17 00:00:00 2001 From: wayne Date: Wed, 18 Jan 2023 17:25:21 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E5=8A=A0=E4=B8=8Aline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ themes/vr/web/library/page_footer.html | 7 +++++-- themes/vr/web/library/page_header.html | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c2a20a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/images/ +/temp/* diff --git a/themes/vr/web/library/page_footer.html b/themes/vr/web/library/page_footer.html index 1cc2adf..2076b5c 100755 --- a/themes/vr/web/library/page_footer.html +++ b/themes/vr/web/library/page_footer.html @@ -45,9 +45,12 @@ - +{if $web.facebook} - +{/if} +{if $web.line} + +{/if}
{$web.ename} © ALL RIGHTS RESERVED.
diff --git a/themes/vr/web/library/page_header.html b/themes/vr/web/library/page_header.html index cb3aae5..0fea3e9 100755 --- a/themes/vr/web/library/page_header.html +++ b/themes/vr/web/library/page_header.html @@ -37,9 +37,14 @@
+{if $web.line} + +{/if} +{if $web.facebook} +{/if}
來電訂房 / BOOKING From 15378c8fa3416de1da7aaec332b3b81573966853 Mon Sep 17 00:00:00 2001 From: wayne Date: Wed, 18 Jan 2023 18:51:26 +0800 Subject: [PATCH 2/9] thmbnb --- .gitignore | 2 ++ data/config.php | 50 ------------------------------------ sitemap.xml | 44 +++++++++---------------------- themes/vr/portal/portal.html | 2 +- 4 files changed, 15 insertions(+), 83 deletions(-) delete mode 100755 data/config.php diff --git a/.gitignore b/.gitignore index 1c2a20a..104c9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /images/ /temp/* +data/config.php + diff --git a/data/config.php b/data/config.php deleted file mode 100755 index b5f3a90..0000000 --- a/data/config.php +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/sitemap.xml b/sitemap.xml index 7d66f9c..1ae4b7e 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -8,82 +8,62 @@ - https://www.yilanbnb.com.tw/ + https://www.thmbnb.com.tw/ - https://www.yilanbnb.com.tw/tribe.html + https://www.thmbnb.com.tw/mtswe.html - https://www.yilanbnb.com.tw/soshi.html + https://www.thmbnb.com.tw/mana.html - https://www.yilanbnb.com.tw/dream.html + https://www.thmbnb.com.tw/skld.html - https://www.yilanbnb.com.tw/gitucafe.html + https://www.thmbnb.com.tw/daxieasyhotel.html - https://www.yilanbnb.com.tw/riverside.html + https://www.thmbnb.com.tw/xianglu.html - https://www.yilanbnb.com.tw/yilanvilla.html + https://www.thmbnb.com.tw/5plus2farm.html - http://www.yilanbnb.com.tw/mood.html + https://www.thmbnb.com.tw/uplushouse.html - https://www.yilanbnb.com.tw/minyu.html + https://www.thmbnb.com.tw/chuenmingbub.html - https://www.yilanbnb.com.tw/fstreet.html + https://www.thmbnb.com.tw/yihuayoujing.html - http://www.yilanbnb.com.tw/fish.html + https://www.thmbnb.com.tw/breeze.html - http://www.yilanbnb.com.tw/familiarity.html - - - - - http://www.yilanbnb.com.tw/suiyuanju.html - - - - - http://www.yilanbnb.com.tw/wujiang.html - - - - - http://www.yilanbnb.com.tw/kahuwan.html - - - - - http://www.yilanbnb.com.tw/jingzidi.html + https://www.thmbnb.com.tw/royalcastle.html \ No newline at end of file diff --git a/themes/vr/portal/portal.html b/themes/vr/portal/portal.html index f869c88..36f5d58 100755 --- a/themes/vr/portal/portal.html +++ b/themes/vr/portal/portal.html @@ -12,7 +12,7 @@ - + From 5757aa6dc1913c05ba10ae7a331b750161d35d37 Mon Sep 17 00:00:00 2001 From: wayne Date: Wed, 18 Jan 2023 19:19:12 +0800 Subject: [PATCH 3/9] hualien --- index.html | 39 ++++++++++++++++++++++++ sitemap.xml | 42 ++++---------------------- themes/vr/portal/portal.html | 2 +- themes/vr/web/library/page_footer.html | 7 ++--- themes/vr/web/library/page_header.html | 5 --- themes/vr/web/web.html | 6 ++-- 6 files changed, 51 insertions(+), 50 deletions(-) create mode 100755 index.html diff --git a/index.html b/index.html new file mode 100755 index 0000000..86aeca2 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + 恭喜,站点创建成功! + + + +
+

恭喜, 站点创建成功!

+

这是默认index.html,本页面由系统自动生成

+
    +
  • 本页面在FTP根目录下的index.html
  • +
  • 您可以修改、删除或覆盖本页面
  • +
  • FTP相关信息,请到“面板系统后台 > FTP” 查看
  • +
+
+ + \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 1ae4b7e..7a69c20 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -8,62 +8,32 @@ - https://www.thmbnb.com.tw/ + https://www.hualienbnb.com.tw/ - https://www.thmbnb.com.tw/mtswe.html + https://www.hualienbnb.com.tw/bohemia.html - https://www.thmbnb.com.tw/mana.html + https://www.hualienbnb.com.tw/midouzi.html - https://www.thmbnb.com.tw/skld.html + https://www.hualienbnb.com.tw/treelake.html - https://www.thmbnb.com.tw/daxieasyhotel.html + https://www.hualienbnb.com.tw/cthouse.html - https://www.thmbnb.com.tw/xianglu.html - - - - - https://www.thmbnb.com.tw/5plus2farm.html - - - - - https://www.thmbnb.com.tw/uplushouse.html - - - - - https://www.thmbnb.com.tw/chuenmingbub.html - - - - - https://www.thmbnb.com.tw/yihuayoujing.html - - - - - https://www.thmbnb.com.tw/breeze.html - - - - - https://www.thmbnb.com.tw/royalcastle.html + https://www.hualienbnb.com.tw/yuemay.html \ No newline at end of file diff --git a/themes/vr/portal/portal.html b/themes/vr/portal/portal.html index 36f5d58..f1ff3d5 100755 --- a/themes/vr/portal/portal.html +++ b/themes/vr/portal/portal.html @@ -12,7 +12,7 @@ - + diff --git a/themes/vr/web/library/page_footer.html b/themes/vr/web/library/page_footer.html index 2076b5c..1cc2adf 100755 --- a/themes/vr/web/library/page_footer.html +++ b/themes/vr/web/library/page_footer.html @@ -45,12 +45,9 @@ -{if $web.facebook} + -{/if} -{if $web.line} - -{/if} +
{$web.ename} © ALL RIGHTS RESERVED.
diff --git a/themes/vr/web/library/page_header.html b/themes/vr/web/library/page_header.html index 0fea3e9..cb3aae5 100755 --- a/themes/vr/web/library/page_header.html +++ b/themes/vr/web/library/page_header.html @@ -37,14 +37,9 @@
-{if $web.line} - -{/if} -{if $web.facebook} -{/if}
來電訂房 / BOOKING diff --git a/themes/vr/web/web.html b/themes/vr/web/web.html index 1fd8f7b..db10add 100755 --- a/themes/vr/web/web.html +++ b/themes/vr/web/web.html @@ -73,9 +73,9 @@ diff --git a/themes/vr/web/library/page_header.html b/themes/vr/web/library/page_header.html index cb3aae5..39e1129 100755 --- a/themes/vr/web/library/page_header.html +++ b/themes/vr/web/library/page_header.html @@ -37,9 +37,14 @@
來電訂房 / BOOKING diff --git a/themes/vr/web/web.html b/themes/vr/web/web.html index db10add..9e02cfd 100755 --- a/themes/vr/web/web.html +++ b/themes/vr/web/web.html @@ -73,9 +73,9 @@