Browse Subversion Repository
Diff of /WebModuleUnit1.dfm
Parent Directory
| Revision Log
| Patch
| 55 |
OnAction = WebModule1adminsetAction |
OnAction = WebModule1adminsetAction |
| 56 |
end |
end |
| 57 |
item |
item |
| 58 |
|
MethodType = mtGet |
| 59 |
Name = 'css' |
Name = 'css' |
| 60 |
PathInfo = '/css' |
PathInfo = '/css' |
| 61 |
OnAction = WebModule1cssAction |
OnAction = WebModule1cssAction |
| 120 |
object FDTable2home: TWideMemoField |
object FDTable2home: TWideMemoField |
| 121 |
FieldName = 'home' |
FieldName = 'home' |
| 122 |
Origin = 'home' |
Origin = 'home' |
| 123 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 124 |
end |
end |
| 125 |
object FDTable2title: TWideMemoField |
object FDTable2title: TWideMemoField |
| 126 |
FieldName = 'title' |
FieldName = 'title' |
| 127 |
Origin = 'title' |
Origin = 'title' |
| 128 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 129 |
end |
end |
| 130 |
object FDTable2title2: TWideMemoField |
object FDTable2title2: TWideMemoField |
| 131 |
FieldName = 'title2' |
FieldName = 'title2' |
| 135 |
object FDTable2pass: TWideMemoField |
object FDTable2pass: TWideMemoField |
| 136 |
FieldName = 'pass' |
FieldName = 'pass' |
| 137 |
Origin = 'pass' |
Origin = 'pass' |
| 138 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 139 |
end |
end |
| 140 |
object FDTable2ngwords: TWideMemoField |
object FDTable2ngwords: TWideMemoField |
| 141 |
FieldName = 'ngwords' |
FieldName = 'ngwords' |
| 158 |
'<section id=title><#sub></section>' |
'<section id=title><#sub></section>' |
| 159 |
'<section id=name> Name:<h1><#name></h1></section>' |
'<section id=name> Name:<h1><#name></h1></section>' |
| 160 |
'<section id=date> Date:<h1><#date></h1></section>' |
'<section id=date> Date:<h1><#date></h1></section>' |
| 161 |
'<section id=comment><p><#com></p></section>' |
'<section id=comment><#com></section>' |
| 162 |
'') |
'') |
| 163 |
DataSet = FDTable1 |
DataSet = FDTable1 |
| 164 |
OnHTMLTag = DataSetPageProducer2HTMLTag |
OnHTMLTag = DataSetPageProducer2HTMLTag |
|
|
Legend:
| Removed from v.13 |
|
| changed lines |
| |
Added in v.18 |
|
|
|