VERSION 5.0.10

  |------------------|
  | Title            |
  |------------------|
  | Map              |
  | Search           |
  | Browser          |
  | Content          |
  |------------------|



DEFAULT TEMPLATE FOR LIST VIEWS
===============================
This template is the default template for all list views.


  CONTROLLING MARKERS
  ===================
  You can control the display of subparts and markers with typoscript:

    EACH MARKER AND SUBPART
    =======================

    plugin.tx_browser_pi1.views.list.XX.htmlSnippets {
      marker {
        filter = TEXT
        filter {
          ...
        }
      }
      subparts {
        listview = TEXT
        listview {
          ...
        }
      }
    }

    TABLE: SUMMARY AND CAPTION
    ==========================

    plugin.tx_browser_pi1.displayList.display or
    plugin.tx_browser_pi1.views.list.XX.display {
      table {
        summary     = 1     // Display [1] or hide [0] the table summary
        caption     = 1     // Display [1] or hide [0] the table caption
      }
    }

    MODESELECTOR
    ============
    The display of the modeselector depends on the number of your views.
    If you have only one list view, there won't be any modeselector.
    If you have more than one list view, there will be a modeselector.

  SELF-DEFINED MARKERS
  ====================
  You can define markers by your self. Every self-defined marker has the stdWrap property.
  Examples for self-defined markers in the TEMPLATE_LIST are
  - MY_TITLE
  - MY_URL
  - MY_RESET

  You find the configuration in
  - plugin.tx_browser_pi1.markers
  - plugin.tx_browser_pi1.views.list.XX.markers
  - plugin.tx_browser_pi1.views.single.XX.markers

  If a view hasn't any marker array, the browser takes the global marker array.



      
      
###MY_TITLE###
###MAP###
###RESULT_AND_ITEMS###
  • ###TABS###
###CAPTION### ###ITEM### ###ITEM### ###SOCIALMEDIA_BOOKMARKS###
###RESULT_AND_ITEMS###
DEFAULT TEMPLATE FOR SINGLE VIEWS WITH TABLE ============================================ THIS SHOULD BE THE DEFAULT FOR A SINGLE VIEW! This template is used, if you have configured your typoscript like this: plugin.tx_browser_pi1.views.single.XX.template.default = 1 CONTROLLING MARKERS =================== You can control the display of subparts and markers with typoscript: EACH MARKER AND SUBPART ======================= plugin.tx_browser_pi1.views.list.XX.htmlSnippets { marker { filter = TEXT filter { ... } } subparts { listview = TEXT listview { ... } } } TABLE: SUMMARY AND CAPTION ========================== plugin.tx_browser_pi1.views.single.XX.display { title = 1 // Display [1] or hide [0] the title table { summary = 1 // Display [1] or hide [0] the table summary caption = 1 // Display [1] or hide [0] the table caption } backbutton = 1 // Display [1] or hide [0] the backbutton } MODESELECTOR ============ The display of the modeselector depends on the number of your views. If you have only one single view, there won't be any modeselector. If you have more than one single view, there will be a modeselector. SELF-DEFINED MARKERS ==================== See the information in the section of the list view
SINGLEVIEW subpart will replaced by plugin.tx_browser_pi1.views.single.###MODE###.htmlSnippets.subparts.singleview while runtime ...
TEMPLATE FOR SELECT BOX FOR ORDERING ==================================== This template is used in list views for ordering records by a select box. This template generates valid HTML code. If you want to disable the sortbox, please configure in your TypoScript template displayList.selectBox_orderBy.display = 0
###LEGEND### ###HIDDEN### ###SELECTBOX###