TypoScript - komplette Beispiele: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
 
Zeile 2: Zeile 2:
  
 
<pre>
 
<pre>
Path: / root [1]
 
 
 
Template tools
 
Current template
 
BASIC (GKK Gutachten GmbH)
 
Template hierarchy
 
Title Rootlevel Clear Setup Clear Constants PID Rootline Next Level
 
  SYS:TYPO3_CONF_VARS:FE:defaultTypoScript       
 
  EXT:css_styled_content/static/       
 
  EXT:gbmaps/Configuration/TypoScript       
 
  EXT:flexslider/Configuration/TypoScript       
 
  EXT:tt_news/pi/static/ts_new/       
 
  EXT:jfmulticontent/static/       
 
  EXT:jh_magnificpopup/Configuration/TypoScript/Defa...       
 
  extensionmanager       
 
  extbase       
 
  fluid       
 
  belog       
 
  beuser       
 
  felogin       
 
  sys_note       
 
  powermail       
 
BASIC              1 0
 
Complete TS
 
 
Display Options
 
Line numbers Syntax highlight
 
 
Constants
 
Constants
 
BASIC
 
BASIC
  
577: [GLOBAL]
+
[GLOBAL]
578:
+
 
579: ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> BEGIN:
+
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> BEGIN:
580: #these may be used in real constants field (e.g. if you switch project from production to live server)
+
#these may be used in real constants field (e.g. if you switch project from production to live server)
581: #there should be no need to change setup.txt or constants.txt in this extension
+
#there should be no need to change setup.txt or constants.txt in this extension
582:
+
 
583:
+
 
584:
+
 
585: #cat=gbt3.template; type=string; label=templatePath: Pfad zu den templates.
+
#cat=gbt3.template; type=string; label=templatePath: Pfad zu den templates.
586: templatePath = fileadmin/template/
+
templatePath = fileadmin/template/
587:
+
 
588: #cat=gbt3.template; type=string; label = logoLink: Auf diese Seite wird das Logo verlinkt ( Seiten-ID, URL, E-Mail).
+
#cat=gbt3.template; type=string; label = logoLink: Auf diese Seite wird das Logo verlinkt ( Seiten-ID, URL, E-Mail).
589: logoLink = 2
+
logoLink = 2
590:
+
 
591: #cat=gbt3.template; type=string; label = logoFile: Die Datei die als Logo verwendet wird (ausgehend von templatePath).
+
#cat=gbt3.template; type=string; label = logoFile: Die Datei die als Logo verwendet wird (ausgehend von templatePath).
592: logoFile = media/logo.png
+
logoFile = media/logo.png
593:
+
 
594:
+
 
595: # tt_news: RSS Feed
+
# tt_news: RSS Feed
596: plugin.tt_news.useHRDates = 1
+
plugin.tt_news.useHRDates = 1
597: plugin.tt_news.pid_list = 8
+
plugin.tt_news.pid_list = 8
598: plugin.tt_news.singlePid = 19
+
plugin.tt_news.singlePid = 19
599: plugin.tt_news.useSubCategories = 1
+
plugin.tt_news.useSubCategories = 1
600: plugin.tt_news.displaySubCategories = 1
+
plugin.tt_news.displaySubCategories = 1
601:
+
 
602: ###News###
+
###News###
603: plugin.tt_news{
+
plugin.tt_news{
604:
+
 
605:   useHRDates = 1
+
   useHRDates = 1
606:   limit = 5
+
   limit = 5
607:   latestLimit = 3
+
   latestLimit = 3
608: #  showCatRootline = 0
+
#  showCatRootline = 0
609: #  wrap2 = <div class="teaser"> | </div>
+
#  wrap2 = <div class="teaser"> | </div>
610:
+
 
611: }
+
}
612:
+
 
613:
+
 
614:
+
 
615:
+
 
616:
+
 
617:
+
 
618:
+
 
619:
+
 
620:
+
 
621:
+
 
622:
+
 
623:
+
 
624:
+
 
625:
+
 
626:
+
 
627: ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> END:
+
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> END:
628:
+
 
629:
+
 
630:
+
 
631: styles.content.mailform {
+
styles.content.mailform {
632:         badMess = Bitte füllen Sie noch folgende Felder aus:
+
         badMess = Bitte füllen Sie noch folgende Felder aus:
633: }
+
}
634: plugin.tx_flexslider.persistence.storagePid =  
+
plugin.tx_flexslider.persistence.storagePid =  
635:
+
 
636: plugin.tx_flexslider {
+
plugin.tx_flexslider {
637:     view {
+
     view {
638:         # Necessary options, if you plan to manipulate the templates
+
         # Necessary options, if you plan to manipulate the templates
639:         templateRootPath = fileadmin/template/Templates/
+
         templateRootPath = fileadmin/template/Templates/
640:     }
+
     }
641:
+
 
642:     settings {
+
     settings {
643:         # String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
+
         # String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
644:         css = fileadmin/template/main/flexslider.css
+
         css = fileadmin/template/main/flexslider.css
645:           }
+
           }
646: }
+
}
647:
+
 
648: plugin.tt_news.file.templateFile = fileadmin/template/main/tt_news_v2_template.html
+
plugin.tt_news.file.templateFile = fileadmin/template/main/tt_news_v2_template.html
649: plugin.tt_news.useSubCategories = 1
+
plugin.tt_news.useSubCategories = 1
650: styles.content.imgtext.maxW = 1400
+
styles.content.imgtext.maxW = 1400
651: styles.content.imgtext.maxWInText = 1400
+
styles.content.imgtext.maxWInText = 1400
652: styles.content.imgtext.linkWrap.width = 1400
+
styles.content.imgtext.linkWrap.width = 1400
653: plugin.tx_jfmulticontent_pi1.jsInFooter = 1
+
plugin.tx_jfmulticontent_pi1.jsInFooter = 1
654: plugin.tx_jfmulticontent_pi1.file.jQueryLibrary =  
+
plugin.tx_jfmulticontent_pi1.file.jQueryLibrary =  
655: plugin.tx_jfmulticontent_pi1.file.jQueryUI =  
+
plugin.tx_jfmulticontent_pi1.file.jQueryUI =  
656: plugin.tx_jfmulticontent_pi1.file.jQueryUIstyle =  
+
plugin.tx_jfmulticontent_pi1.file.jQueryUIstyle =  
657:
 
  
 
Setup
 
Setup
 
BASIC
 
BASIC
  
4609: [GLOBAL]
+
[GLOBAL]
4610:
+
 
4611: ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> BEGIN:
+
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> BEGIN:
4612: ##################################################
+
##################################################
4613: ######### main configuration #####################
+
######### main configuration #####################
4614: ##################################################
+
##################################################
4615:
+
 
4616: config {
+
config {
4617: #leave these with live configuration and install abz_developer LOCALLY (not in subversion), it will override this values
+
#leave these with live configuration and install abz_developer LOCALLY (not in subversion), it will override this values
4618: debug = 0
+
debug = 0
4619: admPanel = 0
+
admPanel = 0
4620: disablePrefixComment = 1
+
disablePrefixComment = 1
4621:
+
 
4622: #pageTitleFirst = 1
+
#pageTitleFirst = 1
4623:
+
 
4624:
+
 
4625: extTarget = _blank
+
extTarget = _blank
4626:
+
 
4627: // put js and stylesheet into external files automatically
+
// put js and stylesheet into external files automatically
4628: removeDefaultJS = 1
+
removeDefaultJS = 1
4629: inlineStyle2TempFile = 1
+
inlineStyle2TempFile = 1
4630:
+
 
4631:
+
 
4632: // default language definitions
+
// default language definitions
4633: language = de
+
language = de
4634: locale_all = de_DE
+
locale_all = de_DE
4635: htmlTag_langKey = de
+
htmlTag_langKey = de
4636:
+
 
4637: // more properties for multilanguage pages
+
// more properties for multilanguage pages
4638: linkVars = L(1-10)
+
linkVars = L(1-10)
4639: uniqueLinkVars = 1
+
uniqueLinkVars = 1
4640: sys_language_mode = content_fallback
+
sys_language_mode = content_fallback
4641:
+
 
4642: // for use of several domains in one installation (to be able to use internal links between domain trees)
+
// for use of several domains in one installation (to be able to use internal links between domain trees)
4643: typolinkCheckRootline = 1
+
typolinkCheckRootline = 1
4644: // doctypescwitch: see below, switch only for ie (ie needs switch to make correct display, otherwise no switch to get documents validated)
+
// doctypescwitch: see below, switch only for ie (ie needs switch to make correct display, otherwise no switch to get documents validated)
4645: doctype = xhtml_trans
+
doctype = xhtml_trans
4646: xhtml_cleaning = all
+
xhtml_cleaning = all
4647: }
+
}
4648:
+
 
4649: // doctypeswitch - ie only
+
// doctypeswitch - ie only
4650: [browser = msie]
+
[browser = msie]
4651:   config.doctypeSwitch = 1
+
   config.doctypeSwitch = 1
