Browse Source

HTMLのタグ整理

kenta 6 years ago
parent
commit
efaba4eb56
1 changed files with 168 additions and 158 deletions
  1. 168
    158
      third/town_admini_info/Building_etc.html

+ 168
- 158
third/town_admini_info/Building_etc.html View File

@@ -1,44 +1,46 @@
1 1
 <!doctype html>
2 2
 <html lang="ja">
3
-	<head>
4
-		<meta charset="utf-8">
5
-		<title>北方町ホームページ</title>
6
-		<link rel="stylesheet" href="../../css/base.css">
7
-		<link rel="stylesheet" href="../../css/second_header.css">
8
-		<link rel="stylesheet" href="../../css/footer.css">
9
-		<link rel="stylesheet" href="../../css/section.css">
10
-		<link rel="stylesheet" href="../../css/third_template.css" >
11
-		<link rel="stylesheet" href="../../css/table.css" >
12
-<script src="../../js/operation.js"></script>
13
-<meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f"></meta>
3
+
4
+<head>
5
+  <meta charset="utf-8">
6
+  <title>北方町ホームページ</title>
7
+  <link rel="stylesheet" href="../../css/base.css">
8
+  <link rel="stylesheet" href="../../css/second_header.css">
9
+  <link rel="stylesheet" href="../../css/footer.css">
10
+  <link rel="stylesheet" href="../../css/section.css">
11
+  <link rel="stylesheet" href="../../css/third_template.css">
12
+  <link rel="stylesheet" href="../../css/table.css">
13
+  <script src="../../js/operation.js"></script>
14
+  <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
15
+  </meta>
14 16
 </head>
15 17
 
16 18
 <body id="back">
17
-<div id="main" class="gothic">
18
-<!--セクション 操作-->
19
-<section id="operation" >
20
-<!--セクション 住所-->
21
-<article id="address" >
22
-<address id="operation_add">
23
-<span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
24
-</address>
25
-</article>
26
-<div id="controle_panel">
27
-<!--セクション 背景色-->
28
-<article id="bgcolor" >
29
-<img src="../../css/img/013.png" alt="背景色変更ボックス" />
30
-<div id="bgcolor_img">
31
-<input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(1)">
32
-<input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
33
-<input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
34
-</div>
35
-<script>
36
-getBackgNumber3();
37
-</script>
38
-</article>
19
+  <div id="main" class="gothic">
20
+    <!--セクション 操作-->
21
+    <section id="operation">
22
+      <!--セクション 住所-->
23
+      <article id="address">
24
+        <address id="operation_add">
25
+          <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span> TEL:058-323-1111(代)</span>
26
+        </address>
27
+      </article>
28
+      <div id="controle_panel">
29
+        <!--セクション 背景色-->
30
+        <article id="bgcolor">
31
+          <img src="../../css/img/013.png" alt="背景色変更ボックス" />
32
+          <div id="bgcolor_img">
33
+            <input id="button1" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(1)">
34
+            <input id="button2" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(2)">
35
+            <input id="button3" width="29px" height="28px" value=" " alt=" " type="image" onClick="setBackground3(3)">
36
+          </div>
37
+          <script>
38
+            getBackgNumber3();
39
+          </script>
40
+        </article>
39 41
 
40
-<!--セクション 文字サイズ-->
41
-<!--<article id="charsize" >
42
+        <!--セクション 文字サイズ-->
43
+        <!--<article id="charsize" >
42 44
 <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
43 45
 <div id="charsize_img">
44 46
 <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
@@ -47,135 +49,143 @@ getBackgNumber3();
47 49
 </div>
48 50
 </article>-->
49 51
 
