<{* New Header block *}>
<ol class="breadcrumb">
  <li><a href="<{$xoops_url}>"><{$smarty.const._MD_LEXIKON_HOME}></a></li>
  <li><{$lang_modulename}></li>
</ol>
<{if $empty == 1}>
    <div class="alert alert-warning" role="alert"><{$smarty.const._MD_LEXIKON_STILLNOTHINGHERE}></div>
<{/if}>
<{if $teaser == true}>
<div class="row" >
  <div class="col-md-12">
    <div class="panel panel-default">
      <div class="panel-body">
         <{$teaser}>
      </div>
    </div>
  </div>
</div>
<{/if}>
<!--SEARCH-->
  <div class="row" style="margin-bottom: 20px">
    <div class="col-md-6">
      <h3 style="padding-bottom: 10px;"><{$smarty.const._MD_LEXIKON_SEARCHENTRY}></h3>
          <{$searchform}>
    </div>
    <hr class="visible-sm visible-xs">
    <div class="col-md-6">
      <h3 style="padding-bottom: 10px;"><{$smarty.const._MD_LEXIKON_WEHAVE}></h3>
      <{$smarty.const._MD_LEXIKON_DEFS}><{$publishedwords}><br>
      <{if $multicats == 1}><{$smarty.const._MD_LEXIKON_CATS}><{$totalcats}><br><{/if}>
      <div style="padding-top: 10px">
        <input class="btn btn-success btn-sm" type="button" value="<{$smarty.const._MD_LEXIKON_SUBMITENTRY}>" onclick="location.href = 'submit.php'"/>
        <input class="btn btn-info btn-sm" type="button" value="<{$smarty.const._MD_LEXIKON_REQUESTDEF}>" onclick="location.href = 'request.php' "/>
      </div>
    </div>
  </div>
<hr>
<{* Alphabet block *}>
<div class="row" style="margin-bottom: 20px">
  <div class="col-md-12">
    <h3><{$smarty.const._MD_LEXIKON_BROWSELETTER}></h3>
    <ul class="pagination pagination-sm">
      <li><a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/letter.php" title="[ <{$publishedwords}> ]"><{$smarty.const._MD_LEXIKON_ALL}></a></li>
      <{foreach item=letterlinks from=$alpha.initial}>
          <{if $letterlinks.total > 0}>
            <li><a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/letter.php?init=<{$letterlinks.id}>" title="[ <{$letterlinks.total}> ]" >
              <{$letterlinks.linktext}>
            </a></li>
          <{else}>
            <li><a href="#"><{$letterlinks.linktext}></a></li>
          <{/if}>
      <{/foreach}>
      <{if $totalother > 0}>
        <li><a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/letter.php?init=<{$smarty.const._MD_LEXIKON_OTHER}>" title="[ <{$totalother}> ]">
          <{$smarty.const._MD_LEXIKON_OTHER}>
        </a></li>
      <{else}>
        <li><a href="#"><{$smarty.const._MD_LEXIKON_OTHER}></a></li>
      <{/if}>
    </ul>
  </div>