4652: [global]
+
[global]
4653:
+
 
4654:
+
 
4655:
+
 
4656: ################content_collector########################################
+
################content_collector########################################
4657: styles.content.getBorder.slide = -1
+
styles.content.getBorder.slide = -1
4658: styles.content.getBorder.slide {
+
styles.content.getBorder.slide {
4659:     # collect = -1
+
     # collect = -1
4660:     # collectReverse = 1
+
     # collectReverse = 1
4661: }
+
}
4662:
+
 
4663: styles.content.getRight.slide = -1
+
styles.content.getRight.slide = -1
4664: styles.content.getRight.slide {
+
styles.content.getRight.slide {
4665:     # collect = -1
+
     # collect = -1
4666:     # collectReverse = 1
+
     # collectReverse = 1
4667: }
+
}
4668:
+
 
4669:
+
 
4670:
+
 
4671:
+
 
4672: ##################################################
+
##################################################
4673: ######### several marks and subparts #############
+
######### several marks and subparts #############
4674: ##################################################
+
##################################################
4675:
+
 
4676: // Logo mit Link ein
+
// Logo mit Link ein
4677: temp.logo = IMAGE
+
temp.logo = IMAGE
4678: temp.logo {
+
temp.logo {
4679:   file = {$templatePath}{$logoFile}
+
   file = {$templatePath}{$logoFile}
4680:   stdWrap.typolink.parameter = {$logoLink}
+
   stdWrap.typolink.parameter = {$logoLink}
4681:   altText = Startseite  
+
   altText = Startseite  
4682:   titleText = Startseite  
+
   titleText = Startseite  
4683: }   
+
}   
4684:
+
 
4685:
+
 
4686:     temp.teaser = IMAGE
+
     temp.teaser = IMAGE
4687:     temp.teaser {
+
     temp.teaser {
4688:     file {
+
     file {
4689:     import = uploads/media/
+
     import = uploads/media/
4690:     import.data = levelmedia:-1, slide
+
     import.data = levelmedia:-1, slide
4691:     treatIdAsReference = 1
+
     treatIdAsReference = 1
4692:     import.listNum = 0
+
     import.listNum = 0
4693:     }
+
     }
4694:     }
+
     }
4695:
+
 
4696: #############tt news setup########################
+
#############tt news setup########################
4697:
+
 
4698: # tt_news date & time formats
+
# tt_news date & time formats
4699: plugin.tt_news {
+
plugin.tt_news {
4700:   archiveTitleCObject {
+
   archiveTitleCObject {
4701:     10.strftime = %B - %Y
+
     10.strftime = %B - %Y
4702:   }
+
   }
4703:   getRelatedCObject {
+
   getRelatedCObject {
4704:       20.strftime = %d.%m.%Y %H:%M
+
       20.strftime = %d.%m.%Y %H:%M
4705:   }
+
   }
4706:   displaySingle {
+
   displaySingle {
4707:     date_stdWrap.strftime= %d.%m.%y
+
     date_stdWrap.strftime= %d.%m.%y
4708:     time_stdWrap.strftime= %H:%M
+
     time_stdWrap.strftime= %H:%M
4709:   }
+
   }
4710:   displayLatest {
+
   displayLatest {
4711:     date_stdWrap.strftime= %d.%m.%y
+
     date_stdWrap.strftime= %d.%m.%y
4712:     time_stdWrap.strftime= %H:%M
+
     time_stdWrap.strftime= %H:%M
4713:   }
+
   }
4714:   displayList {
+
   displayList {
4715:     date_stdWrap.strftime= %d.%m.%y
+
     date_stdWrap.strftime= %d.%m.%y
4716:     time_stdWrap.strftime= %H:%M
+
     time_stdWrap.strftime= %H:%M
4717:   }
+
   }
4718: }
+
}
4719:
+
 
4720: plugin.tt_news.displaySingle.image.imageLinkWrap.width = 800m
+
plugin.tt_news.displaySingle.image.imageLinkWrap.width = 800m
4721: plugin.tt_news.displaySingle.image.imageLinkWrap.height = 600m
+
plugin.tt_news.displaySingle.image.imageLinkWrap.height = 600m
4722:
+
 
4723: #plugin.tt_news.displaySingle.image.imageLightbox2 = 1
+
#plugin.tt_news.displaySingle.image.imageLightbox2 = 1
4724: #plugin.perfectlightbox.ttnews.enableSingle = 1
+
#plugin.perfectlightbox.ttnews.enableSingle = 1
4725: plugin.tt_news.displayList.subheader_stdWrap.append >  
+
plugin.tt_news.displayList.subheader_stdWrap.append >  
4726:
+
 
4727:
+
 
4728: plugin.tt_news.newsFiles.target = _blank
+
plugin.tt_news.newsFiles.target = _blank
4729:
+
 
4730: # Entfernen des <dd>|</dd> Wrap um die Jahreszahl im Archiv
+
# Entfernen des <dd>|</dd> Wrap um die Jahreszahl im Archiv
4731: plugin.tt_news.wrap3.wrap =  
+
plugin.tt_news.wrap3.wrap =  
4732: plugin.tt_news._LOCAL_LANG.de.more = weiterlesen
+
plugin.tt_news._LOCAL_LANG.de.more = weiterlesen
4733: plugin.tt_news._LOCAL_LANG.de.backToList = zurück
+
plugin.tt_news._LOCAL_LANG.de.backToList = zurück
4734: plugin.tt_news.displayLatest.subheader_stdWrap.crop = 100 | ... | 1
+
plugin.tt_news.displayLatest.subheader_stdWrap.crop = 100 | ... | 1
4735: plugin.tt_news.displayList.subheader_stdWrap.crop = 500 | ... | 1
+
plugin.tt_news.displayList.subheader_stdWrap.crop = 500 | ... | 1
4736:
+
 
4737: plugin.tt_news._LOCAL_LANG.en.more = more
+
plugin.tt_news._LOCAL_LANG.en.more = more
4738: plugin.tt_news._LOCAL_LANG.en.backToList = << back
+
plugin.tt_news._LOCAL_LANG.en.backToList = << back
4739:
+
 
4740:     plugin.tt_news.displayList {
+
     plugin.tt_news.displayList {
4741:     image {
+
     image {
4742:     file.maxW = 700
+
     file.maxW = 700
4743:     file.maxH = 350
+
     file.maxH = 350
4744:     file.width = 700c
+
     file.width = 700c
4745:     file.height = 350c
+
     file.height = 350c
4746:     }
+
     }
4747:     }
+
     }
4748:      
+
      
4749:     plugin.tt_news.displaySingle {
+
     plugin.tt_news.displaySingle {
4750:     image {
+
     image {
4751:     file.maxW = 700
+
     file.maxW = 700
4752:     file.maxH = 350
+
     file.maxH = 350
4753:     file.width = 700c
+
     file.width = 700c
4754:     file.height = 350c
+
     file.height = 350c
4755:     }
+
     }
4756:     }
+
     }
4757:
+
 
4758: plugin.tt_news.displayLatest {
+
plugin.tt_news.displayLatest {
4759:     image {
+
     image {
4760:     file.maxW = 700
+
     file.maxW = 700
4761:     file.maxH = 300
+
     file.maxH = 300
4762:     file.width = 700c
+
     file.width = 700c
4763:     file.height = 300c
+
     file.height = 300c
4764:     }
+
     }
4765:     }
+
     }
4766:
+
 
4767:
+
 
4768:
+
 
4769:
+
 
4770: ### Kategorie Einstellungen ###
+
### Kategorie Einstellungen ###
4771: plugin.tt_news{
+
plugin.tt_news{
4772:   // Nur News aus ausgewählten Kategorien (oder)
+
   // Nur News aus ausgewählten Kategorien (oder)
4773:   #categoryMode = 1
+
   #categoryMode = 1
4774:   // Kategorie nicht anzeigen
+
   // Kategorie nicht anzeigen
4775:   catTextMode = 0
+
   catTextMode = 0
4776:   category_stdWrap = |
+
   category_stdWrap = |
4777:   _LOCAL_LANG.de.textCat =  
+
   _LOCAL_LANG.de.textCat =  
4778:   _LOCAL_LANG.de.textCatLatest =  
+
   _LOCAL_LANG.de.textCatLatest =  
4779: }
+
}
4780:    
+
    
4781:
+
 
4782: #####################################################
+
#####################################################
4783: ############## NAVIGATION  ##########################
+
############## NAVIGATION  ##########################
4784: #####################################################
+
#####################################################
4785:
+
 
