Lines Matching refs:txt

31     $txt = '';
33 $txt .= '<div>';
35 $txt .= '<'.$this->getConf($tag_vevent).' class="vevent">';
36 …$txt .= '<'.$this->getConf($tag_summary).' class="summary">'.$summary.' </'.$this->getConf($tag_su…
38 …$txt .= '<'.$this->getConf($tag_dtstart).' class="dtstart" title="'.$yy_start.'-'.$mth_start.'-'.$…
43 $txt .= $this->getLang('ab');
45 $txt .= $this->getLang('um');
47 $txt .= ' '.$hh_start.':'.$mm_start.' '.$this->getLang('uhr').' ';
48 $txt .= '</'.$this->getConf($tag_dtstart).'>';
50 … $txt .= ' <'.$this->getConf($tag_dtend).' class="dtend" title="'.$yy_end.'-'.$mth_end.'-'.$dy_end;
52 $txt .= 'T'.$hh_end.':'.$mm_end.':'.$ss_end.//'-00:00'.//'Z'.
55 $txt .= '">';
56 $txt .= ' '.$this->getLang('bis').' ';
60 $txt .= date('D d.F Y',$dt_end).' ';
63 $txt .= $this->getLang('um').' '.$hh_end.':'.$mm_end.' '.$this->getLang('uhr').' ';
65 $txt .= '</'.$this->getConf($tag_dtend).'>';
68 …$txt .= ' <'.$this->getConf($tag_dtstart).' class="dtstart" title="'.$yy_start.'-'.$mth_start.'-'.…
75 $txt .= ' <'.$this->getConf($tag_dtend).' class="dtend" title="'.$yy_end.'-'.$mth_end.'-'.$dy_end;
77 $txt .= 'T'.$hh_end.':'.$mm_end.':'.$ss_end.//'-00:00'.//'Z'.
80 $txt .= '">';
81 $txt .= ' '.$this->getLang('bis').' ';
82 $txt .= date('D d.F Y',$dt_end).' ';
84 $txt .= $this->getLang('um').' '.$hh_end.':'.$mm_end.' '.$this->getLang('uhr').' ';
86 $txt .= '</'.$this->getConf($tag_dtend).'>';
89 …$txt .= ' <'.$this->getConf($tag_location).' class="location">'.$location.'</'.$this->getConf($tag…
92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
94 $txt .= '</'.$this->getConf($tag_vevent)."><!-- class=vevent -->\n";//class=vevent
96 return $txt;