[geeklog-jp commit] r1344 - mycaljpプラグイン:バージョン2.0.6に更新します。

Back to archive index

codes****@googl***** codes****@googl*****
2009年 3月 28日 (土) 02:02:47 JST


Author: dengenxp
Date: Fri Mar 27 09:58:52 2009
New Revision: 1344

Added:
    trunk/plugins/mycaljp/public_html/templates/black/
    trunk/plugins/mycaljp/public_html/templates/black/README.txt    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black/calendar.thtml    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black/day.thtml   (contents,  
props changed)
    trunk/plugins/mycaljp/public_html/templates/black/header.thtml    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black/mycaljp.css    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black/searchblockintro.thtml    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black/searchresults.thtml    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black/week.thtml    
(contents, props changed)
    trunk/plugins/mycaljp/public_html/templates/black_multi_language/
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/README.txt    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/calendar.thtml    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/config.php    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/day.thtml    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/header.thtml    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/mycaljp.css    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchblockintro.thtml    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchresults.thtml    
(contents, props changed)
     
trunk/plugins/mycaljp/public_html/templates/black_multi_language/week.thtml    
(contents, props changed)
Modified:
    trunk/plugins/mycaljp/README_JP
    trunk/plugins/mycaljp/config.php
    trunk/plugins/mycaljp/history
    trunk/plugins/mycaljp/public_html/calsearch.php
    trunk/plugins/mycaljp/readme_jp.html

Log:
mycaljpプラグイン:バージョン2.0.6に更新します。
・Auge Bangさんが制作された、「mycaljp専用Black Theme」を同梱しました。
・Geeklog1.5以降で記事のイントロ表示した際に日付が現在の日付になってしまう問 
題を修正しました。

Modified: trunk/plugins/mycaljp/README_JP
==============================================================================
--- trunk/plugins/mycaljp/README_JP	(original)
+++ trunk/plugins/mycaljp/README_JP	Fri Mar 27 09:58:52 2009
@@ -1,4 +1,4 @@
-mycaljp2.0.0 から mycaljp2.0.5 (本バージョン)にアップデートする方法
+mycaljp2.0.0 から mycaljp2.0.6 (本バージョン)にアップデートする方法

  mycaljp2.0.0 にはプラグインバージョンが正常に更新されない問題がありますの 
で、
  以下の手順に従って、アップデートして下さい。

Modified: trunk/plugins/mycaljp/config.php
==============================================================================
--- trunk/plugins/mycaljp/config.php	(original)
+++ trunk/plugins/mycaljp/config.php	Fri Mar 27 09:58:52 2009
@@ -47,7 +47,7 @@

  // Plugin info

-$_MYCALJP2_CONF['pi_version'] = '2.0.5';  // Plugin Version
+$_MYCALJP2_CONF['pi_version'] = '2.0.6';  // Plugin Version
  $_MYCALJP2_CONF['gl_version'] = '1.4.1';  // GL Version plugin for
  $_MYCALJP2_CONF['pi_url']     = 'http://www.trybase.com/~dengen/log/';     
// Plugin Homepage


Modified: trunk/plugins/mycaljp/history
==============================================================================
--- trunk/plugins/mycaljp/history	(original)
+++ trunk/plugins/mycaljp/history	Fri Mar 27 09:58:52 2009
@@ -174,4 +174,15 @@
  * mycaljp plugin version  
2.0.4                                                  *
  * 2008.9.17 : Yoshinori Tahara as  
dengen                                        *
  * Calendarjpに対応し 
た.                                                        *
+*                                                                                
*
+* mycaljp plugin version  
2.0.5                                                  *
+* 2008.9.26 : Yoshinori Tahara as  
dengen                                        *
+* インクルード対策を実施し 
た.                                                  *
+*                                                                                
*
+* mycaljp plugin version  
2.0.6                                                  *
+* 2009.3.28 : Yoshinori Tahara as  
dengen                                        *
+* Auge Bangさんが制作された、「mycaljp専用Black Theme」を同梱し 
た.             *
+* (Augeさん、どうも有難うございま 
す!)                                           *
+* Geeklog1.5以降で記事のイントロ表示した際に日付が現在の日付になってしま 
う      *
+* 問題を修 
正.                                                                  *
   
