|
@@ -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/
|
|
===============================================================================
|
|
===============================================================================
|