Lines Matching refs:txt
94 $txt .= '<div class="jalbumnet">';
95 $txt .= '<iframe align="left" valign="top" title="'.$param['albumtitle'].'"'.
102 $txt .= '<br/>Fullview: '.$fullview;
103 $txt .= '</div>';
105 $txt .= $fullview;
107 $renderer->doc .= $txt;
115 $txt .= '<a '.$target.'href="'.$url.'">';
116 $txt .= $param['albumtitle'];
117 $txt .= '</a>';
118 $renderer->doc .= $txt;
125 $txt = "";
132 … $txt .= '<a '.$target.' href="'.$this->getConf('baseurl').$image_path.'/slides/'.$img_href.'">';
134 …$txt .= '<img border="0" src="'.$this->getConf('baseurl').$image_path.'/thumbs/'.$image_name.'" al…
136 $txt .= ' width="'.$param['width'].'"';
139 $txt .= ' align="'.$param['align'].'"';
141 $txt .= ' align="'.$this->dflt['align'].'"';
144 $txt .= ' height="'.$param['height'].'"';
146 $txt .= ' height="'.$this->dflt['height'].'"';
148 $txt .= '/>';//IMG
150 $txt .= '</a>';
152 $renderer->doc .= $txt;