*********************************************************************************/

Modified: trunk/plugins/mycaljp/public_html/calsearch.php
==============================================================================
--- trunk/plugins/mycaljp/public_html/calsearch.php	(original)
+++ trunk/plugins/mycaljp/public_html/calsearch.php	Fri Mar 27 09:58:52 2009
@@ -431,18 +431,38 @@
          }

          $msql = array();
-        $msql['mysql']="SELECT STRAIGHT_JOIN s.*, UNIX_TIMESTAMP(s.date)  
AS day, "
-                 . $userfields . ", t.topic, t.imageurl "
-                 . "FROM {$_TABLES['stories']} AS s, {$_TABLES['users']}  
AS u, "
-                 . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid) AND  
(s.tid = t.tid) AND "
-                 . $sql . "ORDER BY date DESC LIMIT $offset, $limit";

-        $msql['mssql']="SELECT STRAIGHT_JOIN s.sid, s.uid, s.draft_flag,  
s.tid, s.date, s.title, cast(s.introtext as text) as introtext,  
cast(s.bodytext as text) as bodytext, s.hits, s.numemails, s.comments,  
s.trackbacks, s.related, s.featured, s.show_topic_icon, s.commentcode,  
s.trackbackcode, s.statuscode, s.expire, s.postmode, s.frontpage,  
s.in_transit, s.owner_id, s.group_id, s.perm_owner, s.perm_group,  
s.perm_members, s.perm_anon, s.advanced_editor_mode, "
-                 . " UNIX_TIMESTAMP(s.date) AS day, "
-                 . $userfields . ", t.topic, t.imageurl "
-                 . "FROM {$_TABLES['stories']} AS s, {$_TABLES['users']}  
AS u, "
-                 . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid) AND  
(s.tid = t.tid) AND "
-                 . $sql . "ORDER BY date DESC LIMIT $offset, $limit";
+        if (floatval (VERSION) >= 1.5) { // 2009.03.23 - Supports v1.5 and  
upper version.
+
+            $msql['mysql']="SELECT STRAIGHT_JOIN s.*,  
UNIX_TIMESTAMP(s.date) AS unixdate, "
+                     . 'UNIX_TIMESTAMP(s.expire) as expireunix, '
+                     . $userfields . ", t.topic, t.imageurl "
+                     . "FROM {$_TABLES['stories']} AS s,  
{$_TABLES['users']} AS u, "
+                     . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid)  
AND (s.tid = t.tid) AND "
+                     . $sql . "ORDER BY featured DESC, date DESC LIMIT  
$offset, $limit";
+
+            $msql['mssql']="SELECT STRAIGHT_JOIN s.sid, s.uid,  
s.draft_flag, s.tid, s.date, s.title, cast(s.introtext as text) as  
introtext, cast(s.bodytext as text) as bodytext, s.hits, s.numemails,  
s.comments, s.trackbacks, s.related, s.featured, s.show_topic_icon,  
s.commentcode, s.trackbackcode, s.statuscode, s.expire, s.postmode,  
s.frontpage, s.in_transit, s.owner_id, s.group_id, s.perm_owner,  
s.perm_group, s.perm_members, s.perm_anon, s.advanced_editor_mode, "
+                     . " UNIX_TIMESTAMP(s.date) AS unixdate, "
+                     . 'UNIX_TIMESTAMP(s.expire) as expireunix, '
+                     . $userfields . ", t.topic, t.imageurl "
+                     . "FROM {$_TABLES['stories']} AS s,  
{$_TABLES['users']} AS u, "
+                     . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid)  
AND (s.tid = t.tid) AND "
+                     . $sql . "ORDER BY featured DESC, date DESC LIMIT  
$offset, $limit";
+        } else {
+
+            $msql['mysql']="SELECT STRAIGHT_JOIN s.*,  
UNIX_TIMESTAMP(s.date) AS day, "
+                     . $userfields . ", t.topic, t.imageurl "
+                     . "FROM {$_TABLES['stories']} AS s,  
{$_TABLES['users']} AS u, "
+                     . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid)  
AND (s.tid = t.tid) AND "
+                     . $sql . "ORDER BY date DESC LIMIT $offset, $limit";
+
+            $msql['mssql']="SELECT STRAIGHT_JOIN s.sid, s.uid,  
s.draft_flag, s.tid, s.date, s.title, cast(s.introtext as text) as  
introtext, cast(s.bodytext as text) as bodytext, s.hits, s.numemails,  
s.comments, s.trackbacks, s.related, s.featured, s.show_topic_icon,  
s.commentcode, s.trackbackcode, s.statuscode, s.expire, s.postmode,  
s.frontpage, s.in_transit, s.owner_id, s.group_id, s.perm_owner,  
s.perm_group, s.perm_members, s.perm_anon, s.advanced_editor_mode, "
+                     . " UNIX_TIMESTAMP(s.date) AS day, "
+                     . $userfields . ", t.topic, t.imageurl "
+                     . "FROM {$_TABLES['stories']} AS s,  
{$_TABLES['users']} AS u, "
+                     . "{$_TABLES['topics']} AS t WHERE (s.uid = u.uid)  
AND (s.tid = t.tid) AND "
+                     . $sql . "ORDER BY date DESC LIMIT $offset, $limit";
+        }

          $result = DB_query ($msql);


