[EMAIL PROTECTED] wrote:
What I'd like to do is to have a way to include some reports within
other reports.  For example, if one report contains a simple bar
graph generated with Templates::Plugin::GD::Graph, I'd like a simple
way to include that in another template.  Every report has a unique
URL, so if I was able to say [% INCLUDE
http://www.example.com/reports/run_report.cgi?report_id=A&view_id=B
%], it would make things very easy indeed.

Well, if your output format is HTML, then just do


<img src="http://www.example.com//run_report.cgi?report_id=A";>

and include your PNG generated using T:P:GD:Graph that way.

Gerv


_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to