Browse Source

件名:[kitagata_support:17373] Re: [kitagata_support:17371] Re: [kitagata_support:17370] Re: [kitagata_support:17369] Re: [kitagata_support:17344] 【畑中】HP更新依頼(町医療ひっ迫警戒宣言)

KuniakiTakenaka 2 years ago
parent
commit
91ad250ad6
2 changed files with 28 additions and 3 deletions
  1. 20
    2
      index.html
  2. 8
    1
      second/Notices.html

+ 20
- 2
index.html View File

@@ -243,12 +243,22 @@
243 243
 
244 244
       <div class="newInfoTopic">
245 245
 
246
+                <div class="newInfoTopicWrap">
247
+                  <div class="newInfoTopicWrap__date">
248
+                    <span>2022.12.02</span>
249
+                  </div>
250
+                  <div class="newInfoTopicWrap__text">
251
+                    <a href="third/Coronavirus/Coronavirus_221202_1.pdf" target="_blank">「医療ひっ迫警戒宣言」はこちら</a>
252
+                  </div>
253
+                </div>
254
+
255
+
246 256
         <div class="newInfoTopicWrap">
247 257
           <div class="newInfoTopicWrap__date">
248 258
             <span>2022.12.02</span>
249 259
           </div>
250 260
           <div class="newInfoTopicWrap__text">
251
-            <a href="fourth/notices/333_20221202.pdf">岐阜県医療ひっ迫警戒宣言が出されました</a>
261
+            <a href="fourth/notices/333_20221202.pdf" target="_blank">岐阜県医療ひっ迫警戒宣言が出されました</a>
252 262
           </div>
253 263
         </div>
254 264
 
@@ -3359,10 +3369,18 @@
3359 3369
           <!--記事一覧 新着情報-->
3360 3370
           <div id="article_new" style="overflow:hidden; overflow-y:scroll;height: 181px;">
3361 3371
 
3372
+                        <span class="block_line">
3373
+                          <span class="block_line_date2">2022.12.02</span>
3374
+                          <span class="block_line_char2">
3375
+                            <a href="third/Coronavirus/Coronavirus_221202_1.pdf" target="_blank">「医療ひっ迫警戒宣言」はこちら</a>
3376
+                          </span>
3377
+                        </span>
3378
+
3379
+
3362 3380
             <span class="block_line">
3363 3381
               <span class="block_line_date2">2022.12.02</span>
3364 3382
               <span class="block_line_char2">
3365
-                <a href="fourth/notices/333_20221202.pdf">岐阜県医療ひっ迫警戒宣言が出されました</a>
3383
+                <a href="fourth/notices/333_20221202.pdf" target="_blank">岐阜県医療ひっ迫警戒宣言が出されました</a>
3366 3384
               </span>
3367 3385
             </span>
3368 3386
 

+ 8
- 1
second/Notices.html View File

@@ -193,10 +193,17 @@
193 193
 
194 194
           <span id="template_article_block">
195 195
 
196
+                        <div class="list_notices">
197
+                          <span class="list_notices_date">2022.12.02</span>
198
+                          <span class="list_notices_text">
199
+                            <a href="../third/Coronavirus/Coronavirus_221202_1.pdf" target="_blank">「医療ひっ迫警戒宣言」はこちら</a>
200
+                          </span>
201
+                        </div>
202
+
196 203
             <div class="list_notices">
197 204
               <span class="list_notices_date">2022.12.02</span>
198 205
               <span class="list_notices_text">
199
-                <a href="../fourth/notices/333_20221202.pdf">岐阜県医療ひっ迫警戒宣言が出されました</a>
206
+                <a href="../fourth/notices/333_20221202.pdf" target="_blank">岐阜県医療ひっ迫警戒宣言が出されました</a>
200 207
               </span>
201 208
             </div>
202 209
 

Loading…
Cancel
Save