50
-<!--セクション サイトマップ-->
51
-<article id="sitemap" >
52
- <div id="sitemap_img">
53
-<a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
54
- </div>
55
-</article>
56
-<!--セクション お問い合わせ-->
57
-<article id="contact" >
58
- <div id="contact_img">
59
-<a href="../../third/town_admini_info/administrative_organization_chart.html"><img src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
60
- </div>
61
-</article>
62
-<!--セクション 翻訳-->
63
-<article id="translation" >
64
-<div id="translation_img">
65
-<!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
66
-<div id="google_translate_element"></div>
67
-<script type="text/javascript">
68
-function googleTranslateElementInit() {
69
-new google.translate.TranslateElement({pageLanguage: 'ja', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
70
-}
71
-</script>
72
-<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
73
-</div>
74
-</article>
75
-<div id="claer">
76
-</div>
77
-</div>
78
-</section>
79
-			<!--ヘッダーデータ-->
80
-			<header>
81
-				<div id="header" class="gothic">
82
-					<a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px"/></a>
83
-					<div id="h_block_1">
84
-						<div class="h_line">
85
-						</div>
86
-						<article class="h_text_l">
87
-							<a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
88
-						</article>
89
-						<article class="h_text_l">
90
-							<a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
91
-						</article>
92
-						<article class="h_text_l">
93
-							<a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
94
-						</article>
95
-						<article class="h_text_l">
96
-							<a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
97
-						</article>
98
-					</div>
99
-					<div id="h_block_search">
100
-						<div class="h_line"></div>
101
-						<article class="h_search">
102
-			                    	<div class="space10"></div>
103
-			                    	<form action="http://www.google.com/search">
104
-				                        <input type="hidden" name="hl" value="ja" />
105
-				                        <input type="hidden" name="ie" value="UTF-8">
106
-				                        <input type="hidden" name="oe" value="UTF-8">
107
-				                        <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
108
-				                        <input type="text" name="q" size="16" maxlength="256" value="" />
109
-				                        <input type="submit" name="btnG" value="検索" />
110
-			                        </form>
111
-						</article>
112
-					</div>
113
-				</div>
114
-			</header>
52
+        <!--セクション サイトマップ-->
53
+        <article id="sitemap">
54
+          <div id="sitemap_img">
55
+            <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png" alt="サイトマップ" /></a>
56
+          </div>
57
+        </article>
58
+        <!--セクション お問い合わせ-->
59
+        <article id="contact">
60
+          <div id="contact_img">
61
+            <a href="../../third/town_admini_info/administrative_organization_chart.html"><img src="../../css/img/kitagata_support.png"
62
+                alt="お問い合わせはこちらから" /></a>
63
+          </div>
64
+        </article>
65
+        <!--セクション 翻訳-->
66
+        <article id="translation">
67
+          <div id="translation_img">
68
+            <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
69
+            <div id="google_translate_element"></div>
70
+            <script type="text/javascript">
71
+              function googleTranslateElementInit() {
72
+                new google.translate.TranslateElement({
73
+                  pageLanguage: 'ja',
74
+                  layout: google.translate.TranslateElement.InlineLayout.SIMPLE
75
+                }, 'google_translate_element');
76
+              }
77
+            </script>
78
+            <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
79
+          </div>
80
+        </article>
81
+        <div id="claer">
82
+        </div>
83
+      </div>
84
+    </section>
85
+    <!--ヘッダーデータ-->
86
+    <header>
87
+      <div id="header" class="gothic">
88
+        <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px" height="260px" /></a>
89
+        <div id="h_block_1">
90
+          <div class="h_line">
91
+          </div>
92
+          <article class="h_text_l">
93
+            <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
94
+          </article>
95
+          <article class="h_text_l">
96
+            <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
97
+          </article>
98
+          <article class="h_text_l">
99
+            <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
100
+          </article>
101
+          <article class="h_text_l">
102
+            <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
103
+          </article>
104
+        </div>
105
+        <div id="h_block_search">
106
+          <div class="h_line"></div>
107
+          <article class="h_search">
108
+            <div class="space10"></div>
109
+            <form action="http://www.google.com/search">
110
+              <input type="hidden" name="hl" value="ja" />
111
+              <input type="hidden" name="ie" value="UTF-8">
112
+              <input type="hidden" name="oe" value="UTF-8">
113
+              <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
114
+              <input type="text" name="q" size="16" maxlength="256" value="" />
115
+              <input type="submit" name="btnG" value="検索" />
116
+            </form>
117
+          </article>
118
+        </div>
119
+      </div>
120
+    </header>
121
+
122
+    <div id="third_body">
123
+      <!--セクション space-->
115 124
 
116
-			<div id="third_body">
117
-				<!--セクション space-->
125
+      <!--セクション template-->
126
+      <section id="template">
127
+        <article id="breadcrumb">
128
+          <div id="breadcrumb_title">
129
+            <div id="breadcrumb_title_block">
130
+              <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a href="../../second/town_admini_info.html">町政情報</a>>その他の公共施設</span>
131
+            </div>
132
+          </div>
133
+        </article>
134
+        <article id="template">
135
+          <div id="template_title" class="gothic">
136
+            <div id="template_title_block">
137
+              <span id="template_title">その他の公共施設</span>
138
+            </div>
139
+          </div>
140
+        </article>
118 141
 
119
-				<!--セクション template-->
120
-				<section id="template" >
121
-					<article id="breadcrumb" >
122
-						<div id="breadcrumb_title">
123
-							<div id="breadcrumb_title_block">
124
-								<span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a href="../../second/town_admini_info.html">町政情報</a>>その他の公共施設</span>
125
-							</div>
126
-						</div>
127
-					</article>
128
-					<article id="template" >
129
-						<div id="template_title" class="gothic">
130
-							<div id="template_title_block">
131
-								<span id="template_title">その他の公共施設</span>
132
-							</div>
133
-						</div>
134
-					</article>
142
+        <!-- 小見出しから内容までのひとまとまりここから-->
143
+        <article id="template_list_title">
135 144
 
136
-                    <!-- 小見出しから内容までのひとまとまりここから-->
137
-					<article id="template_list_title" >
145
+          <span id="template_article_block">
146
+            <!-- コピペここから-->
147
+            <ul>
148
+              <li id="access"><a href="../../fourth/living/Northern_north_childrens_museum.html">北方きた子ども館</a></li>
149
+              <li id="access"><a href="../../fourth/living/Northern_south_childrens_museum.html">北方みなみ子ども館</a></li>
150
+              <li id="access"><a href="../../fourth/living/Kitagata_Welfare_Center_for_the_Aged.html">北方町老人福祉センター</a></li>
151
+              <li id="access"><a href="../../fourth/living/Kitagata_Designers_service_center.html">北方町デイサービスセンター円苑(まどかえん)</a></li>
152
+              <li id="access"><a href="../../fourth/living/Kitagata_Home_helper_station.html">北方町ホームヘルパーステーション(北方町デイサービスセンター円苑内)</a></li>
153
+              <!--<li id="access"><a href="../../fourth/living/Kitagata_Commissioned_care_support_center.html">北方町居宅介護支援センター(在宅介護支援センター)</a></li>>-->
154
+              <li id="access"><a href="../../fourth/living/Kitagata_Support_center.html">北方町いきいき支援センターまどか</a></li>
155
+              <li id="access"><a href="../../third/building_etc/Koureisha_fureai.html">北方町高齢者ふれあい健康センター</a></li>
156
+              <li id="access"><a href="../../fourth/living/Kitagata_Community_activity_support_center.html">地域活動支援センター「もちの木」</a></li>
157
+              <li id="access"><a href="../../third/building_etc/Hoken.html">北方町保健センター</a></li>
158
+              <li id="access"><a href="../../third/building_etc/Chiikihoukatsu.html">北方町地域包括支援センター</a></li>
159
+              <li id="access"><a href="http://www.town.kitagata.gifu.jp/kirari/" target="_blank">北方町生涯学習センター「きらり」</a></li>
160
+              <li id="access"><a href="../../third/building_etc/Community_Center.html">北方町コミュニティセンター</a></li>
161
+              <li id="access"><a href="../../third/building_etc/Library.html">北方町立図書館</a></li>
162
+              <li id="access"><a href="../../third/building_etc/Gym.html">北方町総合体育館(他社会体育施設)</a></li>
163
+              <li id="access"><a href="../../third/building_etc/Seishonen_home.html">北方町広域勤労青少年ホーム</a></li>
164
+              <li id="access"><a href="../../third/building_etc/Fujin_home.html">北方町広域働く婦人の家・宮東ふれあいセンター</a></li>
165
+              <li id="access"><a href="../../third/building_etc/Ecopark.html">北方町リサイクルセンター(エコパークきたがた)</a></li>
166
+              <li id="access"><a href="../../third/building_etc/Water_center.html">北方町ふれあい水センター</a></li>
167
+              <li id="access"><a href="../../third/building_etc/Kyushoku.html">北方町給食調理場</a></li>
168
+              <li id="access"><a href="http://www.emachi-kitagata.jp/">e街きたがた(北方町商工会、ショッピングモール)</a></li>
169
+            </ul>
170
+            <!-- コピペここまで-->
171
+          </span>
172
+        </article>
138 173
 
139
-						<span id="template_article_block">
140
-							<!-- コピペここから-->
141
-							<ul>
142
-                            	<li id="access"><a href="../../fourth/living/Northern_north_childrens_museum.html">北方きた子ども館</a></li>
143
-                            	<li id="access"><a href="../../fourth/living/Northern_south_childrens_museum.html">北方みなみ子ども館</a></li>
144
-                                <li id="access"><a href="../../fourth/living/Kitagata_Welfare_Center_for_the_Aged.html">北方町老人福祉センター</a></li>
145
-                                <li id="access"><a href="../../fourth/living/Kitagata_Designers_service_center.html">北方町デイサービスセンター円苑(まどかえん)</a></li>
146
-                                <li id="access"><a href="../../fourth/living/Kitagata_Home_helper_station.html">北方町ホームヘルパーステーション(北方町デイサービスセンター円苑内)</a></li>
147
-                                <!--<li id="access"><a href="../../fourth/living/Kitagata_Commissioned_care_support_center.html">北方町居宅介護支援センター(在宅介護支援センター)</a></li>>-->
148
-                                <li id="access"><a href="../../fourth/living/Kitagata_Support_center.html">北方町いきいき支援センターまどか</a></li>
149
-                                <li id="access"><a href="../../third/building_etc/Koureisha_fureai.html">北方町高齢者ふれあい健康センター</a></li>
150
-                                <li id="access"><a href="../../fourth/living/Kitagata_Community_activity_support_center.html">地域活動支援センター「もちの木」</a></li>
151
-                                <li id="access"><a href="../../third/building_etc/Hoken.html">北方町保健センター</a></li>
152
-                                <li id="access"><a href="../../third/building_etc/Chiikihoukatsu.html">北方町地域包括支援センター</a></li>
153
-                                <li id="access"><a href="http://www.town.kitagata.gifu.jp/kirari/" target="_blank">北方町生涯学習センター「きらり」</a></li>
154
-                                <li id="access"><a href="../../third/building_etc/Community_Center.html">北方町コミュニティセンター</a></li>
155
-                                <li id="access"><a href="../../third/building_etc/Library.html">北方町立図書館</a></li>
156
-                                <li id="access"><a href="../../third/building_etc/Gym.html">北方町総合体育館(他社会体育施設)</a></li>
157
-                                <li id="access"><a href="../../third/building_etc/Seishonen_home.html">北方町広域勤労青少年ホーム</a></li>
158
-                                <li id="access"><a href="../../third/building_etc/Fujin_home.html">北方町広域働く婦人の家・宮東ふれあいセンター</a></li>
159
-                                <li id="access"><a href="../../third/building_etc/Ecopark.html">北方町リサイクルセンター(エコパークきたがた)</a></li>
160
-                                <li id="access"><a href="../../third/building_etc/Water_center.html">北方町ふれあい水センター</a></li>
161
-                                <li id="access"><a href="../../third/building_etc/Kyushoku.html">北方町給食調理場</a></li>
162
-                                <li id="access"><a href="http://www.emachi-kitagata.jp/">e街きたがた(北方町商工会、ショッピングモール)</a></li>
163
-                            </ul>
164
-							<!-- コピペここまで-->
165
-						</span>
166
-					</article>
174
+        <!-- ひとまとまりここまで-->
167 175
 
168
-                    <!-- ひとまとまりここまで-->
176
+      </section>
177
+    </div>
169 178
 
170
-				</section>
171
-			</div>
179
+    <footer>
180
+      <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" /><br />
181
+      <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
182
+          href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
183
+    </footer>
172 184
 
173
-						<footer>
174
-				<img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町"/><br />
175
-                <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
176
-			</footer>
177 185
 
186
+  </div>
187
+  <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Building_etc" height="1"
188
+    width="1" />
189
+</body>
178 190
 
179
-		</div>
180
-	<img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?Building_etc" height="1" width="1" /></body>
181
-</html>
191
+</html>

Loading…
Cancel
Save