4786: temp.navi = HMENU
+
temp.navi = HMENU
4787: temp.navi{
+
temp.navi{
4788:     special = directory
+
     special = directory
4789:     special.value = 1
+
     special.value = 1
4790:     #entryLevel = 1
+
     #entryLevel = 1
4791:   wrap = <ul class="sf-menu">|</ul>
+
   wrap = <ul class="sf-menu">|</ul>
4792:  
+
   
4793:
+
 
4794:  
+
   
4795:
+
 
4796:       1 = TMENU
+
       1 = TMENU
4797:       1 {
+
       1 {
4798:         expAll = 1
+
         expAll = 1
4799:         noBlur = 1
+
         noBlur = 1
4800:         NO = 1
+
         NO = 1
4801:         NO.wrapItemAndSub = <li class="sf-nav">|</li>
+
         NO.wrapItemAndSub = <li class="sf-nav">|</li>
4802:          
+
          
4803:         CUR = 1
+
         CUR = 1
4804:         CUR.wrapItemAndSub = <li class="sf-nav_act">|</li>
+
         CUR.wrapItemAndSub = <li class="sf-nav_act">|</li>
4805:          
+
          
4806:             ACT = 1
+
             ACT = 1
4807:         ACT < .CUR
+
         ACT < .CUR
4808:                
+
                
4809:       }       
+
       }       
4810:       2 = TMENU
+
       2 = TMENU
4811:       2 {
+
       2 {
4812:         wrap = <ul>|</ul>
+
         wrap = <ul>|</ul>
4813:         noBlur = 1
+
         noBlur = 1
4814:         expAll = 1
+
         expAll = 1
4815:         NO.wrapItemAndSub = <li class="sf-menu-sub">|</li>         
+
         NO.wrapItemAndSub = <li class="sf-menu-sub">|</li>         
4816:         CUR = 1
+
         CUR = 1
4817:         CUR.wrapItemAndSub = <li class="sf-menu-sub_act">|</li>         
+
         CUR.wrapItemAndSub = <li class="sf-menu-sub_act">|</li>         
4818:         ACT = 1
+
         ACT = 1
4819:         ACT < .CUR
+
         ACT < .CUR
4820:       }
+
       }
4821:      
+
      
4822:       3 < .2
+
       3 < .2
4823:    
+
    
4824:   3.wrap = <ul>|</ul>
+
   3.wrap = <ul>|</ul>
4825:    
+
    
4826:   4 < .2
+
   4 < .2
4827:   4.wrap = <ul>|</ul>
+
   4.wrap = <ul>|</ul>
4828: }
+
}
4829:
+
 
4830:
+
 
4831: temp.menu = HMENU
+
temp.menu = HMENU
4832: temp.menu {
+
temp.menu {
4833:     special = directory
+
     special = directory
4834:     special.value = 1
+
     special.value = 1
4835:     #entryLevel = 1
+
     #entryLevel = 1
4836:   1 = TMENU
+
   1 = TMENU
4837:   1.noBlur = 1
+
   1.noBlur = 1
4838:   1.wrap = <ul class="menu">|</ul>
+
   1.wrap = <ul class="menu">|</ul>
4839:   1.NO = 1
+
   1.NO = 1
4840:   1.NO.linkWrap = <li>|</li>
+
   1.NO.linkWrap = <li>|</li>
4841:   1.ACT = 1
+
   1.ACT = 1
4842:   1.ACT.linkWrap = <li class="act">|</li>
+
   1.ACT.linkWrap = <li class="act">|</li>
4843:   1.ACTIFSUB = 1
+
   1.ACTIFSUB = 1
4844:   1.ACTIFSUB.linkWrap = <li class="act">|</li>
+
   1.ACTIFSUB.linkWrap = <li class="act">|</li>
4845:    
+
    
4846: }
+
}
4847:
+
 
4848: temp.menu_bottom = HMENU
+
temp.menu_bottom = HMENU
4849: temp.menu_bottom {
+
temp.menu_bottom {
4850:     special = directory
+
     special = directory
4851:     special.value = 10
+
     special.value = 10
4852:     #entryLevel = 1
+
     #entryLevel = 1
4853:   1 = TMENU
+
   1 = TMENU
4854:   1.noBlur = 1
+
   1.noBlur = 1
4855:   1.wrap = <ul class="menu_bottom">|</ul>
+
   1.wrap = <ul class="menu_bottom">|</ul>
4856:   1.NO = 1
+
   1.NO = 1
4857:   1.NO.linkWrap = <li>|</li>
+
   1.NO.linkWrap = <li>|</li>
4858:   1.ACT = 1
+
   1.ACT = 1
4859:   1.ACT.linkWrap = <li class="act">|</li>
+
   1.ACT.linkWrap = <li class="act">|</li>
4860:   1.ACTIFSUB = 1
+
   1.ACTIFSUB = 1
4861:   1.ACTIFSUB.linkWrap = <li class="act">|</li>
+
   1.ACTIFSUB.linkWrap = <li class="act">|</li>
4862:    
+
    
4863: }
+
}
4864:
+
 
4865: temp.menu_bottom2 = HMENU
+
temp.menu_bottom2 = HMENU
4866: temp.menu_bottom2 {
+
temp.menu_bottom2 {
4867:     special = directory
+
     special = directory
4868:     special.value = 13
+
     special.value = 13
4869:     #entryLevel = 1
+
     #entryLevel = 1
4870:   1 = TMENU
+
   1 = TMENU
4871:   1.noBlur = 1
+
   1.noBlur = 1
4872:   1.wrap = <ul class="menu_bottom">|</ul>
+
   1.wrap = <ul class="menu_bottom">|</ul>
4873:   1.NO = 1
+
   1.NO = 1
4874:   1.NO.linkWrap = <li>|</li>
+
   1.NO.linkWrap = <li>|</li>
4875:   1.ACT = 1
+
   1.ACT = 1
4876:   1.ACT.linkWrap = <li class="act">|</li>
+
   1.ACT.linkWrap = <li class="act">|</li>
4877:   1.ACTIFSUB = 1
+
   1.ACTIFSUB = 1
4878:   1.ACTIFSUB.linkWrap = <li class="act">|</li>
+
   1.ACTIFSUB.linkWrap = <li class="act">|</li>
4879:    
+
    
4880: }
+
}
4881:
+
 
4882:
+
 
4883: temp.menu_top = HMENU
+
temp.menu_top = HMENU
4884: temp.menu_top {
+
temp.menu_top {
4885:     special = directory
+
     special = directory
4886:     special.value = 6
+
     special.value = 6
4887:     #entryLevel = 1
+
     #entryLevel = 1
4888:   1 = TMENU
+
   1 = TMENU
4889:   1.noBlur = 1
+
   1.noBlur = 1
4890:   1.wrap = <ul class="menu_top">|</ul>
+
   1.wrap = <ul class="menu_top">|</ul>
4891:   1.NO = 1
+
   1.NO = 1
4892:   1.NO.linkWrap = <li>|</li>
+
   1.NO.linkWrap = <li>|</li>
4893:   1.ACT = 1
+
   1.ACT = 1
4894:   1.ACT.linkWrap = <li class="act">|</li>
+
   1.ACT.linkWrap = <li class="act">|</li>
4895:   1.ACTIFSUB = 1
+
   1.ACTIFSUB = 1
4896:   1.ACTIFSUB.linkWrap = <li class="act">|</li>
+
   1.ACTIFSUB.linkWrap = <li class="act">|</li>
4897:    
+
    
4898: }
+
}
4899:
+
 
4900:
+
 
4901:
+
 
4902: temp.menu_mobile = HMENU
+
temp.menu_mobile = HMENU
4903: temp.menu_mobile{
+
temp.menu_mobile{
4904:     special = directory
+
     special = directory
4905:     special.value = 1
+
     special.value = 1
4906:     #entryLevel = 1
+
     #entryLevel = 1
4907:   wrap = <ul>|</ul>
+
   wrap = <ul>|</ul>
4908:  
+
   
4909:
+
 
4910:  
+
   
4911:
+
 
4912:       1 = TMENU
+
       1 = TMENU
4913:       1 {
+
       1 {
4914:         expAll = 1
+
         expAll = 1
4915:         noBlur = 1
+
         noBlur = 1
4916:         NO = 1
+
         NO = 1
4917:         NO.wrapItemAndSub = <li>|</li>
+
         NO.wrapItemAndSub = <li>|</li>
4918:          
+
          
4919:         CUR = 1
+
         CUR = 1
4920:         CUR.wrapItemAndSub = <li>|</li>
+
         CUR.wrapItemAndSub = <li>|</li>
4921:          
+
          
4922:             ACT = 1
+
             ACT = 1
4923:         ACT < .CUR
+
         ACT < .CUR
4924:                
+
                
4925:       }       
+
       }       
4926:       2 = TMENU
+
       2 = TMENU
4927:       2 {
+
       2 {
4928:         wrap = <ul>|</ul>
+
         wrap = <ul>|</ul>
4929:         noBlur = 1
+
         noBlur = 1
4930:         expAll = 1
+
         expAll = 1
4931:         NO.wrapItemAndSub = <li>|</li>         
+
         NO.wrapItemAndSub = <li>|</li>         
4932:         CUR = 1
+
         CUR = 1
4933:         CUR.wrapItemAndSub = <li>|</li>         
+
         CUR.wrapItemAndSub = <li>|</li>         
4934:         ACT = 1
+
         ACT = 1
4935:         ACT < .CUR
+
         ACT < .CUR
4936:       }
+
       }
4937:      
+
      
4938:       3 < .2
+
       3 < .2
4939:    
+
    
4940:   3.wrap = <ul>|</ul>
+
   3.wrap = <ul>|</ul>
4941:    
+
    
4942:   4 < .2
+
   4 < .2
4943:   4.wrap = <ul>|</ul>
+
   4.wrap = <ul>|</ul>
4944: }
+
}
4945:
+
 
