One Style
defined in /web/philip/tcl/ecommerce-styles.tcl, part of the
style module of the ArsDigita Community System
This page shows the available information on one style defined using ad_register_styletag
.
ec_dbresults
insert the formatted results of a database query
Source code:
upvar db db
upvar ec_dbresults ec_dbresults
if { [info exists ec_dbresults] } {
return $ec_dbresults
} else {
return "<blockquote>
<pre>
<b>No database results available.</b>
We can't find any database query results for this style template.
Please contact <a href=\"mailto:[ad_host_administrator]\">[ad_host_administrator]</a>
</pre>
</blockquote>"
}
philg@mit.edu