From 4f55b436a1c71df41f1f3e7a61e8f9357c214b29 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 5 Oct 2010 12:12:11 +0000 Subject: [PATCH] * Corrected references to examples (they are in the lazarus package) git-svn-id: trunk@16084 - --- packages/fcl-base/texts/fptemplate.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/fcl-base/texts/fptemplate.txt b/packages/fcl-base/texts/fptemplate.txt index 87730a818b..d7b05942d6 100644 --- a/packages/fcl-base/texts/fptemplate.txt +++ b/packages/fcl-base/texts/fptemplate.txt @@ -242,7 +242,7 @@ begin//HTML template tag handling for an html template file end; end; -full example code at /packages/fcl-web/fptemplate-examples/listrecords/ +full example code at /lazarus/components/fpweb/demo/fptemplate/listrecords/ =============================================================================== Step by Step: @@ -302,7 +302,7 @@ ex: http://localhost/myapache/func1call?param1=paramvalue1 12. See "Hello World!" in your browser 13. Repeat from step 4 for other web actions -full example code at /packages/fcl-web/fptemplate-examples/helloworld/ +full example code at /lazarus/components/fpweb/demo/fptemplate/helloworld/ =============================================================================== II. Using templates: @@ -356,7 +356,7 @@ end; This is a replaced template tag: Here I am from the web module! -full example code at /packages/fcl-web/fptemplate-examples/simpletemplate/ +full example code at /lazarus/components/fpweb/demo/fptemplate/simpletemplate/ =============================================================================== III. More complicated HTML template design notes: @@ -427,5 +427,5 @@ apache module code, therefore no recompiling or apache restart is needed. The best way is to make the project such, that the web/html design is separated from the back end apache module as much as possible. -full example code at /packages/fcl-web/fptemplate-examples/tagparam/ +full example code at /lazarus/components/fpweb/demo/fptemplate/tagparam/ ===============================================================================