4946:
+
 
4947:
+
 
4948:
+
 
4949: temp.copyright = TEXT
+
temp.copyright = TEXT
4950: temp.copyright {
+
temp.copyright {
4951: data = date : U
+
data = date : U
4952: strftime = %Y
+
strftime = %Y
4953: noTrimWrap = | &copy; | GKK Gutachten GmbH |  
+
noTrimWrap = | &copy; | GKK Gutachten GmbH |  
4954: }
+
}
4955:
+
 
4956: temp.phone = RECORDS
+
temp.phone = RECORDS
4957: temp.phone {
+
temp.phone {
4958:     tables = tt_content
+
     tables = tt_content
4959:     # Inhaltselement mit ID 42 ist Quelle
+
     # Inhaltselement mit ID 42 ist Quelle
4960:     source = 1
+
     source = 1
4961: }
+
}
4962:
+
 
4963: temp.address = RECORDS
+
temp.address = RECORDS
4964: temp.address {
+
temp.address {
4965:     tables = tt_content
+
     tables = tt_content
4966:     # Inhaltselement mit ID 42 ist Quelle
+
     # Inhaltselement mit ID 42 ist Quelle
4967:     source = 2
+
     source = 2
4968: }
+
}
4969:
+
 
4970: temp.social = RECORDS
+
temp.social = RECORDS
4971: temp.social {
+
temp.social {
4972:     tables = tt_content
+
     tables = tt_content
4973:     # Inhaltselement mit ID 42 ist Quelle
+
     # Inhaltselement mit ID 42 ist Quelle
4974:     source = 5
+
     source = 5
4975: }
+
}
4976:
+
 
4977:
+
 
4978: #####################################################
+
#####################################################
4979: ############## standardsuche  ##########################
+
############## standardsuche  ##########################
4980: #####################################################
+
#####################################################
4981:
+
 
4982: ## Suchfeld [Begin]
+
## Suchfeld [Begin]
4983: ## Standartbeschriftung des Buttons ändern
+
## Standartbeschriftung des Buttons ändern
4984: tt_content.search.30.dataArray.40.value.data >
+
tt_content.search.30.dataArray.40.value.data >
4985: ## Beschriftung des Buttons auf "Suche" ändern
+
## Beschriftung des Buttons auf "Suche" ändern
4986: tt_content.search.30.dataArray.40.value =  
+
tt_content.search.30.dataArray.40.value =  
4987:
+
 
4988: temp.top_search = COA
+
temp.top_search = COA
4989: temp.top_search < tt_content.search  
+
temp.top_search < tt_content.search  
4990: ## verhindert Anzeige der Suchergebnisse  
+
## verhindert Anzeige der Suchergebnisse  
4991: temp.top_search.20 >  
+
temp.top_search.20 >  
4992: ## Optionen des Suchformulars der TYPO3 Suche
+
## Optionen des Suchformulars der TYPO3 Suche
4993: temp.top_search.30 {  
+
temp.top_search.30 {  
4994: ## Suchergebnisse im selben Browserfenster anzeigen
+
  ## Suchergebnisse im selben Browserfenster anzeigen
4995: target = _self  
+
  target = _self  
4996: ## automatische Auswahl der Zielseite der Suche löschen
+
  ## automatische Auswahl der Zielseite der Suche löschen
4997: type >  
+
  type >  
4998: ## Seite 85 als Zielseite der Suche angeben
+
  ## Seite 85 als Zielseite der Suche angeben
4999: type = 58  
+
  type = 58  
5000:
+
 
5001: ## Auswahl voreinstellen
+
  ## Auswahl voreinstellen
5002: dataArray.20.value = tt_content.header-bodytext-imagecaption  
+
  dataArray.20.value = tt_content.header-bodytext-imagecaption  
5003: ## Feld auf versteckt setzen
+
  ## Feld auf versteckt setzen
5004: dataArray.20.type = scols=hidden  
+
  dataArray.20.type = scols=hidden  
5005: ## Auswahlmöglichkeit ausblenden
+
  ## Auswahlmöglichkeit ausblenden
5006: dataArray.20.valueArray >  
+
  dataArray.20.valueArray >  
5007:
+
 
5008: ## Suchformular mit SPAN und nicht mit Tabelle wrappen
+
  ## Suchformular mit SPAN und nicht mit Tabelle wrappen
5009: stdWrap.wrap = |
+
  stdWrap.wrap = |
5010: layout = ###LABEL### ###FIELD###  
+
  layout = ###LABEL### ###FIELD###  
5011: ## Die Beschriftungen der Inhaltselemente nicht generell wrappen
+
  ## Die Beschriftungen der Inhaltselemente nicht generell wrappen
5012: labelWrap.wrap =  
+
  labelWrap.wrap =  
5013: ## Beschriftung des Eingabefeldes löschen
+
  ## Beschriftung des Eingabefeldes löschen
5014: dataArray.10.label >  
+
  dataArray.10.label >  
5015: }
+
}
5016: temp.top_search.stdWrap.wrap = |
+
temp.top_search.stdWrap.wrap = |
5017:
+
 
5018: lib.language = COA
+
lib.language = COA
5019: lib.language.10 = COA
+
lib.language.10 = COA
5020: lib.language.10 < temp.top_search
+
lib.language.10 < temp.top_search
5021: ## Suchfeld [End]
+
## Suchfeld [End]
5022:
+
 
5023:
+
 
5024:
+
 
5025:
+
 
5026:
+
 
5027: #------------------------------------------
+
#------------------------------------------
5028: # Default PAGE object:
+
# Default PAGE object:
5029: # -----------------------------------------
+
# -----------------------------------------
5030: page = PAGE
+
page = PAGE
5031: page.typeNum = 0
+
page.typeNum = 0
5032: page.shortcutIcon = fileadmin/template/media/favicon.png
+
page.shortcutIcon = fileadmin/template/media/favicon.png
5033:
+
 
5034:
+
 
5035: page.10 = TEMPLATE
+
page.10 = TEMPLATE
5036: page.10.template = FILE
+
page.10.template = FILE
5037: page.10.template.file = fileadmin/template/main/main.html
+
page.10.template.file = fileadmin/template/main/main.html
5038:  
+
   
5039: # FRONTEND Layout Switch
+
# FRONTEND Layout Switch
5040:  
+
   
5041: [globalVar = TSFE:page|layout = 1]
+
[globalVar = TSFE:page|layout = 1]
5042: page.10.template.file = fileadmin/template/main/main_70_30.html
+
page.10.template.file = fileadmin/template/main/main_70_30.html
5043: [global]
+
[global]
5044:
+
 
5045: [globalVar = TSFE:page|layout = 2]
+
[globalVar = TSFE:page|layout = 2]
5046: page.10.template.file = fileadmin/template/main/main_slider.html
+
page.10.template.file = fileadmin/template/main/main_slider.html
5047: [global]
+
[global]
5048:
+
 
5049: [globalVar = TSFE:page|layout = 4]
+
[globalVar = TSFE:page|layout = 4]
5050: page.10.template.file = fileadmin/template/main/main_50_50.html
+
page.10.template.file = fileadmin/template/main/main_50_50.html
5051: [global]
+
[global]
5052:  
+
   
5053: #Den Subpart DOCUMENT BODY bearbeiten
+
#Den Subpart DOCUMENT BODY bearbeiten
5054: page.10.workOnSubpart = DOCUMENT_BODY
+
page.10.workOnSubpart = DOCUMENT_BODY
5055:  
+
   
