<?xml version="1.0" encoding="utf-8" ?> 

<enriched-content>

  <property id = "do-syndetics"  value = "( {use-syndetic-enhanced-content} eq 1 ) and ( {syndetics-client-code} not empty )" />
  <property id = "do-covers"     value = "( {contentcfg-cover-gif} eq 1 ) and ( {disp-content-cover-gif} eq 1 )" />

  <content-def
    id   = "syndetics-cover"
    type =  "hit-list-cover"
    cond = "{do-syndetics} and {do-covers}"
    url  = "{syndetics-covers-base-url}"
    pwd  = "{syndetics-client-code}"
    ord  = "{ordinal}"
    alt  = "{cover-alt-text}"
    isbn = "{isbns}"
    upc  =  "{upcs}"
    oclc = "{oclcs}"
  />

  <region>
    <content-ref>syndetics-cover</content-ref>
  </region>
</enriched-content>
