141 public function start($offset, $cMargins) {
158 if ($cMargArr[1] || $cMargArr[3] || $this->tm || $this->bm || $this->content || $this->contentW) {
173 if ($this->content) {
176 if ($this->contentW) {
179 if (!$rows && $cols) {
183 if ($rows && $cols) {
184 $res = LF .
'<table ' . $this->tableParams .
'>';
187 $xoff = $offArr[0] ? 1 : 0;
188 if ($cols + $xoff > 1) {
189 $colspan =
' colspan="' . ($cols + $xoff) .
'"';
191 $res .=
'<tr><td' . $colspan .
'><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" width="1" height="' . $offArr[1] .
'" alt="" title="" /></td></tr>';
195 $rowspan =
' rowspan="' . $rows .
'"';
199 $res .=
'<td' . $rowspan .
'><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" height="1" width="' . $offArr[0] .
'" alt="" title="" /></td>';
202 $res .=
'<td' . $rowspan .
' ' . $this->lmTDparams .
'>' . $this->lm .
'</td>';
205 $res .=
'<td' . $rowspan .
'><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" height="1" width="' . $cMargArr[0] .
'" alt="" title="" /></td>';
210 $middle[] =
'<td ' . $this->tmTDparams .
'>' . $this->tm .
'</td>';
213 $middle[] =
'<td><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" width="1" height="' . $cMargArr[1] .
'" alt="" title="" /></td>';
215 if ($this->content) {
216 $middle[] =
'<td ' . $this->contentTDparams .
'>' . $this->content .
'</td>';
219 $middle[] =
'<td><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" width="1" height="' . $cMargArr[3] .
'" alt="" title="" /></td>';
222 $middle[] =
'<td ' . $this->bmTDparams .
'>' . $this->bm .
'</td>';
224 if ($this->contentW) {
225 $middle[] =
'<td><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" height="1" width="' . $this->contentW .
'" alt="" title="" /></td>';
227 if (isset($middle[0])) {
232 $res .=
'<td' . $rowspan .
'><img src="' .
$GLOBALS[
'TSFE']->absRefPrefix .
'clear.gif" height="1" width="' . $cMargArr[2] .
'" alt="" title="" /></td>';
235 $res .=
'<td' . $rowspan .
' ' . $this->rmTDparams .
'>' . $this->rm .
'</td>';
239 $mCount = count($middle);
240 for ($a = 1; $a < $mCount; $a++) {
241 $res .=
'<tr>' . $middle[$a] .
'</tr>';
start($offset, $cMargins)
static intExplode($delimiter, $string, $removeEmptyValues=FALSE, $limit=0)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]