mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-12-14 09:03:43 +01:00
* include/javascript/calendar.js, include/javascript/jquery.colorpicker.js: fixed end of sentences with lost semicolons, the Eclipse IDE warned me some this bugs. * include/javascript/jquery.timeentry.js, include/help/en/help_wmiquery.php, include/help/en/help_tcp_send.php, include/help/en/help_web_checks.php, include/help/es/help_date_format.php, include/help/es/help_tcp_send.php, include/help/es/help_agent_status.php, include/help/es/help_eventview.php, include/help/es/help_configure_gis_map.php, include/help/es/help_web_checks.php, include/help/es/help_plugin_definition.php, include/help/es/help_alert_macros.php, include/help/ja/help_wmiquery.php, include/help/ja/help_date_format.php, include/help/ja/help_alert-matches.php, include/help/ja/help_tcp_send.php, include/help/ja/help_agent_status.php, include/help/ja/help_eventview.php, include/help/ja/help_configure_gis_map.php, include/help/ja/help_map_builder.php, include/help/ja/help_web_checks.php, include/help/ja/help_plugin_definition.php, include/help/ja/help_alert_macros.php, include/help/ja/help_gis_setup_map_connection.php: cleaned html and fixed unclose html tags in source code, the Eclipse IDE warned me some this bugs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3363 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* @package Include/help/ja
|
|
*/
|
|
?>
|
|
<h1>イベント一覧</h1>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>承諾</h3>
|
|
<img src="../images/tick.png" title="承諾済" alt="承諾済" width="10" height="10"> - 承諾済<br>
|
|
<img src="../images/tick_off.png" title="未承諾" alt="未承諾" width="10" height="10"> - 未承諾
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>重要度</h3>
|
|
<img src="../images/status_sets/default/severity_maintenance.png" title="メンテナンス" alt="メンテナンス"> - メンテナンス<br>
|
|
<img src="../images/status_sets/default/severity_informational.png" title="情報" alt="情報"> - 情報<br>
|
|
<img src="../images/status_sets/default/severity_normal.png" title="正常" alt="正常"> - 正常<br>
|
|
<img src="../images/status_sets/default/severity_warning.png" title="警告" alt="警告"> - 警告<br>
|
|
<img src="../images/status_sets/default/severity_critical.png" title="障害" alt="障害"> - 障害<br>
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>アクション</h3>
|
|
<img src="../images/ok.png" title="承諾する" alt="承諾する"> - 承諾する<br>
|
|
<img src="../images/cross.png" title="削除する" alt="削除する"> - 削除する<br>
|
|
<img src="../images/page_lightning.png" title="インシデントを作成する" alt="インシデントを作成する"> - インシデントを作成する
|
|
</div>
|
|
|
|
<div style="clear: both;"> </div>
|