From | PaingThu Chit |
Date | Fri, 27 Apr 2007 09:55:30 +0800 |
Subject | Re: [greenstone-users] To display Author, Title, Publisher and description details while viewing the document |
In-Reply-To | (caa538920704260320g52d1511v5059e3c5f7bea871-mail-gmail-com) |
Hi,
This is my search result display format. Pls chk.
<table width= 800>
<td> <table bgcolor=\"rgb(142\,142\,253)\" width= 800 style=\"font-size:12\"> <td width=335 align=left valign=top > <b>[link][ POI.Title][/link]</b> </td> </table> <table width=800> <td valign=center align=center width=150 border: 4px ridge bgcolor=\"rgb(198\,202\,179)\"> {Or} {[ex.thumbicon],[ ex.srcicon]}</td> <td align=left valign=top> <table border=0 width=435 cellpadding=2 cellspacing=0> {IF}{[POI.Zone^Address], <tr> <td width=20 align=left valign=top><b>Location:</b></td> <td width=335 align=left valign=top>[POI.Zone^Address]<br>[POI.Zone^PostalCode]</td> </tr> } {If}{[POI.OpeningHours], <tr> <td width=20 align=left valign=top><b>OpeningHours:</b></td> <td width=335 align=left valign=top>[POI.OpeningHours]</td> </tr> } {If}{[POI.Tel], <tr> <td width=20 align=left valign=top><b>Tel:</b></td> <td width=335 align=left valign=top>[sibling(All:\';\'): POI.Tel]</td> </tr> } {If}{[POI.WebAddress], <tr> <td width=20 align=left valign=top><b>Web Address:</b></td> <td width=335 align=left valign=top><a href=[ POI.WebAddress]></a>[POI.WebAddress]</td> </tr> } {If}{[POI.Cuisine], <tr> <td width=20 align=left valign=top><b>Cuisine:</b></td> <td width=335 align=left valign=top>[sibling(All:\';\'): POI.Cuisine]</td> </tr> } </table> </td> <table> On 4/26/07, Ponerulappan <sppons@gmail.com> wrote:
Dear Folks |