Browse Source

[kitagata_support:13685] Re: HP更新依頼(商品券再販売)

KuniakiTakenaka 3 years ago
parent
commit
cfbfbd123f
4 changed files with 212 additions and 7 deletions
  1. 2
    3
      index.html
  2. 6
    4
      second/Coronavirus.html
  3. 7
    0
      second/Notices.html
  4. 197
    0
      third/notices/298_20210924.html

+ 2
- 3
index.html View File

@@ -293,9 +293,9 @@
293 293
             </span>
294 294
 
295 295
             <span class="block_line">
296
-              <span class="block_line_date2">2021.09.24</span>
296
+              <span class="block_line_date2">2021.09.28</span>
297 297
               <span class="block_line_char2">
298
-                <a href="third/notices/298_20210924.pdf" target="_blank">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</a>
298
+                <a href="third/notices/298_20210924.html">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</a>
299 299
               </span>
300 300
             </span>
301 301
 
@@ -313,7 +313,6 @@
313 313
               </span>
314 314
             </span>
315 315
 
316
-
317 316
             <span class="block_line">
318 317
               <span class="block_line_date2">2021.09.10</span>
319 318
               <span class="block_line_char2">

+ 6
- 4
second/Coronavirus.html View File

@@ -456,13 +456,15 @@
456 456
         <article id="template_list_title">
457 457
           <div id="template_title2" class="gothic">
458 458
             <div id="template_title_block">
459
-              <span id="template_title2"><a href="../third/notices/298_20210924.pdf" target="_blank">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</a></span>
459
+              <span id="template_title2">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</span>
460 460
             </div>
461 461
           </div>
462
+          <span id="template_article_block">
463
+            北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方については<a href="../third/notices/298_20210924.html">>こちら</a>をご確認ください。<br>
464
+            <br>
465
+          </span>
462 466
         </article>
463 467
 
464
-        <br>
465
-
466 468
         <article id="template_list_title">
467 469
           <div id="template_title2" class="gothic">
468 470
             <div id="template_title_block">
@@ -998,4 +1000,4 @@
998 1000
     width="1" />
999 1001
 </body>
1000 1002
 
1001
-</html>
1003
+</html>

+ 7
- 0
second/Notices.html View File

@@ -154,6 +154,13 @@
154 154
               </span>
155 155
             </div>
156 156
 
157
+            <div class="list_notices">
158
+              <span class="list_notices_date">2021.09.28</span>
159
+              <span class="list_notices_text">
160
+                <a href="../third/notices/298_20210924.html">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</a>
161
+              </span>
162
+            </div>
163
+
157 164
             <div class="list_notices">
158 165
               <span class="list_notices_date">2021.09.22</span>
159 166
               <span class="list_notices_text">

+ 197
- 0
third/notices/298_20210924.html View File

