公司是拿來當工作日誌用...
所以有分預定計劃,實際執行及Deadline
而event type當沒沒這麼巧的有這幾樣
不過可自定event type
作法
1.連結內容
=== 預定計劃 ===
*2010-5-3 - 2010-5-4 teegle
=== 實際執行 ===
*2010-5-3
=== Deadline ===
*2010-5-4
2.增加event type
到events.css增加與引用名稱相同的class名
path: [dokuwiki資料夾]/lib/plugins/gcalendar/user/events.css
/* 就是自己增加css的class */
.預定計劃
{
color:grey; //改字型色彩
}
.實際執行
{
background-image:url(images/gear.gif); //自行定義圖示
}
.Deadline
{
color:red;
bold:true;
background-image:url(images/deadline.gif); //自行定義圖示
}
3.上傳圖片
就看自己寫到哪就傳到哪個資料夾囉
預設位置是[dokuwiki資料夾]/lib/plugins/gcalendar/user/images
結果如下
嗯 圖示的大小為15*16...
圖有點過大 不過效果還不錯...
Reference:dokuwiki - gcalendar
沒有留言:
張貼留言