<html>
    <template:meta default-text-matching="regex"/>
    
    <DIV id="R30">
      <DIV class="html_div">
        <div id="R001">
          <img t:condition="not(matches(@src,'/[0-9]Sterne.gif'))">{book.image-url:=resolve-uri(@src)}</img>
        </div>
      </DIV>
    </DIV>?

    <t:switch-prioritized>
      <input title="Zurück zur Trefferliste">{backButtonName := uri-encode(@name)}</input>
      <input t:condition="contains(@title, 'zur Trefferliste')">{backButtonName := uri-encode(@name)}</input>
    </t:switch-prioritized> 
    
    {goback := form(//form, x"{$backButtonName}.x=0&{$backButtonName}.y=0"),
     if (//input[@type="submit" and contains(@value, 'Bestellen')]) then book.orderable := true() else ()
    }    

 
        
      
<!--    <DIV id="main">
      <DIV class="inside">
        <DIV class="block">
          <DIV class="fsgrp">-->
              <DIV class="aDISListe">
                <DIV class="html_div">
                  <DIV class="aDISListe">
                    <TABLE class="gi">
                      <t:loop>
                        <t:switch>
                        <TR>
                          <TH class="spaltelinks">Titel</TH>
                          <TD class="spalterechts">{book.title:=if (contains(., "/")) then extract(., "(.*)/", 1) else .}</TD>
                        </TR>
                        
                        <TR>
                          <TH class="spaltelinks">Person|Autor</TH>
                          <TD class="spalterechts">{book.author:=.}</TD>
                        </TR>
  
                        <TR>
                          <TH class="spaltelinks">erschienen</TH>
                          <TD class="spalterechts">{
                            book.year:=if (contains(., "/")) then translate(substring-after(., "/"), "[]", "")  (: translate for cases like [2009]? :)
                                       else if (contains(., ",")) then translate(extract(., ",[^,0-9]*([0-9]+)[^,0-9]*$", 1), "[]", "")
                                       else $book.year,  
                            book.location:=if (contains(., ":")) then substring-before(., ":") else $book.location, 
                            book.publisher:=if (contains(., ":") and contains(., "/")) then substring-before(substring-after(., ":"), "/") 
                                            else if (contains(., ":") and contains(., ",")) then substring-before(substring-after(., ":"), ",") 
                                            else $book.publisher
                            }</TD>
                        </TR>
  
                        <TR>
                          <TD class="spalterechts"><a href="{$book.home-url}">Zitierlink</a></TD>
                        </TR>

                        <TR>
                          <TH class="spaltelinks">{name:=translate(normalize-space(.), ".", "")}</TH>
                          <TD class="spalterechts"><t:read source="if (./a and contains(./a/@href, '://')) then x'{.} ( {./a/@href} )' else ."  var="book.{$name}!"/></TD>
                        </TR>
                        </t:switch>
                      </t:loop>
                    </TABLE>
                  </DIV>
                </DIV>
              </DIV>
  
            <DIV class="rTable_div" template:optional="true">
              {exemplarCount := 0}
              <TABLE class="rTable_table">
                <thead/>
                <TR>
                  {exemplarCount := $exemplarCount + 1}
                  <t:read source="string-join(./td, ',  ')" var="book.Exemplar {$exemplarCount}!"/>
                </TR>*
              </TABLE>
            </DIV>
  
       <!--   </DIV>
        </DIV>
      </DIV>
    </DIV>-->
    
    </html>