Changeset 3548
- Timestamp:
- 07/22/08 11:48:51 (4 months ago)
- Files:
-
- trunk/projects/bos/web/poi-handlers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/web/poi-handlers.lisp
r3499 r3548 432 432 (attribute "subtitle" (poi-string 'subtitle)) 433 433 (with-element "menu" 434 (with-element "entry" (attribute "title" "Impressum") (attribute "href" "/de/impressum")) 435 (with-element "entry" (attribute "title" "Spenden") (attribute "href" "/de/spenden"))) 434 (with-element "entry" (attribute "title" "Impressum") 435 (attribute "href" (format nil "/~A/impressum" language))) 436 (with-element "entry" (attribute "title" "Spenden") 437 (attribute "href" (format nil "/~A/bestellung" language)))) 436 438 (with-element "description" (text (poi-string 'description))) 437 439 (with-media ("image_gallery" "Bildergalerie")