@@ -0,0 +1,197 @@
1
+<!doctype html>
2
+<html lang="ja">
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
+    <link rel="stylesheet" href="../../css/pageview.css">
14
+    <meta name="google-translate-customization" content="45643f5d79d6e245-283971e7754d7b90-g905c6e6b6867bf2f-2f">
15
+    </meta>
16
+    <script src="../../js/operation.js"></script>
17
+</head>
18
+
19
+<body id="back">
20
+    <div id="main" class="gothic">
21
+        <!--セクション 操作-->
22
+        <section id="operation">
23
+            <!--セクション 住所-->
24
+            <article id="address">
25
+                <address id="operation_add">
26
+                    <span>北方町役場</span><span> 〒501-0492</span><span> 岐阜県本巣郡北方町長谷川1丁目1番地</span><span>
27
+                        TEL:058-323-1111(代)</span>
28
+                </address>
29
+            </article>
30
+            <div id="controle_panel">
31
+                <!--セクション 背景色-->
32
+                <article id="bgcolor">
33
+                    <img src="../../css/img/013.png" alt="背景色変更ボックス" />
34
+                    <div id="bgcolor_img">
35
+                        <input id="button1" width="29px" height="28px" value=" " alt=" " type="image"
36
+                            onClick="setBackground3(1)">
37
+                        <input id="button2" width="29px" height="28px" value=" " alt=" " type="image"
38
+                            onClick="setBackground3(2)">
39
+                        <input id="button3" width="29px" height="28px" value=" " alt=" " type="image"
40
+                            onClick="setBackground3(3)">
41
+                    </div>
42
+                    <script>
43
+                        getBackgNumber3();
44
+                    </script>
45
+                </article>
46
+
47
+                <!--セクション 文字サイズ-->
48
+                <!--<article id="charsize" >
49
+      <img src="../../css/img/008.png" alt="文字サイズ変更ボックス" />
50
+      <div id="charsize_img">
51
+      <img src="../../css/img/005.png" alt="文字大きさ変更、小さい" />
52
+      <img src="../../css/img/006.png" alt="文字大きさ変更、中間" />
53
+      <img src="../../css/img/007.png" alt="文字大きさ変更、大きい" />
54
+      </div>
55
+      </article>-->
56
+
57
+                <!--セクション サイトマップ-->
58
+                <article id="sitemap">
59
+                    <div id="sitemap_img">
60
+                        <a href="../../second/sitemap.html"><img src="../../css/img/kitagata_sitemap.png"
61
+                                alt="サイトマップ" /></a>
62
+                    </div>
63
+                </article>
64
+                <!--セクション お問い合わせ-->
65
+                <article id="contact">
66
+                    <div id="contact_img">
67
+                        <a href="../../third/town_admini_info/administrative_organization_chart.html"><img
68
+                                src="../../css/img/kitagata_support.png" alt="お問い合わせはこちらから" /></a>
69
+                    </div>
70
+                </article>
71
+                <!--セクション 翻訳-->
72
+                <article id="translation">
73
+                    <div id="translation_img">
74
+                        <!--<img src="../../css/img/kitagata_Language.png" alt="翻訳" />-->
75
+                        <div id="google_translate_element"></div>
76
+                        <script type="text/javascript">
77
+                            function googleTranslateElementInit() {
78
+                                new google.translate.TranslateElement({
79
+                                    pageLanguage: 'ja',
80
+                                    layout: google.translate.TranslateElement.InlineLayout.SIMPLE
81
+                                }, 'google_translate_element');
82
+                            }
83
+                        </script>
84
+                        <script type="text/javascript"
85
+                            src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
86
+                    </div>
87
+                </article>
88
+                <div id="claer">
89
+                </div>
90
+            </div>
91
+        </section>
92
+
93
+        <!--ヘッダーデータ-->
94
+        <header>
95
+            <div id="header" class="gothic">
96
+                <a href="../../index.html"><img src="../../css/img/header_emblem.png" width="200px"
97
+                        height="260px" /></a>
98
+                <div id="h_block_1">
99
+                    <div class="h_line">
100
+                    </div>
101
+                    <article class="h_text_l">
102
+                        <a class="h_link" href="../../second/living.html"><span class="h_text">くらしの情報</span></a>
103
+                    </article>
104
+                    <article class="h_text_l">
105
+                        <a class="h_link" href="../../second/tourism.html"><span class="h_text">観光</span></a>
106
+                    </article>
107
+                    <article class="h_text_l">
108
+                        <a class="h_link" href="../../second/business.html"><span class="h_text">事業者向け情報</span></a>
109
+                    </article>
110
+                    <article class="h_text_l">
111
+                        <a class="h_link" href="../../second/town_admini_info.html"><span class="h_text">町政情報</span></a>
112
+                    </article>
113
+                </div>
114
+                <div id="h_block_search">
115
+                    <div class="h_line"></div>
116
+                    <article class="h_search">
117
+                        <div class="space10"></div>
118
+                        <form action="http://www.google.com/search">
119
+                            <input type="hidden" name="hl" value="ja" />
120
+                            <input type="hidden" name="ie" value="UTF-8">
121
+                            <input type="hidden" name="oe" value="UTF-8">
122
+                            <input type="hidden" value="www.town.kitagata.gifu.jp" name="as_sitesearch" />
123
+                            <input type="text" name="q" size="16" maxlength="256" value="" />
124
+                            <input type="submit" name="btnG" value="検索" />
125
+                        </form>
126
+                    </article>
127
+                </div>
128
+            </div>
129
+        </header>
130
+
131
+        <div id="third_body">
132
+            <!--セクション template-->
133
+            <section id="template">
134
+                <article id="breadcrumb2">
135
+                    <div id="breadcrumb_title2">
136
+                        <div id="breadcrumb_title_block2">
137
+                            <span id="breadcrumb_title"><a href="../../index.html">トップ</a>><a
138
+                                    href="../../second/Notices.html">お知らせ</a>>北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ
139
+                        </div>
140
+                </article>
141
+                <article id="template">
142
+                    <div id="template_title" class="gothic">
143
+                        <div id="template_title_block">
144
+                            <span id="template_title">北方町プレミアム商品券2021 購入引換券を紛失・破棄してしまった世帯の方へ</span>
145
+                        </div>
146
+                    </div>
147
+                    <span id="template_article_block">
148
+                        購入引換券を紛失または破棄してしまい、当初販売期間内(8 月 10 日~9 月 24 日)にご購入いただけなかった世帯を対象として、プレミアム商品券の再販売を行います。<br />
149
+                        <br />
150
+                        <table id="infokitagata" width="100%" cellspacing="0" cellpadding="0" border="0">
151
+                            <tr>
152
+                                <td width="25%" valign="top" style="text-align: right;">再 販 期 間 : </td>
153
+                                <td>10 月 11 日(月)〜10 月 29 日(金)(土日を除く)<br>
154
+                                    午前 8 時30分〜午後 5 時 15 分<br></td>
155
+                            </tr>
156
+                            <tr>
157
+                                <td valign="top" style="text-align: right;">販 売 場 所 : </td>
158
+                                <td>役場 2 階 政策財政課<br></td>
159
+                            </tr>
160
+                            <tr>
161
+                                <td valign="top" style="text-align: right;">持 ち 物 : </td>
162
+                                <td>
163
+                                    <ul style="list-style-type: disc; margin: 0px;padding: 0px; padding-left: 20px;">
164
+                                        <li>
165
+                                            購入代金(お釣りがないようにお持ちください)
166
+                                        </li>
167
+                                        <li>
168
+                                            世帯主の本人確認書類
169
+                                        </li>
170
+                                        <li>
171
+                                            来訪者の本人確認書類(来訪者が世帯主以外の場合。購入時に世帯主との関係も申し出てください。)
172
+                                        </li>
173
+                                    </ul>
174
+                                    <br>
175
+                                </td>
176
+                            </tr>
177
+                        </table>
178
+                    </span>
179
+                </article>
180
+
181
+            </section>
182
+        </div>
183
+
184
+        <footer>
185
+            <img src="../../css/img/kitagatafooter.png" width="920px" height="80px" alt="北方町" /><br />
186
+            <p class="footer_text"><a href="../../second/Copyright_and_link.html">リンクと著作権</a>|<a
187
+                    href="../../second/Privacy_policy.html">個人情報保護指針</a>|<a
188
+                    href="../../second/Barrier_free_policy.html">バリアフリーポリシー</a></p>
189
+        </footer>
190
+
191
+
192
+    </div>
193
+    <img class="cgipageview" src="http://www.town.kitagata.gifu.jp/cgi-bin/pcount/pcount.cgi?092_20151210" height="1"
194
+        width="1" />
195
+</body>
196
+
197
+</html>

Loading…
Cancel
Save