NiKKi /Doc /Macros /GanttTable

Top
Up
Contents
RecentChanges
Attachment
Backlinks
Print
Show Page
ViewSource
Login
User:38.103.63.18
(anonymous)
3314 hits since Wed Jun 5 06:10:42 2002
<GanttTable( 
 - startdate = 2001-09-10 
 - enddate = 2001-10-10 
 - datewidth = 30 
 - tableopt = width=100% border=1 cellpadding=0 cellspacing=0 
 - format = %(year)s-%(month)s-%(day)s 
 - nowrap = nowrap 
===== 
 - name = test1 
----- 
 - name = item1 
 - startdate = 2001-09-12 
 - startidx = 2 
 - endidx = 15 
 - 2001-09-20 = blah blah blah 
 - 5 = another blah 
 - 15 = end blah 
 - bgcolor = #6666CC 
 - 1 = START -1 
 - 2 = '''REAL START''' 
----- 
 - name = item2 
 - startdate = 2001-09-19 
 - endidx = 30 
 - 2001-09-31 = item2 blah 
 - 30 = end blah 
 - bgcolor = #BB6644 
 - 1 = '''ITEM2 START''' 
===== 
 - name = col2 
----- 
 - name = item3 
 - startdate = 2001-09-11 
 - endidx = 15 
 - 3 = 3rd day 
 - 10 = 10th day 
 - 15 = END 
 - 1 = start 
 ===== 
 - name = col3 
----- 
 - name = item4 
 - startdate = 2001-09-16 
 - endidx = 15 
 - 3 = 3rd day 
 - 10 = 10th day 
 - 15 = END 
 - 1 = start 
 - bgcolor=#CC8888 
)> 

  test1 col2 col3
2001-09-10 ?    
2001-09-11 ?   start  
2001-09-12 ? REAL START   
2001-09-13 ?   3rd day  
2001-09-14 ?    
2001-09-15 ? another blah   
2001-09-16 ?    start
2001-09-17 ?    
2001-09-18 ?    3rd day
2001-09-19 ?
  ITEM2 START
  
2001-09-20 ?
blah blah blah  
10th day  
2001-09-21 ?
  
  
2001-09-22 ?
  
  
2001-09-23 ?
  
  
2001-09-24 ?
  
  
2001-09-25 ?
end blah  
END 10th day
2001-09-26 ?    
2001-09-27 ?    
2001-09-28 ?    
2001-09-29 ?    
2001-09-30 ? item2 blah   END
2001-10-01 ?    
2001-10-02 ?    
2001-10-03 ?    
2001-10-04 ?    
2001-10-05 ?    
2001-10-06 ?    
2001-10-07 ?    
2001-10-08 ?    
2001-10-09 ?    
2001-10-10 ?    


Another Example
 
<GanttTable( 
 - startdate = 2001-09-05 
 - enddate = 2001-09-25 
 - format = [[log/%(year)s-%(month)s-%(day)s][%(month)s-%(day)s]] 
 - datewidth = 50 
 - tableopt = width=100% border=1 cellpadding=0 cellspacing=0 
 - nowrap = nowrap 
 - cellheight = 20 
===== 
 - name = P15a 
----- 
 - startdate = 2001-09-06 
 - startidx = 7 
 - endidx = 15 
 - 7 = arrive at P7 
 - 15 = Exp 
 - hilite = 15 
----- 
 - startdate = 2001-09-07 
 - startidx = 8 
 - endidx = 15 
 - bgcolor = #000000 
===== 
 - name = P22a 
----- 
 - startdate = 2001-09-06 
 - startidx = 7 
 - endidx = 22 
 - 7 = arrive at P7 
 - 22 = Exp 
 - hilite = 22 
----- 
 - startdate = 2001-09-07 
 - startidx = 8 
 - endidx = 22 
 - bgcolor = #000000 
===== 
 - name = P11a 
----- 
 - startdate =  2001-09-06 
 - startidx = 5 
 - endidx = 11 
 - 5 = arrive at P5 
 - 11 = Exp 
----- 
 - startdate = 2001-09-09 
 - startidx = 8 
 - endidx = 11 
 - bgcolor = #000000 
===== 
 - name = P22b 
----- 
 - startdate = 2001-09-06 
 - startidx = 4 
 - endidx = 22 
 - 4 = arrive at P4 
 - 22 = Exp 
----- 
 - startdate = 2001-09-10 
 - startidx = 8 
 - endidx = 22 
 - bgcolor = #000000 
===== 
 - name = P11b 
----- 
 - startdate = 2001-09-13 
 - startidx = 6 
 - endidx = 11 
 - 6 = arrive at P6 
 - 11 = Exp 
 - 2001-09-11 = ''Order'' 
----- 
 - startdate = 2001-09-15 
 - startidx = 8 
 - endidx = 11 
 - bgcolor = #000000 
===== 
 - name = P15b 
----- 
 - startdate = 2001-09-13 
 - startidx = 6 
 - endidx = 15 
 - 6 = arrive at P6 
 - 15 = Exp 
 - 2001-09-11 = ''Order'' 
----- 
 - startdate = 2001-09-15 
 - startidx = 8 
 - endidx = 15 
 - bgcolor = #000000 
 
)> 
 

  P15a P22a P11a P22b P11b P15b