5056: #Innerhalb von Documtent Body weitere Subparts bearbeiten
+
#Innerhalb von Documtent Body weitere Subparts bearbeiten
5057: page.10.subparts {
+
page.10.subparts {
5058:     CONTENT < styles.content.get
+
     CONTENT < styles.content.get
5059: CONTENT_RIGHT < styles.content.getRight
+
CONTENT_RIGHT < styles.content.getRight
5060: CONTENT_LEFT < styles.content.getLeft
+
CONTENT_LEFT < styles.content.getLeft
5061: CONTENT_BORDER < styles.content.getBorder
+
CONTENT_BORDER < styles.content.getBorder
5062: LOGO < temp.logo
+
LOGO < temp.logo
5063: NAVI < temp.navi
+
NAVI < temp.navi
5064: NAVI_MOBILE < temp.menu_mobile
+
NAVI_MOBILE < temp.menu_mobile
5065: NAVI_BOTTOM < temp.menu_bottom
+
NAVI_BOTTOM < temp.menu_bottom
5066: NAVI_BOTTOM2 < temp.menu_bottom2
+
NAVI_BOTTOM2 < temp.menu_bottom2
5067: NAVI_TOP < temp.menu_top
+
NAVI_TOP < temp.menu_top
5068: COPYRIGHT < temp.copyright
+
COPYRIGHT < temp.copyright
5069: PHONE < temp.phone
+
PHONE < temp.phone
5070: ADDRESS < temp.address
+
ADDRESS < temp.address
5071: TOP_SEARCH < temp.top_search
+
TOP_SEARCH < temp.top_search
5072: SOCIAL < temp.social
+
SOCIAL < temp.social
5073: TEASER < temp.teaser
+
TEASER < temp.teaser
5074:     }
+
     }
5075:
+
 
5076: // inhalte
+
// inhalte
5077:
+
 
5078:
+
 
5079: tt_content.stdWrap.innerWrap.cObject.1 >
+
tt_content.stdWrap.innerWrap.cObject.1 >
5080: tt_content.stdWrap.innerWrap.cObject.1 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.1 = TEXT
5081: tt_content.stdWrap.innerWrap.cObject.1.value = <div class="content_grey_3">|</div>
+
tt_content.stdWrap.innerWrap.cObject.1.value = <div class="content_grey_3">|</div>
5082:
+
 
5083: tt_content.stdWrap.innerWrap.cObject.5 >
+
tt_content.stdWrap.innerWrap.cObject.5 >
5084: tt_content.stdWrap.innerWrap.cObject.5 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.5 = TEXT
5085: tt_content.stdWrap.innerWrap.cObject.5.value = <div class="content_100_grey">|</div>
+
tt_content.stdWrap.innerWrap.cObject.5.value = <div class="content_100_grey">|</div>
5086:
+
 
5087:
+
 
5088: tt_content.stdWrap.innerWrap.cObject.6 >
+
tt_content.stdWrap.innerWrap.cObject.6 >
5089: tt_content.stdWrap.innerWrap.cObject.6 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.6 = TEXT
5090: tt_content.stdWrap.innerWrap.cObject.6.value = <div class="content_100_white">|</div>
+
tt_content.stdWrap.innerWrap.cObject.6.value = <div class="content_100_white">|</div>
5091:
+
 
5092: tt_content.stdWrap.innerWrap.cObject.10 >
+
tt_content.stdWrap.innerWrap.cObject.10 >
5093: tt_content.stdWrap.innerWrap.cObject.10 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.10 = TEXT
5094: tt_content.stdWrap.innerWrap.cObject.10.value = <div class="csc_left">|</div>
+
tt_content.stdWrap.innerWrap.cObject.10.value = <div class="csc_left">|</div>
5095:
+
 
5096: tt_content.stdWrap.innerWrap.cObject.11 >
+
tt_content.stdWrap.innerWrap.cObject.11 >
5097: tt_content.stdWrap.innerWrap.cObject.11 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.11 = TEXT
5098: tt_content.stdWrap.innerWrap.cObject.11.value = <div class="csc_right">|</div>
+
tt_content.stdWrap.innerWrap.cObject.11.value = <div class="csc_right">|</div>
5099:
+
 
5100: tt_content.stdWrap.innerWrap.cObject.12 >
+
tt_content.stdWrap.innerWrap.cObject.12 >
5101: tt_content.stdWrap.innerWrap.cObject.12 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.12 = TEXT
5102: tt_content.stdWrap.innerWrap.cObject.12.value = <div class="csc_100">|</div>
+
tt_content.stdWrap.innerWrap.cObject.12.value = <div class="csc_100">|</div>
5103:
+
 
5104: tt_content.stdWrap.innerWrap.cObject.20 >
+
tt_content.stdWrap.innerWrap.cObject.20 >
5105: tt_content.stdWrap.innerWrap.cObject.20 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.20 = TEXT
5106: tt_content.stdWrap.innerWrap.cObject.20.value = <div class="csc_grey">|</div>
+
tt_content.stdWrap.innerWrap.cObject.20.value = <div class="csc_grey">|</div>
5107:
+
 
5108:
+
 
5109: tt_content.stdWrap.innerWrap.cObject.21 >
+
tt_content.stdWrap.innerWrap.cObject.21 >
5110: tt_content.stdWrap.innerWrap.cObject.21 = TEXT
+
tt_content.stdWrap.innerWrap.cObject.21 = TEXT
5111: tt_content.stdWrap.innerWrap.cObject.21.value = <div class="csc_team">|</div>
+
tt_content.stdWrap.innerWrap.cObject.21.value = <div class="csc_team">|</div>
5112:
+
 
5113:
+
 
5114:
+
 
5115:
+
 
5116:
+
 
5117:
+
 
5118:
+
 
5119:
+
 
5120:
+
 
5121:
+
 
5122:
+
 
5123:
+
 
5124:
+
 
5125:
+
 
5126:
+
 
5127: ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> END:
+
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> END:
5128:
+
 
5129:
+
 
5130:
+
 
5131: lib.stdheader.10.setCurrent.htmlSpecialChars = 0
+
lib.stdheader.10.setCurrent.htmlSpecialChars = 0
5132:
+
 
5133: page.headerData.20 = TEXT
+
page.headerData.20 = TEXT
5134: page.headerData.20.value (
+
page.headerData.20.value (
5135: <script src="fileadmin/template/js/ext.js" type="text/javascript"></script>
+
<script src="fileadmin/template/js/ext.js" type="text/javascript"></script>
5136: <script src="fileadmin/template/js/hoverIntent.js" type="text/javascript"></script>
+
<script src="fileadmin/template/js/hoverIntent.js" type="text/javascript"></script>
5137: <script src="fileadmin/template/js/superfish.js" type="text/javascript"></script>
+
<script src="fileadmin/template/js/superfish.js" type="text/javascript"></script>
5138: <script src="fileadmin/template/js/supersubs.js" type="text/javascript"></script>
+
<script src="fileadmin/template/js/supersubs.js" type="text/javascript"></script>
5139: <script src="fileadmin/template/js/jquery.mmenu.min.js" type="text/javascript"></script>
+
<script src="fileadmin/template/js/jquery.mmenu.min.js" type="text/javascript"></script>
5140:
+
 
5141: <script type="text/javascript">
+
<script type="text/javascript">
5142: $(document).ready(function() {
+
$(document).ready(function() {
5143: $(function() {
+
$(function() {
5144: $('nav#menu').mmenu();
+
$('nav#menu').mmenu();
5145: });
+
});
5146: });
+
});
5147: </script>
+
</script>
5148:
+
 
5149: )  
+
)  
5150:
+
 
5151:
+
 
5152: # Stylesheets
+
# Stylesheets
5153: page.includeCSS {
+
page.includeCSS {
5154: file10 = fileadmin/template/main/main.css
+
file10 = fileadmin/template/main/main.css
5155: file20 = fileadmin/template/main/superfish.css
+
file20 = fileadmin/template/main/superfish.css
5156: file30 = fileadmin/template/main/tt_news_v2_styles.css
+
file30 = fileadmin/template/main/tt_news_v2_styles.css
5157: file40 = fileadmin/template/main/jquery-ui.css
+
file40 = fileadmin/template/main/jquery-ui.css
5158: file50 = fileadmin/template/main/media_queries.css
+
file50 = fileadmin/template/main/media_queries.css
5159: file60 = fileadmin/template/main/jquery.mmenu.css
+
file60 = fileadmin/template/main/jquery.mmenu.css
5160: }
+
}
5161:
+
 
5162:
+
 
5163: page.meta {
+
page.meta {
5164:   KEYWORDS.field = keywords
+
   KEYWORDS.field = keywords
5165:   KEYWORDS.ifEmpty =  
+
   KEYWORDS.ifEmpty =  
5166:   DESCRIPTION.field = description
+
   DESCRIPTION.field = description
5167:   DESCRIPTION.ifEmpty =  
+
   DESCRIPTION.ifEmpty =  
5168:   VIEWPORT = width=device-width; initial-scale=1.0
+
   VIEWPORT = width=device-width; initial-scale=1.0
5169: }
+
}
5170:
+
 
5171: #config.baseURL = http://www.ksclearning.de.de/
+
#config.baseURL = http://www.ksclearning.de.de/
5172: #// cooluri aktivieren und simulatestatic deaktivieren
+
#// cooluri aktivieren und simulatestatic deaktivieren
5173: #config.simulateStaticDocuments = 0
+
#config.simulateStaticDocuments = 0
5174: #config.tx_cooluri_enable = 1
+
#config.tx_cooluri_enable = 1
5175: #config.redirectOldLinksToNew = 1
+
#config.redirectOldLinksToNew = 1
5176:
+
 
