mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 20:02:38 +02:00
* Corrected references to examples (they are in the lazarus package)
git-svn-id: trunk@16084 -
This commit is contained in:
parent
86ff7c57e4
commit
4f55b436a1
@ -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/
|
||||
===============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user