09-05 ?       
09-06 ? arrive at P7 arrive at P7 arrive at P5 arrive at P4   
09-07 ?
  
  
    
09-08 ?
  
  
    
09-09 ?
  
  
  
   
09-10 ?
  
  
  
  
  
09-11 ?
  
  
  
  
Order Order
09-12 ?
  
  
Exp  
  
  
09-13 ?
  
  
 
  
arrive at P6 arrive at P6
09-14 ?
Exp  
  
 
  
  
09-15 ?  
  
 
  
  
  
09-16 ?  
  
 
  
  
  
09-17 ?  
  
 
  
  
  
09-18 ?  
  
 
  
Exp  
  
09-19 ?  
  
 
  
 
  
09-20 ?  
  
 
  
 
  
09-21 ?  
Exp  
 
  
 
  
09-22 ?    
  
 
Exp  
09-23 ?    
  
  
09-24 ?    
Exp  
  
09-25 ?       


Weekly Schedule
 
<GanttTable( 
 - tableopt = width=100% border=1 cellpadding=2 cellspacing=0 
 - startdate = *-*-00-08-00 
 - enddate = *-*-00-20-00 
 - unit = *-*-*-1-*-* 
 - format = %(hour)s:%(min)s 
 - datewidth = 40 
===== 
 - name = Mon 
----- 
 - startdate = *-*-00-09 
 - enddate = *-*-00-10 
 - 1 = '''Lab Meeting''' 
 - bgcolor = #AA0000 
===== 
 - name = Tue 
----- 
 - startdate = *-*-00-09 
 - enddate = *-*-00-10 
 - 1 = ''Nbio140b'' 
----- 
 - startdate = *-*-00-14 
 - enddate = *-*-00-19 
 - 1 = ''Experiment'' 
 - bgcolor = #AABB55 
===== 
 - name = Wed 
----- 
 - startdate = *-*-00-09 
 - enddate = *-*-00-11 
 - 1 = ''Extraction'' 
 - bgcolor = #00BB00 
----- 
 - startdate = *-*-00-14 
 - enddate = *-*-00-17 
 - 1 = ''Experiment'' 
 - bgcolor = #AABB55 
===== 
 - name = Thr 
----- 
 - startdate = *-*-00-09 
 - enddate = *-*-00-11 
 - 1 = ''Neur148b'' 
 - bgcolor = #00BBBB 
----- 
 - startdate = *-*-00-14 
 - enddate = *-*-00-19 
 - 1 = ''Experiment'' 
 - bgcolor = #AABB55 
===== 
 - name = Fri 
----- 
 - startdate = *-*-00-09 
 - enddate = *-*-00-10 
 - 1 = ''Experiment'' 
 - bgcolor = #AABB55 
----- 
 - startdate = *-*-00-14 
 - enddate = *-*-00-19 
 - 1 = '''TGIF''' 
 - bgcolor = #BB3333 
)> 

  Mon Tue Wed Thr Fri
08:00      
09:00 Lab Meeting Nbio140b Extraction Neur148b Experiment
10:00      
11:00      
12:00      
13:00      
14:00   Experiment Experiment Experiment TGIF
15:00      
16:00      
17:00      
18:00      
19:00      
20:00