HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/phpmyfaq/assets/themes/default/templates/search.html
<section class="col-12">
  <h1>{{ pageHeader }}</h1>
  [searchTagsSection]
  <div class="pmf-tag-cloud">{{ searchTags }}</div>
  [/searchTagsSection] [tagListSection]
  <h3>{{ msgTags }}</h3>
  <div class="clearfix">{{ tagList }}</div>
  [/tagListSection] [relatedTags]
  <h4>{{ relatedTagsHeader }}</h4>
  <div class="pmf-tag-cloud">{{ relatedTags }}</div>
  [/relatedTags] {{ renderSearchResults }} [searchBoxSection]
  <div class="jumbotron justify-content-center col-12" id="searchBox">
    <form action="{{ writeSendAdress }}" method="get">
      <input type="hidden" name="action" value="search" />

      <div class="form-row align-items-center">
        <div class="col-auto">
          <label class="sr-only" for="searchcategory">{{ selectCategories }}</label>
          <select class="form-control form-control-lg mb-2" name="searchcategory" id="searchcategory">
            <option value="%" selected="selected">{{ allCategories }}</option>
            {{ renderCategoryOptions }}
          </select>
        </div>

        <div class="col-5">
          <label class="sr-only" for="searchfield">{{ msgSearch }}</label>
          <input
            id="searchfield"
            type="search"
            name="search"
            value="{{ searchString }}"
            class="form-control form-control-lg mb-2"
            placeholder="{{ msgSearch }}"
          />
        </div>

        <div class="col-auto">
          <div class="form-check mb-2">
            <input
              class="form-check-input"
              type="checkbox"
              {{
              checkedAllLanguages
              }}
              name="langs"
              id="langs"
              value="all"
            />
            <label class="form-check-label" for="langs"> {{ searchOnAllLanguages }} </label>
          </div>
        </div>

        <div class="col-auto">
          <button type="submit" class="btn btn-lg btn-primary mb-2" aria-label="{{ msgSearch }}">
            <span class="fa fa-search"></span>
          </button>
        </div>
      </div>
    </form>
  </div>
  [/searchBoxSection] [popularSearchesSection]
  <h4>{{ msgMostPopularSearches }}</h4>
  <div class="clearfix">{{ printMostPopularSearches }}</div>
  [/popularSearchesSection]
</section>