[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] search-list-alternate?
> -----Original Message-----
> From: interchange-users-admin@interchange.redhat.com
> [mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of Ryan
> Grace
> Sent: Monday, January 07, 2002 10:01 AM
> To: interchange-users@interchange.redhat.com
> Subject: RE: [ic] search-list-alternate?
>
>
> Here's the section of code I'm trying to get to work with the
> search-alternate tag.
>
> [search-region]
>
> [search-list]
>
> <td>
> <a href="[area [item-code]]">
> <img src="thumb/[item-field thumb]" border="0">
> </a>
> </td>
>
> [search-alternate 3]
> Yes
> [else]No [/else]
> [/search-alternate]
>
> [/search-list]
>
> [/search-region]
>
> See anything wrong? I'll try changing the prefix. I've already tried
> changing the tag to [loop-alternate] but that didn't work.
>
> Thanks,
>
> Ryan
>
Try
[item-alternate 3]
</tr>
[else] [/else]
[/item-alternate]
Or in a loop
[loop-alternate 3]
</tr>
[else] [/else]
[/loop-alternate]
Leave everything else the same
This was shown to me by ED LaFrance
Paul Jordan