5177: tt_content.search.30.target = _self
+
tt_content.search.30.target = _self
5178: tt_content.search.30.dataArray.10.label >
+
tt_content.search.30.dataArray.10.label >
5179:  
+
   
5180: # Suchfelderauswahl wird versteckt und Suche ist auf header, bodytext und imagecaption eingestellt
+
# Suchfelderauswahl wird versteckt und Suche ist auf header, bodytext und imagecaption eingestellt
5181: tt_content.search.30.dataArray.20.type = scols=hidden
+
tt_content.search.30.dataArray.20.type = scols=hidden
5182: tt_content.search.30.dataArray.20.valueArray >
+
tt_content.search.30.dataArray.20.valueArray >
5183: tt_content.search.30.dataArray.20.value = tt_content.header-bodytext-imagecaption
+
tt_content.search.30.dataArray.20.value = tt_content.header-bodytext-imagecaption
5184:  
+
   
5185: # Inputfeldgröße wird eingestellt und CSS-Klasse wird zugeordnet
+
# Inputfeldgröße wird eingestellt und CSS-Klasse wird zugeordnet
5186: tt_content.search.30.params.input = class="suchfeld" size="40"
+
tt_content.search.30.params.input = class="suchfeld" size="40"
5187:  
+
   
5188: # Submit Button wird eine CSS-Klasse und die Bezeichnung zugeordnet
+
# Submit Button wird eine CSS-Klasse und die Bezeichnung zugeordnet
5189: tt_content.search.30.params.submit = class="suchbutton"
+
tt_content.search.30.params.submit = class="suchbutton"
5190: tt_content.search.30.dataArray.40.value = Suchen
+
tt_content.search.30.dataArray.40.value = Suchen
5191:  
+
   
5192: # Layout aus Tabelle genommen
+
# Layout aus Tabelle genommen
5193: tt_content.search.30.stdWrap.wrap = |
+
tt_content.search.30.stdWrap.wrap = |
5194: tt_content.search.30.layout = ###LABEL### ###FIELD###
+
tt_content.search.30.layout = ###LABEL### ###FIELD###
5195: tt_content.search.30.COMMENT.layout = ###LABEL###
+
tt_content.search.30.COMMENT.layout = ###LABEL###
5196:
+
 
5197:
+
 
5198: plugin.tt_news.dontUseBackPid = 0
+
plugin.tt_news.dontUseBackPid = 0
5199: plugin.tt_news.sys_language_mode = strict
+
plugin.tt_news.sys_language_mode = strict
5200: plugin.tt_news.excludeAlreadyDisplayedNews = 0
+
plugin.tt_news.excludeAlreadyDisplayedNews = 0
5201: plugin.tt_news.usePiBasePagebrowser = 1
+
plugin.tt_news.usePiBasePagebrowser = 1
5202: plugin.tt_news.displayLatest.subheader_stdWrap.br = 1
+
plugin.tt_news.displayLatest.subheader_stdWrap.br = 1
5203: plugin.tt_news.displayList.subheader_stdWrap.br = 1
+
plugin.tt_news.displayList.subheader_stdWrap.br = 1
5204:
+
 
5205:     plugin.tt_news.pageBrowser {
+
     plugin.tt_news.pageBrowser {
5206:       maxPages = 20
+
       maxPages = 20
5207:     showResultCount = 0
+
     showResultCount = 0
5208:     showPBrowserText = 1
+
     showPBrowserText = 1
5209:     dontLinkActivePage = 1
+
     dontLinkActivePage = 1
5210:      
+
      
5211:     showFirstLast = 1
+
     showFirstLast = 1
5212:     pagefloat = center
+
     pagefloat = center
5213:     showRange = 0
+
     showRange = 0
5214:     hscText = 1
+
     hscText = 1
5215:      
+
      
5216:       browseBoxWrap = <div><ul class="news_pager">|</ul></div>
+
       browseBoxWrap = <div><ul class="news_pager">|</ul></div>
5217:       showResultsWrap = |
+
       showResultsWrap = |
5218:       LinksWrap = |
+
       LinksWrap = |
5219:       browseLinksWrap = |
+
       browseLinksWrap = |
5220:       activeLinkWrap = <li class="news_active">|</li>
+
       activeLinkWrap = <li class="news_active">|</li>
5221:       disabledLinkWrap = <li>|</li>
+
       disabledLinkWrap = <li>|</li>
5222:       inactiveLinkWrap = <li>|</li>
+
       inactiveLinkWrap = <li>|</li>
5223:     }
+
     }
5224:      
+
      
5225:     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_page =  
+
     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_page =  
5226:     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_prev = Vorherige
+
     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_prev = Vorherige
5227:     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_next = Nächste
+
     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_next = Nächste
5228:     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_first = Erste
+
     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_first = Erste
5229:     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_last = Letzte
+
     plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_last = Letzte
5230:
+
 
5231: /* Anpassungen setup.ts */
+
/* Anpassungen setup.ts */
5232: tt_content.image.20 {
+
tt_content.image.20 {
5233: imageStdWrap.dataWrap = <div class="csc-textpic-imagewrap"> | </div>
+
  imageStdWrap.dataWrap = <div class="csc-textpic-imagewrap"> | </div>
5234: imageColumnStdWrap.dataWrap = <div class="csc-textpic-imagecolumn"> | </div>
+
  imageColumnStdWrap.dataWrap = <div class="csc-textpic-imagecolumn"> | </div>
5235: layout {
+
  layout {
5236: 25.value = <div class="csc-textpic csc-textpic-intext-right-nowrap###CLASSES###">###IMAGES######TEXT###</div>
+
  25.value = <div class="csc-textpic csc-textpic-intext-right-nowrap###CLASSES###">###IMAGES######TEXT###</div>
5237: 26.value = <div class="csc-textpic csc-textpic-intext-left-nowrap###CLASSES###">###IMAGES######TEXT###</div>
+
  26.value = <div class="csc-textpic csc-textpic-intext-left-nowrap###CLASSES###">###IMAGES######TEXT###</div>
5238: }
+
  }
5239: /* Rendering-Varianten, die mit tt_content.image.20.renderMethod gesetzt werden */
+
  /* Rendering-Varianten, die mit tt_content.image.20.renderMethod gesetzt werden */
5240: rendering {
+
  rendering {
5241: dl {
+
  dl {
5242: imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"> | </div>
+
  imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"> | </div>
5243: imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"> | </div>
+
  imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"> | </div>
5244: oneImageStdWrap.dataWrap = <dl class="csc-textpic-image###CLASSES###" > | </dl>
+
  oneImageStdWrap.dataWrap = <dl class="csc-textpic-image###CLASSES###" > | </dl>
5245: noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
+
  noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
5246: }
+
  }
5247: ul {
+
  ul {
5248: imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"><ul> | </ul></div>
+
  imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"><ul> | </ul></div>
5249: imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"><ul> | </ul></div>
+
  imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"><ul> | </ul></div>
5250: oneImageStdWrap.dataWrap = <li class="csc-textpic-image###CLASSES###"> | </li>
+
  oneImageStdWrap.dataWrap = <li class="csc-textpic-image###CLASSES###"> | </li>
5251: noRowsStdWrap.wrap = <ul class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </ul>
+
  noRowsStdWrap.wrap = <ul class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </ul>
5252: }
+
  }
5253: div {
+
  div {
5254: imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"> | </div>
+
  imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow"> | </div>
5255: imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"> | </div>
+
  imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last"> | </div>
5256: oneImageStdWrap.dataWrap = <div class="csc-textpic-image###CLASSES###"> | </div>
+
  oneImageStdWrap.dataWrap = <div class="csc-textpic-image###CLASSES###"> | </div>
5257: noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
+
  noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
5258: }
+
  }
5259: simple {
+
  simple {
5260: imageStdWrap.dataWrap = <div class="csc-textpic-imagewrap csc-textpic-single-image"> | </div>
+
  imageStdWrap.dataWrap = <div class="csc-textpic-imagewrap csc-textpic-single-image"> | </div>
5261: noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
+
  noRowsStdWrap.wrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-none"> | </div>
5262: }
+
  }
5263: }
+
  }
5264: }
+
}
5265:
+
 
5266:
+
 
5267:
+
 
5268:
 
  
 
<pre>
 
<pre>

Aktuelle Version vom 31. Juli 2015, 15:30 Uhr

Gutachtenzentrale 2015

Constants
BASIC

[GLOBAL]

### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> BEGIN:
#these may be used in real constants field (e.g. if you switch project from production to live server)
#there should be no need to change setup.txt or constants.txt in this extension



#cat=gbt3.template; type=string; label=templatePath: Pfad zu den templates.
templatePath = fileadmin/template/

#cat=gbt3.template; type=string; label = logoLink: Auf diese Seite wird das Logo verlinkt ( Seiten-ID, URL, E-Mail).
logoLink = 2

#cat=gbt3.template; type=string; label = logoFile: Die Datei die als Logo verwendet wird (ausgehend von templatePath).
logoFile = media/logo.png


