Changeset 622d74ee5c804e2ef660c0e8236f32f220dc98ff
- Timestamp:
- 05/01/07 15:19:45
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1178025585 +0200
- git-parent:
[49d7bd59f773e8d23b4eb62682113f691a7da6a2]
- git-author:
- Christopher Jung <bktheg@web.de> 1178025585 +0200
- Message:
Teile der Standardbox werden nun aus dem Grafikpak geladen
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3cbd458 |
r622d74e |
|
| 78 | 78 | // TODO: check & ggf fixme (slash-problem ?) |
|---|
| 79 | 79 | String txt = StringUtils.replace(Common.tableBegin("{$$WIDTH$$}","{$$ALIGN$$}","{$$IMAGEPATH$$}"),"\"", "\\\""); |
|---|
| 80 | | txt = StringUtils.replace(txt, "{$$IMAGEPATH$}}", "\"); str.append(templateEngine.getVar(\"URL\")); str.append(\""); |
|---|
| | 80 | txt = StringUtils.replace(txt, "{$$IMAGEPATH$$}", "\"); str.append(templateEngine.getVar(\"global.datadir\")); str.append(\""); |
|---|
| 81 | 81 | txt = StringUtils.replace(txt, "{$$ALIGN$$}", align); |
|---|
| 82 | 82 | txt = StringUtils.replace(txt, "{$$WIDTH$$}", width); |
|---|