From 257dd469cf811c01a83605f2a5cb29c2a42c112c Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 17 Jun 2001 12:45:49 +0000 Subject: [PATCH] JA calendar help. Thanks to Yoshihiru Kamimura. --- calendar/help/JA/add.php | 45 ++++++++++++++++++++++++ calendar/help/JA/calendar.php | 60 ++++++++++++++++++++++++++++++++ calendar/help/JA/edit_delete.php | 27 ++++++++++++++ calendar/help/JA/view.php | 33 ++++++++++++++++++ 4 files changed, 165 insertions(+) create mode 100755 calendar/help/JA/add.php create mode 100755 calendar/help/JA/calendar.php create mode 100755 calendar/help/JA/edit_delete.php create mode 100755 calendar/help/JA/view.php diff --git a/calendar/help/JA/add.php b/calendar/help/JA/add.php new file mode 100755 index 0000000000..5b49394ee7 --- /dev/null +++ b/calendar/help/JA/add.php @@ -0,0 +1,45 @@ + 'manual' + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../../header.inc.php'); + $font = $phpgw_info['theme']['font']; +?> + +

+日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。
+

+common->phpgw_footer(); ?> diff --git a/calendar/help/JA/calendar.php b/calendar/help/JA/calendar.php new file mode 100755 index 0000000000..abef6ce078 --- /dev/null +++ b/calendar/help/JA/calendar.php @@ -0,0 +1,60 @@ + 'manual' + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../../header.inc.php'); + $font = $phpgw_info['theme']['font']; +?> + +

+日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。
+左上にあるアイコンをクリックすると、今日(時間単位)、今週および今月の予定を表示することができます。
+

+common->phpgw_footer(); ?> diff --git a/calendar/help/JA/edit_delete.php b/calendar/help/JA/edit_delete.php new file mode 100755 index 0000000000..f9f4ae2dc3 --- /dev/null +++ b/calendar/help/JA/edit_delete.php @@ -0,0 +1,27 @@ + 'manual' + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../../header.inc.php'); +?> + +

+日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。
+

+common->phpgw_footer(); ?> diff --git a/calendar/help/JA/view.php b/calendar/help/JA/view.php new file mode 100755 index 0000000000..ab88a65bee --- /dev/null +++ b/calendar/help/JA/view.php @@ -0,0 +1,33 @@ + 'manual' + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../../header.inc.php'); +?> + +

+日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。
+左上にあるアイコンをクリックすると、今日(時間単位)、今週および今月の予定を表示することができます。
+

+common->phpgw_footer(); ?>