# tt_news: RSS Feed
plugin.tt_news.useHRDates = 1
plugin.tt_news.pid_list = 8
plugin.tt_news.singlePid = 19
plugin.tt_news.useSubCategories = 1
plugin.tt_news.displaySubCategories = 1

###News###
plugin.tt_news{

   useHRDates = 1
   limit = 5
   latestLimit = 3
#   showCatRootline = 0
#   wrap2 = 
|
} ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_constants.txt"> END: styles.content.mailform { badMess = Bitte füllen Sie noch folgende Felder aus: } plugin.tx_flexslider.persistence.storagePid = plugin.tx_flexslider { view { # Necessary options, if you plan to manipulate the templates templateRootPath = fileadmin/template/Templates/ } settings { # String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own css = fileadmin/template/main/flexslider.css } } plugin.tt_news.file.templateFile = fileadmin/template/main/tt_news_v2_template.html plugin.tt_news.useSubCategories = 1 styles.content.imgtext.maxW = 1400 styles.content.imgtext.maxWInText = 1400 styles.content.imgtext.linkWrap.width = 1400 plugin.tx_jfmulticontent_pi1.jsInFooter = 1 plugin.tx_jfmulticontent_pi1.file.jQueryLibrary = plugin.tx_jfmulticontent_pi1.file.jQueryUI = plugin.tx_jfmulticontent_pi1.file.jQueryUIstyle = Setup BASIC [GLOBAL] ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> BEGIN: ################################################## ######### main configuration ##################### ################################################## config { #leave these with live configuration and install abz_developer LOCALLY (not in subversion), it will override this values debug = 0 admPanel = 0 disablePrefixComment = 1 #pageTitleFirst = 1 extTarget = _blank // put js and stylesheet into external files automatically removeDefaultJS = 1 inlineStyle2TempFile = 1 // default language definitions language = de locale_all = de_DE htmlTag_langKey = de // more properties for multilanguage pages linkVars = L(1-10) uniqueLinkVars = 1 sys_language_mode = content_fallback // for use of several domains in one installation (to be able to use internal links between domain trees) typolinkCheckRootline = 1 // doctypescwitch: see below, switch only for ie (ie needs switch to make correct display, otherwise no switch to get documents validated) doctype = xhtml_trans xhtml_cleaning = all } // doctypeswitch - ie only [browser = msie] config.doctypeSwitch = 1 [global] ################content_collector######################################## styles.content.getBorder.slide = -1 styles.content.getBorder.slide { # collect = -1 # collectReverse = 1 } styles.content.getRight.slide = -1 styles.content.getRight.slide { # collect = -1 # collectReverse = 1 } ################################################## ######### several marks and subparts ############# ################################################## // Logo mit Link ein temp.logo = IMAGE temp.logo { file = {$templatePath}{$logoFile} stdWrap.typolink.parameter = {$logoLink} altText = Startseite titleText = Startseite } temp.teaser = IMAGE temp.teaser { file { import = uploads/media/ import.data = levelmedia:-1, slide treatIdAsReference = 1 import.listNum = 0 } } #############tt news setup######################## # tt_news date & time formats plugin.tt_news { archiveTitleCObject { 10.strftime = %B - %Y } getRelatedCObject { 20.strftime = %d.%m.%Y %H:%M } displaySingle { date_stdWrap.strftime= %d.%m.%y time_stdWrap.strftime= %H:%M } displayLatest { date_stdWrap.strftime= %d.%m.%y time_stdWrap.strftime= %H:%M } displayList { date_stdWrap.strftime= %d.%m.%y time_stdWrap.strftime= %H:%M } } plugin.tt_news.displaySingle.image.imageLinkWrap.width = 800m plugin.tt_news.displaySingle.image.imageLinkWrap.height = 600m #plugin.tt_news.displaySingle.image.imageLightbox2 = 1 #plugin.perfectlightbox.ttnews.enableSingle = 1 plugin.tt_news.displayList.subheader_stdWrap.append > plugin.tt_news.newsFiles.target = _blank # Entfernen des
|
Wrap um die Jahreszahl im Archiv plugin.tt_news.wrap3.wrap = plugin.tt_news._LOCAL_LANG.de.more = weiterlesen plugin.tt_news._LOCAL_LANG.de.backToList = zurück plugin.tt_news.displayLatest.subheader_stdWrap.crop = 100 | ... | 1 plugin.tt_news.displayList.subheader_stdWrap.crop = 500 | ... | 1 plugin.tt_news._LOCAL_LANG.en.more = more plugin.tt_news._LOCAL_LANG.en.backToList = << back plugin.tt_news.displayList { image { file.maxW = 700 file.maxH = 350 file.width = 700c file.height = 350c } } plugin.tt_news.displaySingle { image { file.maxW = 700 file.maxH = 350 file.width = 700c file.height = 350c } } plugin.tt_news.displayLatest { image { file.maxW = 700 file.maxH = 300 file.width = 700c file.height = 300c } } ### Kategorie Einstellungen ### plugin.tt_news{ // Nur News aus ausgewählten Kategorien (oder) #categoryMode = 1 // Kategorie nicht anzeigen catTextMode = 0 category_stdWrap = | _LOCAL_LANG.de.textCat = _LOCAL_LANG.de.textCatLatest = } ##################################################### ############## NAVIGATION ########################## ##################################################### temp.navi = HMENU temp.navi{ special = directory special.value = 1 #entryLevel = 1 wrap =
    |