Added: trunk/plugins/mycaljp/public_html/templates/black/README.txt
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/README.txt	Fri Mar 27  
09:58:52 2009
@@ -0,0 +1,16 @@
+/*========================================================================================
+  タイトル: mycaljp専用Black Theme
+
+  著者     : Auge Bangrossa as Satoshi Nagata
+      GLTMatrix(http://gltmatrix.com/)
+
+  説明     : dengenさんが制作されたmycaljpのテーマ用テンプレートです。
+        黒背景のテーマにマッチするように制作しております。
+             http://www.trybase.com/~dengen/log/
+
+ 使用方法 :お使いのテーマに解凍して出来たmycaljpをアップロードします。
+       Mycaljp N/A でお使いのテーマを選び保存します。
+
+ 謝辞     : 配布にあたりプラグイン制作者のdengenさんに助言を頂きました。
+       この場をお借りして感謝と御礼申し上げます。
+==========================================================================================*/
\ No newline at end of file

Added: trunk/plugins/mycaljp/public_html/templates/black/calendar.thtml
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/calendar.thtml	Fri  
Mar 27 09:58:52 2009
@@ -0,0 +1,36 @@
+
+<!-- calendar.thtml -->
+
+<div id="mycaljp">
+  <p class="skip"><a href="#skipcalendar">{lang_skipcalendar}</a></p>
+  <table style="text-align:center" class="mycaljp2" summary="Site  
Calendar">
+    <tr class="title">
+      <td colspan="5" style="text-align:left;">
+        {title_1}&nbsp;{title_2}
+      </td>
+      <td colspan="1" onclick="loadHTMLFile('{testprevmonth}')"  
onmouseover="this.style.cursor='pointer';">
+        <div title="{lang_prevmonth}" >&#171;</div>
+      </td>
+      <td colspan="1" onclick="loadHTMLFile('{testnextmonth}')"  
onmouseover="this.style.cursor='pointer';">
+        <div title="{lang_nextmonth}" >&#187;</div>
+      </td>
+    </tr>
+    <tr>
+  {dayofweeks_title}
+    </tr>
+  {calendar_week}
+  </table>
+  <noscript>
+    <table class="mycaljp2" summary="Site Calendar noscript">
+      <tr class="title">
+        <td style="text-align:left;">
+          <a href="{prevmonth}" title="{lang_prevmonth}"  
class="prevmonth">&#171;</a>
+        </td>
+        <td style="text-align:right;">
+          <a href="{nextmonth}"  title="{lang_nextmonth}"  
class="nextmonth">&#187;</a>
+        </td>
+      </tr>
+    </table>
+  </noscript>
+  <p class="skip"><a name="skipcalendar" id="skipcalendar"> </a></p>
+</div>

