Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Customised detail pages

Quote Reply
Customised detail pages
Hi,

I am working on a business directory project, where I would like to implement the detailed listing for some entries. Now, the detail page will consist of various elements (logo, different headings plus information) which will vary from page to page depending on the type of business and the information they would like to submit. Is that something that can be done within your software or would I have to build a separate static pages for each entry and link to them from the directory.

Pawel Baldyga
Quote Reply
Re: [zonks] Customised detail pages In reply to
Hi,

Yes, Links SQL can build a single html page per link (a "detailed page"). On that page, you can use or regular template syntax to customize it. For example you could do:

<%if Logo%>
... display logo here
<%endif%>

You would not need to maintain the pages outside of Links SQL.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Customised detail pages In reply to
Thanks a lot

Pawel