</div>
<hr>
<{* Category block *}>
<!-- $layout 0 and 1 are the same. if you want to change first change CONFIG_CATEGORY_LAYOUT_PLAIN in inlcude/common.inc.php -->
<{if $layout == '0'}> 
    <{if $multicats == 1 && count($block0.categories) gt 0 }>
        <div class="row" style="margin-bottom: 20px">
            <div class="col-md-12">
                <h3> <{$smarty.const._MD_LEXIKON_BROWSECAT}> </h3>
            </div>
        </div>
        <table class="table table-bordered table-responsive">
          <tbody>
              <tr>
                  <td>
                      <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php" title="[ <{$publishedwords}> ]">
                          <{$smarty.const._MD_LEXIKON_ALLCATS}>
                      </a>
                      [<{$publishedwords}>]
                   </td>
                   <!-- Start category loop -->
                   <{foreach item=catlinks from=$block0.categories}>
                   <td>
                    <{if $catlinks.image != "" && $show_screenshot == true}>
                        <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$catlinks.id}>" target="_parent">
                            <img src="<{$xoops_url}>/uploads/<{$lang_moduledirname}>/categories/images/<{$catlinks.image}>" 
                                width="<{$logo_maximgwidth}>" align="left" class="floatLeft"
                                alt="[<{$catlinks.name}>] [<{$catlinks.total}>]"/>
                         </a>
                     <{/if}>
                     <{if $catlinks.count > 0}>
                        <{if $catlinks.total > 0}>
                            <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$catlinks.id}>" title="[<{$catlinks.total}>]">
                        <{/if}>
                        <{$catlinks.linktext}>
                        <{if $catlinks.total > 0}>
                            </a> 
                        <{/if}>
                            [<{$catlinks.total}>]
                        <{/if}>
                     </td>
                    <{if $catlinks.count is div by 4}>
                    </tr>
                    <tr>
                     <{/if}>
                    <{/foreach}>
                    <!-- End category loop -->
            </tr>
        </tbody>
        </table>
    <{/if}>
<{else}>
    <{if $multicats == 1}>
      <div class="row" style="margin-bottom: 20px">
            <div class="col-md-12">
                <h3> <{$smarty.const._MD_LEXIKON_BROWSECAT}> </h3>
            </div>
        </div>
        <table class="table table-bordered table-responsive">
          <tbody>
              <tr>
                   <!-- Start category loop -->
                   <{foreach item=catlinks from=$block0.categories}>
                   <td>
                    <{if $catlinks.image != "" && $show_screenshot == true}>
                        <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$catlinks.id}>" target="_parent">
                            <img src="<{$xoops_url}>/uploads/<{$lang_moduledirname}>/categories/images/<{$catlinks.image}>" 
                                width="<{$logo_maximgwidth}>" align="left" class="floatLeft"
                                alt="[<{$catlinks.name}>] [<{$catlinks.total}>]"/>
                         </a>
                     <{/if}>
                     <{if $catlinks.count > 0}>
                        <{if $catlinks.total > 0}>
                            <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$catlinks.id}>" title="[<{$catlinks.total}>]">
                        <{/if}>
                        <{$catlinks.linktext}>
                        <{if $catlinks.total > 0}>
                            </a> 
                        <{/if}>
                            [<{$catlinks.total}>]
                        <{/if}>
                     </td>
                    <{if $catlinks.count is div by 4}>
                    </tr>
                    <tr>
                     <{/if}>
                    <{/foreach}>
                    <!-- End category loop -->
            </tr>
        </tbody>
        </table>
        
        <div  style="text-align: right">
        <a class="btn btn-success btn-sm" role="button" href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php" title="[ <{$publishedwords}> ]">
            <{$smarty.const._MD_LEXIKON_ALLCATS}> [<{$publishedwords}>]
        </a>
        </div>
    <{/if}>
<{/if}>
<hr>
<div class="row" style="margin-bottom: 20px">
    <div class="col-md-4 col-sm-12">
        <h3><{$smarty.const._MD_LEXIKON_RECENTENT}></h3>
        <ul>
            <{foreach item=newentries from=$block.newstuff}>
                <li>
                    <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/entry.php?entryID=<{$newentries.id}>"><{$newentries.linktext}></a> <{if $showdate == 1}>
                        <span
                                style="font-size: xx-small; color: #456;">[<{$newentries.date}>]</span><{/if}>
                </li>
            <{/foreach}>
        </ul>
    </div>
    <div class="col-md-4 col-sm-12">
        <h3><{$smarty.const._MD_LEXIKON_POPULARENT}></h3>
        <ul>
            <{foreach item=popentries from=$block2.popstuff}>
                <li>
                    <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/entry.php?entryID=<{$popentries.id}>"><{$popentries.linktext}></a> <{if $showcount == 1}>
                        <span
                                style="font-size: xx-small; color: #456;">[<{$popentries.counter}>
                        ]</span><{/if}></li>
            <{/foreach}>
        </ul>
    </div>
    <div class="col-md-4 col-sm-12">
        <h3><{$smarty.const._MD_LEXIKON_RANDOMTERM}></h3>
        <{if $multicats == 1}>
            <{if $empty != 1}>
                <div class="catname"><a
                            href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/category.php?categoryID=<{$random.categoryID}>"><{$random.categoryname}></a>
                </div>
            <{/if}>
        <{/if}>
        <div class="pad4">
            <h5 class="term"><{$microlinks}><a
                        href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/entry.php?entryID=<{$random.id}>"><{$random.term}></a>
            </h5>
            <div class="nopadding"><{$random.definition}></div>
        </div>
    </div>
