---input--- # *************************************************************************** # Notice: "styles." (and "temp.") objects are UNSET after template parsing! # Use "lib." for persisting storage of objects. # *************************************************************************** page.80 = RECORDS page.80 { source = 1 tables = tt_address conf.tt_address = COA conf.tt_address { 20 = TEXT 20.field = email 20.typolink.parameter.field = email } } /* page.200 = PHP_SCRIPT_EXT page.200 { 1 = TMENU 1.wrap =
|
1.expAll = 1 1.submenuObjSuffixes = a |*| |*| b 1.NO.allWrap = |
2 = TMENU 2.NO.allWrap =
|
2a = TMENU 2a.NO.allWrap =
|
* 2b = TMENU 2b.NO.allWrap =
|
} */ # Add the CSS and JS files page { includeCSS { # comment at the end of a line file99 = fileadmin/your-fancybox.css } includeJSFooter { fancybox = fileadmin/your-fancybox.js } } # Change the default rendering of images to match lightbox requirements tt_content.image.20.1.imageLinkWrap { JSwindow = 0 test = MyExtension\Path\To\Class directImageLink = 1 linkParams.ATagParams { dataWrap = class= "lightbox" rel="fancybox{field:uid}" } } tt_content.image.20.1.imageLinkWrap > tt_content.image.20.1.imageLinkWrap = 1 tt_content.image.20.1.imageLinkWrap { enable = 1 typolink { # directly link to the recent image parameter.cObject = IMG_RESOURCE parameter.cObject.file.import.data = TSFE:lastImageInfo|origFile parameter.cObject.file.maxW = {$styles.content.imgtext.maxW} parameter.override.listNum.stdWrap.data = register : IMAGE_NUM_CURRENT title.field = imagecaption // title title.split.token.char = 10 title.if.isTrue.field = imagecaption // header title.split.token.char = 10 title.split.returnKey.data = register : IMAGE_NUM_CURRENT parameter.cObject = IMG_RESOURCE parameter.cObject.file.import.data = TSFE:lastImageInfo|origFile ATagParams = target="_blank" } } 10 = IMAGE 10 { # point to the image file = fileadmin/demo/lorem_ipsum/images/a4.jpg # make it rather small file.width = 80 # add a link to tx_cms_showpic.php that shows the original image imageLinkWrap = 1 imageLinkWrap { enable = 1 # JSwindow = 1 } } # Clear out any constants in this reserved room! styles.content > # get content styles.content.get = CONTENT styles.content.get { table = tt_content select.orderBy = sorting select.where = colPos=0 select.languageField = sys_language_uid } # get content, left styles.content.getLeft < styles.content.get styles.content.getLeft.select.where = colPos=1 # get content, right styles.content.getRight < styles.content.get styles.content.getRight.select.where = colPos=2 # get content, margin styles.content.getBorder < styles.content.get styles.content.getBorder.select.where = colPos=3 # get news styles.content.getNews < styles.content.get styles.content.getNews.select.pidInList = {$styles.content.getNews.newsPid} # Edit page object: styles.content.editPanelPage = COA styles.content.editPanelPage { 10 = EDITPANEL 10 { allow = toolbar,move,hide label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.page label.wrap = | %s } } # ********************************************************************* # "lib." objects are preserved from unsetting after template parsing # ********************************************************************* # Creates persistent ParseFunc setup for non-HTML content. This is recommended to use (as a reference!) lib.parseFunc { makelinks = 1 makelinks.http.keep = {$styles.content.links.keep} makelinks.http.extTarget = {$styles.content.links.extTarget} makelinks.mailto.keep = path tags { link = TEXT link { current = 1 typolink.parameter.data = parameters : allParams typolink.extTarget = {$styles.content.links.extTarget} typolink.target = {$styles.content.links.target} parseFunc.constants =1 } } allowTags = {$styles.content.links.allowTags} denyTags = * sword = | constants = 1 nonTypoTagStdWrap.HTMLparser = 1 nonTypoTagStdWrap.HTMLparser { keepNonMatchedTags = 1 htmlSpecialChars = 2 } } # good old parsefunc in "styles.content.parseFunc" is created for backwards compatibility. Don't use it, just ignore. styles.content.parseFunc < lib.parseFunc # Creates persistent ParseFunc setup for RTE content (which is mainly HTML) based on the "ts_css" transformation. lib.parseFunc_RTE < lib.parseFunc lib.parseFunc_RTE { // makelinks > # Processing and
blocks separately externalBlocks = table, blockquote, dd, dl, ol, ul, div externalBlocks { # The blockquote content is passed into parseFunc again... blockquote.stripNL=1 blockquote.callRecursive=1 blockquote.callRecursive.tagStdWrap.HTMLparser = 1 blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;margin-top:0;" ol.stripNL=1 ol.stdWrap.parseFunc = < lib.parseFunc ul.stripNL=1 ul.stdWrap.parseFunc = < lib.parseFunc table.stripNL=1 table.stdWrap.HTMLparser = 1 table.stdWrap.HTMLparser.tags.table.fixAttrib.class { default = contenttable always = 1 list = contenttable } table.stdWrap.HTMLparser.keepNonMatchedTags = 1 table.HTMLtableCells=1 table.HTMLtableCells { default.callRecursive=1 addChr10BetweenParagraphs=1 } div.stripNL = 1 div.callRecursive = 1 # Definition list processing dl < .div dd < .div } nonTypoTagStdWrap.encapsLines { encapsTagList = p,pre,h1,h2,h3,h4,h5,h6,hr,dt remapTag.DIV = P nonWrappedTag = P innerStdWrap_all.ifBlank =   addAttributes.P.class = bodytext addAttributes.P.class.setOnly=blank } nonTypoTagStdWrap.HTMLparser = 1 nonTypoTagStdWrap.HTMLparser { keepNonMatchedTags = 1 htmlSpecialChars = 2 } } # Content header: lib.stdheader = COA lib.stdheader { # Create align style-attribute for tags 2 = LOAD_REGISTER 2.headerStyle.field = header_position 2.headerStyle.required = 1 2.headerStyle.noTrimWrap = | style="text-align:|;"| # Create class="csc-firstHeader" attribute for tags 3 = LOAD_REGISTER 3.headerClass = csc-firstHeader 3.headerClass.if.value=1 3.headerClass.if.equals.data = cObj:parentRecordNumber 3.headerClass.noTrimWrap = | class="|"| # Date format: 5 = TEXT 5.field = date 5.if.isTrue.field = date 5.strftime = %x 5.wrap =

|

5.prefixComment = 2 | Header date: # This CASE cObject renders the header content: # currentValue is set to the header data, possibly wrapped in link-tags. 10 = CASE 10.setCurrent { field = header htmlSpecialChars = 1 typolink.parameter.field = header_link } 10.key.field = header_layout 10.key.ifEmpty = {$content.defaultHeaderType} 10.key.ifEmpty.override.data = register: defaultHeaderType 10.1 = TEXT 10.1.current = 1 10.1.dataWrap = | 10.2 < .10.1 10.2.dataWrap = | 10.3 < .10.1 10.3.dataWrap = | 10.4 < .10.1 10.4.dataWrap = | 10.5 < .10.1 10.5.dataWrap = | # Pops the used registers off the stack: 98 = RESTORE_REGISTER 99 = RESTORE_REGISTER # Post-processing: stdWrap.fieldRequired = header stdWrap.if { equals.field = header_layout value = 100 negate = 1 } stdWrap.editIcons = tt_content : header, [header_layout | header_position], [header_link|date] stdWrap.editIcons.beforeLastTag = 1 stdWrap.editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.header stdWrap.dataWrap =
|
stdWrap.prefixComment = 2 | Header: } #****************************************************** # Including library for processing of some elements: #****************************************************** includeLibs.tx_cssstyledcontent_pi1 = EXT:css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php #********************************** # tt_content is started #********************************** tt_content > tt_content = CASE tt_content.key.field = CType tt_content.stdWrap { innerWrap.cObject = CASE innerWrap.cObject { key.field = section_frame default = COA default { 10 = TEXT 10 { value =
|
} 1 =< tt_content.stdWrap.innerWrap.cObject.default 1.15.value = csc-frame csc-frame-invisible 5 =< tt_content.stdWrap.innerWrap.cObject.default 5.15.value = csc-frame csc-frame-rulerBefore 6 =< tt_content.stdWrap.innerWrap.cObject.default 6.15.value = csc-frame csc-frame-rulerAfter 10 =< tt_content.stdWrap.innerWrap.cObject.default 10.15.value = csc-frame csc-frame-indent 11 =< tt_content.stdWrap.innerWrap.cObject.default 11.15.value = csc-frame csc-frame-indent3366 12 =< tt_content.stdWrap.innerWrap.cObject.default 12.15.value = csc-frame csc-frame-indent6633 20 =< tt_content.stdWrap.innerWrap.cObject.default 20.15.value = csc-frame csc-frame-frame1 21 =< tt_content.stdWrap.innerWrap.cObject.default 21.15.value = csc-frame csc-frame-frame2 66 = COA 66 { 10 = TEXT 10 { value = insertData = 1 } 20 = COA 20 { 10 = TEXT 10 { value = {$content.spaceBefore} wrap = |+ if.isTrue = {$content.spaceBefore} } 20 = TEXT 20 { field = spaceBefore } stdWrap { prioriCalc = intval wrap = margin-top:|px; required = 1 ifEmpty.value = wrap2 =
} } 30 = TEXT 30 { value = | } 40 < .20 40 { 10 { value = {$content.spaceAfter} if.isTrue = {$content.spaceAfter} } 20.field = spaceAfter stdWrap.wrap = margin-bottom:|px; } } } innerWrap2 = |

{LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}

innerWrap2.insertData = 1 innerWrap2.fieldRequired = linkToTop prepend = TEXT prepend.dataWrap = prepend.if.isTrue.field = _LOCALIZED_UID editPanel = 1 editPanel { allow = move,new,edit,hide,delete line = 5 label = %s onlyCurrentPid = 1 previewBorder = 4 edit.displayRecord = 1 } prefixComment = 1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType} } # ***************** # CType: header # ***************** # See Object path "lib.stdheader" tt_content.header = COA tt_content.header { 10 = < lib.stdheader 20 = TEXT 20 { field = subheader required = 1 dataWrap =

|

