VERSION 5.0.10

  |------------------|
  | Title            |
  |------------------|
  | Map              |
  | Search           |
  |------------------|



DEFAULT TEMPLATE FOR QUICKFINDER
================================

* This template is a default for Quickfinders

* It has code for the list viewe only


  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 {
          ...
        }
      }
    }

  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### ###MY_PROMPT###
###MAP###