- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::Weblog::EntryRenderer
::xowiki::Weblog::EntryRenderer create ...
Class Relations
::xotcl::Class create ::xowiki::Weblog::EntryRenderer \ -superclass ::xotcl::ObjectMethods (to be applied on instances)
render (scripted)
${:__parent} instvar weblog_obj set link [:pretty_link] regsub -all & $link "&" link set more [expr {[$weblog_obj summary] ? " <span class='more'> \[<a href='[ns_quotehtml $link]'>#xowiki.weblog-more#</a>\]</span>" : ""}] #append more "<p></p>" append content "<DIV class='post'>" "<h2><a href='[ns_quotehtml $link]'>[ns_quotehtml ${:title}]</a></h2>" "<p class='auth'>Created by ${:creator}, " "last modified by [::xo::get_user_name ${:creation_user}] " "<span class='date'>${:pretty_date}</span></p>" ${:description} $more \n "</DIV>"
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables