Browse Source

* Corrected references to examples (they are in the lazarus package)

git-svn-id: trunk@16084 -
michael 15 years ago
parent
commit
4f55b436a1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/fcl-base/texts/fptemplate.txt

+ 4 - 4
packages/fcl-base/texts/fptemplate.txt

@@ -242,7 +242,7 @@ begin//HTML template tag handling for an html template file
   end;
   end;
 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:
 Step by Step:
@@ -302,7 +302,7 @@ ex: http://localhost/myapache/func1call?param1=paramvalue1
 12. See "Hello World!" in your browser
 12. See "Hello World!" in your browser
 13. Repeat from step 4 for other web actions
 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:
 II. Using templates:
@@ -356,7 +356,7 @@ end;
 
 
 This is a replaced template tag: Here I am from the web module!
 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:
 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 
 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.
 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/
 ===============================================================================
 ===============================================================================