Loading...
= [$::rivetweb::current_page headline $::rivetweb::language] ?>
if {[catch {set refdate [$::rivetweb::current_page get_refdate]}]} { set refdate "" } if {$refdate != ""} { ?> = [::lifemilch::normalized_date $refdate] ?>/ } if {[catch {set author [$::rivetweb::current_page get_author]}]} { set author "" } if {$author != ""} { ?> = [$::lifemilch::descrizioni read posted_by $::rivetweb::language] ?> = $author ?>/ } if {[catch {set multiple_languages [$::rivetweb::current_page has_multiple_languages]}]} { set multiple_languages true } if {$multiple_languages} { set arguments $::rivetweb::argsqs foreach l {it en} { dict set arguments language $l set imgurl [::rivet::xml [list img src [::rivetweb::basic_picture_path "${l}.png"]]] puts [::rivet::xml $imgurl [list a href [::rivetweb::composeUrl {*}$arguments]]] } } ?>
= [$::rivetweb::current_page print_content $language] ?>
if {[catch {set gallery [$::rivetweb::current_page get_gallery]}]} { set gallery "" }
if {$gallery != ""} {
?>
set gallery_len [llength $gallery]
set gallery_len [expr int($gallery_len/2)]
set gp 0
foreach {gpict gcapt} $gallery {
set htmlcnt [::rivet::xml "[incr gp] / $gallery_len" [list div class "numbertext"]]
# set photourl "https://photo.lifemilch.eu/${gpict}"
set photourl [::rivetweb::composeUrl photo $gpict]
set htmlimg [::rivet::xml [list img src $photourl style "width: 100%;" alt $gcapt]]
puts [::rivet::xml [join [list $htmlcnt $htmlimg] "\n"] [list div class "ssmySlides"]]
?>
}
?>
❮
❯
}
?>