src/NCBS/WebsiteBundle/Resources/views/Exposition/interface/popup/topic_popup.html.twig line 1

Open in your IDE?
  1. {% set nCol = '0' %}
  2. {% if column_num is defined %}
  3.     {% set nCol = column_num %}
  4. {% endif %}
  5. {% set sUrlEnd = '?col='~nCol %}
  6. {% if multicolumn_route_params is defined %}        
  7.     {% set sParam = multicolumn_route_params|join(';;') %}
  8.     {% set sUrlEnd = sUrlEnd~'&multi='~sParam %}
  9. {% endif %}    
  10. {% set sUrl = path('select_topic') ~ sUrlEnd %}
  11. <button type="button" class="btn btn-link" style="font-weight:400;" onclick='openChooserWithSearch("{{ app.session.get('ui_str')["linktitle.short.consider"] }}","{{ sUrl }}","")'>{{ translation.translatedtitle }} <i class="fas fa-angle-down"></i>
  12. </button>