htmlSpecialChars = 1 editIcons = tt_content:subheader,layout editIcons.beforeLastTag = 1 editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.subheader prefixComment = 2 | Subheader: } } # ***************** # CType: text # ***************** tt_content.text = COA tt_content.text { 10 = < lib.stdheader 20 = TEXT 20 { field = bodytext required = 1 parseFunc = < lib.parseFunc_RTE editIcons = tt_content:bodytext, rte_enabled editIcons.beforeLastTag = 1 editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.bodytext prefixComment = 2 | Text: } } # ***************** # CType: image # ***************** # (also used for rendering 'textpic' type): tt_content.image = COA tt_content.image.10 = < lib.stdheader tt_content.image.20 = USER tt_content.image.20 { userFunc = tx_cssstyledcontent_pi1->render_textpic # Image source imgList.field = image imgPath = uploads/pics/ # Single image rendering imgObjNum = 1 1 { file.import.current = 1 file.width.field = imagewidth imageLinkWrap = 1 imageLinkWrap { bodyTag = wrap = | width = {$styles.content.imgtext.linkWrap.width} height = {$styles.content.imgtext.linkWrap.height} effects = {$styles.content.imgtext.linkWrap.effects} JSwindow = 1 JSwindow.newWindow = {$styles.content.imgtext.linkWrap.newWindow} JSwindow.if.isFalse = {$styles.content.imgtext.linkWrap.lightboxEnabled} directImageLink = {$styles.content.imgtext.linkWrap.lightboxEnabled} enable.field = image_zoom enable.ifEmpty.typolink.parameter.field = image_link enable.ifEmpty.typolink.parameter.listNum.splitChar = 10 enable.ifEmpty.typolink.parameter.listNum.stdWrap.data = register : IMAGE_NUM_CURRENT enable.ifEmpty.typolink.returnLast = url typolink.parameter.field = image_link typolink.parameter.listNum.splitChar = 10 typolink.parameter.listNum.stdWrap.data = register : IMAGE_NUM_CURRENT typolink.target = {$styles.content.links.target} typolink.extTarget = {$styles.content.links.extTarget} linkParams.ATagParams.dataWrap = class="{$styles.content.imgtext.linkWrap.lightboxCssClass}" rel="{$styles.content.imgtext.linkWrap.lightboxRelAttribute}" } altText = TEXT altText { field = altText stripHtml = 1 split.token.char = 10 split.token.if.isTrue = {$styles.content.imgtext.imageTextSplit} split.returnKey.data = register : IMAGE_NUM_CURRENT } titleText < .altText titleText.field = titleText longdescURL < .altText longdescURL.field = longdescURL emptyTitleHandling = {$styles.content.imgtext.emptyTitleHandling} titleInLink = {$styles.content.imgtext.titleInLink} titleInLinkAndImg = {$styles.content.imgtext.titleInLinkAndImg} } textPos.field = imageorient maxW = {$styles.content.imgtext.maxW} maxW.override.data = register:maxImageWidth maxWInText = {$styles.content.imgtext.maxWInText} maxWInText.override.data = register:maxImageWidthInText equalH.field = imageheight image_compression.field = image_compression image_effects.field = image_effects noRows.field = image_noRows cols.field = imagecols border.field = imageborder caption { 1 = TEXT 1 { field = imagecaption required = 1 parseFunc =< lib.parseFunc br = 1 split.token.char = 10 split.token.if.isPositive = {$styles.content.imgtext.imageTextSplit} + {$styles.content.imgtext.captionSplit} split.returnKey.data = register : IMAGE_NUM_CURRENT } } # captionSplit is deprecated, use imageTextSplit instead captionSplit = {$styles.content.imgtext.captionSplit} captionAlign.field = imagecaption_position # caption/alttext/title/longdescURL splitting imageTextSplit = {$styles.content.imgtext.imageTextSplit} borderCol = {$styles.content.imgtext.borderColor} borderThick = {$styles.content.imgtext.borderThick} borderClass = {$styles.content.imgtext.borderClass} colSpace = {$styles.content.imgtext.colSpace} rowSpace = {$styles.content.imgtext.rowSpace} textMargin = {$styles.content.imgtext.textMargin} borderSpace = {$styles.content.imgtext.borderSpace} separateRows = {$styles.content.imgtext.separateRows} addClasses = addClassesImage = addClassesImage.ifEmpty = csc-textpic-firstcol csc-textpic-lastcol addClassesImage.override = csc-textpic-firstcol |*| |*| csc-textpic-lastcol addClassesImage.override.if { isGreaterThan.field = imagecols value = 1 } # imageStdWrap.dataWrap =
|
imageStdWrapNoWidth.wrap =
|
# if noRows is set, wrap around each column: imageColumnStdWrap.dataWrap =
|
layout = CASE layout { key.field = imageorient # above-center default = TEXT default.value =
###IMAGES######TEXT###
# above-right 1 = TEXT 1.value =
###IMAGES######TEXT###
# above-left 2 = TEXT 2.value =
###IMAGES######TEXT###
# below-center 8 = TEXT 8.value =
###TEXT######IMAGES###
# below-right 9 = TEXT 9.value =
###TEXT######IMAGES###
# below-left 10 = TEXT 10.value =
###TEXT######IMAGES###
# intext-right 17 = TEXT 17.value =
###IMAGES######TEXT###
17.override =
###IMAGES######TEXT###
17.override.if.isTrue = {$styles.content.imgtext.addIntextClearer} # intext-left 18 = TEXT 18.value =
###IMAGES######TEXT###
18.override =
###IMAGES######TEXT###
18.override.if.isTrue = {$styles.content.imgtext.addIntextClearer} # intext-right-nowrap 25 = TEXT 25.value =
###IMAGES###
###TEXT###
25.insertData = 1 # intext-left-nowrap 26 = TEXT 26.value =
###IMAGES###
###TEXT###
26.insertData = 1 } rendering { dl { # Choose another rendering for special edge cases fallbackRendering = COA fallbackRendering { # Just one image without a caption => don't need the dl-overhead, use the "simple" rendering 10 = TEXT 10 { if { isFalse.field = imagecaption value = 1 equals.data = register:imageCount } value = simple } # Multiple images and one global caption => "ul" 20 = TEXT 20 { if { value = 1 isGreaterThan.data = register:imageCount isTrue.if.isTrue.data = register:renderGlobalCaption isTrue.field = imagecaption } value = ul } # Multiple images and no caption at all => "ul" 30 = TEXT 30 { if { value = 1 isGreaterThan.data = register:imageCount isFalse.field = imagecaption } value = ul } } imageRowStdWrap.dataWrap =
|
imageLastRowStdWrap.dataWrap =
|
noRowsStdWrap.wrap = oneImageStdWrap.dataWrap =
|
imgTagStdWrap.wrap =
|
editIconsStdWrap.wrap =
|
caption { required = 1 wrap =
|
} } ul { # Just one image without a caption => don't need the ul-overhead, use the "simple" rendering fallbackRendering < tt_content.image.20.rendering.dl.fallbackRendering.10 imageRowStdWrap.dataWrap =
    |
imageLastRowStdWrap.dataWrap =
    |
noRowsStdWrap.wrap =
    |
oneImageStdWrap.dataWrap =
  • |
  • imgTagStdWrap.wrap = editIconsStdWrap.wrap =
    |
    caption.wrap =
    |
    } div { # Just one image without a caption => don't need the div-overhead, use the "simple" rendering fallbackRendering < tt_content.image.20.rendering.dl.fallbackRendering.10 imageRowStdWrap.dataWrap =
    |
    imageLastRowStdWrap.dataWrap =
    |
    noRowsStdWrap.wrap = oneImageStdWrap.dataWrap =
    |
    imgTagStdWrap.wrap =
    |
    editIconsStdWrap.wrap =
    |
    caption.wrap =
    |
    } simple { imageRowStdWrap.dataWrap = | imageLastRowStdWrap.dataWrap = | noRowsStdWrap.wrap = oneImageStdWrap.dataWrap = | imgTagStdWrap.wrap = | editIconsStdWrap.wrap = | caption.wrap =
    |
    imageStdWrap.dataWrap =
    |
    imageStdWrapNoWidth.wrap =
    |
    } } renderMethod = dl editIcons = tt_content : image [imageorient|imagewidth|imageheight], [imagecols|image_noRows|imageborder],[image_link|image_zoom],[image_compression|image_effects|image_frames],imagecaption[imagecaption_position] editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.images caption.editIcons = tt_content : imagecaption[imagecaption_position] caption.editIcons.beforeLastTag=1 caption.editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.caption stdWrap.prefixComment = 2 | Image block: } # ***************** # CType: textpic # ***************** tt_content.textpic = COA tt_content.textpic { 10 = COA 10.if.value = 25 10.if.isLessThan.field = imageorient 10.10 = < lib.stdheader 20 = < tt_content.image.20 20 { text.10 = COA text.10 { if.value = 24 if.isGreaterThan.field = imageorient 10 = < lib.stdheader 10.stdWrap.dataWrap =
    |
    } text.20 = < tt_content.text.20 text.wrap =
    |
    } } # ***************** # CType: bullet # ***************** tt_content.bullets = COA tt_content.bullets { 10 = < lib.stdheader 20 = TEXT 20 { field = bodytext trim = 1 split{ token.char = 10 cObjNum = |*|1|| 2|*| 1.current = 1 1.parseFunc =< lib.parseFunc 1.wrap =
  • |
  • 2.current = 1 2.parseFunc =< lib.parseFunc 2.wrap =
  • |
  • } dataWrap =
      |
    editIcons = tt_content: bodytext, [layout] editIcons.beforeLastTag = 1 editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.bullets prefixComment = 2 | Bullet list: } } # ***************** # CType: table # ***************** # Rendered by a PHP function specifically written to handle CE tables. See css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php tt_content.table = COA tt_content.table { 10 = < lib.stdheader 20 = USER 20.userFunc = tx_cssstyledcontent_pi1->render_table 20.field = bodytext 20.color { default = 1 = #EDEBF1 2 = #F5FFAA } 20.tableParams_0 { border = cellpadding = cellspacing = } 20.tableParams_1 { border = cellpadding = cellspacing = } 20.tableParams_2 { border = cellpadding = cellspacing = } 20.tableParams_3 { border = cellpadding = cellspacing = } 20.innerStdWrap.wrap = | 20.innerStdWrap.parseFunc = < lib.parseFunc 20.stdWrap { editIcons = tt_content: cols, bodytext, [layout], [table_bgColor|table_border|table_cellspacing|table_cellpadding] editIcons.beforeLastTag = 1 editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.table prefixComment = 2 | Table: } } # ***************** # CType: uploads # ***************** # Rendered by a PHP function specifically written to handle CE filelists. See css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php tt_content.uploads = COA tt_content.uploads { 10 = < lib.stdheader 20 = USER 20.userFunc = tx_cssstyledcontent_pi1->render_uploads 20.field = media 20.filePath.field = select_key 20 { # Rendering for each file (e.g. rows of the table) as a cObject itemRendering = COA itemRendering { wrap =
    | |*| | || | |*| 10 = TEXT 10.data = register:linkedIcon 10.wrap = 10.if.isPositive.field = layout 20 = COA 20.wrap = 20.1 = TEXT 20.1 { data = register:linkedLabel wrap =

    |

    } 20.2 = TEXT 20.2 { data = register:description wrap =

    |

    required = 1 htmlSpecialChars = 1 } 30 = TEXT 30.if.isTrue.field = filelink_size 30.data = register:fileSize 30.wrap = 30.bytes = 1 30.bytes.labels = {$styles.content.uploads.filesizeBytesLabels} } useSpacesInLinkText = 0 stripFileExtensionFromLinkText = 0 } 20.color { default = 1 = #EDEBF1 2 = #F5FFAA } 20.tableParams_0 { border = cellpadding = cellspacing = } 20.tableParams_1 { border = cellpadding = cellspacing = } 20.tableParams_2 { border = cellpadding = cellspacing = } 20.tableParams_3 { border = cellpadding = cellspacing = } 20.linkProc { target = _blank jumpurl = {$styles.content.uploads.jumpurl} jumpurl.secure = {$styles.content.uploads.jumpurl_secure} jumpurl.secure.mimeTypes = {$styles.content.uploads.jumpurl_secure_mimeTypes} removePrependedNumbers = 1 iconCObject = IMAGE iconCObject.file.import.data = register : ICON_REL_PATH iconCObject.file.width = 150 } 20.filesize { bytes = 1 bytes.labels = {$styles.content.uploads.filesizeBytesLabels} } 20.stdWrap { editIcons = tt_content: media, layout [table_bgColor|table_border|table_cellspacing|table_cellpadding], filelink_size, imagecaption editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.filelist prefixComment = 2 | File list: } } # ****************** # CType: multimedia # ****************** tt_content.multimedia = COA tt_content.multimedia { 10 = < lib.stdheader 20 = MULTIMEDIA 20.file.field = multimedia 20.file.wrap = uploads/media/ 20.file.listNum = 0 20.params.field = bodytext 20.stdWrap { editIcons = tt_content: multimedia, bodytext editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia prefixComment = 2 | Multimedia element: } } # ***************** # CType: swfobject # ***************** tt_content.swfobject = COA tt_content.swfobject { 10 = < lib.stdheader 20 = SWFOBJECT 20 { file = width = height = flexParams.field = pi_flexform alternativeContent.field = bodytext layout = ###SWFOBJECT### video { player = {$styles.content.media.videoPlayer} defaultWidth = {$styles.content.media.defaultVideoWidth} defaultHeight = {$styles.content.media.defaultVideoHeight} default { params.quality = high params.menu = false params.allowScriptAccess = sameDomain params.allowFullScreen = true } mapping { } } audio { player = {$styles.content.media.audioPlayer} defaultWidth = {$styles.content.media.defaultAudioWidth} defaultHeight = {$styles.content.media.defaultAudioHeight} default { params.quality = high params.allowScriptAccess = sameDomain params.menu = false } mapping { flashvars.file = soundFile } } } 20.stdWrap { editIcons = tt_content: multimedia, imagewidth, imageheight, pi_flexform, bodytext editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia prefixComment = 2 | SWFobject element: } } # ***************** # CType: qtobject # ***************** tt_content.qtobject = COA tt_content.qtobject { 10 = < lib.stdheader 20 = QTOBJECT 20 { file = width = height = flexParams.field = pi_flexform alternativeContent.field = bodytext layout = ###QTOBJECT### video { player = {$styles.content.media.videoPlayer} defaultWidth = {$styles.content.media.defaultVideoWidth} defaultHeight = {$styles.content.media.defaultVideoHeight} default { params.quality = high params.menu = false params.allowScriptAccess = sameDomain params.allowFullScreen = true } mapping { } } audio { player = {$styles.content.media.audioPlayer} defaultWidth = {$styles.content.media.defaultAudioWidth} defaultHeight = {$styles.content.media.defaultAudioHeight} default { params.quality = high params.allowScriptAccess = sameDomain params.menu = false } mapping { flashvars.file = soundFile } } } 20.stdWrap { editIcons = tt_content: multimedia, imagewidth, imageheight, pi_flexform, bodytext editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia prefixComment = 2 | QTobject element: } } # ***************** # CType: media # ***************** tt_content.media = COA tt_content.media { 10 = < lib.stdheader 20 = MEDIA 20 { flexParams.field = pi_flexform alternativeContent < tt_content.text.20 alternativeContent.field = bodytext type = video renderType = auto allowEmptyUrl = 0 forcePlayer = 1 fileExtHandler { default = MEDIA avi = MEDIA asf = MEDIA class = MEDIA wmv = MEDIA mp3 = SWF mp4 = SWF m4v = SWF swa = SWF flv = SWF swf = SWF mov = QT m4v = QT m4a = QT } mimeConf.swfobject < tt_content.swfobject.20 mimeConf.qtobject < tt_content.qtobject.20 } 20.stdWrap { editIcons = tt_content: pi_flexform, bodytext editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia prefixComment = 2 | Media element: } } # ****************** # CType: mailform # ****************** tt_content.mailform = COA tt_content.mailform.10 = < lib.stdheader tt_content.mailform.20 = FORM tt_content.mailform.20 { accessibility = 1 noWrapAttr=1 formName = mailform dontMd5FieldNames = 1 layout =
    ###LABEL### ###FIELD###
    labelWrap.wrap = | commentWrap.wrap = | radioWrap.wrap = |
    radioWrap.accessibilityWrap = ###RADIO_GROUP_LABEL###| REQ = 1 REQ.labelWrap.wrap = | COMMENT.layout =
    ###LABEL###
    RADIO.layout =
    ###LABEL### ###FIELD###
    LABEL.layout =
    ###LABEL### ###FIELD###
    target = {$styles.content.mailform.target} goodMess = {$styles.content.mailform.goodMess} badMess = {$styles.content.mailform.badMess} redirect.field = pages redirect.listNum = 0 recipient.field = subheader data.field = bodytext locationData = 1 hiddenFields.stdWrap.wrap =
    |
    params.radio = class="csc-mailform-radio" params.check = class="csc-mailform-check" params.submit = class="csc-mailform-submit" stdWrap.wrap =
    |
    stdWrap { editIcons = tt_content: bodytext, pages, subheader editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.form prefixComment = 2 | Mail form inserted: } } # ****************** # CType: search # ****************** tt_content.search = COA tt_content.search.10 = < lib.stdheader # Result: tt_content.search.20 = SEARCHRESULT tt_content.search.20 { allowedCols = pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber languageField.tt_content = sys_language_uid renderObj = COA renderObj { 10 = TEXT 10.field = pages_title 10.htmlSpecialChars = 1 10.typolink { parameter.field = uid target = {$styles.content.searchresult.resultTarget} additionalParams.data = register:SWORD_PARAMS additionalParams.required = 1 additionalParams.wrap = &no_cache=1 } 10.htmlSpecialChars = 1 10.wrap =

    |

    20 = COA 20 { 10 = TEXT 10.field = tt_content_bodytext 10.stripHtml = 1 10.htmlSpecialChars = 1 } 20.stdWrap.crop = 200 | ... 20.stdWrap.wrap =

    |

    } layout = COA layout { wrap =
    |||
    |
    ###RESULT### 10 = TEXT 10.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.resultRange 10.wrap =

    |

    20 = TEXT 20.value = ###PREV###   ###NEXT### 20.wrap =

    |

    } noResultObj = COA noResultObj { 10 = TEXT 10.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.emptySearch 10.wrap =

    |

    } next = TEXT next.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchResultNext prev = TEXT prev.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchResultPrev target = {$styles.content.searchresult.target} range = 20 stdWrap.prefixComment = 2 | Search result: } # Form: tt_content.search.30 < tt_content.mailform.20 tt_content.search.30 { goodMess = {$styles.content.searchform.goodMess} redirect > recipient > data > dataArray { 10.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchWord 10.type = sword=input 20.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchIn 20.type = scols=select 20.valueArray { 10.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.headersKeywords 10.value = pages.title-subtitle-keywords-description:tt_content.header 20.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.pageContent 20.value = tt_content.header-bodytext-imagecaption } 30.type = stype=hidden 30.value = L0 40.type = submit=submit 40.value.data = LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchButton } type.field = pages type.listNum = 0 locationData = HTTP_POST_VARS no_cache = 1 stdWrap.wrap = |
    stdWrap { editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.search prefixComment = 2 | Search form inserted: } } # ****************** # CType: login # ****************** tt_content.login < tt_content.mailform tt_content.login.10 = < lib.stdheader tt_content.login.20 { goodMess = {$styles.content.loginform.goodMess} redirect > recipient > data > dataArray { 10.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:login.username 10.type = *user=input 20.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:login.password 20.type = *pass=password 30.type = logintype=hidden 30.value = login 40.type = submit=submit 40.value.data = LLL:EXT:css_styled_content/pi1/locallang.xml:login.login } type.field = pages type.listNum = 0 target = {$styles.content.loginform.target} locationData = 0 hiddenFields.pid = TEXT hiddenFields.pid { value = {$styles.content.loginform.pid} override.field = pages override.listNum = 1 } stdWrap.wrap =
    |
    stdWrap { editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.login prefixComment = 2 | Login/Logout form: } } [loginUser = *] tt_content.login.20 { dataArray > dataArray { 10.label.data = LLL:EXT:css_styled_content/pi1/locallang.xml:login.username 10.label.wrap = |  30.type = logintype=hidden 30.value = logout 40.type = submit=submit 40.value.data = LLL:EXT:css_styled_content/pi1/locallang.xml:login.logout } } [global] # ****************** # CType: splash # ****************** # Deprecated element. # Still here for backwards compliance with plugins using the "text box" type. tt_content.splash = CASE tt_content.splash.key.field = splash_layout tt_content.splash.stdWrap { prefixComment = 2 | Textbox inserted (Deprecated) } tt_content.splash.default = COA tt_content.splash.default { 20 = CTABLE 20 { c.1 = < tt_content.text lm.1 = IMAGE lm.1.file { import = uploads/pics/ import.field = image import.listNum = 0 maxW.field = imagewidth maxW.ifEmpty = 200 } cMargins = 30,0,0,0 } } tt_content.splash.1 < tt_content.splash.default tt_content.splash.1.20.lm.1.file > tt_content.splash.1.20.lm.1.file = GIFBUILDER tt_content.splash.1.20.lm.1.file { XY = [10.w]+10,[10.h]+10 backColor = {$content.splash.bgCol} backColor.override.data = register:pageColor format = jpg 5 = BOX 5.dimensions = 3,3,[10.w],[10.h] 5.color = #333333 7 = EFFECT 7.value = blur=99|blur=99|blur=99|blur=99|blur=99|blur=99|blur=99 10 = IMAGE 10.file { import = uploads/pics/ import.field = image import.listNum = 0 maxW.field = imagewidth maxW.ifEmpty = 200 } } // The image frames are not available unless TypoScript code from styles.content.imgFrames.x is provided manually: tt_content.splash.2 < tt_content.splash.default #tt_content.splash.2.20.lm.1.file.m < styles.content.imgFrames.1 tt_content.splash.3 < tt_content.splash.default #tt_content.splash.3.20.lm.1.file.m < styles.content.imgFrames.2 // From plugin.postit1, if included: tt_content.splash.20 = < plugin.postit1 # **************** # CType: menu # **************** tt_content.menu = COA tt_content.menu { 10 = < lib.stdheader 20 = CASE 20 { key.field = menu_type # "Menu of these pages" default = HMENU default { special = list special.value.field = pages wrap = 1 = TMENU 1 { target = {$PAGE_TARGET} NO { stdWrap.htmlSpecialChars = 1 wrapItemAndSub =
  • |
  • ATagTitle.field = description // title } noBlur = 1 } } # "Menu of subpages to these pages" 1 < .default 1 { special = directory wrap = } # "Sitemap - liststyle" 2 = HMENU 2 { wrap =
    |
    1 = TMENU 1 { target = {$PAGE_TARGET} noBlur = 1 expAll = 1 wrap = NO { stdWrap.htmlSpecialChars = 1 wrapItemAndSub =
  • |
  • ATagTitle.field = description // title } } 2 < .1 3 < .1 4 < .1 5 < .1 6 < .1 7 < .1 } # "Section index (pagecontent w/Index checked - liststyle)" 3 < styles.content.get 3 { wrap = select.andWhere = sectionIndex!=0 select.pidInList.override.field = pages renderObj = TEXT renderObj { fieldRequired = header trim = 1 field = header htmlSpecialChars = 1 noBlur = 1 wrap =
  • |
  • typolink.parameter.field = pid typolink.section.field = uid } } # "Menu of subpages to these pages (with abstract)" 4 < .1 4 { wrap =
    |
    1.NO { wrapItemAndSub > linkWrap =
    |
    after { data = field : abstract // field : description // field : subtitle required = 1 htmlSpecialChars = 1 wrap =
    |
    } ATagTitle.field = description // title } } # "Recently updated pages" 5 < .default 5 { wrap = special = updated special { maxAge = 3600*24*7 excludeNoSearchPages = 1 } } # "Related pages (based on keywords)" 6 < .default 6 { wrap = special = keywords special { excludeNoSearchPages = 1 } } # "Menu of subpages to these pages + sections - liststyle" 7 < .1 7 { wrap = 1.expAll = 1 2 < .1 2 { sectionIndex = 1 sectionIndex.type = header wrap = NO.wrapItemAndSub =
  • |
  • } } } 20.stdWrap { editIcons = tt_content: menu_type, pages editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.menuSitemap prefixComment = 2 | Menu/Sitemap element: } } # **************** # CType: shortcut # **************** # Should be a complete copy from the old static template "content (default)" tt_content.shortcut = COA tt_content.shortcut { 20 = CASE 20.key.field = layout 20.0= RECORDS 20.0 { source.field = records tables = {$content.shortcut.tables} # THESE are OLD plugins. Modern plugins registers themselves automatically! conf.tt_content = < tt_content conf.tt_address = < tt_address conf.tt_links = < tt_links conf.tt_guest = < tt_guest conf.tt_board = < tt_board conf.tt_calender = < tt_calender conf.tt_rating < tt_rating conf.tt_products = < tt_products conf.tt_news = < tt_news conf.tt_poll = < plugin.tt_poll } 20.1= RECORDS 20.1 { source.field = records tables = {$content.shortcut.tables} conf.tt_poll = < plugin.tt_poll conf.tt_poll.code = RESULT,SUBMITTEDVOTE } 20.stdWrap { editIcons = tt_content: records editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.recordList prefixComment = 2 | Inclusion of other records (by reference): } } # **************** # CType: list # **************** # Should be a complete copy from the old static template "content (default)" (except "lib.stdheader") tt_content.list = COA tt_content.list { 10 = < lib.stdheader 20 = CASE 20.key.field = list_type 20 { # LIST element references (NOT copy of objects!) # THESE are OLD plugins. Modern plugins registers themselves automatically! 3 = CASE 3.key.field = layout 3.0 = < plugin.tt_guest 4 = CASE 4.key.field = layout 4.0 = < plugin.tt_board_list 4.1 = < plugin.tt_board_tree 2 = CASE 2.key.field = layout 2.0 = < plugin.tt_board_tree 5 = CASE 5.key.field = layout 5.0 = < plugin.tt_products 7 = CASE 7.key.field = layout 7.0 = < plugin.tt_calender 8 = CASE 8.key.field = layout 8.0 = < plugin.tt_rating 9 = CASE 9.key.field = layout 9.0 = < plugin.tt_news 11 = CASE 11.key.field = layout 11.0 = < plugin.tipafriend 20 = CASE 20.key.field = layout 20.0 = < plugin.feadmin.fe_users 21 = CASE 21.key.field = layout 21.0 = < plugin.feadmin.dmailsubscription } 20.stdWrap { editIcons = tt_content: list_type, layout, select_key, pages [recursive] editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.plugin prefixComment = 2 | Plugin inserted: } } # **************** # CType: script # **************** # OBSOLETE! Please make extensions instead. The "script" content element was meant for these custom purposes in the past. Today extensions will do the job better. tt_content.script = TEXT tt_content.script { value = prefixComment = 2 | Script element (Deprecated) } # **************** # CType: div # **************** tt_content.div = TEXT tt_content.div { value =
    wrap =
    |
    prefixComment = 2 | Div element } # **************** # CType: html # **************** # This truely IS a content object, launched from inside the PHP class of course. # Should be a complete copy from the old static template "content (default)" tt_content.html = TEXT tt_content.html { field = bodytext editIcons = tt_content: pages editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.html prefixComment = 2 | Raw HTML content: } # **************** # Default error msg: # **************** tt_content.default = TEXT tt_content.default { field = CType wrap =

    ERROR: Content Element type "|" has no rendering definition!

    prefixComment = 2 | Unknown element message: } # ********************************************************************* # ACCESSIBILTY MODE # ********************************************************************* plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE ( /* Captions */ DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; } DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; } DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; } /* Needed for noRows setting */ DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; } /* Border just around the image */ {$styles.content.imgtext.borderSelector} { border: {$styles.content.imgtext.borderThick}px solid {$styles.content.imgtext.borderColor}; padding: {$styles.content.imgtext.borderSpace}px {$styles.content.imgtext.borderSpace}px; } DIV.csc-textpic-imagewrap { padding: 0; } DIV.csc-textpic IMG { border: none; } /* DIV: This will place the images side by side */ DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; } /* UL: This will place the images side by side */ DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; } DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; } /* DL: This will place the images side by side */ DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; } DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; } DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; } DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */ DL.csc-textpic-image { margin: 0; } DL.csc-textpic-image DT { margin: 0; display: inline; } DL.csc-textpic-image DD { margin: 0; } /* Clearer */ DIV.csc-textpic-clear { clear: both; } /* Margins around images: */ /* Pictures on left, add margin on right */ DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-right: {$styles.content.imgtext.colSpace}px; } /* Pictures on right, add margin on left */ DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image, DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: {$styles.content.imgtext.colSpace}px; } /* Pictures centered, add margin on left */ DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: {$styles.content.imgtext.colSpace}px; } DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; } DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; } /* Space below each image (also in-between rows) */ DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: {$styles.content.imgtext.rowSpace}px; } DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: {$styles.content.imgtext.rowSpace}px; display: block; } DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; } DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: {$styles.content.imgtext.rowSpace}px; } /* IE7 hack for margin between image rows */ *+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; } *+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: {$styles.content.imgtext.rowSpace}px; } /* No margins around the whole image-block */ DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; } DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; } /* Add margin from image-block to text (in case of "Text w/ images") */ DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { margin-right: {$styles.content.imgtext.textMargin}px !important; } DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { margin-left: {$styles.content.imgtext.textMargin}px !important; } /* Positioning of images: */ /* Above */ DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; } /* Center (above or below) */ DIV.csc-textpic-center { text-align: center; /* IE-hack */ } DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; } DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ } DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ } /* Right (above or below) */ DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; } DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; } /* Left (above or below) */ DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; } DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; } /* Left (in text) */ DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; } /* Right (in text) */ DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; } /* Right (in text, no wrap around) */ DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; } /* Hide from IE5-mac. Only IE-win sees this. \*/ * html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; } /* End hide from IE5/mac */ /* Left (in text, no wrap around) */ DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; } /* Hide from IE5-mac. Only IE-win sees this. \*/ * html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text, * html .csc-textpic-intext-left ol, * html .csc-textpic-intext-left ul { height: 1%; } /* End hide from IE5/mac */ DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; } /* Browser fixes: */ /* Fix for unordered and ordered list with image "In text, left" */ .csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; } ) # TYPO3 SVN ID: $Id$ ---tokens--- '# ***************************************************************************' Comment '\n' Text '# Notice: "styles." (and "temp.") objects are UNSET after template parsing!' Comment '\n' Text '# Use "lib." for persisting storage of objects.' Comment '\n' Text '# ***************************************************************************' Comment '\n\n' Text '<' Literal.String 'INCLUDE_TYPOSCRIPT' Name.Class ':' Literal.String ' ' Text 'source' Literal.String '=' Literal.String '"FILE' Literal.String ':' Literal.String ' ' Text 'EXT:www_tue_nl/Configuration/TypoScript/Setup/Root.ts' Literal.String '"' Literal.String '>' Literal.String '\n\n' Text 'page' Name.Builtin '.' Punctuation '80' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'RECORDS' Name.Class '\n' Text 'page' Name.Builtin '.' Punctuation '80' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n ' Text 'source' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n ' Text 'tables' Text ' ' Text '= ' Operator 'tt_address' Name.Builtin '\n ' Text 'conf' Text '.' Punctuation 'tt_address' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n ' Text 'conf' Text '.' Punctuation 'tt_address' Text ' ' Text '{' Literal.String.Symbol '\n ' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n ' Text '20' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'email' Text '\n ' Text '20' Literal.Number.Integer '.' Punctuation 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'email' Text '\n ' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\t' Text '/*\npage.200 = PHP_SCRIPT_EXT\npage.200 {\n 1 = TMENU\n 1.wrap =
    |
    \n 1.expAll = 1\n 1.submenuObjSuffixes = a |*| |*| b\n 1.NO.allWrap = |
    \n\n 2 = TMENU\n 2.NO.allWrap =
    |
    \n\n 2a = TMENU\n 2a.NO.allWrap =
    |
    \n*\n 2b = TMENU\n 2b.NO.allWrap =
    |
    \n}\n*/' Comment '\n\n ' Text '# Add the CSS and JS files' Comment '\n' Text 'page' Name.Builtin ' ' Text '{' Literal.String.Symbol '\n ' Text 'includeCSS' Text ' ' Text '{' Literal.String.Symbol ' ' Text '# comment at the end of a line' Comment '\n ' Text 'file99' Text ' ' Text '=' Operator ' ' Text 'fileadmin/your-fancybox' Literal.String '.css\n' Literal.String ' ' Text '}' Literal.String.Symbol '\n ' Text 'includeJSFooter' Text ' ' Text '{' Literal.String.Symbol '\n ' Text 'fancybox' Text ' ' Text '=' Operator ' ' Text 'fileadmin/your-fancybox' Literal.String '.js\n' Literal.String ' ' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n ' Text '# Change the default rendering of images to match lightbox requirements' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'imageLinkWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n ' Text 'JSwindow' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n ' Text 'test' Text ' ' Text '=' Operator ' ' Text 'MyExtension' Text '\\' Literal.String.Symbol 'Path' Text '\\' Literal.String.Symbol 'To' Text '\\' Literal.String.Symbol 'Class' Text '\n\n ' Text 'directImageLink' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n ' Text 'linkParams' Text '.' Punctuation 'ATagParams' Text ' ' Text '{' Literal.String.Symbol '\n ' Text 'dataWrap' Text ' ' Text '=' Operator ' ' Text 'class' Text '=' Operator ' ' Text '"lightbox"' Text ' ' Text 'rel' Text '=' Operator '"fancybox' Text '{' Literal.String.Symbol 'field' Name.Constant ':' Operator 'uid' Name.Constant '}' Literal.String.Symbol '"' Text '\n ' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'imageLinkWrap' Name.Function ' ' Text '>' Operator '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'imageLinkWrap' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'imageLinkWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n ' Text 'enable' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n ' Text 'typolink' Name.Function ' ' Text '{' Literal.String.Symbol '\n ' Text '# directly link to the recent image' Comment '\n ' Text 'parameter' Text '.' Punctuation 'cObject' Text ' ' Text '=' Operator ' ' Text 'IMG_RESOURCE' Name.Class '\n ' Text 'parameter' Text '.' Punctuation 'cObject' Text '.' Punctuation 'file' Text '.' Punctuation 'import' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'TSFE' Text ':' Operator 'lastImageInfo' Text '|' Operator 'origFile' Text '\n ' Text 'parameter' Text '.' Punctuation 'cObject' Text '.' Punctuation 'file' Text '.' Punctuation 'maxW' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'maxW' Name.Constant '}' Literal.String.Symbol '\n ' Text 'parameter' Text '.' Punctuation 'override' Text '.' Punctuation 'listNum' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n ' Text 'title' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text ' ' Text '// title' Comment '\n ' Text 'title' Text '.' Punctuation 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'char' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n ' Text 'title' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text ' ' Text '// header' Comment '\n ' Text 'title' Text '.' Punctuation 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'char' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n ' Text 'title' Text '.' Punctuation 'split' Name.Function '.' Punctuation 'returnKey' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n ' Text 'parameter' Text '.' Punctuation 'cObject' Text ' ' Text '=' Operator ' ' Text 'IMG_RESOURCE' Name.Class '\n ' Text 'parameter' Text '.' Punctuation 'cObject' Text '.' Punctuation 'file' Text '.' Punctuation 'import' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'TSFE' Text ':' Operator 'lastImageInfo' Text '|' Operator 'origFile' Text '\n ' Text 'ATagParams' Text ' ' Text '=' Operator ' ' Text 'target' Text '=' Operator '"_blank"' Text '\n ' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'IMAGE' Name.Class '\n' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n ' Text '# point to the image' Comment '\n ' Text 'file' Text ' ' Text '=' Operator ' ' Text 'fileadmin/demo/lorem_ipsum/images/a4' Literal.String '.jpg\n' Literal.String ' ' Text '# make it rather small' Comment '\n ' Text 'file' Text '.' Punctuation 'width' Text ' ' Text '=' Operator ' ' Text '80' Literal.Number.Integer '\n ' Text '# add a link to tx_cms_showpic.php that shows the original image' Comment '\n ' Text 'imageLinkWrap' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n ' Text 'imageLinkWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t ' Text 'enable' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t ' Text '# JSwindow = 1' Comment '\n\t ' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# Clear out any constants in this reserved room!' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text ' ' Text '>' Operator '\n\n' Text '# get content' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text ' ' Text '=' Operator ' ' Text 'CONTENT' Name.Class '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'table' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin '\n\t' Text 'select' Name.Function '.' Punctuation 'orderBy' Text ' ' Text '=' Operator ' ' Text 'sorting' Text '\n\t' Text 'select' Name.Function '.' Punctuation 'where' Text ' ' Text '=' Operator ' ' Text 'colPos' Text '=' Operator '0' Literal.Number.Integer '\n\t' Text 'select' Name.Function '.' Punctuation 'languageField' Text ' ' Text '=' Operator ' ' Text 'sys_language_uid' Text '\n' Text '}' Literal.String.Symbol '\n\n' Text '# get content, left' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getLeft' Text ' ' Text '< ' Operator 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getLeft' Text '.' Punctuation 'select' Name.Function '.' Punctuation 'where' Text ' ' Text '=' Operator ' ' Text 'colPos' Text '=' Operator '1' Literal.Number.Integer '\n\n' Text '# get content, right' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getRight' Text ' ' Text '< ' Operator 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getRight' Text '.' Punctuation 'select' Name.Function '.' Punctuation 'where' Text ' ' Text '=' Operator ' ' Text 'colPos' Text '=' Operator '2' Literal.Number.Integer '\n\n' Text '# get content, margin' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getBorder' Text ' ' Text '< ' Operator 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getBorder' Text '.' Punctuation 'select' Name.Function '.' Punctuation 'where' Text ' ' Text '=' Operator ' ' Text 'colPos' Text '=' Operator '3' Literal.Number.Integer '\n\n' Text '# get news' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getNews' Text ' ' Text '< ' Operator 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'getNews' Text '.' Punctuation 'select' Name.Function '.' Punctuation 'pidInList' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.getNews.' Name.Constant 'newsPid' Name.Constant '}' Literal.String.Symbol '\n\n' Text '# Edit page object:' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'editPanelPage' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'editPanelPage' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'EDITPANEL' Name.Class '\n\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'allow' Text ' ' Text '=' Operator ' ' Text 'toolbar' Text ',' Punctuation 'move' Text ',' Punctuation 'hide' Text '\n\t\t' Text 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.page' Literal.String '\n\t\t' Text 'label' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Literal.String '<' Literal.String 'b' Literal.String '>' Literal.String '%' Operator 's' Text '<' Literal.String '/b' Literal.String '>' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n\n\n\n\n\n\n\n\n' Text '# *********************************************************************' Comment '\n' Text '# "lib." objects are preserved from unsetting after template parsing' Comment '\n' Text '# *********************************************************************' Comment '\n\n' Text '# Creates persistent ParseFunc setup for non-HTML content. This is recommended to use (as a reference!)' Comment '\n' Text 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t' Text 'makelinks' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'makelinks' Name.Function '.' Punctuation 'http' Text '.' Punctuation 'keep' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'keep' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'makelinks' Name.Function '.' Punctuation 'http' Text '.' Punctuation 'extTarget' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'extTarget' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'makelinks' Name.Function '.' Punctuation 'mailto' Text '.' Punctuation 'keep' Text ' ' Text '=' Operator ' ' Text 'path' Text '\n\t' Text 'tags' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'link' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text 'link' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'current' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'parameters' Text ' ' Text ':' Operator ' ' Text 'allParams' Text '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'extTarget' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'extTarget' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'target' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'parseFunc' Name.Function '.' Punctuation 'constants' Text ' ' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'allowTags' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'allowTags' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'denyTags' Text ' ' Text '=' Operator ' ' Text '*' Operator '\n\t' Text 'sword' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'span' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-sword"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/span' Literal.String '>' Literal.String '\n\t' Text 'constants' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t' Text 'nonTypoTagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'nonTypoTagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'keepNonMatchedTags' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# good old parsefunc in "styles.content.parseFunc" is created for backwards compatibility. Don\'t use it, just ignore.' Comment '\n' Text 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'parseFunc' Name.Function ' ' Text '< ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\n' Text '# Creates persistent ParseFunc setup for RTE content (which is mainly HTML) based on the "ts_css" transformation.' Comment '\n' Text 'lib' Name.Builtin '.' Punctuation 'parseFunc_RTE' Text ' ' Text '< ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n' Text 'lib' Name.Builtin '.' Punctuation 'parseFunc_RTE' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '// makelinks >' Comment '\n\t' Text '# Processing and
    blocks separately' Comment '\n\t' Text 'externalBlocks' Text ' ' Text '=' Operator ' ' Text 'table' Text ',' Punctuation ' ' Text 'blockquote' Text ',' Punctuation ' ' Text 'dd' Text ',' Punctuation ' ' Text 'dl' Text ',' Punctuation ' ' Text 'ol' Text ',' Punctuation ' ' Text 'ul' Text ',' Punctuation ' ' Text 'div' Text '\n\t' Text 'externalBlocks' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '# The blockquote content is passed into parseFunc again...' Comment '\n\t\t' Text 'blockquote' Text '.' Punctuation 'stripNL' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'blockquote' Text '.' Punctuation 'callRecursive' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'blockquote' Text '.' Punctuation 'callRecursive' Text '.' Punctuation 'tagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'blockquote' Text '.' Punctuation 'callRecursive' Text '.' Punctuation 'tagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function '.' Punctuation 'tags' Name.Function '.' Punctuation 'blockquote' Text '.' Punctuation 'overrideAttribs' Text ' ' Text '=' Operator ' ' Text 'style' Text '=' Operator '"margin-bottom' Text ':' Operator '0' Literal.Number.Integer ';margin-top' Text ':' Operator '0' Literal.Number.Integer ';"' Text '\n\n\t\t' Text 'ol' Text '.' Punctuation 'stripNL' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'ol' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'parseFunc' Name.Function ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\n\t\t' Text 'ul' Text '.' Punctuation 'stripNL' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'ul' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'parseFunc' Name.Function ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\n\t\t' Text 'table' Text '.' Punctuation 'stripNL' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'table' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'HTMLparser' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'table' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'HTMLparser' Name.Function '.' Punctuation 'tags' Name.Function '.' Punctuation 'table' Text '.' Punctuation 'fixAttrib' Text '.' Punctuation 'class' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'default' Text ' ' Text '=' Operator ' ' Text 'contenttable' Text '\n\t\t\t' Text 'always' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'list' Text ' ' Text '=' Operator ' ' Text 'contenttable' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'table' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'HTMLparser' Name.Function '.' Punctuation 'keepNonMatchedTags' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'table' Text '.' Punctuation 'HTMLtableCells' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text 'table' Text '.' Punctuation 'HTMLtableCells' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'default' Text '.' Punctuation 'callRecursive' Text '=' Operator '1' Literal.Number.Integer '\n\t\t\t' Text 'addChr10BetweenParagraphs' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'div' Text '.' Punctuation 'stripNL' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'div' Text '.' Punctuation 'callRecursive' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text '# Definition list processing' Comment '\n\t\t' Text 'dl' Text ' ' Text '<' Operator ' ' Text '.' Punctuation 'div' Text '\n\t\t' Text 'dd' Text ' ' Text '<' Operator ' ' Text '.' Punctuation 'div' Text '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'nonTypoTagStdWrap' Text '.' Punctuation 'encapsLines' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'encapsTagList' Text ' ' Text '=' Operator ' ' Text 'p' Text ',' Punctuation 'pre' Text ',' Punctuation 'h1' Text ',' Punctuation 'h2' Text ',' Punctuation 'h3' Text ',' Punctuation 'h4' Text ',' Punctuation 'h5' Text ',' Punctuation 'h6' Text ',' Punctuation 'hr' Text ',' Punctuation 'dt' Text '\n\t\t' Text 'remapTag' Text '.' Punctuation 'DIV' Text ' ' Text '=' Operator ' ' Text 'P' Text '\n\t\t' Text 'nonWrappedTag' Text ' ' Text '=' Operator ' ' Text 'P' Text '\n\t\t' Text 'innerStdWrap_all' Text '.' Punctuation 'ifBlank' Text ' ' Text '=' Operator ' ' Text ' ' Literal.String '\n\t\t' Text 'addAttributes' Text '.' Punctuation 'P' Text '.' Punctuation 'class' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\t\t' Text 'addAttributes' Text '.' Punctuation 'P' Text '.' Punctuation 'class' Text '.' Punctuation 'setOnly' Text '=' Operator 'blank' Text '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'nonTypoTagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'nonTypoTagStdWrap' Text '.' Punctuation 'HTMLparser' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'keepNonMatchedTags' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# Content header:' Comment '\n' Text 'lib' Name.Builtin '.' Punctuation 'stdheader' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'lib' Name.Builtin '.' Punctuation 'stdheader' Text ' ' Text '{' Literal.String.Symbol '\n\n\t' Text '# Create align style-attribute for tags' Comment '\n\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'LOAD_REGISTER' Name.Class '\n\t' Text '2' Literal.Number.Integer '.' Punctuation 'headerStyle' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'header_position' Text '\n\t' Text '2' Literal.Number.Integer '.' Punctuation 'headerStyle' Text '.' Punctuation 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '2' Literal.Number.Integer '.' Punctuation 'headerStyle' Text '.' Punctuation 'noTrimWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Text 'style' Text '=' Operator '"text-align' Text ':' Operator '|' Operator ';"' Text '|' Operator '\n\n\t' Text '# Create class="csc-firstHeader" attribute for tags' Comment '\n\t' Text '3' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'LOAD_REGISTER' Name.Class '\n\t' Text '3' Literal.Number.Integer '.' Punctuation 'headerClass' Text ' ' Text '=' Operator ' ' Text 'csc-firstHeader' Text '\n\t' Text '3' Literal.Number.Integer '.' Punctuation 'headerClass' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'value' Text '=' Operator '1' Literal.Number.Integer '\n\t' Text '3' Literal.Number.Integer '.' Punctuation 'headerClass' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'equals' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'cObj' Name.Builtin ':' Operator 'parentRecordNumber' Text '\n\t' Text '3' Literal.Number.Integer '.' Punctuation 'headerClass' Text '.' Punctuation 'noTrimWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Text 'class' Text '=' Operator '"' Text '|' Operator '"' Text '|' Operator '\n\n\t' Text '# Date format:' Comment '\n\t' Text '5' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'date' Text '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'date' Text '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'strftime' Text ' ' Text '=' Operator ' ' Text '%' Operator 'x' Text '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'p' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-header-date"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Header' Text ' ' Text 'date' Text ':' Operator '\n\n\t' Text '# This CASE cObject renders the header content:' Comment '\n\t' Text '# currentValue is set to the header data, possibly wrapped in link-tags.' Comment '\n\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'setCurrent' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'header' Text '\n\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'header_link' Text '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'header_layout' Text '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'ifEmpty' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'defaultHeaderType' Name.Constant '}' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'ifEmpty' Text '.' Punctuation 'override' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator ' ' Text 'defaultHeaderType' Text '\n\n\t' Text '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'current' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '|' Operator '<' Literal.String '/h1' Literal.String '>' Literal.String '\n\n\t' Text '10' Literal.Number.Integer '.' Punctuation '2' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '2' Literal.Number.Integer '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '|' Operator '<' Literal.String '/h2' Literal.String '>' Literal.String '\n\n\t' Text '10' Literal.Number.Integer '.' Punctuation '3' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '3' Literal.Number.Integer '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '|' Operator '<' Literal.String '/h3' Literal.String '>' Literal.String '\n\n\t' Text '10' Literal.Number.Integer '.' Punctuation '4' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '4' Literal.Number.Integer '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '|' Operator '<' Literal.String '/h4' Literal.String '>' Literal.String '\n\n\t' Text '10' Literal.Number.Integer '.' Punctuation '5' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '10' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '5' Literal.Number.Integer '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '|' Operator '<' Literal.String '/h5' Literal.String '>' Literal.String '\n\n\t' Text '# Pops the used registers off the stack:' Comment '\n\t' Text '98' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'RESTORE_REGISTER' Name.Class '\n\t' Text '99' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'RESTORE_REGISTER' Name.Class '\n\n\t' Text '# Post-processing:' Comment '\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'fieldRequired' Text ' ' Text '=' Operator ' ' Text 'header' Text '\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'if' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'equals' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'header_layout' Text '\n\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '100' Literal.Number.Integer '\n\t\t' Text 'negate' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ' ' Text ':' Operator ' ' Text 'header' Text ',' Punctuation ' ' Text '[' Literal.String.Symbol 'header_layout' Text ' ' Text '|' Operator ' ' Text 'header_position' Text ']' Literal.String.Symbol ',' Punctuation ' ' Text '[' Literal.String.Symbol 'header_link' Text '|' Operator 'date' Text ']' Literal.String.Symbol '\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'editIcons' Text '.' Punctuation 'beforeLastTag' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.header' Literal.String '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Header' Text ':' Operator '\n' Text '}' Literal.String.Symbol '\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n' Text '#******************************************************' Comment '\n' Text '# Including library for processing of some elements:' Comment '\n' Text '#******************************************************' Comment '\n' Text 'includeLibs' Name.Builtin '.' Punctuation 'tx_cssstyledcontent_pi1' Text ' ' Text '=' Operator ' ' Text 'EXT:css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php' Literal.String '\n\n\n' Text '#**********************************' Comment '\n' Text '# tt_content is started' Comment '\n' Text '#**********************************' Comment '\n' Text 'tt_content' Name.Builtin ' ' Text '>' Operator '\n' Text 'tt_content' Name.Builtin ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'CType' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t' Text 'innerWrap' Text '.' Punctuation 'cObject' Text ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text 'innerWrap' Text '.' Punctuation 'cObject' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'section_frame' Text '\n\n\t\t' Text 'default' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '<' Operator 'div' Text ' ' Text 'id' Text '=' Operator '"c' Text '{' Literal.String.Symbol 'field' Name.Constant ':' Operator 'uid' Name.Constant '}' Literal.String.Symbol '"' Text '\n\t\t\t\t' Text 'override' Text '.' Punctuation 'cObject' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text 'override' Text '.' Punctuation 'cObject' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '<' Operator 'div' Text '\n\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'div' Text '\n\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'equals' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'CType' Text '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text 'insertData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '15' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '15' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text 'csc-default' Text '\n\t\t\t\t' Text 'noTrimWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Text 'class' Text '=' Operator '"' Text '|' Operator '"' Text ' ' Text '|' Operator '\n\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceBefore' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '+' Operator '\n\t\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceBefore' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'spaceBefore' Text '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t \t\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'prioriCalc' Text ' ' Text '=' Operator ' ' Text 'intval' Text '\n\t\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text 'margin-top' Text ':' Operator '|' Operator 'px;' Text '\n\t\t\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t\t' Text 'ifEmpty' Text '.' Punctuation 'value' Text ' ' Text '=' Operator '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceAfter' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '+' Operator '\n\t\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceAfter' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'spaceAfter' Text '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'prioriCalc' Text ' ' Text '=' Operator ' ' Text 'intval' Text '\n\t\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text 'margin-bottom' Text ':' Operator '|' Operator 'px;' Text '\n\t\t\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t\t' Text 'ifEmpty' Text '.' Punctuation 'value' Text ' ' Text '=' Operator '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t' Text 'stdWrap' Name.Function '.' Punctuation 'noTrimWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Text 'style' Text '=' Operator '"' Text '|' Operator '"' Text ' ' Text '|' Operator '\n\t\t\t\t' Text 'stdWrap' Name.Function '.' Punctuation 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '30' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '>' Operator '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '1' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '1' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-invisible' Text '\n\n\t\t' Text '5' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '5' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-rulerBefore' Text '\n\n\t\t' Text '6' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '6' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-rulerAfter' Text '\n\n\t\t' Text '10' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-indent' Text '\n\n\t\t' Text '11' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '11' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-indent3366' Text '\n\n\t\t' Text '12' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '12' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-indent6633' Text '\n\n\t\t' Text '20' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-frame1' Text '\n\n\t\t' Text '21' Literal.Number.Integer ' ' Text '=< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'innerWrap' Text '.' Punctuation 'cObject' Text '.' Punctuation 'default' Text '\n\t\t' Text '21' Literal.Number.Integer '.' Punctuation '15' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'csc-frame' Text ' ' Text 'csc-frame-frame2' Text '\n\n\t\t' Text '66' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t' Text '66' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '' Literal.String '<' Literal.String '/a' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'insertData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceBefore' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '+' Operator '\n\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceBefore' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'spaceBefore' Text '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t \t\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'prioriCalc' Text ' ' Text '=' Operator ' ' Text 'intval' Text '\n\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text 'margin-top' Text ':' Operator '|' Operator 'px;' Text '\n\t\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t' Text 'ifEmpty' Text '.' Punctuation 'value' Text ' ' Text '=' Operator '\n\t\t\t\t\t' Text 'wrap2' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'style' Literal.String '=' Literal.String '"' Literal.String '|' Literal.String '"' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '30' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '30' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '40' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '20' Literal.Number.Integer '\n\t\t\t' Text '40' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceAfter' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t\t' Text 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.' Name.Constant 'spaceAfter' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'spaceAfter' Text '\n\t\t\t\t' Text 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text 'margin-bottom' Text ':' Operator '|' Operator 'px;' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'innerWrap2' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Text '<' Literal.String 'p' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-linkToTop"' Literal.String '>' Literal.String '<' Literal.String 'a' Literal.String ' ' Text 'href' Literal.String '=' Literal.String '"#"' Literal.String '>' Literal.String '{' Literal.String.Symbol 'LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop' Literal.String '}' Literal.String.Symbol '<' Literal.String '/a' Literal.String '>' Literal.String '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t' Text 'innerWrap2' Text '.' Punctuation 'insertData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'innerWrap2' Text '.' Punctuation 'fieldRequired' Text ' ' Text '=' Operator ' ' Text 'linkToTop' Text '\n\n\t' Text 'prepend' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text 'prepend' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '<' Literal.String '/a' Literal.String '>' Literal.String '\n\t' Text 'prepend' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text '_LOCALIZED_UID' Text '\n\n\t' Text 'editPanel' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'editPanel' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'allow' Text ' ' Text '=' Operator ' ' Text 'move' Text ',' Punctuation 'new' Text ',' Punctuation 'edit' Text ',' Punctuation 'hide' Text ',' Punctuation 'delete' Text '\n\t\t' Text 'line' Text ' ' Text '=' Operator ' ' Text '5' Literal.Number.Integer '\n\t\t' Text 'label' Text ' ' Text '=' Operator ' ' Text '%' Operator 's' Text '\n\t\t' Text 'onlyCurrentPid' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'previewBorder' Text ' ' Text '=' Operator ' ' Text '4' Literal.Number.Integer '\n\t\t' Text 'edit' Text '.' Punctuation 'displayRecord' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'CONTENT' Name.Class ' ' Text 'ELEMENT' Text ',' Punctuation ' ' Text 'uid' Text ':' Operator '{' Literal.String.Symbol 'field' Name.Constant ':' Operator 'uid' Name.Constant '}' Literal.String.Symbol '/' Text '{' Literal.String.Symbol 'field' Name.Constant ':' Operator 'CType' Name.Constant '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# *****************' Comment '\n' Text '# CType: header' Comment '\n' Text '# *****************' Comment '\n' Text '# See Object path "lib.stdheader"' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'header' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'header' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'subheader' Text '\n\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text 'dataWrap' Text ' ' Text '=' Operator ' ' Text '

    ' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator 'subheader' Text ',' Punctuation 'layout' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'beforeLastTag' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.subheader' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Subheader' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# *****************' Comment '\n' Text '# CType: text' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'text' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'text' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text 'parseFunc' Name.Function ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc_RTE' Text '\n\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator 'bodytext' Text ',' Punctuation ' ' Text 'rte_enabled' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'beforeLastTag' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.bodytext' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Text' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# *****************' Comment '\n' Text '# CType: image' Comment '\n' Text '# *****************' Comment '\n' Text "# (also used for rendering 'textpic' type):" Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'USER' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'userFunc' Name.Function ' ' Text '=' Operator ' ' Text 'tx_cssstyledcontent_pi1-' Text '>' Operator 'render_textpic' Text '\n\n\t' Text '# Image source' Comment '\n\t' Text 'imgList' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image' Text '\n\t' Text 'imgPath' Text ' ' Text '=' Operator ' ' Text 'uploads/pics/' Literal.String '\n' Literal.String '\n\t' Text '# Single image rendering' Comment '\n\t' Text 'imgObjNum' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'file' Text '.' Punctuation 'import' Text '.' Punctuation 'current' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'file' Text '.' Punctuation 'width' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagewidth' Text '\n\t\t' Text 'imageLinkWrap' Name.Function ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'imageLinkWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'bodyTag' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'body' Literal.String ' ' Text 'style' Literal.String '=' Literal.String '"margin' Literal.String ':' Literal.String '0;' Literal.String ' ' Text 'background' Literal.String ':' Literal.String '#fff;"' Literal.String '>' Literal.String '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'a' Literal.String ' ' Text 'href' Literal.String '=' Literal.String '"javascript' Literal.String ':' Literal.String 'close();"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/a' Literal.String '>' Literal.String '\n\t\t\t' Text 'width' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'width' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'height' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'height' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'effects' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'effects' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'JSwindow' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'JSwindow' Text '.' Punctuation 'newWindow' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'newWindow' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'JSwindow' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isFalse' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'lightboxEnabled' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'directImageLink' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'lightboxEnabled' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'enable' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_zoom' Text '\n\t\t\t' Text 'enable' Text '.' Punctuation 'ifEmpty' Text '.' Punctuation 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_link' Text '\n\t\t\t' Text 'enable' Text '.' Punctuation 'ifEmpty' Text '.' Punctuation 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'listNum' Text '.' Punctuation 'splitChar' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n\t\t\t' Text 'enable' Text '.' Punctuation 'ifEmpty' Text '.' Punctuation 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'listNum' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n\t\t\t' Text 'enable' Text '.' Punctuation 'ifEmpty' Text '.' Punctuation 'typolink' Name.Function '.' Punctuation 'returnLast' Text ' ' Text '=' Operator ' ' Text 'url' Text '\n\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_link' Text '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'listNum' Text '.' Punctuation 'splitChar' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'listNum' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'target' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'extTarget' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.links.' Name.Constant 'extTarget' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'linkParams' Text '.' Punctuation 'ATagParams' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text 'class' Text '=' Operator '"' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'lightboxCssClass' Name.Constant '}' Literal.String.Symbol '"' Text ' ' Text 'rel' Text '=' Operator '"' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.linkWrap.' Name.Constant 'lightboxRelAttribute' Name.Constant '}' Literal.String.Symbol '"' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text 'altText' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text 'altText' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'altText' Text '\n\t\t\t' Text 'stripHtml' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'char' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'imageTextSplit' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'returnKey' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text 'titleText' Text ' ' Text '<' Operator ' ' Text '.' Punctuation 'altText' Text '\n\t\t' Text 'titleText' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'titleText' Text '\n\n\t\t' Text 'longdescURL' Text ' ' Text '<' Operator ' ' Text '.' Punctuation 'altText' Text '\n\t\t' Text 'longdescURL' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'longdescURL' Text '\n\n\t\t' Text 'emptyTitleHandling' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'emptyTitleHandling' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'titleInLink' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'titleInLink' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'titleInLinkAndImg' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'titleInLinkAndImg' Name.Constant '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'textPos' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageorient' Text '\n\t' Text 'maxW' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'maxW' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'maxW' Text '.' Punctuation 'override' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'maxImageWidth' Text '\n\t' Text 'maxWInText' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'maxWInText' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'maxWInText' Text '.' Punctuation 'override' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'maxImageWidthInText' Text '\n\n\t' Text 'equalH' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageheight' Text '\n\n\t' Text 'image_compression' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_compression' Text '\n\t' Text 'image_effects' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_effects' Text '\n\n\t' Text 'noRows' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image_noRows' Text '\n\n\t' Text 'cols' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecols' Text '\n\t' Text 'border' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageborder' Text '\n\n\t' Text 'caption' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text '\n\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'parseFunc' Name.Function ' ' Text '=< ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\t\t\t' Text 'br' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'char' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'token' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isPositive' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'imageTextSplit' Name.Constant '}' Literal.String.Symbol ' ' Text '+' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'captionSplit' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'split' Name.Function '.' Punctuation 'returnKey' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'IMAGE_NUM_CURRENT' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '# captionSplit is deprecated, use imageTextSplit instead' Comment '\n\t' Text 'captionSplit' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'captionSplit' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'captionAlign' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption_position' Text '\n\t' Text '# caption/alttext/title/longdescURL splitting' Comment '\n\t' Text 'imageTextSplit' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'imageTextSplit' Name.Constant '}' Literal.String.Symbol '\n\n\t' Text 'borderCol' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderColor' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'borderThick' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderThick' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'borderClass' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderClass' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'colSpace' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'colSpace' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'rowSpace' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'rowSpace' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'textMargin' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'textMargin' Name.Constant '}' Literal.String.Symbol '\n\n\t' Text 'borderSpace' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderSpace' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'separateRows' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'separateRows' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'addClasses' Text ' ' Text '=' Operator '\n\t' Text 'addClassesImage' Text ' ' Text '=' Operator '\n\t' Text 'addClassesImage' Text '.' Punctuation 'ifEmpty' Text ' ' Text '=' Operator ' ' Text 'csc-textpic-firstcol' Text ' ' Text 'csc-textpic-lastcol' Text '\n\t' Text 'addClassesImage' Text '.' Punctuation 'override' Text ' ' Text '=' Operator ' ' Text 'csc-textpic-firstcol' Text ' ' Text '|' Operator '*' Operator '|' Operator ' ' Text '|' Operator '*' Operator '|' Operator ' ' Text 'csc-textpic-lastcol' Text '\n\t' Text 'addClassesImage' Text '.' Punctuation 'override' Text '.' Punctuation 'if' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'isGreaterThan' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecols' Text '\n\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t#\n' Comment '\t' Text 'imageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '

    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'imageStdWrapNoWidth' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-imagewrap"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\n\t' Text '# if noRows is set, wrap around each column:' Comment '\n\t' Text 'imageColumnStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\n\t' Text 'layout' Text ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text 'layout' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageorient' Text '\n\t\t' Text '# above-center' Comment '\n\t\t' Text 'default' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text 'default' Text '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# above-right' Comment '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# above-left' Comment '\n\t\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '2' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# below-center' Comment '\n\t\t' Text '8' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '8' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###TEXT###' Name.Constant '###IMAGES###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# below-right' Comment '\n\t\t' Text '9' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '9' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###TEXT###' Name.Constant '###IMAGES###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# below-left' Comment '\n\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###TEXT###' Name.Constant '###IMAGES###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '# intext-right' Comment '\n\t\t' Text '17' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '17' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '17' Literal.Number.Integer '.' Punctuation 'override' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '17' Literal.Number.Integer '.' Punctuation 'override' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'addIntextClearer' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text '# intext-left' Comment '\n\t\t' Text '18' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '18' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '18' Literal.Number.Integer '.' Punctuation 'override' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '18' Literal.Number.Integer '.' Punctuation 'override' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'addIntextClearer' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text '# intext-right-nowrap' Comment '\n\t\t' Text '25' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '25' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '
    ' Literal.String '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '25' Literal.Number.Integer '.' Punctuation 'insertData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text '# intext-left-nowrap' Comment '\n\t\t' Text '26' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '26' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '###IMAGES###' Name.Constant '
    ' Literal.String '###TEXT###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-clear"' Literal.String '>' Literal.String '<' Literal.String '!--' Literal.String ' ' Text '--' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '26' Literal.Number.Integer '.' Punctuation 'insertData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'rendering' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'dl' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '# Choose another rendering for special edge cases' Comment '\n\t\t\t' Text 'fallbackRendering' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t' Text 'fallbackRendering' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text '# Just one image without a caption => don\'t need the dl-overhead, use the "simple" rendering' Comment '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'if' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'isFalse' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text '\n\t\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t\t' Text 'equals' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'imageCount' Text '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text 'simple' Text '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t' Text '# Multiple images and one global caption => "ul"' Comment '\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'if' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t\t' Text 'isGreaterThan' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'imageCount' Text '\n\t\t\t\t\t\t' Text 'isTrue' Text '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'renderGlobalCaption' Text '\n\t\t\t\t\t\t' Text 'isTrue' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text 'ul' Text '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t\t' Text '# Multiple images and no caption at all => "ul"' Comment '\n\t\t\t\t' Text '30' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t\t' Text '30' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'if' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t\t' Text 'isGreaterThan' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'imageCount' Text '\n\t\t\t\t\t\t' Text 'isFalse' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagecaption' Text '\n\t\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text 'ul' Text '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text 'imageRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imageLastRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'noRowsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator '\n\t\t\t' Text 'oneImageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/dl' Literal.String '>' Literal.String '\n\t\t\t' Text 'imgTagStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dt' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/dt' Literal.String '>' Literal.String '\n\t\t\t' Text 'editIconsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dd' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/dd' Literal.String '>' Literal.String '\n\t\t\t' Text 'caption' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dd' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-caption"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/dd' Literal.String '>' Literal.String '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'ul' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '# Just one image without a caption => don\'t need the ul-overhead, use the "simple" rendering' Comment '\n\t\t\t' Text 'fallbackRendering' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation 'rendering' Text '.' Punctuation 'dl' Text '.' Punctuation 'fallbackRendering' Text '.' Punctuation '10' Literal.Number.Integer '\n\t\t\t' Text 'imageRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '<' Literal.String 'ul' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/ul' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imageLastRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '<' Literal.String 'ul' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/ul' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'noRowsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text 'oneImageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
  • ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t\t' Text 'imgTagStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator '\n\t\t\t' Text 'editIconsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'caption' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-caption"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'div' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '# Just one image without a caption => don\'t need the div-overhead, use the "simple" rendering' Comment '\n\t\t\t' Text 'fallbackRendering' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '.' Punctuation 'rendering' Text '.' Punctuation 'dl' Text '.' Punctuation 'fallbackRendering' Text '.' Punctuation '10' Literal.Number.Integer '\n\t\t\t' Text 'imageRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imageLastRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'noRowsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator '\n\t\t\t' Text 'oneImageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imgTagStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'editIconsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'caption' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-caption"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'simple' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'imageRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text 'imageLastRowStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text 'noRowsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator '\n\t\t\t' Text 'oneImageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text 'imgTagStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text 'editIconsStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t\t\t' Text 'caption' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-caption"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imageStdWrap' Text '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text 'imageStdWrapNoWidth' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-imagewrap' Literal.String ' ' Text 'csc-textpic-single-image"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'renderMethod' Text ' ' Text '=' Operator ' ' Text 'dl' Text '\n\n\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ' ' Text ':' Operator ' ' Text 'image' Text ' ' Text '[' Literal.String.Symbol 'imageorient' Text '|' Operator 'imagewidth' Text '|' Operator 'imageheight' Text ']' Literal.String.Symbol ',' Punctuation ' ' Text '[' Literal.String.Symbol 'imagecols' Text '|' Operator 'image_noRows' Text '|' Operator 'imageborder' Text ']' Literal.String.Symbol ',' Punctuation '[' Literal.String.Symbol 'image_link' Text '|' Operator 'image_zoom' Text ']' Literal.String.Symbol ',' Punctuation '[' Literal.String.Symbol 'image_compression' Text '|' Operator 'image_effects' Text '|' Operator 'image_frames' Text ']' Literal.String.Symbol ',' Punctuation 'imagecaption' Text '[' Literal.String.Symbol 'imagecaption_position' Text ']' Literal.String.Symbol '\n\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.images' Literal.String '\n\n\t' Text 'caption' Text '.' Punctuation 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ' ' Text ':' Operator ' ' Text 'imagecaption' Text '[' Literal.String.Symbol 'imagecaption_position' Text ']' Literal.String.Symbol '\n\t' Text 'caption' Text '.' Punctuation 'editIcons' Text '.' Punctuation 'beforeLastTag' Text '=' Operator '1' Literal.Number.Integer '\n\t' Text 'caption' Text '.' Punctuation 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.caption' Literal.String '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Image' Text ' ' Text 'block' Text ':' Operator '\n' Text '}' Literal.String.Symbol '\n\n' Text '# *****************' Comment '\n' Text '# CType: textpic' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'textpic' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'textpic' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'if' Name.Function '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '25' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'if' Name.Function '.' Punctuation 'isLessThan' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageorient' Text '\n\t' Text '10' Literal.Number.Integer '.' Punctuation '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '= < ' Operator 'tt_content' Name.Builtin '.' Punctuation 'image' Text '.' Punctuation '20' Literal.Number.Integer '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'text' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t' Text 'text' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'if' Name.Function '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '24' Literal.Number.Integer '\n\t\t\t' Text 'if' Name.Function '.' Punctuation 'isGreaterThan' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imageorient' Text '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
    ' Literal.String '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'text' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '= < ' Operator 'tt_content' Name.Builtin '.' Punctuation 'text' Text '.' Punctuation '20' Literal.Number.Integer '\n\t\t' Text 'text' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-textpic-text"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# *****************' Comment '\n' Text '# CType: bullet' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'bullets' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'bullets' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\t\t' Text 'trim' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'split' Name.Function '{' Literal.String.Symbol '\n\t\t\t' Text 'token' Text '.' Punctuation 'char' Text ' ' Text '=' Operator ' ' Text '10' Literal.Number.Integer '\n\t\t\t' Text 'cObjNum' Text ' ' Text '=' Operator ' ' Text '|' Operator '*' Operator '|' Operator '1' Literal.Number.Integer '|' Operator '|' Operator ' ' Text '2' Literal.Number.Integer '|' Operator '*' Operator '|' Operator '\n\t\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'current' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'parseFunc' Name.Function ' ' Text '=< ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\t\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"odd"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\n\t\t\t' Text '2' Literal.Number.Integer '.' Punctuation 'current' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '2' Literal.Number.Integer '.' Punctuation 'parseFunc' Name.Function ' ' Text '=< ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\t\t\t' Text '2' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"even"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'dataWrap' Text ' ' Text '=' Operator ' ' Text '
      ' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t \t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'bodytext' Text ',' Punctuation ' ' Text '[' Literal.String.Symbol 'layout' Text ']' Literal.String.Symbol '\n\t \t' Text 'editIcons' Text '.' Punctuation 'beforeLastTag' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t \t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.bullets' Literal.String '\n\n\t \t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Bullet' Text ' ' Text 'list' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# *****************' Comment '\n' Text '# CType: table' Comment '\n' Text '# *****************' Comment '\n' Text '# Rendered by a PHP function specifically written to handle CE tables. See css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'table' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'table' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'USER' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'userFunc' Name.Function ' ' Text '=' Operator ' ' Text 'tx_cssstyledcontent_pi1-' Text '>' Operator 'render_table' Text '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'color' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'default' Text ' ' Text '=' Operator '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text '#EDEBF1' Literal.String.Char '\n\t\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text '#F5FFAA' Literal.String.Char '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_0' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_1' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_2' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_3' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'innerStdWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'innerStdWrap' Text '.' Punctuation 'parseFunc' Name.Function ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'parseFunc' Name.Function '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'cols' Text ',' Punctuation ' ' Text 'bodytext' Text ',' Punctuation ' ' Text '[' Literal.String.Symbol 'layout' Text ']' Literal.String.Symbol ',' Punctuation ' ' Text '[' Literal.String.Symbol 'table_bgColor' Text '|' Operator 'table_border' Text '|' Operator 'table_cellspacing' Text '|' Operator 'table_cellpadding' Text ']' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text '.' Punctuation 'beforeLastTag' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.table' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Table' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# *****************' Comment '\n' Text '# CType: uploads' Comment '\n' Text '# *****************' Comment '\n' Text '# Rendered by a PHP function specifically written to handle CE filelists. See css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'uploads' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'uploads' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'USER' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'userFunc' Name.Function ' ' Text '=' Operator ' ' Text 'tx_cssstyledcontent_pi1-' Text '>' Operator 'render_uploads' Text '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'media' Text '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'filePath' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'select_key' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '# Rendering for each file (e.g. rows of the table) as a cObject' Comment '\n\t\t' Text 'itemRendering' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t' Text 'itemRendering' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'tr' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"tr-odd' Literal.String ' ' Text 'tr-first"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/tr' Literal.String '>' Literal.String ' ' Text '|' Operator '*' Operator '|' Operator ' ' Text '<' Literal.String 'tr' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"tr-even"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/tr' Literal.String '>' Literal.String ' ' Text '|' Operator '|' Operator ' ' Text '<' Literal.String 'tr' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"tr-odd"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/tr' Literal.String '>' Literal.String ' ' Text '|' Operator '*' Operator '|' Operator '\n\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'linkedIcon' Text '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'td' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-uploads-icon"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/td' Literal.String '>' Literal.String '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'if' Name.Function '.' Punctuation 'isPositive' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\n\t\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'td' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-uploads-fileName"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/td' Literal.String '>' Literal.String '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'linkedLabel' Text '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'p' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation '2' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'description' Text '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'p' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-uploads-description"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\n\t\t\t' Text '30' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'if' Name.Function '.' Punctuation 'isTrue' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'filelink_size' Text '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'fileSize' Text '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'td' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-uploads-fileSize"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/td' Literal.String '>' Literal.String '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'bytes' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'bytes' Text '.' Punctuation 'labels' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.uploads.' Name.Constant 'filesizeBytesLabels' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'useSpacesInLinkText' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t\t' Text 'stripFileExtensionFromLinkText' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'color' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'default' Text ' ' Text '=' Operator '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text '#EDEBF1' Literal.String.Char '\n\t\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text '#F5FFAA' Literal.String.Char '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_0' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_1' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_2' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'tableParams_3' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'border' Text ' ' Text '=' Operator '\n\t\t' Text 'cellpadding' Text ' ' Text '=' Operator '\n\t\t' Text 'cellspacing' Text ' ' Text '=' Operator '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'linkProc' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '_blank' Text '\n\t\t' Text 'jumpurl' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.uploads.' Name.Constant 'jumpurl' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'jumpurl' Text '.' Punctuation 'secure' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.uploads.' Name.Constant 'jumpurl_secure' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'jumpurl' Text '.' Punctuation 'secure' Text '.' Punctuation 'mimeTypes' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.uploads.' Name.Constant 'jumpurl_secure_mimeTypes' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'removePrependedNumbers' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text 'iconCObject' Text ' ' Text '=' Operator ' ' Text 'IMAGE' Name.Class '\n\t\t' Text 'iconCObject' Text '.' Punctuation 'file' Text '.' Punctuation 'import' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ' ' Text ':' Operator ' ' Text 'ICON_REL_PATH' Text '\n\t\t' Text 'iconCObject' Text '.' Punctuation 'file' Text '.' Punctuation 'width' Text ' ' Text '=' Operator ' ' Text '150' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'filesize' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'bytes' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text 'bytes' Text '.' Punctuation 'labels' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.uploads.' Name.Constant 'filesizeBytesLabels' Name.Constant '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'media' Text ',' Punctuation ' ' Text 'layout' Text ' ' Text '[' Literal.String.Symbol 'table_bgColor' Text '|' Operator 'table_border' Text '|' Operator 'table_cellspacing' Text '|' Operator 'table_cellpadding' Text ']' Literal.String.Symbol ',' Punctuation ' ' Text 'filelink_size' Text ',' Punctuation ' ' Text 'imagecaption' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.filelist' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'File' Text ' ' Text 'list' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ******************' Comment '\n' Text '# CType: multimedia' Comment '\n' Text '# ******************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'multimedia' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'multimedia' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'MULTIMEDIA' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'file' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'multimedia' Text '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'file' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text 'uploads/media/' Literal.String '\n' Literal.String '\t' Text '20' Literal.Number.Integer '.' Punctuation 'file' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'params' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'multimedia' Text ',' Punctuation ' ' Text 'bodytext' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Multimedia' Text ' ' Text 'element' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# *****************' Comment '\n' Text '# CType: swfobject' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'swfobject' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'swfobject' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'SWFOBJECT' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'file' Text ' ' Text '=' Operator '\n\t\t' Text 'width' Text ' ' Text '=' Operator '\n\t\t' Text 'height' Text ' ' Text '=' Operator '\n\n\t\t' Text 'flexParams' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pi_flexform' Text '\n\n\t\t' Text 'alternativeContent' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t\t' Text 'layout' Text ' ' Text '=' Operator ' ' Text '###SWFOBJECT###' Name.Constant '\n\n\t\t' Text 'video' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'player' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'videoPlayer' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'defaultWidth' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultVideoWidth' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'defaultHeight' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultVideoHeight' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'quality' Text ' ' Text '=' Operator ' ' Text 'high' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'menu' Text ' ' Text '=' Operator ' ' Text 'false' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowScriptAccess' Text ' ' Text '=' Operator ' ' Text 'sameDomain' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowFullScreen' Text ' ' Text '=' Operator ' ' Text 'true' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text 'mapping' Text ' ' Text '{' Literal.String.Symbol '\n\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text 'audio' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'player' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'audioPlayer' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'defaultWidth' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultAudioWidth' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'defaultHeight' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultAudioHeight' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'quality' Text ' ' Text '=' Operator ' ' Text 'high' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowScriptAccess' Text ' ' Text '=' Operator ' ' Text 'sameDomain' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'menu' Text ' ' Text '=' Operator ' ' Text 'false' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text 'mapping' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'flashvars' Text '.' Punctuation 'file' Text ' ' Text '=' Operator ' ' Text 'soundFile' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'multimedia' Text ',' Punctuation ' ' Text 'imagewidth' Text ',' Punctuation ' ' Text 'imageheight' Text ',' Punctuation ' ' Text 'pi_flexform' Text ',' Punctuation ' ' Text 'bodytext' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'SWFobject' Text ' ' Text 'element' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# *****************' Comment '\n' Text '# CType: qtobject' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'qtobject' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'qtobject' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'QTOBJECT' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'file' Text ' ' Text '=' Operator '\n\t\t' Text 'width' Text ' ' Text '=' Operator '\n\t\t' Text 'height' Text ' ' Text '=' Operator '\n\n\t\t' Text 'flexParams' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pi_flexform' Text '\n\n\t\t' Text 'alternativeContent' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t\t' Text 'layout' Text ' ' Text '=' Operator ' ' Text '###QTOBJECT###' Name.Constant '\n\n\t\t' Text 'video' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'player' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'videoPlayer' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'defaultWidth' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultVideoWidth' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'defaultHeight' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultVideoHeight' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'quality' Text ' ' Text '=' Operator ' ' Text 'high' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'menu' Text ' ' Text '=' Operator ' ' Text 'false' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowScriptAccess' Text ' ' Text '=' Operator ' ' Text 'sameDomain' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowFullScreen' Text ' ' Text '=' Operator ' ' Text 'true' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text 'mapping' Text ' ' Text '{' Literal.String.Symbol '\n\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text 'audio' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'player' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'audioPlayer' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'defaultWidth' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultAudioWidth' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'defaultHeight' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.media.' Name.Constant 'defaultAudioHeight' Name.Constant '}' Literal.String.Symbol '\n\n\t\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'quality' Text ' ' Text '=' Operator ' ' Text 'high' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'allowScriptAccess' Text ' ' Text '=' Operator ' ' Text 'sameDomain' Text '\n\t\t\t\t' Text 'params' Text '.' Punctuation 'menu' Text ' ' Text '=' Operator ' ' Text 'false' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text 'mapping' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'flashvars' Text '.' Punctuation 'file' Text ' ' Text '=' Operator ' ' Text 'soundFile' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'multimedia' Text ',' Punctuation ' ' Text 'imagewidth' Text ',' Punctuation ' ' Text 'imageheight' Text ',' Punctuation ' ' Text 'pi_flexform' Text ',' Punctuation ' ' Text 'bodytext' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'QTobject' Text ' ' Text 'element' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# *****************' Comment '\n' Text '# CType: media' Comment '\n' Text '# *****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'media' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'media' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\n\t\t' Text 'flexParams' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pi_flexform' Text '\n\t\t' Text 'alternativeContent' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'text' Text '.' Punctuation '20' Literal.Number.Integer '\n\t\t' Text 'alternativeContent' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t\t' Text 'type' Text ' ' Text '=' Operator ' ' Text 'video' Text '\n\t\t' Text 'renderType' Text ' ' Text '=' Operator ' ' Text 'auto' Text '\n\t\t' Text 'allowEmptyUrl' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t\t' Text 'forcePlayer' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t\t' Text 'fileExtHandler' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'default' Text ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t\t\t' Text 'avi' Text ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t\t\t' Text 'asf' Text ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t\t\t' Text 'class' Text ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t\t\t' Text 'wmv' Text ' ' Text '=' Operator ' ' Text 'MEDIA' Name.Class '\n\t\t\t' Text 'mp3' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'mp4' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'm4v' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'swa' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'flv' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'swf' Text ' ' Text '=' Operator ' ' Text 'SWF' Text '\n\t\t\t' Text 'mov' Text ' ' Text '=' Operator ' ' Text 'QT' Text '\n\t\t\t' Text 'm4v' Text ' ' Text '=' Operator ' ' Text 'QT' Text '\n\t\t\t' Text 'm4a' Text ' ' Text '=' Operator ' ' Text 'QT' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text 'mimeConf' Text '.' Punctuation 'swfobject' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'swfobject' Text '.' Punctuation '20' Literal.Number.Integer '\n\t\t' Text 'mimeConf' Text '.' Punctuation 'qtobject' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'qtobject' Text '.' Punctuation '20' Literal.Number.Integer '\n\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'pi_flexform' Text ',' Punctuation ' ' Text 'bodytext' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.multimedia' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Media' Text ' ' Text 'element' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n' Text '# ******************' Comment '\n' Text '# CType: mailform' Comment '\n' Text '# ******************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'FORM' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'accessibility' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'noWrapAttr' Text '=' Operator '1' Literal.Number.Integer '\n\t' Text 'formName' Text ' ' Text '=' Operator ' ' Text 'mailform' Text '\n\t' Text 'dontMd5FieldNames' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'layout' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-field"' Literal.String '>' Literal.String '###LABEL###' Name.Constant ' ' Text '###FIELD###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'labelWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t' Text 'commentWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t' Text 'radioWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '<' Literal.String 'br' Literal.String ' ' Text '/' Literal.String '>' Literal.String '\n\t' Text 'radioWrap' Text '.' Punctuation 'accessibilityWrap' Text ' ' Text '=' Operator ' ' Text '' Literal.String '<' Literal.String 'legend' Literal.String '>' Literal.String '###RADIO_GROUP_LABEL###' Name.Constant '<' Literal.String '/legend' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/fieldset' Literal.String '>' Literal.String '\n\t' Text 'REQ' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'REQ' Text '.' Punctuation 'labelWrap' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator '\n\t' Text 'COMMENT' Text '.' Punctuation 'layout' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-label"' Literal.String '>' Literal.String '###LABEL###' Name.Constant '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'RADIO' Text '.' Punctuation 'layout' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-field"' Literal.String '>' Literal.String '###LABEL###' Name.Constant ' ' Text '<' Literal.String 'span' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-radio"' Literal.String '>' Literal.String '###FIELD###' Name.Constant '<' Literal.String '/span' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'LABEL' Text '.' Punctuation 'layout' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-field"' Literal.String '>' Literal.String '###LABEL###' Name.Constant ' ' Text '<' Literal.String 'span' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform-label"' Literal.String '>' Literal.String '###FIELD###' Name.Constant '<' Literal.String '/span' Literal.String '>' Literal.String '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.mailform.' Name.Constant 'target' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'goodMess' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.mailform.' Name.Constant 'goodMess' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'badMess' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.mailform.' Name.Constant 'badMess' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'redirect' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t' Text 'redirect' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text 'recipient' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'subheader' Text '\n\t' Text 'data' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\t' Text 'locationData' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text 'hiddenFields' Text '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'style' Literal.String '=' Literal.String '"display' Literal.String ':' Literal.String 'none;"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\n\t' Text 'params' Text '.' Punctuation 'radio' Text ' ' Text '=' Operator ' ' Text 'class' Text '=' Operator '"csc-mailform-radio"' Text '\n\t' Text 'params' Text '.' Punctuation 'check' Text ' ' Text '=' Operator ' ' Text 'class' Text '=' Operator '"csc-mailform-check"' Text '\n\t' Text 'params' Text '.' Punctuation 'submit' Text ' ' Text '=' Operator ' ' Text 'class' Text '=' Operator '"csc-mailform-submit"' Text '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'fieldset' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-mailform"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/fieldset' Literal.String '>' Literal.String '\n\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'bodytext' Text ',' Punctuation ' ' Text 'pages' Text ',' Punctuation ' ' Text 'subheader' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.form' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Mail' Text ' ' Text 'form' Text ' ' Text 'inserted' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ******************' Comment '\n' Text '# CType: search' Comment '\n' Text '# ******************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n' Text '# Result:' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'SEARCHRESULT' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'allowedCols' Text ' ' Text '=' Operator ' ' Text 'pages' Text '.' Punctuation 'title-subtitle-keywords-description' Text ' ' Text ':' Operator ' ' Text 'tt_content' Text '.' Punctuation 'header-bodytext-imagecaption' Text ' ' Text ':' Operator ' ' Text 'tt_address' Text '.' Punctuation 'name-title-address-email-company-city-country' Text ' ' Text ':' Operator ' ' Text 'tt_links' Text '.' Punctuation 'title-note-note2-url' Text ' ' Text ':' Operator ' ' Text 'tt_board' Text '.' Punctuation 'subject-message-author-email' Text ' ' Text ':' Operator ' ' Text 'tt_calender' Text '.' Punctuation 'title-note' Text ' ' Text ':' Operator ' ' Text 'tt_products' Text '.' Punctuation 'title-note-itemnumber' Text '\n\t' Text 'languageField' Text '.' Punctuation 'tt_content' Text ' ' Text '=' Operator ' ' Text 'sys_language_uid' Text '\n\t' Text 'renderObj' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t' Text 'renderObj' Text ' ' Text '{' Literal.String.Symbol '\n\n\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages_title' Text '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'typolink' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'uid' Text '\n\t\t\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.searchresult.' Name.Constant 'resultTarget' Name.Constant '}' Literal.String.Symbol '\n\t\t\t' Text 'additionalParams' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'SWORD_PARAMS' Text '\n\t\t\t' Text 'additionalParams' Text '.' Punctuation 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text 'additionalParams' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '&no_cache' Text '=' Operator '1' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'h3' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchResultHeader"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/h3' Literal.String '>' Literal.String '\n\n\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'field' Text ' ' Text '= ' Operator 'tt_content_bodytext' Name.Builtin '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'stripHtml' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'crop' Text ' ' Text '=' Operator ' ' Text '200' Literal.Number.Integer ' ' Text '|' Operator ' ' Text '.' Punctuation '.' Punctuation '.' Punctuation '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'p' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchResult"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'layout' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t' Text 'layout' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'table' Literal.String ' ' Text 'border' Literal.String '=' Literal.String '"0"' Literal.String ' ' Text 'cellspacing' Literal.String '=' Literal.String '"0"' Literal.String ' ' Text 'cellpadding' Literal.String '=' Literal.String '"2"' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchResultInfo"' Literal.String '>' Literal.String '<' Literal.String 'tr' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/tr' Literal.String '>' Literal.String '<' Literal.String '/table' Literal.String '>' Literal.String ' ' Text '###RESULT###' Name.Constant '\n\n\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.resultRange' Literal.String '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'td' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchResultRange"' Literal.String '>' Literal.String '<' Literal.String 'p' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '<' Literal.String '/td' Literal.String '>' Literal.String '\n\n\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text '###PREV###' Name.Constant ' ' Literal.String ' ' Literal.String ' ' Literal.String '###NEXT###' Name.Constant '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'td' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchResultPrevNext"' Literal.String '>' Literal.String '<' Literal.String 'p' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/p' Literal.String '>' Literal.String '<' Literal.String '/td' Literal.String '>' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'noResultObj' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n\t' Text 'noResultObj' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.emptySearch' Literal.String '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'h3' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-noSearchResultMsg"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/h3' Literal.String '>' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'next' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text 'next' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchResultNext' Literal.String '\n\n\t' Text 'prev' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text 'prev' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchResultPrev' Literal.String '\n\n\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.searchresult.' Name.Constant 'target' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'range' Text ' ' Text '=' Operator ' ' Text '20' Literal.Number.Integer '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Search' Text ' ' Text 'result' Text ':' Operator '\n' Text '}' Literal.String.Symbol '\n\n' Text '# Form:' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text '.' Punctuation '30' Literal.Number.Integer ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text '.' Punctuation '20' Literal.Number.Integer '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'search' Text '.' Punctuation '30' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'goodMess' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.searchform.' Name.Constant 'goodMess' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'redirect' Text ' ' Text '>' Operator '\n\t' Text 'recipient' Text ' ' Text '>' Operator '\n\t' Text 'data' Text ' ' Text '>' Operator '\n\t' Text 'dataArray' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchWord' Literal.String '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'sword' Text '=' Operator 'input' Text '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchIn' Literal.String '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'scols' Text '=' Operator 'select' Name.Function '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'valueArray' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.headersKeywords' Literal.String '\n\t\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'pages' Text '.' Punctuation 'title-subtitle-keywords-description' Text ':' Operator 'tt_content' Text '.' Punctuation 'header' Text '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.pageContent' Literal.String '\n\t\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin '.' Punctuation 'header-bodytext-imagecaption' Text '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'stype' Text '=' Operator 'hidden' Text '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'L0' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'submit' Text '=' Operator 'submit' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'value' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:search.searchButton' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'type' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t' Text 'type' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text 'locationData' Text ' ' Text '=' Operator ' ' Text 'HTTP_POST_VARS' Text '\n\t' Text 'no_cache' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'table' Literal.String ' ' Text 'border' Literal.String '=' Literal.String '"0"' Literal.String ' ' Text 'cellspacing' Literal.String '=' Literal.String '"1"' Literal.String ' ' Text 'cellpadding' Literal.String '=' Literal.String '"1"' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-searchform"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/table' Literal.String '>' Literal.String '\n\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.search' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Search' Text ' ' Text 'form' Text ' ' Text 'inserted' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ******************' Comment '\n' Text '# CType: login' Comment '\n' Text '# ******************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'login' Text ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'mailform' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'login' Text '.' Punctuation '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'login' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'goodMess' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.loginform.' Name.Constant 'goodMess' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'redirect' Text ' ' Text '>' Operator '\n\t' Text 'recipient' Text ' ' Text '>' Operator '\n\t' Text 'data' Text ' ' Text '>' Operator '\n\t' Text 'dataArray' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:login.username' Literal.String '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text '*' Operator 'user' Text '=' Operator 'input' Text '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:login.password' Literal.String '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text '*' Operator 'pass' Text '=' Operator 'password' Text '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'logintype' Text '=' Operator 'hidden' Text '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'login' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'submit' Text '=' Operator 'submit' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'value' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:login.login' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n\t' Text 'type' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t' Text 'type' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.loginform.' Name.Constant 'target' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'locationData' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t' Text 'hiddenFields' Text '.' Punctuation 'pid' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t' Text 'hiddenFields' Text '.' Punctuation 'pid' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.loginform.' Name.Constant 'pid' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'override' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t\t' Text 'override' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text 'stdWrap' Name.Function '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-loginform"' Literal.String '>' Literal.String ' ' Text '|' Operator ' ' Text '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.login' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Login/Logout' Text ' ' Text 'form' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n' Text '[' Literal.String.Symbol 'loginUser' Name.Constant ' = *' Text ']' Literal.String.Symbol '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'login' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t' Text 'dataArray' Text ' ' Text '>' Operator '\n\t' Text 'dataArray' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:login.username' Literal.String '\n\t\t' Text '10' Literal.Number.Integer '.' Punctuation 'label' Text '.' Punctuation 'wrap' Text ' ' Text '=' Operator ' ' Text '|' Operator ' ' Literal.String '' Literal.String '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'logintype' Text '=' Operator 'hidden' Text '\n\t\t' Text '30' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'logout' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'submit' Text '=' Operator 'submit' Text '\n\t\t' Text '40' Literal.Number.Integer '.' Punctuation 'value' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:login.logout' Literal.String '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n' Text '[' Literal.String.Symbol 'global' Name.Constant ']' Literal.String.Symbol '\n\n\n' Text '# ******************' Comment '\n' Text '# CType: splash' Comment '\n' Text '# ******************' Comment '\n' Text '# Deprecated element.' Comment '\n' Text '# Still here for backwards compliance with plugins using the "text box" type.' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'splash_layout' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Textbox' Text ' ' Text 'inserted' Text ' ' Text '(' Literal.String.Symbol 'Deprecated' Text ')' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'default' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CTABLE' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'c' Text '.' Punctuation '1' Literal.Number.Integer ' ' Text '= < ' Operator 'tt_content' Name.Builtin '.' Punctuation 'text' Text '\n\t\t' Text 'lm' Text '.' Punctuation '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'IMAGE' Name.Class '\n\t\t' Text 'lm' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'file' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'import' Text ' ' Text '=' Operator ' ' Text 'uploads/pics/' Literal.String '\n' Literal.String '\t\t\t' Text 'import' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image' Text '\n\t\t\t' Text 'import' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t\t\t' Text 'maxW' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagewidth' Text '\n\t\t\t' Text 'maxW' Text '.' Punctuation 'ifEmpty' Text ' ' Text '=' Operator ' ' Text '200' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text 'cMargins' Text ' ' Text '=' Operator ' ' Text '30' Literal.Number.Integer ',' Punctuation '0' Literal.Number.Integer ',' Punctuation '0' Literal.Number.Integer ',' Punctuation '0' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '1' Literal.Number.Integer ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'default' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation '20' Literal.Number.Integer '.' Punctuation 'lm' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'file' Text ' ' Text '>' Operator '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation '20' Literal.Number.Integer '.' Punctuation 'lm' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'file' Text ' ' Text '=' Operator ' ' Text 'GIFBUILDER' Text '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation '20' Literal.Number.Integer '.' Punctuation 'lm' Text '.' Punctuation '1' Literal.Number.Integer '.' Punctuation 'file' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'XY' Text ' ' Text '=' Operator ' ' Text '[' Literal.String.Symbol '10' Literal.Number.Integer '.' Punctuation 'w' Text ']' Literal.String.Symbol '+' Operator '10' Literal.Number.Integer ',' Punctuation '[' Literal.String.Symbol '10' Literal.Number.Integer '.' Punctuation 'h' Text ']' Literal.String.Symbol '+' Operator '10' Literal.Number.Integer '\n\t' Text 'backColor' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.splash.' Name.Constant 'bgCol' Name.Constant '}' Literal.String.Symbol '\n\t' Text 'backColor' Text '.' Punctuation 'override' Text '.' Punctuation 'data' Text ' ' Text '= ' Operator 'register' Name.Builtin ':' Operator 'pageColor' Text '\n\t' Text 'format' Text ' ' Text '=' Operator ' ' Text 'jpg' Text '\n\t' Text '5' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'BOX' Text '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'dimensions' Text ' ' Text '=' Operator ' ' Text '3' Literal.Number.Integer ',' Punctuation '3' Literal.Number.Integer ',' Punctuation '[' Literal.String.Symbol '10' Literal.Number.Integer '.' Punctuation 'w' Text ']' Literal.String.Symbol ',' Punctuation '[' Literal.String.Symbol '10' Literal.Number.Integer '.' Punctuation 'h' Text ']' Literal.String.Symbol '\n\t' Text '5' Literal.Number.Integer '.' Punctuation 'color' Text ' ' Text '=' Operator ' ' Text '#333333' Literal.String.Char '\n\t' Text '7' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'EFFECT' Text '\n\t' Text '7' Literal.Number.Integer '.' Punctuation 'value' Text ' ' Text '=' Operator ' ' Text 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '|' Operator 'blur' Text '=' Operator '99' Literal.Number.Integer '\n\t' Text '10' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'IMAGE' Name.Class '\n\t' Text '10' Literal.Number.Integer '.' Punctuation 'file' Text ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'import' Text ' ' Text '=' Operator ' ' Text 'uploads/pics/' Literal.String '\n' Literal.String '\t\t' Text 'import' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'image' Text '\n\t\t' Text 'import' Text '.' Punctuation 'listNum' Text ' ' Text '=' Operator ' ' Text '0' Literal.Number.Integer '\n\t\t' Text 'maxW' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'imagewidth' Text '\n\t\t' Text 'maxW' Text '.' Punctuation 'ifEmpty' Text ' ' Text '=' Operator ' ' Text '200' Literal.Number.Integer '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n' Text '// The image frames are not available unless TypoScript code from styles.content.imgFrames.x is provided manually:' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '2' Literal.Number.Integer ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'default' Text '\n' Text '#tt_content.splash.2.20.lm.1.file.m < styles.content.imgFrames.1' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '3' Literal.Number.Integer ' ' Text '< ' Operator 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation 'default' Text '\n' Text '#tt_content.splash.3.20.lm.1.file.m < styles.content.imgFrames.2' Comment '\n\n' Text '// From plugin.postit1, if included:' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'splash' Text '.' Punctuation '20' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'postit1' Text '\n\n\n\n' Text '# ****************' Comment '\n' Text '# CType: menu' Comment '\n' Text '# ****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'menu' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'menu' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'menu_type' Text '\n\n\t\t' Text '# "Menu of these pages"' Comment '\n\t\t' Text 'default' Text ' ' Text '=' Operator ' ' Text 'HMENU' Name.Class '\n\t\t' Text 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'special' Text ' ' Text '=' Operator ' ' Text 'list' Text '\n\t\t\t' Text 'special' Text '.' Punctuation 'value' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-def"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TMENU' Name.Class '\n\t\t\t' Text '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'PAGE_TARGET' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t' Text 'NO' Name.Class ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'stdWrap' Name.Function '.' Punctuation 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t' Text 'wrapItemAndSub' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t\t\t\t' Text 'ATagTitle' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'description' Text ' ' Text '// title' Comment '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text 'noBlur' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Menu of subpages to these pages"' Comment '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation 'default' Text '\n\t\t' Text '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'special' Text ' ' Text '=' Operator ' ' Text 'directory' Text '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-1"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Sitemap - liststyle"' Comment '\n\t\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'HMENU' Name.Class '\n\t\t' Text '2' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-sitemap"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t\t\t' Text '1' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'TMENU' Name.Class '\n\t\t\t' Text '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'target' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'PAGE_TARGET' Name.Constant '}' Literal.String.Symbol '\n\t\t\t\t' Text 'noBlur' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'expAll' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'NO' Name.Class ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'stdWrap' Name.Function '.' Punctuation 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t' Text 'wrapItemAndSub' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t\t\t\t' Text 'ATagTitle' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'description' Text ' ' Text '// title' Comment '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t' Text '2' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '3' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '4' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '5' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '6' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '7' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Section index (pagecontent w/Index checked - liststyle)"' Comment '\n\t\t' Text '3' Literal.Number.Integer ' ' Text '< ' Operator 'styles' Name.Builtin '.' Punctuation 'content' Text '.' Punctuation 'get' Text '\n\t\t' Text '3' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-3"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text 'select' Name.Function '.' Punctuation 'andWhere' Text ' ' Text '=' Operator ' ' Text 'sectionIndex!' Text '=' Operator '0' Literal.Number.Integer '\n\t\t\t' Text 'select' Name.Function '.' Punctuation 'pidInList' Text '.' Punctuation 'override' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pages' Text '\n\t\t\t' Text 'renderObj' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n\t\t\t' Text 'renderObj' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'fieldRequired' Text ' ' Text '=' Operator ' ' Text 'header' Text '\n\t\t\t\t' Text 'trim' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'header' Text '\n\t\t\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'noBlur' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-section"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'parameter' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'pid' Text '\n\t\t\t\t' Text 'typolink' Name.Function '.' Punctuation 'section' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'uid' Text '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Menu of subpages to these pages (with abstract)"' Comment '\n\t\t' Text '4' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t' Text '4' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dl' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-4"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/dl' Literal.String '>' Literal.String '\n\t\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'NO' Name.Class ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'wrapItemAndSub' Text ' ' Text '>' Operator '\n\t\t\t\t' Text 'linkWrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dt' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/dt' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'after' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t\t' Text 'data' Text ' ' Text '= ' Operator 'field' Name.Builtin ' ' Text ':' Operator ' ' Text 'abstract' Text ' ' Text '// field : description // field : subtitle' Comment '\n\t\t\t\t\t' Text 'required' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t' Text 'htmlSpecialChars' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'dd' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/dd' Literal.String '>' Literal.String '\n\t\t\t\t' Text '}' Literal.String.Symbol '\n\t\t\t\t' Text 'ATagTitle' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'description' Text ' ' Text '// title' Comment '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Recently updated pages"' Comment '\n\t\t' Text '5' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation 'default' Text '\n\t\t' Text '5' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-5"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text 'special' Text ' ' Text '=' Operator ' ' Text 'updated' Text '\n\t\t\t' Text 'special' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'maxAge' Text ' ' Text '=' Operator ' ' Text '3600' Literal.Number.Integer '*' Operator '24' Literal.Number.Integer '*' Operator '7' Literal.Number.Integer '\n\t\t\t\t' Text 'excludeNoSearchPages' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Related pages (based on keywords)"' Comment '\n\t\t' Text '6' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation 'default' Text '\n\t\t' Text '6' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-6"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text 'special' Text ' ' Text '=' Operator ' ' Text 'keywords' Text '\n\t\t\t' Text 'special' Text ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'excludeNoSearchPages' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\n\t\t' Text '# "Menu of subpages to these pages + sections - liststyle"' Comment '\n\t\t' Text '7' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t' Text '7' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-menu' Literal.String ' ' Text 'csc-menu-7"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t' Text '1' Literal.Number.Integer '.' Punctuation 'expAll' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t' Text '2' Literal.Number.Integer ' ' Text '<' Operator ' ' Text '.' Punctuation '1' Literal.Number.Integer '\n\t\t\t' Text '2' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t\t\t' Text 'sectionIndex' Text ' ' Text '=' Operator ' ' Text '1' Literal.Number.Integer '\n\t\t\t\t' Text 'sectionIndex' Text '.' Punctuation 'type' Text ' ' Text '=' Operator ' ' Text 'header' Text '\n\t\t\t\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'ul' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/ul' Literal.String '>' Literal.String '\n\t\t\t\t' Text 'NO' Name.Class '.' Punctuation 'wrapItemAndSub' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'li' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"csc-section"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/li' Literal.String '>' Literal.String '\n\t\t\t' Text '}' Literal.String.Symbol '\n\t\t' Text '}' Literal.String.Symbol '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'menu_type' Text ',' Punctuation ' ' Text 'pages' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.menuSitemap' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Menu/Sitemap' Text ' ' Text 'element' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n\n' Text '# ****************' Comment '\n' Text '# CType: shortcut' Comment '\n' Text '# ****************' Comment '\n' Text '# Should be a complete copy from the old static template "content (default)"' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'shortcut' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'shortcut' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t' Text '20' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer '=' Operator ' ' Text 'RECORDS' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'source' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'records' Text '\n\t\t' Text 'tables' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.shortcut.' Name.Constant 'tables' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text '# THESE are OLD plugins. Modern plugins registers themselves automatically!' Comment '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_content' Text ' ' Text '= < ' Operator 'tt_content' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_address' Text ' ' Text '= < ' Operator 'tt_address' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_links' Text ' ' Text '= < ' Operator 'tt_links' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_guest' Text ' ' Text '= < ' Operator 'tt_guest' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_board' Text ' ' Text '= < ' Operator 'tt_board' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_calender' Text ' ' Text '= < ' Operator 'tt_calender' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_rating' Text ' ' Text '< ' Operator 'tt_rating' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_products' Text ' ' Text '= < ' Operator 'tt_products' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_news' Text ' ' Text '= < ' Operator 'tt_news' Name.Builtin '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_poll' Text ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_poll' Text '\n\t' Text '}' Literal.String.Symbol '\n\t' Text '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer '=' Operator ' ' Text 'RECORDS' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'source' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'records' Text '\n\t\t' Text 'tables' Text ' ' Text '=' Operator ' ' Text '{' Literal.String.Symbol '$' Operator 'content.shortcut.' Name.Constant 'tables' Name.Constant '}' Literal.String.Symbol '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_poll' Text ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_poll' Text '\n\t\t' Text 'conf' Text '.' Punctuation 'tt_poll' Text '.' Punctuation 'code' Text ' ' Text '=' Operator ' ' Text 'RESULT' Text ',' Punctuation 'SUBMITTEDVOTE' Text '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'records' Text '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.recordList' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Inclusion' Text ' ' Text 'of' Text ' ' Text 'other' Text ' ' Text 'records' Text ' ' Text '(' Literal.String.Symbol 'by' Text ' ' Text 'reference' Text ')' Literal.String.Symbol ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ****************' Comment '\n' Text '# CType: list' Comment '\n' Text '# ****************' Comment '\n' Text '# Should be a complete copy from the old static template "content (default)" (except "lib.stdheader")' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'list' Text ' ' Text '=' Operator ' ' Text 'COA' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'list' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text '10' Literal.Number.Integer ' ' Text '= < ' Operator 'lib' Name.Builtin '.' Punctuation 'stdheader' Text '\n\n\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'list_type' Text '\n\t' Text '20' Literal.Number.Integer ' ' Text '{' Literal.String.Symbol '\n\t\t' Text '# LIST element references (NOT copy of objects!)' Comment '\n\t\t' Text '# THESE are OLD plugins. Modern plugins registers themselves automatically!' Comment '\n\t\t' Text '3' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '3' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '3' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_guest' Text '\n\n\t\t' Text '4' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '4' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '4' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_board_list' Text '\n\t\t' Text '4' Literal.Number.Integer '.' Punctuation '1' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_board_tree' Text '\n\n\t\t' Text '2' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '2' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '2' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_board_tree' Text '\n\n\t\t' Text '5' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '5' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '5' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_products' Text '\n\n\t\t' Text '7' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '7' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '7' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_calender' Text '\n\n\t\t' Text '8' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '8' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '8' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_rating' Text '\n\n\t\t' Text '9' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '9' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '9' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tt_news' Text '\n\n\t\t' Text '11' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '11' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '11' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'tipafriend' Text '\n\n\t\t' Text '20' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '20' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'feadmin' Text '.' Punctuation 'fe_users' Text '\n\n\t\t' Text '21' Literal.Number.Integer ' ' Text '=' Operator ' ' Text 'CASE' Name.Class '\n\t\t' Text '21' Literal.Number.Integer '.' Punctuation 'key' Text '.' Punctuation 'field' Text ' ' Text '=' Operator ' ' Text 'layout' Text '\n\t\t' Text '21' Literal.Number.Integer '.' Punctuation '0' Literal.Number.Integer ' ' Text '= < ' Operator 'plugin' Name.Builtin '.' Punctuation 'feadmin' Text '.' Punctuation 'dmailsubscription' Text '\n\t' Text '}' Literal.String.Symbol '\n\n\t' Text '20' Literal.Number.Integer '.' Punctuation 'stdWrap' Name.Function ' ' Text '{' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'list_type' Text ',' Punctuation ' ' Text 'layout' Text ',' Punctuation ' ' Text 'select_key' Text ',' Punctuation ' ' Text 'pages' Text ' ' Text '[' Literal.String.Symbol 'recursive' Text ']' Literal.String.Symbol '\n\t\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.plugin' Literal.String '\n\n\t\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Plugin' Text ' ' Text 'inserted' Text ':' Operator '\n\t' Text '}' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ****************' Comment '\n' Text '# CType: script' Comment '\n' Text '# ****************' Comment '\n' Text '# OBSOLETE! Please make extensions instead. The "script" content element was meant for these custom purposes in the past. Today extensions will do the job better.' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'script' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'script' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'value' Text ' ' Text '=' Operator '\n\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Script' Text ' ' Text 'element' Text ' ' Text '(' Literal.String.Symbol 'Deprecated' Text ')' Literal.String.Symbol '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ****************' Comment '\n' Text '# CType: div' Comment '\n' Text '# ****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'div' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'div' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'value' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'hr' Literal.String ' ' Text '/' Literal.String '>' Literal.String '\n\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'div' Literal.String ' ' Text 'class' Literal.String '=' Literal.String '"divider"' Literal.String '>' Literal.String '|' Operator '<' Literal.String '/div' Literal.String '>' Literal.String '\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Div' Text ' ' Text 'element' Text '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ****************' Comment '\n' Text '# CType: html' Comment '\n' Text '# ****************' Comment '\n' Text '# This truely IS a content object, launched from inside the PHP class of course.' Comment '\n' Text '# Should be a complete copy from the old static template "content (default)"' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'html' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'html' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'bodytext' Text '\n\n\t' Text 'editIcons' Text ' ' Text '= ' Operator 'tt_content' Name.Builtin ':' Operator ' ' Text 'pages' Text '\n\t' Text 'editIcons' Text '.' Punctuation 'iconTitle' Text '.' Punctuation 'data' Text ' ' Text '=' Operator ' ' Text 'LLL:EXT:css_styled_content/pi1/locallang.xml:eIcon.html' Literal.String '\n\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Raw' Text ' ' Text 'HTML' Name.Class ' ' Text 'content' Text ':' Operator '\n' Text '}' Literal.String.Symbol '\n\n\n' Text '# ****************' Comment '\n' Text '# Default error msg:' Comment '\n' Text '# ****************' Comment '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'default' Text ' ' Text '=' Operator ' ' Text 'TEXT' Name.Class '\n' Text 'tt_content' Name.Builtin '.' Punctuation 'default' Text ' ' Text '{' Literal.String.Symbol '\n\t' Text 'field' Text ' ' Text '=' Operator ' ' Text 'CType' Text '\n\t' Text 'wrap' Text ' ' Text '=' Operator ' ' Text '<' Literal.String 'p' Literal.String ' ' Text 'style' Literal.String '=' Literal.String '"background-color' Literal.String ':' Literal.String ' ' Text 'yellow;"' Literal.String '>' Literal.String '<' Literal.String 'b' Literal.String '>' Literal.String 'ERROR' Text ':' Operator '<' Literal.String '/b' Literal.String '>' Literal.String ' ' Text 'Content' Text ' ' Text 'Element' Text ' ' Text 'type' Text ' ' Text '"' Text '|' Operator '"' Text ' ' Text 'has' Text ' ' Text 'no' Text ' ' Text 'rendering' Text ' ' Text 'definition!' Text '<' Literal.String '/p' Literal.String '>' Literal.String '\n\n\t' Text 'prefixComment' Text ' ' Text '=' Operator ' ' Text '2' Literal.Number.Integer ' ' Text '|' Operator ' ' Text 'Unknown' Text ' ' Text 'element' Text ' ' Text 'message' Text ':' Operator '\n' Text '}' Literal.String.Symbol '\n\n' Text '# *********************************************************************' Comment '\n' Text '# ACCESSIBILTY MODE' Comment '\n' Text '# *********************************************************************' Comment '\n\n\n\n\n\n\n\n' Text 'plugin' Name.Builtin '.' Punctuation 'tx_cssstyledcontent' Text '.' Punctuation '_CSS_DEFAULT_STYLE' Name.Class ' ' Text '(' Literal.String.Symbol '\n\t' Text '/* Captions */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-caption-c' Literal.String ' ' Text '.' Literal.String 'csc-textpic-caption' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'center;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-caption-r' Literal.String ' ' Text '.' Literal.String 'csc-textpic-caption' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'right;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-caption-l' Literal.String ' ' Text '.' Literal.String 'csc-textpic-caption' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Needed for noRows setting */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagecolumn' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text 'display' Literal.String ':' Literal.String ' ' Text 'inline;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Border just around the image */' Comment '\n\t' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderSelector' Name.Constant '}' Literal.String.Symbol ' ' Text '{' Literal.String '\n\t\t' Text 'border' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderThick' Name.Constant '}' Literal.String.Symbol 'px' Literal.String ' ' Text 'solid' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderColor' Name.Constant '}' Literal.String.Symbol ';' Literal.String '\n\t\t' Text 'padding' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderSpace' Name.Constant '}' Literal.String.Symbol 'px' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'borderSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String '\n\t' Text '}' Literal.String '\n\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'padding' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'IMG' Literal.String ' ' Text '{' Literal.String ' ' Text 'border' Literal.String ':' Literal.String ' ' Text 'none;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* DIV: This will place the images side by side */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* UL: This will place the images side by side */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'UL' Literal.String ' ' Text '{' Literal.String ' ' Text 'list-style' Literal.String ':' Literal.String ' ' Text 'none;' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text 'padding' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'UL' Literal.String ' ' Text 'LI' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text 'padding' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* DL: This will place the images side by side */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'DT' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'none;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'DD' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'none;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'DD' Literal.String ' ' Text 'IMG' Literal.String ' ' Text '{' Literal.String ' ' Text 'border' Literal.String ':' Literal.String ' ' Text 'none;' Literal.String ' ' Text '}' Literal.String ' ' Text '/* FE-Editing Icons */' Comment '\n\t' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'DT' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text 'display' Literal.String ':' Literal.String ' ' Text 'inline;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DL' Literal.String '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'DD' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Clearer */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-clear' Literal.String ' ' Text '{' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'both;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Margins around images: */' Comment '\n\n\t' Text '/* Pictures on left, add margin on right */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String '\n\t\t' Text 'display' Literal.String ':' Literal.String ' ' Text 'inline;' Literal.String ' ' Text '/* IE fix for double-margin bug */' Comment '\n\t\t' Text 'margin-right' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'colSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String '\n\t' Text '}' Literal.String '\n\n\t' Text '/* Pictures on right, add margin on left */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String '\n\t\t' Text 'display' Literal.String ':' Literal.String ' ' Text 'inline;' Literal.String ' ' Text '/* IE fix for double-margin bug */' Comment '\n\t\t' Text 'margin-left' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'colSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String '\n\t' Text '}' Literal.String '\n\n\t' Text '/* Pictures centered, add margin on left */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-center' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String '\n\t\t' Text 'display' Literal.String ':' Literal.String ' ' Text 'inline;' Literal.String ' ' Text '/* IE fix for double-margin bug */' Comment '\n\t\t' Text 'margin-left' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'colSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String '\n\t' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '.' Literal.String 'csc-textpic-caption' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text 'IMG' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text 'vertical-align' Literal.String ':' Literal.String 'bottom;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Space below each image (also in-between rows) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'rowSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-equalheight' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagerow' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'rowSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String ' ' Text 'display' Literal.String ':' Literal.String ' ' Text 'block;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagerow' Literal.String ' ' Text '{' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'both;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-single-image' Literal.String ' ' Text 'IMG' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'rowSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* IE7 hack for margin between image rows */' Comment '\n\t' Text '*' Literal.String '+' Literal.String 'html' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagerow' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\t' Text '*' Literal.String '+' Literal.String 'html' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagerow' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'rowSpace' Name.Constant '}' Literal.String.Symbol 'px;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* No margins around the whole image-block */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-firstcol' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-left' Literal.String ':' Literal.String ' ' Text '0px' Literal.String ' ' Text '!important;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-lastcol' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-right' Literal.String ':' Literal.String ' ' Text '0px' Literal.String ' ' Text '!important;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Add margin from image-block to text (in case of "Text w/ images") */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String '\n\t\t' Text 'margin-right' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'textMargin' Name.Constant '}' Literal.String.Symbol 'px' Literal.String ' ' Text '!important;' Literal.String '\n\t' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ',' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String '\n\t\t' Text 'margin-left' Literal.String ':' Literal.String ' ' Text '{' Literal.String.Symbol '$' Operator 'styles.content.imgtext.' Name.Constant 'textMargin' Name.Constant '}' Literal.String.Symbol 'px' Literal.String ' ' Text '!important;' Literal.String '\n\t' Text '}' Literal.String '\n\n\t' Text '/* Positioning of images: */' Comment '\n\n\t' Text '/* Above */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-above' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-text' Literal.String ' ' Text '{' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'both;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Center (above or below) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-center' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'center;' Literal.String ' ' Text '/* IE-hack */' Comment ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-center' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin' Literal.String ':' Literal.String ' ' Text '0' Literal.String ' ' Text 'auto;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-center' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-image' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '/* Remove IE-hack */' Comment ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-center' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-text' Literal.String ' ' Text '{' Literal.String ' ' Text 'text-align' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '/* Remove IE-hack */' Comment ' ' Text '}' Literal.String '\n\n\t' Text '/* Right (above or below) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'right;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-text' Literal.String ' ' Text '{' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'right;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Left (above or below) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-text' Literal.String ' ' Text '{' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Left (in text) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Right (in text) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'right;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Right (in text, no wrap around) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'right;' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'both;' Literal.String ' ' Text '}' Literal.String '\n\t' Text '/* Hide from IE5-mac. Only IE-win sees this. \\*/' Comment '\n\t' Text '*' Literal.String ' ' Text 'html' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-right-nowrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-text' Literal.String ' ' Text '{' Literal.String ' ' Text 'height' Literal.String ':' Literal.String ' ' Text '1' Literal.String '%' Literal.String ';' Literal.String ' ' Text '}' Literal.String '\n\t' Text '/* End hide from IE5/mac */' Comment '\n\n\t' Text '/* Left (in text, no wrap around) */' Comment '\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left-nowrap' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagewrap' Literal.String ' ' Text '{' Literal.String ' ' Text 'float' Literal.String ':' Literal.String ' ' Text 'left;' Literal.String ' ' Text 'clear' Literal.String ':' Literal.String ' ' Text 'both;' Literal.String ' ' Text '}' Literal.String '\n\t' Text '/* Hide from IE5-mac. Only IE-win sees this. \\*/' Comment '\n\t' Text '*' Literal.String ' ' Text 'html' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-intext-left-nowrap' Literal.String ' ' Text '.' Literal.String 'csc-textpic-text' Literal.String ',' Literal.String '\n\t' Text '*' Literal.String ' ' Text 'html' Literal.String ' ' Text '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'ol' Literal.String ',' Literal.String '\n\t' Text '*' Literal.String ' ' Text 'html' Literal.String ' ' Text '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'ul' Literal.String ' ' Text '{' Literal.String ' ' Text 'height' Literal.String ':' Literal.String ' ' Text '1' Literal.String '%' Literal.String ';' Literal.String ' ' Text '}' Literal.String '\n\t' Text '/* End hide from IE5/mac */' Comment '\n\n\t' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic' Literal.String ' ' Text 'DIV' Literal.String '.' Literal.String 'csc-textpic-imagerow-last' Literal.String ' ' Text '{' Literal.String ' ' Text 'margin-bottom' Literal.String ':' Literal.String ' ' Text '0;' Literal.String ' ' Text '}' Literal.String '\n\n\t' Text '/* Browser fixes: */' Comment '\n\n\t' Text '/* Fix for unordered and ordered list with image "In text, left" */' Comment '\n\t' Text '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'ol' Literal.String ',' Literal.String ' ' Text '.' Literal.String 'csc-textpic-intext-left' Literal.String ' ' Text 'ul' Literal.String ' ' Text '{padding-left' Literal.String ':' Literal.String ' ' Text '40px;' Literal.String ' ' Text 'overflow' Literal.String ':' Literal.String ' ' Text 'auto;' Literal.String ' ' Text '}' Literal.String '\n' Text ')' Literal.String.Symbol '\n\n' Text '# TYPO3 SVN ID: $Id$' Comment '\n' Text