From edf8cdf88678deeb4c2cb9243959fcb5a054a365 Mon Sep 17 00:00:00 2001 From: cvs Date: Thu, 21 Mar 2002 10:04:33 +0000 Subject: [PATCH] data-stuff and parsed --- templates-dist/producer/content.template | 4 ++-- templates-dist/producer/startpage.template | 8 ++++---- templates-dist/producer/topiclist.template | 22 +++++++++++----------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/templates-dist/producer/content.template b/templates-dist/producer/content.template index 2dd64d7f..e6c687e1 100755 --- a/templates-dist/producer/content.template +++ b/templates-dist/producer/content.template @@ -66,7 +66,7 @@

${data.content.title}

${data.content.creator}, ${data.content.webdb_create_formatted}

-

${data.content.description} +

${data.content.description_parsed}

@@ -89,7 +89,7 @@

-

${data.content.content_data}

+

${data.content.content_data_parsed}

diff --git a/templates-dist/producer/startpage.template b/templates-dist/producer/startpage.template index 26b04d29..b213238f 100755 --- a/templates-dist/producer/startpage.template +++ b/templates-dist/producer/startpage.template @@ -70,7 +70,7 @@ ${s.to_media_images[0]["list"]} - ${s.description}

+ ${s.description_parsed}

[read]

@@ -79,7 +79,7 @@
- +
@@ -120,7 +120,7 @@
@@ -99,7 +99,7 @@ ${i.to_media_images[0]["list"]} - ${i.description}

+ ${i.description_parsed}

[read]

- + ${n.to_media_icon["icon_alt"]} ${n.title}
diff --git a/templates-dist/producer/topiclist.template b/templates-dist/producer/topiclist.template index f7f8ad75..769bea27 100755 --- a/templates-dist/producer/topiclist.template +++ b/templates-dist/producer/topiclist.template @@ -51,35 +51,35 @@

- +
-

${special.title}

-

${special.creator}, ${special.webdb_create_formatted}

+

${data.special.title}

+

${data.special.creator}, ${data.special.webdb_create_formatted}

- ${special.to_media_audio[0]["list"]} + ${data.special.to_media_audio[0]["list"]} - ${special.to_media_video[0]["list"]} + ${data.special.to_media_video[0]["list"]} - ${special.to_media_other[0]["list"]} + ${data.special.to_media_other[0]["list"]}

- ${special.to_media_images[0]["list"]} + ${data.special.to_media_images[0]["list"]} - ${special.description}

-

[read]

+ ${data.special.description_parsed}

+

[read]

- + -- 2.11.0
@@ -99,7 +99,7 @@ ${i.to_media_images[0]["list"]} - ${i.description}

+ ${i.description_parsed}

[read]