31 parent::__construct();
41 return '<font face="verdana" size="1" color="black">' . $str .
'</font>';
52 $bgColor =
' bgcolor="#D6DAD0"';
53 foreach ($paletteArray as $content) {
54 $hRow[] =
'<td' . $bgColor .
'><font face="verdana" size="1"> </font></td><td nowrap="nowrap"' . $bgColor .
'><font color="#666666" face="verdana" size="1">' . $content[
'NAME'] .
'</font></td>';
55 $iRow[] =
'<td valign="top">' .
'<img name="req_' . $content[
'TABLE'] .
'_' . $content[
'ID'] .
'_' . $content[
'FIELD'] .
'" src="clear.gif" width="10" height="10" alt="" />' .
'<img name="cm_' . $content[
'TABLE'] .
'_' . $content[
'ID'] .
'_' . $content[
'FIELD'] .
'" src="clear.gif" width="7" height="10" alt="" />' .
'</td><td nowrap="nowrap" valign="top">' . $content[
'ITEM'] . $content[
'HELP_ICON'] .
'</td>';
57 $out =
'<table border="0" cellpadding="0" cellspacing="0"> 58 <tr><td><img src="clear.gif" width="' . (int)$this->paletteMargin .
'" height="1" alt="" /></td>' . implode(
'', $hRow) .
'</tr> 59 <tr><td></td>' . implode(
'', $iRow) .
'</tr> 71 $this->fieldTemplate =
' 73 <td nowrap="nowrap" bgcolor="#F6F2E6">###FIELD_HELP_ICON###<font face="verdana" size="1" color="black"><strong>###FIELD_NAME###</strong></font>###FIELD_HELP_TEXT###</td> 76 <td nowrap="nowrap" bgcolor="#ABBBB4"><img name="req_###FIELD_TABLE###_###FIELD_ID###_###FIELD_FIELD###" src="clear.gif" width="10" height="10" alt="" /><img name="cm_###FIELD_TABLE###_###FIELD_ID###_###FIELD_FIELD###" src="clear.gif" width="7" height="10" alt="" /><font face="verdana" size="1" color="black">###FIELD_ITEM###</font>###FIELD_PAL_LINK_ICON###</td> 78 $this->totalWrap =
'<table border="0" cellpadding="1" cellspacing="0" bgcolor="black"><tr><td><table border="0" cellpadding="2" cellspacing="0">|</table></td></tr></table>';
79 $this->palFieldTemplate =
' 81 <td nowrap="nowrap" bgcolor="#ABBBB4"><font face="verdana" size="1" color="black">###FIELD_PALETTE###</font></td> 83 $this->palFieldTemplateHeader =
' 85 <td nowrap="nowrap" bgcolor="#F6F2E6"><font face="verdana" size="1" color="black"><strong>###FIELD_HEADER###</strong></font></td> 99 $pageRenderer =
$GLOBALS[
'TSFE']->getPageRenderer();
112 public function addStyleSheet($key, $href, $title =
'', $relation =
'stylesheet') {
114 $pageRenderer =
$GLOBALS[
'TSFE']->getPageRenderer();
115 $pageRenderer->addCssFile($this->
prependBackPath($href), $relation,
'screen', $title);
138 if (strpos($url,
'://') !== FALSE || $url[0] ===
'/') {
141 return $this->backPath . $url;
static getIndpEnv($getEnvName)
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]