</div>
<hr>
<{if $userisadmin == 1}>
   <div class="row" style="margin-bottom: 20px">
    <div class="col-md-12">
        <h3><{$smarty.const._MD_LEXIKON_SUBANDREQ}></h3>
        <dl class="dl-horizontal">
            <dt><{$smarty.const._MD_LEXIKON_SUB}></dt>
            <{if $wehavesubs == '0'}><dd><{$smarty.const._MD_LEXIKON_NOSUB}></dd><{/if}>
            <dd>
            <{foreach item=subentries from=$blockS.substuff}>
                <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/admin/entry.php?op=mod&entryID=<{$subentries.id}>"><{$subentries.linktext}></a>
                     
            <{/foreach}>
            </dd>
       </dl>
       <dl class="dl-horizontal">
            <dt><{$smarty.const._MD_LEXIKON_REQ}></dt>
            <{if $wehavereqs == '0'}><dd><{$smarty.const._MD_LEXIKON_NOREQ}></dd><{/if}>
            <dd>
            <{foreach item=reqentries from=$blockR.reqstuff}>
                <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/admin/entry.php?op=mod&entryID=<{$reqentries.id}>"><{$reqentries.linktext}></a>
                 
            <{/foreach}>
            </dd>
        </dl>
    </div>
</div>
<{else}>
    <div class="row" style="margin-bottom: 20px">
        <div class="col-md-12">
            <h3><{$smarty.const._MD_LEXIKON_REQ}></h3>
        </div>
    </div>
    <dl class="dl-horizontal">
        <dt><{$smarty.const._MD_LEXIKON_REQ}></dt>
            <{if $wehavereqs == '0'}>
                <dd><{$smarty.const._MD_LEXIKON_NOREQ}></dd>
            <{else}>
            <dd>
            <h5><{$smarty.const._MD_LEXIKON_REQUESTSUGGEST}></h5>
            <{/if}>
            <{foreach item=reqentries from=$blockR.reqstuff}>
                <a href="<{$xoops_url}>/modules/<{$lang_moduledirname}>/submit.php?suggest=<{$reqentries.id}>"><{$reqentries.linktext}></a>
                 
            <{/foreach}>
            </dd>
    </dl>
<{/if}>
<{if $syndication == true}>
    <div align="center" class="clearer" style="padding: 4px;"><br><br>
        <a href="rss.php" title="recent glossary definitions">
            <img src="assets/images/rss.gif" ALT="RSS" border="0"/>
        </a>
    </div>
<{/if}>
<br>
<br>
<script type="text/javascript">
    $( "select[name*='type']" ).addClass( "form-control" );
    $( "select[name*='type']" ).css({"width":"90%", "margin-bottom":"5px"});
    $( "select[name*='categoryID']" ).addClass( "form-control" );
    $( "select[name*='categoryID']" ).css( {"width":"90%", "margin-bottom":"5px"});
    $( "input[name*='term']" ).addClass( "form-control" );
    $( "input[name*='term']" ).css({"width":"90%", "margin-bottom":"5px", "background-position":"1px 8px"});
    $('.btnDefault').addClass( "btn btn-success btn-sm" );
</script>
<{include file='db:system_notification_select.tpl'}>
 
  |