「飲食店検索」の版間の差分
提供: 川西図鑑
その他の操作
編集の要約なし |
編集の要約なし |
||
| 362行目: | 362行目: | ||
el.value = value; | el.value = value; | ||
} | } | ||
}); | |||
const clearBtn = document.querySelector('.clear-btn'); | const clearBtn = document.querySelector('.clear-btn'); | ||
const form | const form = document.getElementById('searchForm'); | ||
clearBtn.addEventListener('click', function () { | clearBtn.addEventListener('click', function () { | ||
| 392行目: | 371行目: | ||
form.reset(); | form.reset(); | ||
}); | }); | ||
// URLパラメータ取得 | |||
const area = params.get("station"); | |||
const category = params.get("genre"); | |||
const count = document.getElementById("#count"); | |||
// タイトル生成 | |||
let title = "川西市でおすすめのグルメ情報をご紹介! | 川西図鑑"; | |||
if (area) { | |||
area = "の" + area; | |||
} else { | |||
area = ""; | |||
} | |||
if (category) { | |||
category = "の" + category; | |||
} else { | |||
category = ""; | |||
} | |||
if (count) { | |||
count = count + "件"; | |||
} else { | |||
count = ""; | |||
} | |||
// description生成 | |||
let desc = "「川西図鑑」では、兵庫県川西市${area}で人気${category}のお店を ${count}掲載中。営業時間、アクセス、写真、地図などの詳細情報をまとめています。ランチやディナー、テイクアウトなど条件で絞り込みができ、地元でおすすめのお店が見つかります。"; | |||
// タイトル更新 | |||
document.title = title; | |||
let meta = document.querySelector("meta[name='description']"); | |||
if (!meta) { | |||
meta = document.createElement("meta"); | |||
meta.name = "description"; | |||
document.head.appendChild(meta); | |||
} | |||
meta.content = desc; | |||
}); | }); | ||
</script> | </script> | ||
| 423行目: | 443行目: | ||
}} | }} | ||
<div> | <div> | ||
<strong>{{#urlget:station}}</strong>{{#if: {{#urlget:station}} |{{#if: {{#urlget:genre}} |の}}}}<strong>{{#urlget:genre}}</strong><strong style="float: right;">{{#var:hitCount}}件</strong> | <strong>{{#urlget:station}}</strong>{{#if: {{#urlget:station}} |{{#if: {{#urlget:genre}} |の}}}}<strong>{{#urlget:genre}}</strong><strong style="float: right;" id="count">{{#var:hitCount}}件</strong> | ||
</div> | </div> | ||
== 検索結果 == | == 検索結果 == | ||
2025年12月9日 (火) 14:36時点における版
検索条件
エラー: テーブル飲食店情報が見つかりません。
件
検索結果
エラー: テーブル飲食店情報が見つかりません。