<html>
<head t:test="$requestId eq 0">
<META NAME="ZonesObjName">{obj:=@CONTENT, bFoundBottom := false()}</META>
</head>
<t:switch-prioritized>

<body>
<t:if test="$requestId eq 0">
<B>Total:<t:s>search-result-count := extract(., "[0-9]+")</t:s></B>
</t:if>
<t:else>
    {search-next-page-available := not( (./text())[1]/matches(., "bFoundBottom *= *1") )}
</t:else>

    
      <DIV id="elScrollingBrowseList" t:ignore-self-test="$requestId ne 0">
        <DIV t:ignore-self-test="$requestId ne 0">
          <t:loop>
            <DIV>
              
                    <TABLE t:condition="exists(@alsilistitemidentifier)">
                    {book := {}}
                      <TR>
                        <TD>
                          <TABLE>
                            <t:loop><t:switch>
                            <TR> <TD>Titel</TD><TD>:</TD>?<TD/><TD/><TD>{book.title := ., book.home-url := resolve-uri(a/@href)}</TD>  </TR>
                            <TR> <TD>Verfasser</TD><TD>:</TD>?<TD/><TD/><TD>{book.author := .}</TD> </TR>
                            <TR> <TD>Autor</TD><TD>:</TD>?<TD/><TD/><TD>{book.author := .}</TD> </TR>
                            <TR> <TD>Verlag</TD><TD>:</TD>?<TD/><TD/><TD>{book.publisher := .}</TD> </TR>
                            <TR> <TD>Signatur</TD><TD>:</TD>?<TD/><TD/><TD>{book.id := .}</TD> </TR>
                            <TR> <TD>Notation</TD><TD>:</TD>?<TD/><TD/><TD>{book.id := .}</TD> </TR>
                            <TR> <TD>Jahr</TD><TD>:</TD>?<TD/><TD/><TD>{book.year := extract(., "^ *[0-9]+")}</TD> </TR> <!-- also language -->
                            <TR> <TD>Erscheinungsjahr</TD><TD>:</TD>?<TD/><TD/><TD>{book.year := extract(., "^ *[0-9]+")}</TD> </TR> <!-- also language -->
                                                        </t:switch></t:loop>
                          </TABLE>
                        </TD>
                      </TR>
                    </TABLE>
                
            </DIV>
          </t:loop>
        </DIV>
      </DIV>

</body>



<TABLE class="advanced-table">
  <template:meta default-text-matching="regex"/>
  <TR bgcolor="orange">
    Leider wurden keine passenden Titel zu Ihrer Anfrage gefunden|Es tut uns leid, aber es wurden keine Übereinstimmungen mit Ihrem Suchbegriff gefunden|Leider wurden keine Titel zu Ihrer Suchanfrage gefunden
    <t:s>search-result-count:=0</t:s>
  </TR>
</TABLE>


<TABLE class="advanced-table">
  <TR bgcolor="orange">{vl:raise(.)}</TR>
</TABLE>

</t:switch-prioritized>
</HTML>