最新の情報を見るために、常に再読込(更新)を行ってください。
[% var alertString = '' %]
[% if (category_status.bigAlert != '' && info != '') { %]
[% alertString = '大津波警報'; %]
[% } else if (category_status.alert != '' && info != '') { %]
[% alertString = '津波警報'; %]
[% } else if (category_status.watch != '' && info != '') { %]
[% alertString = '津波注意報'; %]
[% } %]
[% var shareString = '津波情報 - Infoseekニュース'; %]
[% if (alertString != '') { %]
[% shareString = '【津波情報】気象庁より' + alertString + 'が発表されています( ' + info.report_time.year + '年' + info.report_time.month + '月' + info.report_time.day + '日' + info.report_time.hour + '時' + info.report_time.minutes + '分発表 )'; %]
[% } %]
[% if (category_status.bigAlert != '' && info != '') { %]
| 大津波警報 |
[% for (var i = 0; i < info.area_info.length; i++ ) { %]
[% if (info.area_info[i].categoryName == "大津波警報" && info.area_info[i].areaName != "") { %]
| [%= info.area_info[i].areaName %] |
予想到達時間 |
[% if (info.area_info[i].firstHeight == "") { %]
---
[% } else if (info.area_info[i].firstHeight.condition != "") { %]
[%= info.area_info[i].firstHeight.condition %]
[% } else { %]
[%= info.area_info[i].firstHeight.year + '年' + info.area_info[i].firstHeight.month + '月' + info.area_info[i].firstHeight.day + '日' + info.area_info[i].firstHeight.hour+ '時' + info.area_info[i].firstHeight.minutes + '分' %]
[% } %] |
| 予想される津波の高さ |
[% if (info.area_info[i].maxHeight == "") { %]
---
[% } else { %]
[%= info.area_info[i].maxHeight %]
[% } %]
|
[% } %]
[% } %]
[% } %]
[% if (category_status.alert != '' && info != '') { %]
| 津波警報 |
[% for (var i = 0; i < info.area_info.length; i++ ) { %]
[% if (info.area_info[i].categoryName == "津波警報" && info.area_info[i].areaName != "") { %]
| [%= info.area_info[i].areaName %] |
予想到達時間 |
[% if (info.area_info[i].firstHeight == "") { %]
---
[% } else if (info.area_info[i].firstHeight.condition != "") { %]
[%= info.area_info[i].firstHeight.condition %]
[% } else { %]
[%= info.area_info[i].firstHeight.year + '年' + info.area_info[i].firstHeight.month + '月' + info.area_info[i].firstHeight.day + '日' + info.area_info[i].firstHeight.hour+ '時' + info.area_info[i].firstHeight.minutes + '分' %]
[% } %] |
| 予想される津波の高さ |
[% if (info.area_info[i].maxHeight == "") { %]
---
[% } else { %]
[%= info.area_info[i].maxHeight %]
[% } %]
|
[% } %]
[% } %]
[% } %]
[% if (category_status.watch != '' && info != '') { %]
| 津波注意報 |
[% for (var i = 0; i < info.area_info.length; i++ ) { %]
[% if (info.area_info[i].categoryName == "津波注意報" && info.area_info[i].areaName != "") { %]
| [%= info.area_info[i].areaName %] |
予想到達時間 |
[% if (info.area_info[i].firstHeight == "") { %]
---
[% } else if (info.area_info[i].firstHeight.condition != "") { %]
[%= info.area_info[i].firstHeight.condition %]
[% } else { %]
[%= info.area_info[i].firstHeight.year + '年' + info.area_info[i].firstHeight.month + '月' + info.area_info[i].firstHeight.day + '日' + info.area_info[i].firstHeight.hour+ '時' + info.area_info[i].firstHeight.minutes + '分' %]
[% } %]
|
| 予想される津波の高さ |
[% if (info.area_info[i].maxHeight == "") { %]
---
[% } else { %]
[%= info.area_info[i].maxHeight %]
[% } %]
|
[% } %]
[% } %]
[% } %]
[% if (info == '' || (category_status.bigAlert == '' && category_status.alert == '' && category_status.watch == '')) { %]
[% } else { %]
[%= info.comment %]
[% } %]