Whoops, looks like something went wrong.

(1/1) Error

Call to a member function debug() on null

in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5424
                $this->lastTypoLinkTarget = htmlspecialchars($target);
                $this->lastTypoLinkLD['target'] = htmlspecialchars($target);
                $this->lastTypoLinkLD['totalUrl'] = $this->lastTypoLinkUrl;
            } catch (UnableToLinkException $e) {
                $this->logger->debug(sprintf('Unable to link "%s": %s', $e->getLinkText(), $e->getMessage()), ['exception' => $e]);

                // Only return the link text directly
                return $e->getLinkText();
            }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->typoLink('Virtuelle Online-Veranstaltung', array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 2665
     * @return string The processed input value
     */
    public function stdWrap_typolink($content = '', $conf = [])
    {
        return $this->typoLink($content, $conf['typolink.']);
    }

    /**
     * wrap
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->stdWrap_typolink('Virtuelle Online-Veranstaltung', array('typolink' => null, 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 1637
                    $isExecuted[$functionName] = true;
                    $isExecuted[$functionProperties] = true;
                    // Call the function with the prefix stdWrap_ to make sure nobody can execute functions just by adding their name to the TS Array
                    $functionName = 'stdWrap_' . $functionName;
                    $content = $this->{$functionName}($content, $singleConf);
                } elseif ($functionType === 'boolean' && !$conf[$functionName]) {
                    $isExecuted[$functionName] = true;
                    $isExecuted[$functionProperties] = true;
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->stdWrap('Virtuelle Online-Veranstaltung', array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'), 'required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/TextContentObject.php line 43
            $content = $this->cObj->stdWrap($content, $conf['value.']);
            unset($conf['value.']);
        }
        if (!empty($conf)) {
            $content = $this->cObj->stdWrap($content, $conf);
        }
        return $content;
    }
}
at TYPO3\CMS\Frontend\ContentObject\TextContentObject->render(array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'), 'required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\TextContentObject), array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'), 'required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('TEXT', array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'), 'required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'plugin.tx_cal_controller.view.defaultLinkSetup')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('TEXT', array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1'), 'required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'))
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Model/EventModel.php line 1553
            }
            $this->local_cObj->setCurrentVal($this->getLocation());
            $sims['###LOCATION###'] = $this->local_cObj->cObjGetSingle(
                $this->conf['view.'][$view . '.']['event.']['location'],
                $this->conf['view.'][$view . '.']['event.']['location.']
            );
        }
        if ($view == 'ics' || $view == 'ics_single') {
            $sims['###LOCATION###'] = Functions::replaceLineFeed($sims['###LOCATION###']);
at TYPO3\CMS\Cal\Model\EventModel->getLocationMarker('<!--phpicalendar_event.tmpl--><h1>###HEADING###</h1>###EDIT_LINK######TITLE######STARTDATE######ENDDATE######STARTTIME######ENDTIME######STATUS### ###PRIORITY### ###COMPLETED######ORGANIZER######LOCATION######DESCRIPTION######IMAGE######ATTACHMENT######ATTENDEE###<!-- ###ICS_LINK### start --><img src="###IMG_PATH###/ics.gif" border="0"/><!-- ###ICS_LINK### end -->###MORE_LINK###<!-- ###SUBSCRIPTION### start --><div id="monitor_event"><!--###NOTLOGGEDIN### start-->If you are logged in, you can set up monitoring for this event.<!--###NOTLOGGEDIN### end--><!--###NOTLOGGEDIN_NOMONITORING### start--><h1>###NOTLOGGEDIN_NOMONITORING_HEADING###</h1>###L_CAPTCHA_START_SUCCESS###<form name="tx_cal_controller" id="tx_cal_controller_subscribe" method="post" action="###ACTIONURL###">###L_ENTER_EMAIL###<input type="text" size=30 name="tx_cal_controller[email]" value=""><br /><br />###L_CAPTCHA_TEXT###<br />###CAPTCHA_TEXT###&nbsp;&nbsp;&nbsp;###CAPTCHA_SRC###<br /><input type="submit" value="###NOTLOGGEDIN_NOMONITORING_SUBMIT###" /></form><!--###NOTLOGGEDIN_NOMONITORING### end--><!--###NOTLOGGEDIN_MONITORING### start--><h1>###NOTLOGGEDIN_MONITORING_HEADING###</h1>###L_CAPTCHA_STOP_SUCCESS###<form name="tx_cal_controller" id="tx_cal_controller_unsubscribe" method="post" action="###ACTIONURL###">###L_ENTER_EMAIL###<input type="text" size=30 name="tx_cal_controller[email]" value=""><br /><br />###L_CAPTCHA_TEXT###<br />###CAPTCHA_TEXT###&nbsp;&nbsp;&nbsp;###CAPTCHA_SRC###<br /><input type="submit" value="###NOTLOGGEDIN_MONITORING_SUBMIT###" /></form><!--###NOTLOGGEDIN_MONITORING### end--><!--###LOGGEDIN_NOMONITORING###--><form>Do you want to be notified, on event changes? <input type="hidden" id="userid" value="1"/> <input type="submit" value="monitor" /></form><!--###LOGGEDIN_NOMONITORING###--><!--###LOGGEDIN_MONITORING###--><form>Stop monitoring this event? <input type="hidden" id="userid" value="1"/> <input type="submit" value="Stop monitoring" /></form><!--###LOGGEDIN_MONITORING###--></div><!-- ###SUBSCRIPTION### end --><!--/phpicalendar_event.tmpl-->', array('###NOTLOGGEDIN_NOMONITORING_HEADING###' => '', '###NOTLOGGEDIN_NOMONITORING_SUBMIT###' => '', '###NOTLOGGEDIN_MONITORING_HEADING###' => '', '###NOTLOGGEDIN_MONITORING_SUBMIT###' => '', '###HEADING###' => 'Eintrag', '###EDIT_LINK###' => '', '###TITLE###' => '<div>%%%TITLE_LABEL%%%:&nbsp;Fachtag Demenz des Landkreises Fürstenfeldbruck: Demenz verstehen, begreifen, integrieren</div>', '###STARTTIME_LABEL###' => 'Startzeit', '###STARTTIME###' => '<div>%%%STARTTIME_LABEL%%%:&nbsp;14:00 Uhr</div>', '###ENDTIME_LABEL###' => 'Endzeit', '###ENDTIME###' => '<div>%%%ENDTIME_LABEL%%%:&nbsp;17:00 Uhr</div>', '###STARTDATE###' => '<div>%%%STARTDATE_LABEL%%%:&nbsp;October 29</div>', '###STARTDATE_LABEL###' => 'Datum', '###ENDDATE_LABEL###' => '', '###ENDDATE###' => '', '###STATUS###' => '', '###PRIORITY###' => '', '###COMPLETED###' => '', '###ORGANIZER###' => ''), array('###ICS_LINK###' => '', '###SUBSCRIPTION###' => ''), array(), 'event')
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Model/BaseModel.php line 586
                            '',
                            ucwords(str_replace('_', ' ', strtolower($marker)))
                        ) . 'Marker';
                    if (method_exists($this, $funcFromMarker)) {
                        $this->$funcFromMarker($template, $sims, $rems, $wrapped, $view);
                    } elseif (preg_match('/MODULE__([A-Z0-9_-|])*/', $marker)) {
                        $tmp = explode('___', substr($marker, 8));
                        $modules[$tmp[0]][] = $tmp[1];
                    } elseif ($this->conf[$base . '.'][$view . '.'][$this->getObjectType() . '.'][strtolower($marker)]) {
at TYPO3\CMS\Cal\Model\BaseModel->getMarker('<!--phpicalendar_event.tmpl--><h1>###HEADING###</h1>###EDIT_LINK######TITLE######STARTDATE######ENDDATE######STARTTIME######ENDTIME######STATUS### ###PRIORITY### ###COMPLETED######ORGANIZER######LOCATION######DESCRIPTION######IMAGE######ATTACHMENT######ATTENDEE###<!-- ###ICS_LINK### start --><img src="###IMG_PATH###/ics.gif" border="0"/><!-- ###ICS_LINK### end -->###MORE_LINK###<!-- ###SUBSCRIPTION### start --><div id="monitor_event"><!--###NOTLOGGEDIN### start-->If you are logged in, you can set up monitoring for this event.<!--###NOTLOGGEDIN### end--><!--###NOTLOGGEDIN_NOMONITORING### start--><h1>###NOTLOGGEDIN_NOMONITORING_HEADING###</h1>###L_CAPTCHA_START_SUCCESS###<form name="tx_cal_controller" id="tx_cal_controller_subscribe" method="post" action="###ACTIONURL###">###L_ENTER_EMAIL###<input type="text" size=30 name="tx_cal_controller[email]" value=""><br /><br />###L_CAPTCHA_TEXT###<br />###CAPTCHA_TEXT###&nbsp;&nbsp;&nbsp;###CAPTCHA_SRC###<br /><input type="submit" value="###NOTLOGGEDIN_NOMONITORING_SUBMIT###" /></form><!--###NOTLOGGEDIN_NOMONITORING### end--><!--###NOTLOGGEDIN_MONITORING### start--><h1>###NOTLOGGEDIN_MONITORING_HEADING###</h1>###L_CAPTCHA_STOP_SUCCESS###<form name="tx_cal_controller" id="tx_cal_controller_unsubscribe" method="post" action="###ACTIONURL###">###L_ENTER_EMAIL###<input type="text" size=30 name="tx_cal_controller[email]" value=""><br /><br />###L_CAPTCHA_TEXT###<br />###CAPTCHA_TEXT###&nbsp;&nbsp;&nbsp;###CAPTCHA_SRC###<br /><input type="submit" value="###NOTLOGGEDIN_MONITORING_SUBMIT###" /></form><!--###NOTLOGGEDIN_MONITORING### end--><!--###LOGGEDIN_NOMONITORING###--><form>Do you want to be notified, on event changes? <input type="hidden" id="userid" value="1"/> <input type="submit" value="monitor" /></form><!--###LOGGEDIN_NOMONITORING###--><!--###LOGGEDIN_MONITORING###--><form>Stop monitoring this event? <input type="hidden" id="userid" value="1"/> <input type="submit" value="Stop monitoring" /></form><!--###LOGGEDIN_MONITORING###--></div><!-- ###SUBSCRIPTION### end --><!--/phpicalendar_event.tmpl-->', array('###NOTLOGGEDIN_NOMONITORING_HEADING###' => '', '###NOTLOGGEDIN_NOMONITORING_SUBMIT###' => '', '###NOTLOGGEDIN_MONITORING_HEADING###' => '', '###NOTLOGGEDIN_MONITORING_SUBMIT###' => '', '###HEADING###' => 'Eintrag', '###EDIT_LINK###' => '', '###TITLE###' => '<div>%%%TITLE_LABEL%%%:&nbsp;Fachtag Demenz des Landkreises Fürstenfeldbruck: Demenz verstehen, begreifen, integrieren</div>', '###STARTTIME_LABEL###' => 'Startzeit', '###STARTTIME###' => '<div>%%%STARTTIME_LABEL%%%:&nbsp;14:00 Uhr</div>', '###ENDTIME_LABEL###' => 'Endzeit', '###ENDTIME###' => '<div>%%%ENDTIME_LABEL%%%:&nbsp;17:00 Uhr</div>', '###STARTDATE###' => '<div>%%%STARTDATE_LABEL%%%:&nbsp;October 29</div>', '###STARTDATE_LABEL###' => 'Datum', '###ENDDATE_LABEL###' => '', '###ENDDATE###' => '', '###STATUS###' => '', '###PRIORITY###' => '', '###COMPLETED###' => '', '###ORGANIZER###' => ''), array('###ICS_LINK###' => '', '###SUBSCRIPTION###' => ''), array())
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Model/EventModel.php line 952
        }
        $rems = [];
        $sims = [];
        $wrapped = [];
        $this->getMarker($page, $sims, $rems, $wrapped);
        return $this->finish(Functions::substituteMarkerArrayNotCached(
            $page,
            $sims,
            $rems,
at TYPO3\CMS\Cal\Model\EventModel->fillTemplate('###TEMPLATE_PHPICALENDAR_EVENT###')
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Model/EventModel.php line 885
     * @return string
     */
    public function renderEvent()
    {
        return $this->fillTemplate('###TEMPLATE_PHPICALENDAR_EVENT###');
    }

    /**
     * @param string $subpartSuffix
at TYPO3\CMS\Cal\Model\EventModel->renderEvent()
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/View/EventView.php line 54
            );
        } elseif ($this->conf['preview']) {
            $rems['###EVENT###'] = $event->renderEventPreview();
        } else {
            $rems['###EVENT###'] = $event->renderEvent();
            if ($this->conf['view.']['event.']['substitutePageTitle'] == 1) {
                $GLOBALS['TSFE']->page['title'] = $event->getTitle();
                $GLOBALS['TSFE']->indexedDocTitle = $event->getTitle();
            }
at TYPO3\CMS\Cal\View\EventView->drawEvent(object(TYPO3\CMS\Cal\Model\EventModel), 20211029, array())
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Controller/ViewController.php line 171
    public function drawEvent(&$event, $getdate, $relatedEvents = [])
    {
        /* Call the view and pass it the event to draw */
        $viewObj = $this->getServiceObjByKey('cal_view', 'event', '_event');
        $content = $viewObj->drawEvent($event, $getdate, $relatedEvents);

        return $content;
    }

at TYPO3\CMS\Cal\Controller\ViewController->drawEvent(object(TYPO3\CMS\Cal\Model\EventModel), 20211029, array())
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Controller/Controller.php line 1244
                $hookObj->preEventRendering($event, $relatedEvents, $this);
            }
        }
        $viewObj = &Registry::Registry('basic', 'viewcontroller');
        $drawnEvent = $viewObj->drawEvent($event, $getdate, $relatedEvents);

        // Hook: postEventRendering
        foreach ($hookObjectsArr as $hookObj) {
            if (method_exists($hookObj, 'postEventRendering')) {
at TYPO3\CMS\Cal\Controller\Controller->event()
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Controller/Controller.php line 287
            }

            if (method_exists($this, $viewFunction)) {
                /* Call appropriate view function */
                $return .= $this->$viewFunction();
            } else {
                $customModel = GeneralUtility::makeInstanceService('cal_view', $this->conf ['view']);
                if (!is_object($customModel)) {
                    $return .= $this->conf ['view.'] ['noViewFoundHelpText'] . ' ' . $viewFunction;
at TYPO3\CMS\Cal\Controller\Controller->getContent()
in /home/w18683/web/lraffb-v2/typo3conf/ext/cal/Classes/Controller/Controller.php line 176
        }

        $return = $this->initConfigs();
        if (!$this->error) {
            $return .= $this->getContent();
        }

        return $return;
    }
at TYPO3\CMS\Cal\Controller\Controller->main('', array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => -1, 'subscribeFeUser' => -1, 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => array('month', 'event'), 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '2', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '0700', 'dayEnd' => '2300', 'dynamic' => '0', 'gridLength' => '15', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1', 'listViewPid' => null), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '0', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr', 'categoryMode' => '0', 'calendarMode' => '0', 'allowedViewsToLinkTo' => array('month', 'event')), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0')), 'useInternalCaching' => 1, 'cachingEngine' => 'cachingFramework', 'writeCachingInfoToDevlog' => 0, 'pages' => '553', 'cache' => 1, 'getdate' => 20211029, 'view' => 'event', 'lastview' => '', 'uid' => 336, 'type' => 'tx_cal_phpicalendar', 'monitor' => '', 'gettime' => 0, 'postview' => 0, 'page_id' => 0, 'option' => '', 'switch_calendar' => 0, 'location' => '0', 'preview' => 0, 'day' => 29, 'month' => 10, 'year' => 2021))
at call_user_func_array(array(object(TYPO3\CMS\Cal\Controller\Controller), 'main'), array('', array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0')))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Cal\\Controller\\Controller->main', array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'))), '')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'))), 'plugin.tx_cal_controller')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Cal\\Controller\\Controller->main', 'useNewTemplatesAndRendering' => '1', 'pidList' => '553', 'sessionPiVars' => 'backlink,page_id,lastview', 'calendarName' => 'My Calendar', 'allowSubscribe' => '1', 'subscribeFeUser' => '0', 'subscribeWithCaptcha' => '0', 'additionalWrapperClasses' => '', 'noWrapInBaseClass' => '0', 'dateConfig.' => array('dayPosition' => '2', 'monthPosition' => '1', 'yearPosition' => '0', 'splitSymbol' => '-', 'monthAbbreviationLength' => '3', 'weekdayAbbreviationLength' => '3'), 'dateParserConf.' => array('USmode' => '0'), 'date_stdWrap.' => array(), 'showRecordsWithoutDefaultTranslation' => '0', 'activateFluid' => '0', 'fluidPartialsPath' => 'EXT:cal/Resources/Private/Templates/v2/Partials', 'view.' => array('allowedViews' => '', 'customViews' => '', 'noViewFoundHelpText' => 'Controller function not found:', 'category' => '', 'calendar' => '', 'imagePath' => 'EXT:cal/Resources/Public/v2/img', 'javascriptPath' => 'EXT:cal/Resources/Public/v2/js', 'weekStartDay' => 'Monday', 'dayLinkTarget' => 'day', 'weekLinkTarget' => 'week', 'monthLinkTarget' => 'month', 'yearLinkTarget' => 'year', 'listLinkTarget' => 'list', 'locationLinkTarget' => 'location', 'organizerLinkTarget' => 'organizer', 'startLinkRange' => '-5 month', 'endLinkRange' => '+5 month', 'required' => '<span class="cal_required">*</span>', 'defaultLinkSetup' => 'TEXT', 'defaultLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1')), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'defaultViewLinkSetup' => 'TEXT', 'defaultViewLinkSetup.' => array('current' => '1', 'typolink.' => array('parameter.' => array('field' => 'link_parameter'), 'ATagParams.' => array('field' => 'link_ATagParams'), 'additionalParams.' => array('field' => 'link_additionalParams'), 'title.' => array('current' => '1', 'htmlSpecialChars' => '1', 'override.' => array('field' => 'title', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'view', 'wrap' => '%%%|_VIEW%%%', 'case' => 'upper', 'required' => '1')))), 'no_cache.' => array('field' => 'link_no_cache'), 'useCacheHash' => '1')), 'backLink' => 'TEXT', 'backLink.' => array('value' => '<a href="javascript:history.back()">%%%BACK%%%</a>'), 'showEditableEventsOnly' => '0', 'event.' => array('eventViewPid' => '', 'createEventViewPid' => '', 'editEventViewPid' => '', 'deleteEventViewPid' => '', 'eventTemplate' => 'fileadmin/templates/htm/ext/cal/event.tmpl', 'eventTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/event.html', 'eventModelTemplate' => 'fileadmin/templates/htm/ext/cal/event_model.tmpl', 'subscriptionManagerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/subscription_manager.tmpl', 'substitutePageTitle' => '1', 'isPreview' => '0', 'categoryLink_stdWrap.' => array('wrap' => ''), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '|'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '|'), 'dataWrap' => '|'), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'notify.' => array('subscriptionViewPid' => '', 'confirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyConfirm.tmpl', 'confirmTitle' => 'Please confirm the event monitoring on www.abc.com', 'unsubscribeConfirmTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyUnsubscribeConfirm.tmpl', 'unsubscribeConfirmTitle' => 'Please confirm the event monitoring stop on www.abc.com', 'all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'currentUser' => ''), 'remind' => '1', 'remind.' => array('time' => '30', 'all.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/remind.tmpl', 'emailTitle' => 'Reminder for event: ###TITLE###'), 'emailAddress' => '', 'emailReplyAddress' => '', 'fromName' => '', 'replyToName' => '', 'organisation' => '', 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p'), 'meeting.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/invite.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/inviteOnChange.tmpl', 'statusViewPid' => '', 'managerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/meetingManager.tmpl', 'lookingAhead' => '300000;'), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'eventDateFormat' => '%d.%m.%y', 'eventTimeFormat' => '%H:%M Uhr'), 'title.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'notification.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'todo.' => array('todoInlineModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_inline_model.tmpl', 'todoSeparateModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/todo_separate_model.tmpl', 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%COMPLETED_LABEL%%%:&nbsp; |</div>'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup')), 'location.' => array('locationViewPid' => '', 'createLocationViewPid' => '', 'editLocationViewPid' => '', 'deleteLocationViewPid' => '', 'locationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location.tmpl', 'locationModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/location_model.tmpl', 'locationModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/location_partner_model.tmpl', 'locationModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/location_address_model.tmpl', 'maxDate' => '20200101', 'minDate' => '00000001', 'maxRecurringEvents' => '', 'substitutePageTitle' => '1', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'organizer.' => array('organizerViewPid' => '', 'createOrganizerViewPid' => '', 'editOrganizerViewPid' => '', 'deleteOrganizerViewPid' => '', 'organizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer.tmpl', 'organizerModelTemplate' => 'EXT:cal/Resources/Private/Templates/v2/organizer_model.tmpl', 'organizerModelTemplate4Partner' => 'EXT:cal/Resources/Private/Templates/v2/organizer_partner_model.tmpl', 'organizerModelTemplate4Address' => 'EXT:cal/Resources/Private/Templates/v2/organizer_address_model.tmpl', 'organizerModelTemplate4FEUser' => 'EXT:cal/Resources/Private/Templates/v2/organizer_feuser_model.tmpl', 'maxRecurringEvents' => '', 'maxDate' => '20200101', 'minDate' => '00000001', 'event.' => array('dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'startdate' => '< plugin.tx_cal_controller.view.list.event.startdate', 'enddate' => '< plugin.tx_cal_controller.view.list.event.enddate', 'starttime' => '< plugin.tx_cal_controller.view.list.event.starttime', 'endtime' => '< plugin.tx_cal_controller.view.list.event.endtime'), 'organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'calendar.' => array('createCalendarViewPid' => '', 'editCalendarViewPid' => '', 'deleteCalendarViewPid' => '', 'calendar.' => array('addIcon' => '<img src="###IMG_PATH###/create_calendar.gif" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_CALENDAR%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_CALENDAR%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_CALENDAR%%%'))))))), 'category.' => array('createCategoryViewPid' => '', 'categoryViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'editCategoryViewPid' => '', 'deleteCategoryViewPid' => '', 'notify.' => array('all.' => array('onCreateTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnCreate.tmpl', 'onChangeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnChange.tmpl', 'onDeleteTemplate' => 'EXT:cal/Resources/Private/Templates/v2/notifyOnDelete.tmpl', 'onCreateEmailTitle' => 'The event ###TITLE### has been created', 'onChangeEmailTitle' => 'The event ###TITLE### has been changed', 'onDeleteEmailTitle' => 'The event ###TITLE### has been deleted')), 'category.' => array('defaultHeaderStyle' => 'default_catheader', 'defaultBodyStyle' => 'default_catbody'), 'tree.' => array('calendar' => '', 'category' => '', 'calendarTitle' => 'TEXT', 'calendarTitle.' => array(), 'rootElement' => 'TEXT', 'rootElement.' => array('wrap' => '<table class="treelevel0"><tr><td>|</td></tr></table>'), 'selector' => 'TEXT', 'selector.' => array('wrap' => '<input type="checkbox" name="tx_cal_controller[category][]" value="###UID###" | />'), 'element' => '<span class="###HEADERSTYLE###_bullet ###HEADERSTYLE###_legend_bullet" >&bull;</span><span class="###HEADERSTYLE###_text">###TITLE###</span>', 'emptyElement' => '<br/>', 'subElement' => '<br /><table class="treelevel###LEVEL###" id="treelevel###UID###">', 'subElement_wrap.' => array('wrap' => '<tr><td>|</td></tr>'), 'subElement_pre' => '</table>', 'categorySelectorSubmit' => '<input type="submit" value="%%%REFRESH_LABEL%%%" class="button category-submit"/>', 'alternativeSelect' => 'CASE', 'alternativeSelect.' => array('key.' => array('data' => 'field:cur'), 'default' => 'TEXT', 'default.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&tx_cal_controller[category]={field:uid}', 'additionalParams.' => array('insertData' => '1'), 'wrap' => '<li>|</li>')), 'TEXT', '1.' => array('current' => '1', 'wrap' => '<li class="cur"><em>|</em></li>')))), 'day.' => array('dayViewPid' => '', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/right_arrows.gif" width="16" height="20" border="0" align="right" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/left_arrows.gif" width="16" height="20" border="0" align="left" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'dayStart' => '070000', 'dayEnd' => '230000', 'dynamic' => '0', 'gridLength' => '30', 'startPointCorrection' => '0', 'endPointCorrection' => '0', 'dayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/day.tmpl', 'newDayTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newDay.tmpl', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<div', 'dayEventPost' => '</div>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'dayFinishRow' => '</tr>', 'dateFormatWeekList' => '%A, %b %d', 'dateFormatDay' => '%a, %b %d', 'timeFormatDay' => '%I%p', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %m/%d'), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%d', 'wrap' => '&tx_cal_controller[day]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'week.' => array('weekViewPid' => '', 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'date' => 'W', 'stdWrap.' => array('prioriCalc' => 'intval'), 'typolink.' => array('ATagBeforeWrap' => 'true', 'wrap' => '|W')), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('strftime' => '%a %m/%d'), 'nextWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_WEEK%%%'))))), 'prevWeekLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevWeekLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_WEEK%%%'))))), 'nextDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'legendNextDayLink' => '<img src="###IMG_PATH###/control-180.png" alt="%%%NEXT%%%" class="previousweek_arrow" />', 'legendNextDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_DAY%%%'))))), 'prevDayLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'legendPrevDayLink' => '<img src="###IMG_PATH###/control.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'legendPrevDayLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_DAY%%%'))))), 'startPointCorrection' => '84600 * 6', 'endPointCorrection' => '84600 * 6', 'dynamic' => '0', 'weekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/week.tmpl', 'newWeekTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newWeek.tmpl', 'nextWeekSymbol' => '<img src="###IMG_PATH###/control.png" alt="%%%NEXT%%%" class="nextweek_arrow" />', 'previousWeekSymbol' => '<img src="###IMG_PATH###/control-180.png" alt="%%%PREV%%%" class="nextweek_arrow" />', 'nextDaySymbol' => '&rsaquo;', 'previousDaySymbol' => '&lsaquo;', 'dayStart' => '070000', 'dayEnd' => '230000', 'gridLength' => '30', 'timeFormatDay' => '%I%p', 'dayTimeCell' => '<tr><td rowspan="%s" align="center" valign="top" width="60" class="timeborder">%s</td><td bgcolor="#a1a5a9" width="1" height=\'%s\'></td>', 'dayTimeCell2' => '<tr><td bgcolor="#a1a5a9" width="1" height="%s"></td>', 'dayEventPre' => '<td rowspan="%s" align="left" valign="top"', 'dayEventPost' => '</td>', 'classDayborder' => 'class="dayborder"', 'classDayborder2' => 'class="dayborder2"', 'dayFinishRow' => '</tr>', 'weekDisplayFullHour' => '<tr><td rowspan="%s" class="timeborder">%s</td>', 'weekDisplayInbetween' => '<tr>', 'weekday_stdWrap.' => array('wrap' => '<span class="weekday">|</span>'), 'classWeekborder' => 'weekborder', 'classTodayWeekborder' => 'todayweekborder', 'weekEventPre' => '<div', 'weekEventPost' => '</div>', 'normalCell' => '<td style="z-index:1%s" class="%s">%s', 'normalCellPost' => '</td>', 'weekFinishRow' => '</tr>', 'dateFormatWeekList' => '%a<br/>%d/%m', 'dateFormatWeek' => '%B %d', 'timeFormatWeek' => '%h%p', 'displayDate' => 'COA', 'displayDate.' => array('TEXT', '1.' => array('data' => 'register:cal_week_starttime', 'strftime' => '%b %d'), 'TEXT', '2.' => array('data' => 'register:cal_week_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%b %d, %Y')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%W', 'wrap' => '&tx_cal_controller[week]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%w', 'wrap' => '&tx_cal_controller[weekday]=|'), 'TEXT', '3.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">%%%LOCATION%%%:&nbsp;|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0'), 'month.' => array('monthViewPid' => '', 'monthViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'monthViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%b'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'monthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month.tmpl', 'monthSmallTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_small.tmpl', 'monthMediumTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_medium.tmpl', 'monthLargeTemplate' => 'EXT:cal/Resources/Private/Templates/v2/month_large.tmpl', 'monthMiniTemplate' => 'EXT:cal/Resources/Private/Templates/v2/monthMini.tmpl', 'monthMakeMiniCal' => '0', 'newSmallMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newSmallMonth.tmpl', 'newMediumMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newMediumMonth.tmpl', 'newLargeMonthTemplate' => 'EXT:cal/Resources/Private/Templates/v2/newLargeMonth.tmpl', 'navigation' => '1', 'horizontalSidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/calendar_nav.tmpl', 'showListInMonthView' => '0', 'useListEventRenderSettingsView' => 'list', 'dateFormatMonth' => '%B %Y', 'weekdayFormatSmallMonth' => '%a', 'weekdayLengthSmallMonth' => '2', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '0', 'weekdayFormatLargeMonth' => '%a', 'weekdayLengthLargeMonth' => '0', 'smallLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'largeLink_stdWrap.' => array('wrap' => '<span class="bold">|</span>'), 'nextMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_MONTH%%%'))))), 'prevMonthLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevMonthLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_MONTH%%%'))))), 'monthSmallStyle' => 'monthSmallBasic', 'monthMediumStyle' => 'monthMediumBasic', 'monthLargeStyle' => 'monthLargeBasic', 'monthOffStyle' => 'monthOff', 'monthSelectedStyle' => 'monthSelected', 'monthSelectedWeekStyle' => 'monthSelectedWeek', 'monthDaySelectedWeekStyle' => 'monthSelectedWeek', 'monthWeekendStyle' => 'monthWeekend', 'monthTodayStyle' => 'monthToday', 'monthCurrentWeekStyle' => 'monthCurrentWeek', 'monthDayCurrentWeekStyle' => 'monthCurrentWeek', 'monthCornerStyle' => 'monthCorner', 'monthDayOfWeekStyle' => 'cal_day%s', 'eventDayStyle' => 'eventDay', 'monthWeekWithEventStyle' => 'monthWeekWithEvent', 'displayDate' => 'TEXT', 'displayDate.' => array('current' => '1', 'strftime' => '%B %Y'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'strftime' => '%B %d')), 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('data' => 'date:U', 'strftime' => '%m', 'wrap' => '&tx_cal_controller[month]=|'), 'TEXT', '2.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|'))), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'todo.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'dataWrap' => '<div>%%%TITLE_LABEL%%%:&nbsp; |</div>'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTDATE_LABEL%%%:&nbsp; |</div>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1', 'dataWrap' => '<div>%%%STARTTIME_LABEL%%%:&nbsp; |</div>'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'dataWrap' => '<div>%%%ENDTIME_LABEL%%%:&nbsp; |</div>'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%STATUS_LABEL%%%:&nbsp; |</div>'), 'priority' => 'TEXT', 'priority.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '<div>%%%PRIORITY_LABEL%%%:&nbsp; |</div>'), 'completed' => 'TEXT', 'completed.' => array('value' => '', 'required' => '1', 'current' => '1', 'wrap' => '&nbsp;(|%)'), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'todoLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup'), 'dontShowOldEvents' => '0', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|')), 'year.' => array('yearViewPid' => '', 'yearViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'yearViewLink.' => array('current' => '0', 'field' => 'link_timestamp', 'strftime' => '%Y'), 'dayViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'dayViewLink.' => array('stdWrap.' => array('strftime' => '%d'), 'prioriCalc' => 'intval'), 'weekViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'weekdayFormatMediumMonth' => '%a', 'weekdayLengthMediumMonth' => '2', 'startPointCorrection' => '518400', 'endPointCorrection' => '518400', 'yearTemplate' => 'EXT:cal/Resources/Private/Templates/v2/year.tmpl', 'nextYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT_YEAR%%%'))))), 'prevYearLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevYearLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%LAST_YEAR%%%'))))), 'dateFormatMonth' => '%B', 'today' => 'TEXT', 'today.' => array('value' => '%%%TODAY%%%', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&tx_cal_controller[year]=|')), 'title' => '%%%TODAY%%%')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'crop' => '15|..'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1', 'dataWrap' => '|<br/>'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1', 'dataWrap' => '<div>%%%ENDDATE_LABEL%%%:&nbsp; |</div>'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'required' => '1', 'noTrimWrap' => '| - ||'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<br/><span class="location">|</span>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1')), 'dataWrap' => '<div>%%%TEASER_LABEL%%%:&nbsp; |</div>'), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'top' => 'TEXT', 'top.' => array('current' => '1', 'stdWrap.' => array('wrap' => '| * 42 - 3'), 'prioriCalc' => 'intval'), 'length' => 'TEXT', 'length.' => array('current' => '1', 'stdWrap.' => array('wrap' => '(| /3600 * 42) - 3'), 'prioriCalc' => 'intval')), 'dontShowOldEvents' => '0'), 'list.' => array('listTemplate' => 'fileadmin/templates/htm/ext/cal/list.tmpl', 'listTemplateFluid' => 'fileadmin/templates/htm/ext/cal/list.html', 'listWithTeaserTemplate' => 'fileadmin/templates/htm/ext/cal/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%d.%m.%Y', 'timeFormat' => '%H:%M Uhr', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0', 'eventTemplateFluid' => 'fileadmin/templates/htm/ext/cal/event.html', 'dateFormat' => '%d.%m.%y', 'dontShowEndDateIfEqualsStartDate' => '1'), 'subscription.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array())), 'ics.' => array('showIcsLinks' => '{$plugin.tx_cal_controller.view.ics.showIcsLinks}', 'typeNum' => '{$plugin.tx_cal_controller.view.ics.typeNum}', 'link_wrap' => '<div class="ics_link">%s</div>', 'icsViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1'), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCalendarLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCalendarLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsViewCategoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'icsViewCategoryLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('stdWrap.' => array('required' => '1', 'field' => 'title', 'wrap' => '|_'), 'dataWrap' => '|%%%ICS_VIEW%%%'))), 'useCacheHash' => '1', 'parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}')), 'outerWrap.' => array('field' => 'link_wrap')), 'icsTemplate' => '{$plugin.tx_cal_controller.view.ics.icsTemplate}', 'icsListTemplate' => '{$plugin.tx_cal_controller.view.ics.icsListTemplate}', 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'single_ics.' => array('event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'CATEGORIES:|'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => 'TEXT', 'organizer.' => array('required' => '1', 'dataWrap' => 'ORGANIZER;CN="|":', 'current' => '1'), 'location' => 'TEXT', 'location.' => array('required' => '1', 'dataWrap' => 'LOCATION:|', 'current' => '1'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'stripHtml' => '1', 'dataWrap' => 'DESCRIPTION:|', 'current' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => 'URL:|', 'current' => '1'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array(), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1', 'required' => '1', 'dataWrap' => 'SUMMARY:|'), 'attachment_url' => 'COA', 'attachment_url.' => array('FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10'))), 'FILES', '30.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'image'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('data' => 'getIndpEnv:TYPO3_SITE_URL', 'wrap' => 'ATTACH:|'), 'TEXT', '20.' => array('data' => 'file:current:publicUrl'), 'TEXT', '30.' => array('char' => '13'), 'TEXT', '40.' => array('char' => '10')))), 'geo' => 'COA', 'geo.' => array('if.' => array('isTrue.' => array('field' => 'location_id')), 'RECORDS', '10.' => array('source.' => array('field' => 'location_id'), 'tables' => 'tx_cal_location', 'conf.' => array('tx_cal_location' => 'COA', 'tx_cal_location.' => array('if.' => array('equals.' => array('field' => 'latitude'), 'value' => '0', 'negate' => '1'), 'TEXT', '20.' => array('field' => 'latitude', 'wrap' => 'GEO:|'), 'TEXT', '30.' => array('field' => 'longitude', 'wrap' => ';|')))))), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |')), 'admin.' => array('adminTemplate' => 'EXT:cal/Resources/Private/Templates/v2/admin.tmpl', 'adminViewLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'adminViewLink.' => array('current' => '0', 'value' => '<img src="###IMG_PATH###/wrench-screwdriver.png" border="0" style="margin:2px;"/>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%ADMINISTRATION_VIEW%%%')))), 'outerWrap.' => array('field' => 'link_wrap'))), 'freeAndBusy.' => array('enable' => '0', 'headerStyle' => 'fnb_header', 'bodyStyle' => 'fnb_body', 'eventTitle' => 'Busy', 'defaultCalendarUid' => '0'), 'other.' => array('showLogin' => '0', 'loginPageId' => '', 'userFolderId' => '', 'showSearch' => '0', 'showGoto' => '0', 'showCategorySelection' => '0', 'categorySelectorSubmit' => '<input type="image" class="refresh_calendar" src="###IMG_PATH###/refresh.gif" alt="%%%REFRESH_LABEL%%%" title="%%%REFRESH_LABEL%%%">', 'showCalendarSelection' => '0', 'optionString' => '<option value="%s">%s</option>', 'showTomorrowEvents' => '0', 'tomorrowsEvents' => 'TEXT', 'tomorrowsEvents.' => array('current' => '1', 'wrap' => '|<br />'), 'legend_stdWrap.' => array('wrap' => '|<div style="text-align:right;margin-left:10px;"></div>'), 'showTodos' => '0', 'showJumps' => '0', 'dateFormatWeekJump' => '%b %d', 'listWeeks_stdWrap.' => array('wrap' => '<option value="|" >###WEEK1### - ###WEEK2###</option>'), 'listWeeksSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###WEEK1### - ###WEEK2###</option>'), 'listWeek_onlyShowCurrentYear' => '0', 'listWeek_totalWeekCount' => '20', 'listWeek_previousWeekCount' => '5', 'dateFormatMonthJump' => '%B %Y', 'listMonth_stdWrap.' => array('wrap' => '<option value="|" >###MONTH###</option>'), 'listMonthSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###MONTH###</option>'), 'listMonth_onlyShowCurrentYear' => '0', 'listMonth_totalMonthCount' => '12', 'listMonth_previousMonthCount' => '3', 'listMonth_referenceToday' => '1', 'dateFormatYearJump' => '%Y', 'listYear_stdWrap.' => array('wrap' => '<option value="|" >###YEAR###</option>'), 'listYearSelected_stdWrap.' => array('wrap' => '<option value="|" selected="selected">###YEAR###</option>'), 'listYear_totalYearCount' => '3', 'listYear_previousYearCount' => '1', 'sidebarTemplate' => 'EXT:cal/Resources/Private/Templates/v2/sidebar.tmpl', 'searchBoxTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_box.tmpl', 'monthMenu.' => array('monthStart' => 'TEXT', 'monthStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:m}'), 'prioriCalc' => 'intval', 'thisMonth' => '1'), 'yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}'), 'prioriCalc' => 'intval'), 'count' => '5', 'format' => '%b %Y', 'month_stdWrap.' => array('wrap' => '<span>|</span>')), 'yearMenu.' => array('yearStart' => 'TEXT', 'yearStart.' => array('current' => '1', 'setCurrent.' => array('dataWrap' => '{date:Y}-3'), 'prioriCalc' => 'intval', 'thisYear' => '1'), 'count' => '5', 'format' => '%Y', 'year_stdWrap.' => array('wrap' => '<span>|</span>'))), 'search.' => array('searchResultAllTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_all.tmpl', 'searchResultEventTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_event.tmpl', 'searchResultLocationTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_location.tmpl', 'searchResultOrganizerTemplate' => 'EXT:cal/Resources/Private/Templates/v2/search_organizer.tmpl', 'searchEventFieldList' => 'title,organizer,location,description', 'searchLocationFieldList' => 'name', 'searchOrganizerFieldList' => 'name', 'searchUserFieldList' => 'name', 'searchGroupFieldList' => 'title', 'startRange' => '19700102', 'endRange' => '20300101', 'searchLinkUrl' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchLinkUrl.' => array('current' => '', 'value' => '|', 'required' => '1', 'typolink.' => array('useCacheHash' => '1', 'returnLast' => 'url')), 'searchAllLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'searchAllLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '|%%%SEARCH%%%'))))), 'defaultValues.' => array('query' => '', 'start_day' => 'now', 'end_day' => '+1 month'), 'startSearchAfterSubmit' => '1', 'location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%NAME_LABEL%%%:&nbsp; |</div>'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_event.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'), 'search_location.' => array('location.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_location')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_LOCATION%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_LOCATION%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_LOCATION%%%'))))))), 'search_organizer.' => array('organizer.' => array('map.' => array('apiKey' => '', 'mapWidth' => '300', 'mapHeight' => '300', 'showMapType' => '0', 'showScale' => '0', 'showInfoOnLoad' => '0', 'showDirections' => '1', 'showWrittenDirections' => '1', 'prefillAddress' => '1', 'zoomLevel' => '', 'centerLat' => '', 'centerLong' => ''), 'name' => 'TEXT', 'name.' => array('current' => '1', 'required' => '1'), 'street' => 'TEXT', 'street.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%STREET_LABEL%%%:&nbsp; |</div>'), 'city' => 'TEXT', 'city.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CITY_LABEL%%%:&nbsp; |</div>'), 'zip' => 'TEXT', 'zip.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ZIP_LABEL%%%:&nbsp; |</div>'), 'phone' => 'TEXT', 'phone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%PHONE_LABEL%%%:&nbsp; |</div>'), 'fax' => 'TEXT', 'fax.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%FAX_LABEL%%%:&nbsp; |</div>'), 'countryzone' => 'TEXT', 'countryzone.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'countryzoneStaticInfo' => 'TEXT', 'countryzoneStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'countryzone'), 'dataWrap' => '<div>%%%COUNTRYZONE_LABEL%%%:&nbsp; |</div>'), 'country' => 'TEXT', 'country.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'countryStaticInfo' => 'TEXT', 'countryStaticInfo.' => array('current' => '1', 'required' => '1', 'ifEmpty.' => array('field' => 'country'), 'dataWrap' => '<div>%%%COUNTRY_LABEL%%%:&nbsp; |</div>'), 'description' => '< tt_content.text.20', 'description.' => array('field' => 'description', 'required' => '1', 'dataWrap' => '<div>%%%DESCRIPTION_LABEL%%%:&nbsp; |</div>'), 'email' => 'TEXT', 'email.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%EMAIL_LABEL%%%:&nbsp; |</div>'), 'link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('current' => '1')), 'required' => '1', 'dataWrap' => '<div>%%%LINK_LABEL%%%:&nbsp; |</div>'), 'image' => '< plugin.tx_cal_controller.view.event.event.image', 'image.' => array('preRenderRegisters.' => array('allImageCaptions.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'imgList.' => array('cObject.' => array('references.' => array('table' => 'tx_cal_organizer')))), 'includeEventsInResult' => '1', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'eventLink' => 'TEXT', 'eventLink.' => array('current' => '1', 'dataWrap' => '<div>%%%RELATEDEVENTS_LABEL%%%:&nbsp; |</div>'), 'noLocationFound' => 'TEXT', 'noLocationFound.' => array('dataWrap' => '%%%NO_LOCATION_RESULTS%%%'), 'editIcon' => '<img src="###IMG_PATH###/edit.gif" border="0"/>', 'addIcon' => '<img src="###IMG_PATH###/add_small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/delete.gif" border="0"/>', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_ORGANIZER%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_ORGANIZER%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_ORGANIZER%%%'))))), 'contactInfoType' => '1', 'noOrganizerFound' => 'TEXT', 'noOrganizerFound.' => array('dataWrap' => '%%%NO_ORGANIZER_RESULTS%%%'))), 'search_all.' => array('searchEvent' => 'TEXT', 'searchEvent.' => array('current' => '1'), 'searchLocation' => 'TEXT', 'searchLocation.' => array('current' => '1'), 'searchOrganizer' => 'TEXT', 'searchOrganizer.' => array('current' => '1')), 'dateFormat' => '%d. %b.', 'timeFormat' => '%H:%M Uhr'), 'module.' => array('locationloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_locationloader.tmpl'), 'organizerloader.' => array('template' => 'EXT:cal/Resources/Private/Templates/v2/module_organizerloader.tmpl')), 'autoFetchTextFields' => 'imagecaption,imagealttext,imagetitletext,attachmentcaption', 'autoFetchTextSplitValue.' => array('char' => '10'), 'lib.' => array('list.' => array('listTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list.tmpl', 'listTemplateFluid' => 'EXT:cal/Resources/Private/Templates/v2/list.html', 'listWithTeaserTemplate' => 'EXT:cal/Resources/Private/Templates/v2/list_w_teaser.tmpl', 'alternatingLayoutMarkers.' => array('odd' => 'LIST_ODD', 'even' => 'LIST_EVEN'), 'restartAlternationAfterDayWrapper' => '0', 'restartAlternationAfterWeekWrapper' => '0', 'restartAlternationAfterMonthWrapper' => '0', 'restartAlternationAfterYearWrapper' => '0', 'listViewLink' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'starttime' => 'now', 'endtime' => '+1 month', 'order' => 'asc', 'useGetdate' => '0', 'doNotUseGetdateTheFirstTime' => '0', 'useCustomStarttime' => '0', 'useCustomEndtime' => '0', 'customStarttimeRelativeToGetdate' => '0', 'customEndtimeRelativeToGetdate' => '0', 'maxEvents' => '100', 'maxRecurringEvents' => '', 'found_stdWrap.' => array('noTrimWrap' => '|<p class="found">| %%%SEARCH_FOUND%%%</p>|'), 'heading' => 'COA', 'heading.' => array('TEXT', '1.' => array('data' => 'register:cal_list_starttime', 'strftime' => '%B %d'), 'TEXT', '2.' => array('data' => 'register:cal_list_endtime', 'wrap' => '&nbsp;-&nbsp;|', 'required' => '1', 'strftime' => '%B %d')), 'enableDayWrapper' => '0', 'dayWrapperFormat' => '%d. %B', 'dayWrapper' => 'COA', 'dayWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'dayWrapperEnd' => 'TEXT', 'dayWrapperEnd.' => array('value' => ''), 'enableWeekWrapper' => '0', 'weekWrapperFormat' => '%U', 'weekWrapper' => 'COA', 'weekWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|. (Week)</dt>')), 'weekWrapperEnd' => 'TEXT', 'weekWrapperEnd.' => array('value' => ''), 'enableMonthWrapper' => '0', 'monthWrapperFormat' => '%B %Y', 'monthWrapper' => 'COA', 'monthWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'monthWrapperEnd' => 'TEXT', 'monthWrapperEnd.' => array('value' => ''), 'enableYearWrapper' => '0', 'yearWrapperFormat' => '%Y', 'yearWrapper' => 'COA', 'yearWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#CCCCCC;">|</dt>')), 'yearWrapperEnd' => 'TEXT', 'yearWrapperEnd.' => array('value' => ''), 'enableCategoryWrapper' => '0', 'categoryWrapper' => 'COA', 'categoryWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt class="###CATEGORY_STYLE###">|</dt>')), 'noCategoryWrapper' => 'TEXT', 'noCategoryWrapper.' => array('value' => '<dt style="background-color:#999999;">No category</dt>', 'uid' => '999'), 'enableCalendarWrapper' => '0', 'calendarWrapper' => 'COA', 'calendarWrapper.' => array('TEXT', '10.' => array('current' => '1', 'required' => '1', 'wrap' => '<dt style="background-color:#000099;">|</dt>')), 'enableSectionMenu' => '0', 'sectionMenuItem' => '< plugin.tx_cal_controller.view.defaultViewLinkSetup', 'sectionMenu' => 'TEXT', 'sectionMenu.' => array('current' => '1'), 'monthSectionMenuFormat' => '%B', 'pageBrowser.' => array('pagesCount' => '', 'recordsPerPage' => '10', 'usePageBrowser' => '1', 'onlyShowIfNeeded' => '0', 'useType' => 'default', 'pointer' => 'offset', 'default.' => array('actPage_stdWrap.' => array('wrap' => '<span><b>|</b></span>'), 'nextLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'nextLink.' => array('current' => '0', 'value' => '&gt;&gt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%NEXT%%%')))), 'wrap' => '<span>|</span>'), 'prevLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'prevLink.' => array('current' => '0', 'value' => '&lt;&lt;', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PREV%%%')))), 'wrap' => '<span>|</span>'), 'pageLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'pageLink.' => array('wrap' => '<span>|</span>', 'typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%PAGE%%% {current:1}'))))), 'spacer' => 'TEXT', 'spacer.' => array('value' => '...', 'wrap' => '<span><b>|</b></span>')), 'piPageBrowser.' => array('showResultCount' => '1', 'showPBrowserText' => '0', 'tableParams' => 'cellpadding="2" align="center"', 'pagefloat' => 'center', 'showFirstLast' => '1', 'showRange' => '1', 'dontLinkActivePage' => '1', 'alwaysPrev' => '0', 'hscText' => '1', 'browseBoxWrap' => '', 'showResultsWrap' => '|<br />', 'browseLinksWrap' => '|', 'showResultsNumbersWrap' => '', 'disabledLinkWrap' => '<span style="color:#bbb;">|</span>', 'inactiveLinkWrap' => '|', 'activeLinkWrap' => '<strong>|</strong>')), 'event.' => array('useTitleForLinkTitle' => '1', 'ownLinkTitleText' => 'TEXT', 'ownLinkTitleText.' => array(), 'eventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'moreLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%MORE_LABEL%%%'))))), 'dontShowEndDateIfEqualsStartDate' => '1', 'dontShowEndDateIfEqualsStartDateAllday' => '1', 'differentStyleIfOwnEvent' => '0', 'headerStyleOfOwnEvent' => 'green_catheader', 'bodyStyleOfOwnEvent' => 'green_catbody', 'defaultEventLength' => '1800', 'todoIcon' => '<img src="###IMG_PATH###/%s.gif" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'recurringIcon' => '<img src="###IMG_PATH###/recurring.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" />&nbsp;', 'addIcon' => '<img src="###IMG_PATH###/plus-small.png" border="0"/>', 'editIcon' => '<img src="###IMG_PATH###/pencil-small.png" border="0"/>', 'deleteIcon' => '<img src="###IMG_PATH###/cross-small.png" border="0"/>', 'categoryIcon' => '<img src="%%%CATICON%%%" border="0" height="24" title="%%%CATTITLE%%%"/>', 'categoryIconDefault' => '&bull;', 'addLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'addLink.' => array('typolink.' => array('useCacheHash' => '1', 'title.' => array('override.' => array('override.' => array('dataWrap' => '%%%CREATE_EVENT%%%'))))), 'editLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'editLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%EDIT_EVENT%%%'))))), 'deleteLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'deleteLink.' => array('typolink.' => array('title.' => array('override.' => array('override.' => array('dataWrap' => '%%%DELETE_EVENT%%%'))))), 'dateFormat' => '%B %d', 'timeFormat' => '%I:%M %p', 'cruser_name' => 'TEXT', 'cruser_name.' => array('current' => '1', 'dataWrap' => '<div>CrUserName:&nbsp; |</div>', 'db_field' => 'username'), 'calendarStyle' => 'TEXT', 'calendarStyle.' => array('current' => '1', 'wrap' => 'calendar|'), 'title' => 'TEXT', 'title.' => array('current' => '1'), 'alldayTitle' => 'TEXT', 'alldayTitle.' => array('current' => '1'), 'startdate' => 'TEXT', 'startdate.' => array('current' => '1'), 'enddate' => 'TEXT', 'enddate.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'starttime' => 'TEXT', 'starttime.' => array('current' => '1'), 'endtime' => 'TEXT', 'endtime.' => array('current' => '1', 'noTrimWrap' => '| - ||', 'required' => '1'), 'category' => 'TEXT', 'category.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'category_link' => 'TEXT', 'category_link.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CATEGORY%%%:&nbsp; |</div>'), 'categoryLink_stdWrap.' => array('wrap' => ''), 'categoryLink_splitChar' => 'TEXT', 'categoryLink_splitChar.' => array('value' => ',', 'noTrimWrap' => '|| |'), 'categoryLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'calendar_title' => 'TEXT', 'calendar_title.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%CALENDAR%%%:&nbsp; |</div>'), 'organizer' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'organizer.' => array('required' => '1', 'dataWrap' => '<div>%%%ORGANIZER%%%:&nbsp; |</div>'), 'location' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'location.' => array('required' => '1', 'dataWrap' => '<div>%%%LOCATION%%%:&nbsp; |</div>'), 'teaser' => 'TEXT', 'teaser.' => array('current' => '1', 'required' => '1', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'teaser')), 'field' => 'description', 'required' => '1', 'crop' => '150|...|1'))), 'description' => 'TEXT', 'description.' => array('field' => 'description', 'required' => '1', 'stdWrap.' => array(), 'crop' => '100|...|1', 'stripHtml' => '1'), 'image' => 'FILES', 'image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '120m', 'height' => '{$plugin.tx_cal_controller.listMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1', 'dataWrap' => '<div>%%%IMAGE_LABEL%%%:&nbsp; |</div>')), 'description_image' => 'FILES', 'description_image.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'field:uid'), 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('required' => '1', 'file.' => array('width' => '240m', 'height' => '{$plugin.tx_cal_controller.singleMaxH}m', 'import.' => array('data' => 'file:current:originalUid//file:current:uid'))), 'stdWrap.' => array('required' => '1'), 'text' => '< tt_content.textpic.20.text', 'text.' => array('field' => 'description')), 'preview' => '< plugin.tx_cal_controller.view.event.event.description', 'preview.' => array('crop' => '100|...|1', 'stripHtml' => '1'), 'attachment' => 'COA', 'attachment.' => array('< lib.stdheader', 'FILES', '20.' => array('references.' => array('table' => 'tx_cal_event', 'uid.' => array('data' => 'uid'), 'fieldName' => 'attachment'), 'stdWrap.' => array('if.' => array('isTrue.' => array('field' => 'attachment')), 'dataWrap' => '<div>%%%ATTACHMENT_LABEL%%%:&nbsp;<ul class="attachments">|</ul></div>'), 'renderObj' => 'TEXT', 'renderObj.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:publicUrl')), 'data' => 'file:current:name', 'wrap' => '<li class="media">|</li>'), 'layout' => '1', 'showFileSize' => '1')), 'freq' => 'CASE', 'freq.' => array('key.' => array('current' => '1'), 'day' => 'TEXT', 'day.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%DAILY%%%" class="freq"/>'), 'week' => 'TEXT', 'week.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%WEEKLY%%%" class="freq"/>'), 'month' => 'TEXT', 'month.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%MONTHLY%%%" class="freq"/>'), 'year' => 'TEXT', 'year.' => array('value' => '<img src="###IMG_PATH###/clock-small.png" title="%%%YEARLY%%%" class="freq"/>')), 'attendee' => 'TEXT', 'attendee.' => array('current' => '1', 'required' => '1', 'dataWrap' => '<div>%%%ATTENDEE%%%:&nbsp; |</div>'), 'status' => 'TEXT', 'status.' => array('value' => ''), 'priority' => 'TEXT', 'priority.' => array('value' => ''), 'completed' => 'TEXT', 'completed.' => array('value' => ''), 'defaultFeUserDisplayName' => 'TEXT', 'defaultFeUserDisplayName.' => array('field' => 'name', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'name')), 'field' => 'username', 'required' => '1')), 'required' => '1'), 'defaultFeGroupDisplayName' => 'TEXT', 'defaultFeGroupDisplayName.' => array('field' => 'title', 'override.' => array('cObject' => 'TEXT', 'cObject.' => array('if.' => array('isFalse.' => array('field' => 'title')), 'field' => 'description', 'required' => '1')), 'required' => '1'), 'ext_url' => 'TEXT', 'ext_url.' => array('field' => 'ext_url', 'typolink.' => array('parameter.' => array('field' => 'ext_url')), 'required' => '1', 'dataWrap' => '<div>%%%EXTURL_LABEL%%%:&nbsp; |</div>'), 'attendeeIcon' => '<img src="###IMG_PATH###/%s.png" alt="%s" title="%s" class="no_border"/>', 'isMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'isNotMonitoringEventLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'declineMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'acceptMeetingLink' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'acceptMeetingLink.' => array('typolink.' => array('title.' => array('dataWrap' => '%%%MEETING_CHANGESTATUS%%%'))), 'ics' => '< plugin.tx_cal_controller.view.defaultLinkSetup', 'ics.' => array('current' => '0', 'value' => '$5&xs2', 'required' => '1', 'typolink.' => array('parameter.' => array('wrap' => '|,{$plugin.tx_cal_controller.view.ics.typeNum}'), 'title.' => array('override.' => array('override' => '%%%ICSLINK_LABEL%%%')), 'useCacheHash' => '1'), 'wrap' => '<div>|</div>'), 'noEventFound' => 'TEXT', 'noEventFound.' => array('value' => '%%%NO_RESULTS%%%', 'wrap' => '<p>|</p>'), 'includeEventsInResult' => '0', 'includeEventsInResult.' => array('reverse' => '0', 'starttime' => 'now', 'endtime' => '+3 month'), 'rel_startdate' => 'TEXT', 'rel_startdate.' => array('field' => 'start', 'strftime' => '%m.%d.%Y'), 'rel_title' => 'TEXT', 'rel_title.' => array('field' => 'title'), 'microformat_start' => 'TEXT', 'microformat_start.' => array('field' => 'start', 'strftime' => '%Y%m%dT%H%M00'), 'additionalCategoryWhere' => 'TEXT', 'additionalCategoryWhere.' => array()), 'dontShowOldEvents' => '0'))), 'tt_content.list.20.cal_controller')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec')), 'tt_content.list.20.cal_controller', 'cal_controller')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 1089, 'pid' => 550, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1458040012, 'crdate' => 1447063010, 'cruser_id' => 11, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'zzz_deleted_imagecaption' => null, 'imagecols' => 2, 'imageborder' => 0, 'media' => array(), 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '553', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'zzz_deleted_imagecaption_position' => '', 'zzz_deleted_image_link' => null, 'image_zoom' => 0, 'zzz_deleted_image_noRows' => 0, 'zzz_deleted_image_effects' => 0, 'zzz_deleted_image_compression' => 0, 'zzz_deleted_altText' => null, 'zzz_deleted_titleText' => null, 'zzz_deleted_longdescURL' => null, 'header_layout' => '0', 'zzz_deleted_menu_type' => '0', 'list_type' => 'cal_controller', 'zzz_deleted_table_border' => 0, 'zzz_deleted_table_cellspacing' => 0, 'zzz_deleted_table_cellpadding' => 0, 'zzz_deleted_table_bgColor' => 0, 'zzz_deleted_select_key' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'zzz_deleted_section_frame' => 0, 'date' => 0, 'zzz_deleted_multimedia' => null, 'zzz_deleted_image_frames' => 0, 'recursive' => 0, 'imageheight' => 0, 'zzz_deleted_rte_enabled' => 0, 'sys_language_uid' => 0, 'zzz_deleted_tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="allowedViews"> <value index="vDEF">month,event</value> </field> <field index="calendarName"> <value index="vDEF">My Calendar</value> </field> <field index="subscription"> <value index="vDEF"></value> </field> <field index="weekStartDay"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="s_Cat"> <language index="lDEF"> <field index="calendarMode"> <value index="vDEF">0</value> </field> <field index="calendarSelection"> <value index="vDEF">2</value> </field> <field index="categoryMode"> <value index="vDEF">0</value> </field> <field index="categorySelection"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="s_Year_View"> <language index="lDEF"> <field index="yearViewPid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="s_Month_View"> <language index="lDEF"> <field index="monthViewPid"> <value index="vDEF"></value> </field> <field index="monthShowListView"> <value index="vDEF">0</value> </field> <field index="monthMakeMiniCal"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="s_Week_View"> <language index="lDEF"> <field index="weekViewPid"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="s_Day_View"> <language index="lDEF"> <field index="dayViewPid"> <value index="vDEF"></value> </field> <field index="dayStart"> <value index="vDEF">0700</value> </field> <field index="dayEnd"> <value index="vDEF">2300</value> </field> <field index="gridLength"> <value index="vDEF">15</value> </field> </language> </sheet> <sheet index="s_List_View"> <language index="lDEF"> <field index="listViewPid"> <value index="vDEF"></value> </field> <field index="starttime"> <value index="vDEF"></value> </field> <field index="endtime"> <value index="vDEF"></value> </field> <field index="maxEvents"> <value index="vDEF"></value> </field> <field index="maxRecurringEvents"> <value index="vDEF"></value> </field> <field index="usePageBrowser"> <value index="vDEF"></value> </field> <field index="recordsPerPage"> <value index="vDEF"></value> </field> <field index="pagesCount"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="s_Event_View"> <language index="lDEF"> <field index="eventViewPid"> <value index="vDEF"></value> </field> <field index="isPreview"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="s_Ics_View"> <language index="lDEF"> <field index="showIcsLinks"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="s_Other_View"> <language index="lDEF"> <field index="showLogin"> <value index="vDEF">0</value> </field> <field index="showSearch"> <value index="vDEF">0</value> </field> <field index="showJumps"> <value index="vDEF">0</value> </field> <field index="showCalendarSelection"> <value index="vDEF">0</value> </field> <field index="showCategorySelection"> <value index="vDEF">0</value> </field> <field index="showTomorrowEvents"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="s_TS_View"> <language index="lDEF"> <field index="myTS"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:22:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:5:"pages";N;s:9:"recursive";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;}', 'target' => '', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'file_collections' => null, 'filelink_sorting' => '', 'categories' => 0, 'selected_categories' => null, 'category_field' => '', 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'zzz_deleted_tx_jfmulticontent_view' => 'content', 'zzz_deleted_tx_jfmulticontent_pages' => null, 'zzz_deleted_tx_jfmulticontent_contents' => null, 'zzz_deleted_tx_jfmulticontent_irre' => null, 'zzz_deleted_tx_jfmulticontent_irre_parentid' => 0, 'tx_news_related_news' => 0, 'zzz_deleted_tx_youtubevideo_url' => null, 'zzz_deleted_tx_youtubevideo_caption' => null, 'zzz_deleted_tx_youtubevideo_autoplay' => 0, 'zzz_deleted_tx_youtubevideo_showinfo' => 0, 'zzz_deleted_tx_youtubevideo_rel' => 0, 'zzz_deleted_tx_youtubevideo_startminute' => 0, 'zzz_deleted_tx_youtubevideo_startsecond' => 0, 'zzz_deleted_tx_youtubevideo_ratio' => 0, 'zzz_deleted_tx_youtubevideo_fullscreen' => 0, 'zzz_deleted_tx_youtubevideo_loop' => 0, 'zzz_deleted_tx_df_contentslide_contentslide' => 0, 'zzz_deleted_tx_df_contentslide_options' => 0, 'zzz_deleted_tx_df_contentslide_layout' => 'layout1', 'zzz_deleted_tx_df_contentslide_animation' => 'slideDownwards', 'zzz_deleted_tx_df_contentslide_header' => '', 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'bullets_type' => 0, 'filelink_sorting_direction' => '', 'gridelements_shortcut_page_order_by' => 0, 'tx_mask_accordion' => 0, 'tx_mask_accordion_parent' => 0, 'tx_mask_iframe_height' => null, 'tx_mask_iframe_url' => null, 'tx_mask_iframe_width' => null, 'tx_mask_modal_header_color' => null, 'tx_mask_twoclick_height' => null, 'tx_mask_twoclick_image' => 0, 'tx_mask_twoclick_provider' => 0, 'tx_mask_twoclick_url' => null, 'tx_mask_twoclick_width' => null, 'tx_mask_email' => null, 'tx_mask_name' => null, 'tx_mask_name2' => null, 'tx_mask_telefon' => null), 'typoscriptObjectPath' => 'tt_content.list.20.cal_controller', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3temp/var/cache/code/fluid_template/Standard_action_List_e91bed8e6a4efce17add81ee3f9802575b019d31.php line 62
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
 ';
