Difference between revisions of "Widget:Books"
From Shaker Pedia
(Created page with "<includeonly> <!--{getparams}--> <!--{getparam var="alast" get="alast"}--> <!--{getparam var="afirst" get="afirst"}--> <h2>Lectures by <!--{$afirst}--> <!--{$alast}--> </h2><b...") |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | < | + | <h2>Books and publications about and by Shakers</h2> |
− | < | + | <br> |
− | <!--{ | + | <!--{if !isset($type) }--> |
− | + | <!--{$type = ''}--> | |
− | <!--{$ | + | <!--{/if}--> |
− | <!--{ | + | <!--{shakerdb var="rows" deb="0" mode="books" type="$type"}--> |
− | |||
− | <!--{shakerdb var="rows" | ||
− | deb="0" mode="books"}--> | ||
<!--{$bgcolor = ''}--> | <!--{$bgcolor = ''}--> | ||
<table> | <table> | ||
− | <tr><th> | + | <tr><th>Title<th>Authors |
<!--{foreach $rows as $i=>$r}--> | <!--{foreach $rows as $i=>$r}--> | ||
<tr <!--{$bgcolor}--> > | <tr <!--{$bgcolor}--> > | ||
− | <td width= | + | <td width=200> |
<!-- <!--{$r.id}--> --> | <!-- <!--{$r.id}--> --> | ||
− | <!--{$r. | + | <!--{$r.title}--> |
− | <td | + | <td><!--{$r.authors}--> |
− | <td><!--{$r. | + | <td> |
− | + | <a href="http://www.amazon.com/exec/obidos/ASIN/<!--{$r.isbn|replace:'-':''}-->/parentsandteache" target=_blank>[ISBN lookup]</a> | |
− | + | <a href="https://www.google.com/search?q=<!--{$r.title}-->" target=_blank>[google search]</a> | |
<!--{if $bgcolor == '' }--> | <!--{if $bgcolor == '' }--> | ||
<!--{$bgcolor = 'bgcolor=yellow'}--> | <!--{$bgcolor = 'bgcolor=yellow'}--> |