Added: trunk/plugins/mycaljp/public_html/templates/black/day.thtml
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/day.thtml	Fri Mar 27  
09:58:52 2009
@@ -0,0 +1 @@
+    {daylink}

Added: trunk/plugins/mycaljp/public_html/templates/black/header.thtml
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/header.thtml	Fri Mar  
27 09:58:52 2009
@@ -0,0 +1 @@
+    <th class="{weekday_class}">{title_weekday}</th>

Added: trunk/plugins/mycaljp/public_html/templates/black/mycaljp.css
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/mycaljp.css	Fri Mar  
27 09:58:52 2009
@@ -0,0 +1,152 @@
+ @ charset "utf-8";
+
+/*-------------------------------------------
+  サイトカレンダ mycaljp プラグイン用スタイル
+---------------------------------------------*/
+
+/* カレンダ全体 */
+table.mycaljp2 {
+  margin: auto;
+  padding: 0;
+  border-collapse: collapse;
+  text-align: center;
+  width: 98%;
+}
+table.mycaljp2 a {
+  text-decoration: none;
+}
+
+/* 曜日(見出し) */
+table.mycaljp2 tr th {
+  margin: 0;
+  padding: 0;
+  border: 1px solid #ffffff;
+  background: #000000;
+  font-size: 0.8em;
+  font-weight: normal;
+  text-align: center;
+  width: 14%;
+  height: 1.5em;
+  line-height: 1.5em;
+}
+
+/* 日曜日(見出し) */
+table.mycaljp2 tr th.sunday {
+  color: #E50000;
+}
+
+/* 土曜日(見出し) */
+table.mycaljp2 tr th.saturday {
+  color: #ffffff;
+}
+
+/* カレンダ部分 */
+table.mycaljp2 tr td {
+  margin: 0;
+  padding: 0;
+  border: 1px solid #cccccc;
+  background-color: #333333;
+  font-size: 0.9em;
+  font-weight: normal;
+  text-align: center;
+  height: 1.5em;
+  line-height: 1.5em;
+}
+
+/* タイトル部分 */
+table.mycaljp2 tr.title td {
+  font-weight: bold;
+  background-color: transparent;
+  border: none;
+}
+
+/* 今年・今月へのリンク */
+table.mycaljp2 tr.title td a,
+table.mycaljp2 tr.title td a:link,
+table.mycaljp2 tr.title td a:visited {
+  color: #ffffff;
+}
+
+/* 先月・来月へのリンク */
+table.mycaljp2 tr.title td a.prevmonth,
+table.mycaljp2 tr.title td a.nextmonth {
+  font-weight: normal;
+  background: #ffffff;
+}
+
+/* 日付(イベント) */
+table.mycaljp2 tr td.Event {
+  background-color: #C6F4C8;
+}
+
+/* 日付(今日) */
+table.mycaljp2 tr td.Today {
+  background-color: #FFE986;
+}
+
+/* 今月以外の日 */
+table.mycaljp2 tr td.NotThisMonth {
+  background-color: #000000;
+}
+
+/* 日付(アクティブ) */
+table.mycaljp2 tr td.Active {
+  background-color: #999999;
+}
+
+/* 日付(記事) */
+table.mycaljp2 tr td.Story {
+  background-color: #666666;
+}
+
+/* 日付(今日&アクティブ) */
+table.mycaljp2 tr td.TodayActive {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 日付(今日&記事) */
+table.mycaljp2 tr td.TodayStory {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 日付(今日&予定日) */
+table.mycaljp2 tr td.TodayEvent {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 平日 */
+table.mycaljp2 tr td a,
+table.mycaljp2 tr td a:link,
+table.mycaljp2 tr td a:visited {
+  color: #000000;
+}
+
+/* 日曜日 */
+table.mycaljp2 tr td.sunday,
+table.mycaljp2 tr td.sunday a {
+  color: #E50000;
+}
+
+/* 土曜日 */
+table.mycaljp2 tr td.saturday,
+table.mycaljp2 tr td.saturday a {
+  color: #ffffff;
+}
+
+/* 日本の休日(祝日) */
+table.mycaljp2 tr td.holiday,
+table.mycaljp2 tr td.holiday a {
+  color: #E50000;
+}
+
+/* サイトカレンダのスキップ用スパン */
+div#mycaljp p.skip {
+  position: absolute;
+  left: -9999px;
+  margin: 0;
+  padding: 0;
+  line-height: 1;
+}

Added:  
trunk/plugins/mycaljp/public_html/templates/black/searchblockintro.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black/searchblockintro.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,5 @@
+
+<!-- searchblockintro.thtml -->
+{start_block_results}
+{stories_intro}
+{end_block}

Added: trunk/plugins/mycaljp/public_html/templates/black/searchresults.thtml
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/searchresults.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,7 @@
+
+<!-- searchresults.thtml -->
+<p><strong>{lang_headerofdate}{date_start}{lang_middleofdate}{date_end}{lang_footerofdate}</strong>  
[{refine_search}]</p>
+<p class="basic"> {lang_found} <b>{num_matches}</b>. ({search_time}  
{lang_seconds})</p>
+{search_blocks_intro}
+{search_blocks}
+{search_pager}

Added: trunk/plugins/mycaljp/public_html/templates/black/week.thtml
==============================================================================
--- (empty file)
+++ trunk/plugins/mycaljp/public_html/templates/black/week.thtml	Fri Mar 27  
09:58:52 2009
@@ -0,0 +1,3 @@
+  <tr class="day">
+{calendar_days}
+  </tr>

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/README.txt
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/README.txt	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,16 @@
+/*========================================================================================
+  タイトル: mycaljp専用Black Theme
+
+  著者     : Auge Bangrossa as Satoshi Nagata
+      GLTMatrix(http://gltmatrix.com/)
+
+  説明     : dengenさんが制作されたmycaljpのテーマ用テンプレートです。
+        黒背景のテーマにマッチするように制作しております。
+             http://www.trybase.com/~dengen/log/
+
+ 使用方法 :お使いのテーマに解凍して出来たmycaljpをアップロードします。
+       Mycaljp N/A でお使いのテーマを選び保存します。
+
+ 謝辞     : 配布にあたりプラグイン制作者のdengenさんに助言を頂きました。
+       この場をお借りして感謝と御礼申し上げます。
+==========================================================================================*/
\ No newline at end of file

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/calendar.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/calendar.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,36 @@
+
+<!-- calendar.thtml -->
+
+<div id="mycaljp">
+  <p class="skip"><a href="#skipcalendar">{lang_skipcalendar}</a></p>
+  <table style="text-align:center" class="mycaljp2" summary="Site  
Calendar">
+    <tr class="title">
+      <td colspan="5" style="text-align:left;">
+        {title_1}&nbsp;{title_2}
+      </td>
+      <td colspan="1" onclick="loadHTMLFile('{testprevmonth}')"  
onmouseover="this.style.cursor='pointer';">
+        <div title="{lang_prevmonth}" >&#171;</div>
+      </td>
+      <td colspan="1" onclick="loadHTMLFile('{testnextmonth}')"  
onmouseover="this.style.cursor='pointer';">
+        <div title="{lang_nextmonth}" >&#187;</div>
+      </td>
+    </tr>
+    <tr>
+  {dayofweeks_title}
+    </tr>
+  {calendar_week}
+  </table>
+  <noscript>
+    <table class="mycaljp2" summary="Site Calendar noscript">
+      <tr class="title">
+        <td style="text-align:left;">
+          <a href="{prevmonth}" title="{lang_prevmonth}"  
class="prevmonth">&#171;</a>
+        </td>
+        <td style="text-align:right;">
+          <a href="{nextmonth}"  title="{lang_nextmonth}"  
class="nextmonth">&#187;</a>
+        </td>
+      </tr>
+    </table>
+  </noscript>
+  <p class="skip"><a name="skipcalendar" id="skipcalendar"> </a></p>
+</div>

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/config.php
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/config.php	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,32 @@
+<?php
+// Configulation for Mycaljp
+
+switch ( COM_getLanguageId() ) {
+case 'ja': // Japanese
+    $_MYCALJP2_CONF['headertitleyear'] = 'Y年';
+    $_MYCALJP2_CONF['headertitlemonth'] = 'm月';
+    $_MYCALJP2_CONF['titleorder'] = true;
+    $_MYCALJP2_CONF['sunday']    = '日';
+    $_MYCALJP2_CONF['monday']    = '月';
+    $_MYCALJP2_CONF['tuesday']   = '火';
+    $_MYCALJP2_CONF['wednesday'] = '水';
+    $_MYCALJP2_CONF['thursday']  = '木';
+    $_MYCALJP2_CONF['friday']    = '金';
+    $_MYCALJP2_CONF['saturday']  = '土';
+    break;
+
+case 'en': // English
+    $_MYCALJP2_CONF['headertitleyear'] = 'Y';
+    $_MYCALJP2_CONF['headertitlemonth'] = 'F';
+    $_MYCALJP2_CONF['titleorder'] = false;
+    $_MYCALJP2_CONF['sunday']    = 'Su';
+    $_MYCALJP2_CONF['monday']    = 'M';
+    $_MYCALJP2_CONF['tuesday']   = 'Tu';
+    $_MYCALJP2_CONF['wednesday'] = 'W';
+    $_MYCALJP2_CONF['thursday']  = 'Th';
+    $_MYCALJP2_CONF['friday']    = 'F';
+    $_MYCALJP2_CONF['saturday']  = 'Sa';
+    break;
+}
+
+?>

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/day.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/day.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1 @@
+    {daylink}

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/header.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/header.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1 @@
+    <th class="{weekday_class}">{title_weekday}</th>

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/mycaljp.css
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/mycaljp.css	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,152 @@
+ @ charset "utf-8";
+
+/*-------------------------------------------
+  サイトカレンダ mycaljp プラグイン用スタイル
+---------------------------------------------*/
+
+/* カレンダ全体 */
+table.mycaljp2 {
+  margin: auto;
+  padding: 0;
+  border-collapse: collapse;
+  text-align: center;
+  width: 98%;
+}
+table.mycaljp2 a {
+  text-decoration: none;
+}
+
+/* 曜日(見出し) */
+table.mycaljp2 tr th {
+  margin: 0;
+  padding: 0;
+  border: 1px solid #ffffff;
+  background: #000000;
+  font-size: 0.8em;
+  font-weight: normal;
+  text-align: center;
+  width: 14%;
+  height: 1.5em;
+  line-height: 1.5em;
+}
+
+/* 日曜日(見出し) */
+table.mycaljp2 tr th.sunday {
+  color: #E50000;
+}
+
+/* 土曜日(見出し) */
+table.mycaljp2 tr th.saturday {
+  color: #ffffff;
+}
+
+/* カレンダ部分 */
+table.mycaljp2 tr td {
+  margin: 0;
+  padding: 0;
+  border: 1px solid #cccccc;
+  background-color: #333333;
+  font-size: 0.9em;
+  font-weight: normal;
+  text-align: center;
+  height: 1.5em;
+  line-height: 1.5em;
+}
+
+/* タイトル部分 */
+table.mycaljp2 tr.title td {
+  font-weight: bold;
+  background-color: transparent;
+  border: none;
+}
+
+/* 今年・今月へのリンク */
+table.mycaljp2 tr.title td a,
+table.mycaljp2 tr.title td a:link,
+table.mycaljp2 tr.title td a:visited {
+  color: #ffffff;
+}
+
+/* 先月・来月へのリンク */
+table.mycaljp2 tr.title td a.prevmonth,
+table.mycaljp2 tr.title td a.nextmonth {
+  font-weight: normal;
+  background: #ffffff;
+}
+
+/* 日付(イベント) */
+table.mycaljp2 tr td.Event {
+  background-color: #C6F4C8;
+}
+
+/* 日付(今日) */
+table.mycaljp2 tr td.Today {
+  background-color: #FFE986;
+}
+
+/* 今月以外の日 */
+table.mycaljp2 tr td.NotThisMonth {
+  background-color: #000000;
+}
+
+/* 日付(アクティブ) */
+table.mycaljp2 tr td.Active {
+  background-color: #999999;
+}
+
+/* 日付(記事) */
+table.mycaljp2 tr td.Story {
+  background-color: #666666;
+}
+
+/* 日付(今日&アクティブ) */
+table.mycaljp2 tr td.TodayActive {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 日付(今日&記事) */
+table.mycaljp2 tr td.TodayStory {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 日付(今日&予定日) */
+table.mycaljp2 tr td.TodayEvent {
+  background-color: #FFE986;
+  color: #112abb;
+}
+
+/* 平日 */
+table.mycaljp2 tr td a,
+table.mycaljp2 tr td a:link,
+table.mycaljp2 tr td a:visited {
+  color: #000000;
+}
+
+/* 日曜日 */
+table.mycaljp2 tr td.sunday,
+table.mycaljp2 tr td.sunday a {
+  color: #E50000;
+}
+
+/* 土曜日 */
+table.mycaljp2 tr td.saturday,
+table.mycaljp2 tr td.saturday a {
+  color: #ffffff;
+}
+
+/* 日本の休日(祝日) */
+table.mycaljp2 tr td.holiday,
+table.mycaljp2 tr td.holiday a {
+  color: #E50000;
+}
+
+/* サイトカレンダのスキップ用スパン */
+div#mycaljp p.skip {
+  position: absolute;
+  left: -9999px;
+  margin: 0;
+  padding: 0;
+  line-height: 1;
+}

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchblockintro.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchblockintro.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,5 @@
+
+<!-- searchblockintro.thtml -->
+{start_block_results}
+{stories_intro}
+{end_block}

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchresults.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/searchresults.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,7 @@
+
+<!-- searchresults.thtml -->
+<p><strong>{lang_headerofdate}{date_start}{lang_middleofdate}{date_end}{lang_footerofdate}</strong>  
[{refine_search}]</p>
+<p class="basic"> {lang_found} <b>{num_matches}</b>. ({search_time}  
{lang_seconds})</p>
+{search_blocks_intro}
+{search_blocks}
+{search_pager}

Added:  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/week.thtml
==============================================================================
--- (empty file)
+++  
trunk/plugins/mycaljp/public_html/templates/black_multi_language/week.thtml	 
Fri Mar 27 09:58:52 2009
@@ -0,0 +1,3 @@
+  <tr class="day">
+{calendar_days}
+  </tr>

Modified: trunk/plugins/mycaljp/readme_jp.html
==============================================================================
--- trunk/plugins/mycaljp/readme_jp.html	(original)
+++ trunk/plugins/mycaljp/readme_jp.html	Fri Mar 27 09:58:52 2009
@@ -118,10 +118,10 @@

  <h1><a name="_top">Geeklog Mycaljp プラグイン</a></h1>

-<h2>バージョン: 2.0.5</h2>
+<h2>バージョン: 2.0.6</h2>
  <h2>作成者: Yoshinori Tahara - dengen</h2>

-<h2>公開日:&nbsp;2008.9.26</h2>
+<h2>公開日:&nbsp;2009.3.28</h2>
  <h2>ライセンス:&nbsp;GPL</h2>
  <h2>概要:</h2>

@@ -414,6 +414,12 @@
        <th>バージョン</th>
        <th>公開日</th>
        <th>説明</th>
+    </tr>
+    <tr>
+      <td class="center">2.0.6</td>
+      <td class="center">2009.3.28</td>
+      <td><span class="new">追加</span>&nbsp;Auge Bangさんが制作された、「 
mycaljp専用Black Theme」を同梱しました。(Augeさん、どうも有難うございます!)  
<br>
+      <span class="fix">修正</span>&nbsp;Geeklog1.5以降で記事のイントロ表示 
した際に日付が現在の日付になってしまう問題を修正しました。</td>
      </tr>
      <tr>
        <td class="center">2.0.5</td>




Geeklogjp-changes メーリングリストの案内
Back to archive index