return $output6;
at Standard_action_List_e91bed8e6a4efce17add81ee3f9802575b019d31->{closure}()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3temp/var/cache/code/fluid_template/Standard_action_List_e91bed8e6a4efce17add81ee3f9802575b019d31.php line 87
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_List_e91bed8e6a4efce17add81ee3f9802575b019d31->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 143
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3temp/var/cache/code/fluid_template/layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed.php line 1145
     ),
     $renderingContext
    );

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext);

$output6 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed->{closure}()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3temp/var/cache/code/fluid_template/layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed.php line 1667
  ';
return $output68;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed->{closure}()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 55
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', $childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3temp/var/cache/code/fluid_template/layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed.php line 1675
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_003c5d0893319a1fe53a4d060b5736e8af0889ed->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'lib.contentElement')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'list')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType', 'override.' => array('field' => 'layout', 'fieldRequired' => 'layout')), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap' => '<div class="accordion-element"><div class="wrapper">|</div></div>', 'outerWrap.' => array('append' => 'TEXT', 'append.' => array('field' => 'header', 'stdWrap.' => array('outerWrap' => '<div class="csc-header"><h2>|</h2></div>'))))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="abavo_accordion" |>'), 'TEXT', '10.' => array('value' => 'false', 'override' => 'true', 'override.' => array(*DEEP NESTED ARRAY*), 'wrap' => 'data-showfirstentry="|"'), 'TEXT', '20.' => array('data' => 'field:flexform_slideduration', 'stdWrap.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '20.' => array('data' => 'LLL:fileadmin/templates/l10n/locallang.xml:accordion.show_close_all', 'stdWrap.' => array('if.' => array(*DEEP NESTED ARRAY*), 'outerWrap' => '<a class="show_close_all" href="#">|</a><div class="clear"></div>')), 'TEXT', '30.' => array('value' => '|</div>')))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="box green mail-icon">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '25.' => array('stdWrap.' => array('outerWrap' => '<div class="box darkgreen">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '30.' => array('stdWrap.' => array('outerWrap' => '<div class="box imageteaser">|</div>', 'innerWrap' => '|<div class="clear"></div>', 'typolink.' => array('parameter.' => array('field' => 'header_link'))), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType', 'override.' => array('field' => 'layout', 'fieldRequired' => 'layout')), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap' => '<div class="accordion-element"><div class="wrapper">|</div></div>', 'outerWrap.' => array('append' => 'TEXT', 'append.' => array('field' => 'header', 'stdWrap.' => array('outerWrap' => '<div class="csc-header"><h2>|</h2></div>'))))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="abavo_accordion" |>'), 'TEXT', '10.' => array('value' => 'false', 'override' => 'true', 'override.' => array(*DEEP NESTED ARRAY*), 'wrap' => 'data-showfirstentry="|"'), 'TEXT', '20.' => array('data' => 'field:flexform_slideduration', 'stdWrap.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '20.' => array('data' => 'LLL:fileadmin/templates/l10n/locallang.xml:accordion.show_close_all', 'stdWrap.' => array('if.' => array(*DEEP NESTED ARRAY*), 'outerWrap' => '<a class="show_close_all" href="#">|</a><div class="clear"></div>')), 'TEXT', '30.' => array('value' => '|</div>')))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="box green mail-icon">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '25.' => array('stdWrap.' => array('outerWrap' => '<div class="box darkgreen">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '30.' => array('stdWrap.' => array('outerWrap' => '<div class="box imageteaser">|</div>', 'innerWrap' => '|<div class="clear"></div>', 'typolink.' => array('parameter.' => array('field' => 'header_link'))), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType', 'override.' => array('field' => 'layout', 'fieldRequired' => 'layout')), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap' => '<div class="accordion-element"><div class="wrapper">|</div></div>', 'outerWrap.' => array('append' => 'TEXT', 'append.' => array('field' => 'header', 'stdWrap.' => array('outerWrap' => '<div class="csc-header"><h2>|</h2></div>'))))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="abavo_accordion" |>'), 'TEXT', '10.' => array('value' => 'false', 'override' => 'true', 'override.' => array(*DEEP NESTED ARRAY*), 'wrap' => 'data-showfirstentry="|"'), 'TEXT', '20.' => array('data' => 'field:flexform_slideduration', 'stdWrap.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '20.' => array('data' => 'LLL:fileadmin/templates/l10n/locallang.xml:accordion.show_close_all', 'stdWrap.' => array('if.' => array(*DEEP NESTED ARRAY*), 'outerWrap' => '<a class="show_close_all" href="#">|</a><div class="clear"></div>')), 'TEXT', '30.' => array('value' => '|</div>')))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="box green mail-icon">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '25.' => array('stdWrap.' => array('outerWrap' => '<div class="box darkgreen">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '30.' => array('stdWrap.' => array('outerWrap' => '<div class="box imageteaser">|</div>', 'innerWrap' => '|<div class="clear"></div>', 'typolink.' => array('parameter.' => array('field' => 'header_link'))), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))))), 'tt_content')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType', 'override.' => array('field' => 'layout', 'fieldRequired' => 'layout')), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap' => '<div class="accordion-element"><div class="wrapper">|</div></div>', 'outerWrap.' => array('append' => 'TEXT', 'append.' => array('field' => 'header', 'stdWrap.' => array('outerWrap' => '<div class="csc-header"><h2>|</h2></div>'))))), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="abavo_accordion" |>'), 'TEXT', '10.' => array('value' => 'false', 'override' => 'true', 'override.' => array(*DEEP NESTED ARRAY*), 'wrap' => 'data-showfirstentry="|"'), 'TEXT', '20.' => array('data' => 'field:flexform_slideduration', 'stdWrap.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '20.' => array('data' => 'LLL:fileadmin/templates/l10n/locallang.xml:accordion.show_close_all', 'stdWrap.' => array('if.' => array(*DEEP NESTED ARRAY*), 'outerWrap' => '<a class="show_close_all" href="#">|</a><div class="clear"></div>')), 'TEXT', '30.' => array('value' => '|</div>')))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="box green mail-icon">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '25.' => array('stdWrap.' => array('outerWrap' => '<div class="box darkgreen">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link'))))))), 'COA', '30.' => array('stdWrap.' => array('outerWrap' => '<div class="box imageteaser">|</div>', 'innerWrap' => '|<div class="clear"></div>', 'typolink.' => array('parameter.' => array('field' => 'header_link'))), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'), 'CASE', '10.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'mask_accordion' => '< lib.maskContentElement', 'mask_accordion.' => array('templateName' => 'Accordion.html'), 'mask_hinweisboxrechts' => '< lib.maskContentElement', 'mask_hinweisboxrechts.' => array('templateName' => 'Hinweisboxrechts.html'), 'mask_hinweisboxzentral' => '< lib.maskContentElement', 'mask_hinweisboxzentral.' => array('templateName' => 'Hinweisboxzentral.html'), 'mask_iframe' => '< lib.maskContentElement', 'mask_iframe.' => array('templateName' => 'Iframe.html'), 'mask_modal_popup' => '< lib.maskContentElement', 'mask_modal_popup.' => array('templateName' => 'ModalPopup.html'), 'mask_twoclick' => '< lib.maskContentElement', 'mask_twoclick.' => array('templateName' => 'Twoclick.html'), 'shortcut.' => array('20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_cal_event' => '< plugin.tx_cal_controller', 'tx_cal_event.' => array('displayCurrentRecord' => '1', 'clearPiVars' => 'uid,getdate,type,view'))), 'variables.' => array('shortcuts.' => array('tables' => 'tt_content,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array(*DEEP NESTED ARRAY*), 'selectFields.' => array(*DEEP NESTED ARRAY*), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')), 'source.' => array('field' => 'records')), 'shortcuts' => 'RECORDS'), 'templateName' => 'Shortcut', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*))))))), 'templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children')))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array(*DEEP NESTED ARRAY*)))))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'cal_controller' => '< plugin.tx_cal_controller', 'df_tabs_plugin1' => '< plugin.tx_dftabs_plugin1', 'mindshapecookiehint_main' => 'USER', 'mindshapecookiehint_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MindshapeCookieHint', 'pluginName' => 'Main', 'vendorName' => 'Mindshape'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'qa_questionform' => 'USER', 'qa_questionform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionForm', 'vendorName' => 'Limtec'), 'qa_questionlist' => 'USER', 'qa_questionlist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'QA', 'pluginName' => 'QuestionList', 'vendorName' => 'Limtec'))), 'shortcut' => '< lib.contentElement', 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads'))), 'wrap' => '<div class="downloads">|</div>', 'renderObj.' => array('stdWrap.' => array('dataWrap' => '<div class="entry file {file:current:extension}">|<div class="clear"></div></div>'), '20.' => array('wrap' => '<div class="title">|</div>', 'override.' => array('data' => 'file:current:title', 'if.' => array('isTrue.' => array('data' => 'file:current:title')))), '30.' => array('wrap' => '<div class="description">|</div>'), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="filesize">|</div>'), 'TEXT', '10.' => array('data' => 'file:current:extension', 'case' => 'upper', 'dataWrap' => '|-{LLL:fileadmin/templates/l10n/locallang.xml:file},&nbsp;')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="box green">|</div>', 'innerWrap' => '|<div class="clear"></div>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<div class="image align-top">|</div>', 'if.' => array('value' => '0,1,2', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '20.' => array('stdWrap.' => array('wrap' => '<div class="image align-left">|</div>', 'if.' => array('value' => '18', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '30.' => array('stdWrap.' => array('wrap' => '<div class="image align-right">|</div>', 'if.' => array('value' => '17', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))), 'COA', '40.' => array('stdWrap.' => array('wrap' => '<div class="boxcontent">|</div>', 'required' => '1'))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))))), 'COA', '50.' => array('stdWrap.' => array('wrap' => '<div class="image align-bottom">|</div>', 'if.' => array('value' => '8,9,10', 'isInList.' => array('field' => 'imageorient')), 'required' => '1'), 'FILES', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'renderObj' => 'IMAGE', 'renderObj.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid')), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:link')))))))), '')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 94
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'variables.co_main')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')))
in /home/w18683/web/lraffb-v2/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php line 67
     */
    protected function getContentObjectVariables(array $conf = array())
    {
        // Call Parent Function to maintain core functions
        $variables = parent::getContentObjectVariables($conf);

        $objectManager = GeneralUtility::makeInstance(ObjectManager::class);
        $this->inlineHelper = $objectManager->get(InlineHelper::class);

at MASK\Mask\Fluid\FluidTemplateContentObject->getContentObjectVariables(array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 101
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

        $this->view->assignMultiple($variables);

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')), '7')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'FLUIDTEMPLATE', '1.' => array('file' => 'tmpl_main.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main')), 'FLUIDTEMPLATE', '2.' => array('file' => 'tmpl_home.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-home')), 'FLUIDTEMPLATE', '7.' => array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'FLUIDTEMPLATE', '1.' => array('file' => 'tmpl_main.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main')), 'FLUIDTEMPLATE', '2.' => array('file' => 'tmpl_home.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-home')), 'FLUIDTEMPLATE', '7.' => array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi'))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'FLUIDTEMPLATE', '1.' => array('file' => 'tmpl_main.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main')), 'FLUIDTEMPLATE', '2.' => array('file' => 'tmpl_home.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-home')), 'FLUIDTEMPLATE', '7.' => array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi'))), '10')
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 677
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('headerData.' => array('COA', '9876.' => array('TEXT', '10.' => array('if.' => array('value' => '1', 'equals' => '1'), 'value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/freecssdropdownmenu/res/css/dropdown/dropdown.linear.columnar.css" />'), 'TEXT', '20.' => array('if.' => array('value' => '0', 'equals' => '1'), 'value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/freecssdropdownmenu/res/css/dropdown/dropdown.vertical.css" />'), 'TEXT', '21.' => array('if.' => array('value' => '0', 'equals' => '1'), 'value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/freecssdropdownmenu/res/css/dropdown/dropdown.vertical.css" />'), 'TEXT', '30.' => array('if.' => array('isTrue' => 'typo3conf/ext/freecssdropdownmenu/res/css/dropdown/themes/lwis.celebrity/default.advanced.css'), 'value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/freecssdropdownmenu/res/css/dropdown/themes/lwis.celebrity/default.advanced.css" />')), 'TEXT', '10.' => array('value' => '<script>var _paq = _paq || []; _paq.push([\'disableCookies\']); _paq.push([\'trackPageView\']); _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="/piwik/"; _paq.push([\'setTrackerUrl\', u+\'piwik.php\']); _paq.push([\'setSiteId\', \'1\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'piwik.js\'; s.parentNode.insertBefore(g,s); })();</script>')), 'includeCSS.' => array('origExtCal' => 'EXT:cal/Resources/Public/v2/css/cal.css', 'dftabs' => 'fileadmin/templates/css/dftabs.css', 'qa_list' => 'EXT:qa/Resources/Public/CSS/frontend_list.css', 'qa_form' => 'EXT:qa/Resources/Public/CSS/frontend_form.css', 'mindshapecookiehint' => 'EXT:mindshape_cookie_hint/Resources/Public/Css/dark-bottom.css', 'mask_accordion' => 'fileadmin/templates/css/mask/accordion.css', 'mask_accordion.' => array('media' => 'all'), 'mask_iframe' => 'fileadmin/templates/css/mask/iframe.css', 'mask_iframe.' => array('media' => 'all'), 'mask_modalpopup' => 'fileadmin/templates/css/mask/modalpopup.css', 'mask_modalpopup.' => array('media' => 'all'), 'mask_twoclick' => 'fileadmin/templates/css/mask/twoclick.css', 'mask_twoclick.' => array('media' => 'all'), 'normalize' => 'fileadmin/templates/css/normalize/normalize.css', 'normalize.' => array('media' => 'all'), 'fancybox' => 'fileadmin/templates/js/vendor/fancybox/source/jquery.fancybox.css', 'fancybox.' => array('media' => 'all'), 'general' => 'fileadmin/templates/css/general.css', 'general.' => array('media' => 'all'), 'layout' => 'fileadmin/templates/css/layout.css', 'layout.' => array('media' => 'all'), 'fonts' => 'fileadmin/templates/css/fonts.css', 'fonts.' => array('media' => 'all'), 'respmenu' => 'fileadmin/templates/css/respmenu.css', 'respmenu.' => array('media' => 'all'), 'dfcontentslide' => 'fileadmin/templates/css/dfcontentslide.css', 'dfcontentslide.' => array('media' => 'all'), 'dftabs.' => array('media' => 'all'), 'mediaqueries' => 'fileadmin/templates/css/mediaqueries.css', 'mediaqueries.' => array('media' => 'all')), 'includeJS.' => array('dftabs_jQuery' => 'EXT:df_tabs/Resources/Public/Scripts/jquery.tabs.js', 'jquery' => 'https://code.jquery.com/jquery-3.4.1.min.js', 'jquery-validate' => 'fileadmin/templates/js/vendor/jquery-validate/jquery.validate.min.js', 'qa_list' => 'EXT:qa/Resources/Public/JS/frontend_list.js', 'qa_form' => 'EXT:qa/Resources/Public/JS/frontend_form.js', 'modernizr' => 'fileadmin/templates/js/vendor/modernizr/modernizr-2.8.3.min.js', 'abavo_respmenu' => 'fileadmin/templates/js/vendor/abavo_respmenu/jquery.abavo_respmenu.js', 'abavo_klappmenu' => 'fileadmin/templates/js/vendor/abavo_klappmenu/jquery.abavo_klappmenu.js', 'abavo_accordion' => 'fileadmin/templates/js/vendor/abavo_accordion/jquery.abavo_accordion.js', 'fancybox' => 'fileadmin/templates/js/vendor/fancybox/source/jquery.fancybox.pack.js', 'waypoints' => 'fileadmin/templates/js/vendor/jquery-waypoints/jquery.waypoints.min.js', 'visible' => 'fileadmin/templates/js/vendor/jquery-visible/jquery.visible.min.js', 'visible.' => array('excludeFromConcatenation' => '1'), 'list' => 'fileadmin/templates/js/vendor/list-js/list.min.js', 'list-pagination' => 'fileadmin/templates/js/vendor/list-js/list.pagination.min.js', 'list-fuzzysearch' => 'fileadmin/templates/js/vendor/list-js/list.fuzzysearch.min.js', 'main' => 'fileadmin/templates/js/main.js', 'mask_accordion' => 'fileadmin/templates/js/mask/accordion.js', 'mask_iframe' => 'fileadmin/templates/js/mask/iframe.js', 'mask_modalpopup' => 'fileadmin/templates/js/mask/modalpopup.js', 'mask_twoclick' => 'fileadmin/templates/js/mask/twoclick.js'), 'includeJSFooter.' => array('mindshapecookiehint' => 'EXT:mindshape_cookie_hint/Resources/Public/Js/cookieconsent.js'), 'USER', '9877.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'Main', 'extensionName' => 'MindshapeCookieHint', 'vendorName' => 'Mindshape', 'action' => 'cookie'), 'config.' => array('contentObjectExceptionHandler' => '0'), 'typeNum' => '0', 'shortcutIcon' => 'fileadmin/templates/gfx/favicon.ico', 'meta.' => array('viewport' => 'width=device-width, initial-scale=1.0'), 'includeJSlibs.' => array(), 'CASE', '10.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'FLUIDTEMPLATE', '1.' => array('file' => 'tmpl_main.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main')), 'FLUIDTEMPLATE', '2.' => array('file' => 'tmpl_home.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-home')), 'FLUIDTEMPLATE', '7.' => array('file' => 'tmpl_main_no-navi.html', 'file.' => array('wrap' => 'fileadmin/templates/htm/page/|'), 'partialRootPath' => 'fileadmin/templates/htm/page/Partials/', 'layoutRootPath' => 'fileadmin/templates/htm/page/Layouts/', 'variables.' => array('co_main' => 'CONTENT', 'co_main.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'co_right' => 'CONTENT', 'co_right.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=2'), 'slide' => '-1'), 'co_topright' => 'CONTENT', 'co_topright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=3'), 'slide' => '-1'), 'co_midright' => 'CONTENT', 'co_midright.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=4'), 'slide' => '0')), 'settings.' => array('page_class' => 'template-main template-no-navi')))))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php line 79
                    }
                }
            }
        }
        return $handler->handle($request);
    }

    /**
     * Returns TRUE if an edit-action is sent from the Admin Panel
at TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

        return $handler->handle($request);
    }

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }
    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
     *
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 110
            // Caching is disabled, because otherwise generated URLs could include the ADMCMD_noBeUser parameter
            $GLOBALS['TSFE']->set_no_cache('GET Parameter ADMCMD_noBeUser was given', true);
        }

        $response = $handler->handle($request);

        // Add a info box to the frontend content
        if ($GLOBALS['TSFE']->doWorkspacePreview() && $GLOBALS['TSFE']->isOutputting()) {
            $previewInfo = $this->renderPreviewInfo($GLOBALS['TSFE'], $request->getAttribute('normalizedParams'));
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 61
            $simulatingGroup = $this->simulateUserGroup($request);
            $GLOBALS['TSFE']->fePreview = ((int)($simulatingDate || $simulatingGroup));
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

        return $handler->handle($request);
    }

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

        return $handler->handle($request);
    }

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fd0b0222056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

        return $dispatcher->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /home/w18683/web/lraffb-v2/typo3_src-9.5.22/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});