1 = TMENU 1 { expAll = 1 noBlur = 1 NO = 1 NO.wrapItemAndSub =
  • |
  • CUR = 1 CUR.wrapItemAndSub =
  • |
  • ACT = 1 ACT < .CUR } 2 = TMENU 2 { wrap =
      |
    noBlur = 1 expAll = 1 NO.wrapItemAndSub =
  • |
  • CUR = 1 CUR.wrapItemAndSub =
  • |
  • ACT = 1 ACT < .CUR } 3 < .2 3.wrap =
      |
    4 < .2 4.wrap =
      |
    } temp.menu = HMENU temp.menu { special = directory special.value = 1 #entryLevel = 1 1 = TMENU 1.noBlur = 1 1.wrap = 1.NO = 1 1.NO.linkWrap =
  • |
  • 1.ACT = 1 1.ACT.linkWrap =
  • |
  • 1.ACTIFSUB = 1 1.ACTIFSUB.linkWrap =
  • |
  • } temp.menu_bottom = HMENU temp.menu_bottom { special = directory special.value = 10 #entryLevel = 1 1 = TMENU 1.noBlur = 1 1.wrap = 1.NO = 1 1.NO.linkWrap =
  • |
  • 1.ACT = 1 1.ACT.linkWrap =
  • |
  • 1.ACTIFSUB = 1 1.ACTIFSUB.linkWrap =
  • |
  • } temp.menu_bottom2 = HMENU temp.menu_bottom2 { special = directory special.value = 13 #entryLevel = 1 1 = TMENU 1.noBlur = 1 1.wrap = 1.NO = 1 1.NO.linkWrap =
  • |
  • 1.ACT = 1 1.ACT.linkWrap =
  • |
  • 1.ACTIFSUB = 1 1.ACTIFSUB.linkWrap =
  • |
  • } temp.menu_top = HMENU temp.menu_top { special = directory special.value = 6 #entryLevel = 1 1 = TMENU 1.noBlur = 1 1.wrap = 1.NO = 1 1.NO.linkWrap =
  • |
  • 1.ACT = 1 1.ACT.linkWrap =
  • |
  • 1.ACTIFSUB = 1 1.ACTIFSUB.linkWrap =
  • |
  • } temp.menu_mobile = HMENU temp.menu_mobile{ special = directory special.value = 1 #entryLevel = 1 wrap =
      |
    1 = TMENU 1 { expAll = 1 noBlur = 1 NO = 1 NO.wrapItemAndSub =
  • |
  • CUR = 1 CUR.wrapItemAndSub =
  • |
  • ACT = 1 ACT < .CUR } 2 = TMENU 2 { wrap =
      |
    noBlur = 1 expAll = 1 NO.wrapItemAndSub =
  • |
  • CUR = 1 CUR.wrapItemAndSub =
  • |
  • ACT = 1 ACT < .CUR } 3 < .2 3.wrap =
      |
    4 < .2 4.wrap =
      |
    } temp.copyright = TEXT temp.copyright { data = date : U strftime = %Y noTrimWrap = | © | GKK Gutachten GmbH | } temp.phone = RECORDS temp.phone { tables = tt_content # Inhaltselement mit ID 42 ist Quelle source = 1 } temp.address = RECORDS temp.address { tables = tt_content # Inhaltselement mit ID 42 ist Quelle source = 2 } temp.social = RECORDS temp.social { tables = tt_content # Inhaltselement mit ID 42 ist Quelle source = 5 } ##################################################### ############## standardsuche ########################## ##################################################### ## Suchfeld [Begin] ## Standartbeschriftung des Buttons ändern tt_content.search.30.dataArray.40.value.data > ## Beschriftung des Buttons auf "Suche" ändern tt_content.search.30.dataArray.40.value = temp.top_search = COA temp.top_search < tt_content.search ## verhindert Anzeige der Suchergebnisse temp.top_search.20 > ## Optionen des Suchformulars der TYPO3 Suche temp.top_search.30 { ## Suchergebnisse im selben Browserfenster anzeigen target = _self ## automatische Auswahl der Zielseite der Suche löschen type > ## Seite 85 als Zielseite der Suche angeben type = 58 ## Auswahl voreinstellen dataArray.20.value = tt_content.header-bodytext-imagecaption ## Feld auf versteckt setzen dataArray.20.type = scols=hidden ## Auswahlmöglichkeit ausblenden dataArray.20.valueArray > ## Suchformular mit SPAN und nicht mit Tabelle wrappen stdWrap.wrap = | layout = ###LABEL### ###FIELD### ## Die Beschriftungen der Inhaltselemente nicht generell wrappen labelWrap.wrap = ## Beschriftung des Eingabefeldes löschen dataArray.10.label > } temp.top_search.stdWrap.wrap = | lib.language = COA lib.language.10 = COA lib.language.10 < temp.top_search ## Suchfeld [End] #------------------------------------------ # Default PAGE object: # ----------------------------------------- page = PAGE page.typeNum = 0 page.shortcutIcon = fileadmin/template/media/favicon.png page.10 = TEMPLATE page.10.template = FILE page.10.template.file = fileadmin/template/main/main.html # FRONTEND Layout Switch [globalVar = TSFE:page|layout = 1] page.10.template.file = fileadmin/template/main/main_70_30.html [global] [globalVar = TSFE:page|layout = 2] page.10.template.file = fileadmin/template/main/main_slider.html [global] [globalVar = TSFE:page|layout = 4] page.10.template.file = fileadmin/template/main/main_50_50.html [global] #Den Subpart DOCUMENT BODY bearbeiten page.10.workOnSubpart = DOCUMENT_BODY #Innerhalb von Documtent Body weitere Subparts bearbeiten page.10.subparts { CONTENT < styles.content.get CONTENT_RIGHT < styles.content.getRight CONTENT_LEFT < styles.content.getLeft CONTENT_BORDER < styles.content.getBorder LOGO < temp.logo NAVI < temp.navi NAVI_MOBILE < temp.menu_mobile NAVI_BOTTOM < temp.menu_bottom NAVI_BOTTOM2 < temp.menu_bottom2 NAVI_TOP < temp.menu_top COPYRIGHT < temp.copyright PHONE < temp.phone ADDRESS < temp.address TOP_SEARCH < temp.top_search SOCIAL < temp.social TEASER < temp.teaser } // inhalte tt_content.stdWrap.innerWrap.cObject.1 > tt_content.stdWrap.innerWrap.cObject.1 = TEXT tt_content.stdWrap.innerWrap.cObject.1.value =
    |
    tt_content.stdWrap.innerWrap.cObject.5 > tt_content.stdWrap.innerWrap.cObject.5 = TEXT tt_content.stdWrap.innerWrap.cObject.5.value =
    |
    tt_content.stdWrap.innerWrap.cObject.6 > tt_content.stdWrap.innerWrap.cObject.6 = TEXT tt_content.stdWrap.innerWrap.cObject.6.value =
    |
    tt_content.stdWrap.innerWrap.cObject.10 > tt_content.stdWrap.innerWrap.cObject.10 = TEXT tt_content.stdWrap.innerWrap.cObject.10.value =
    |
    tt_content.stdWrap.innerWrap.cObject.11 > tt_content.stdWrap.innerWrap.cObject.11 = TEXT tt_content.stdWrap.innerWrap.cObject.11.value =
    |
    tt_content.stdWrap.innerWrap.cObject.12 > tt_content.stdWrap.innerWrap.cObject.12 = TEXT tt_content.stdWrap.innerWrap.cObject.12.value =
    |
    tt_content.stdWrap.innerWrap.cObject.20 > tt_content.stdWrap.innerWrap.cObject.20 = TEXT tt_content.stdWrap.innerWrap.cObject.20.value =
    |
    tt_content.stdWrap.innerWrap.cObject.21 > tt_content.stdWrap.innerWrap.cObject.21 = TEXT tt_content.stdWrap.innerWrap.cObject.21.value =
    |
    ### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/template/ext_typoscript_setup.txt"> END: lib.stdheader.10.setCurrent.htmlSpecialChars = 0 page.headerData.20 = TEXT page.headerData.20.value ( <script src="fileadmin/template/js/ext.js" type="text/javascript"></script> <script src="fileadmin/template/js/hoverIntent.js" type="text/javascript"></script> <script src="fileadmin/template/js/superfish.js" type="text/javascript"></script> <script src="fileadmin/template/js/supersubs.js" type="text/javascript"></script> <script src="fileadmin/template/js/jquery.mmenu.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $(function() { $('nav#menu').mmenu(); }); }); </script> ) # Stylesheets page.includeCSS { file10 = fileadmin/template/main/main.css file20 = fileadmin/template/main/superfish.css file30 = fileadmin/template/main/tt_news_v2_styles.css file40 = fileadmin/template/main/jquery-ui.css file50 = fileadmin/template/main/media_queries.css file60 = fileadmin/template/main/jquery.mmenu.css } page.meta { KEYWORDS.field = keywords KEYWORDS.ifEmpty = DESCRIPTION.field = description DESCRIPTION.ifEmpty = VIEWPORT = width=device-width; initial-scale=1.0 } #config.baseURL = http://www.ksclearning.de.de/ #// cooluri aktivieren und simulatestatic deaktivieren #config.simulateStaticDocuments = 0 #config.tx_cooluri_enable = 1 #config.redirectOldLinksToNew = 1 tt_content.search.30.target = _self tt_content.search.30.dataArray.10.label > # Suchfelderauswahl wird versteckt und Suche ist auf header, bodytext und imagecaption eingestellt tt_content.search.30.dataArray.20.type = scols=hidden tt_content.search.30.dataArray.20.valueArray > tt_content.search.30.dataArray.20.value = tt_content.header-bodytext-imagecaption # Inputfeldgröße wird eingestellt und CSS-Klasse wird zugeordnet tt_content.search.30.params.input = class="suchfeld" size="40" # Submit Button wird eine CSS-Klasse und die Bezeichnung zugeordnet tt_content.search.30.params.submit = class="suchbutton" tt_content.search.30.dataArray.40.value = Suchen # Layout aus Tabelle genommen tt_content.search.30.stdWrap.wrap = | tt_content.search.30.layout = ###LABEL### ###FIELD### tt_content.search.30.COMMENT.layout = ###LABEL### plugin.tt_news.dontUseBackPid = 0 plugin.tt_news.sys_language_mode = strict plugin.tt_news.excludeAlreadyDisplayedNews = 0 plugin.tt_news.usePiBasePagebrowser = 1 plugin.tt_news.displayLatest.subheader_stdWrap.br = 1 plugin.tt_news.displayList.subheader_stdWrap.br = 1 plugin.tt_news.pageBrowser { maxPages = 20 showResultCount = 0 showPBrowserText = 1 dontLinkActivePage = 1 showFirstLast = 1 pagefloat = center showRange = 0 hscText = 1 browseBoxWrap =
      |
    showResultsWrap = | LinksWrap = | browseLinksWrap = | activeLinkWrap =
  • |
  • disabledLinkWrap =
  • |
  • inactiveLinkWrap =
  • |
  • } plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_page = plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_prev = Vorherige plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_next = Nächste plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_first = Erste plugin.tt_news._LOCAL_LANG.de.pi_list_browseresults_last = Letzte /* Anpassungen setup.ts */ tt_content.image.20 { imageStdWrap.dataWrap =
    |
    imageColumnStdWrap.dataWrap =
    |
    layout { 25.value =
    ###IMAGES######TEXT###
    26.value =
    ###IMAGES######TEXT###
    } /* Rendering-Varianten, die mit tt_content.image.20.renderMethod gesetzt werden */ rendering { dl { imageRowStdWrap.dataWrap =
    |
    imageLastRowStdWrap.dataWrap =
    |
    oneImageStdWrap.dataWrap =
    |
    noRowsStdWrap.wrap =
    |
    } ul { imageRowStdWrap.dataWrap =
      |
    imageLastRowStdWrap.dataWrap =
      |
    oneImageStdWrap.dataWrap =
  • |
  • noRowsStdWrap.wrap =
      |
    } div { imageRowStdWrap.dataWrap =
    |
    imageLastRowStdWrap.dataWrap =
    |
    oneImageStdWrap.dataWrap =
    |
    noRowsStdWrap.wrap =
    |
    } simple { imageStdWrap.dataWrap =
    |
    noRowsStdWrap.wrap =
    |
    } } }