From 27dcfe92523639d7fea4fe53cb6b59f7c3624354 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 20 Feb 2002 13:27:09 +0000 Subject: [PATCH] adjsut content.template to the new way of doing things. openposting: demonstration speedup. --- templates-dist/producer/content.template | 64 ++++++++++++++-------------- templates-dist/producer/openposting.template | 20 +++++---- 2 files changed, 45 insertions(+), 39 deletions(-) diff --git a/templates-dist/producer/content.template b/templates-dist/producer/content.template index a7654b3e..04fb3e69 100755 --- a/templates-dist/producer/content.template +++ b/templates-dist/producer/content.template @@ -1,11 +1,20 @@ -mir.indymedia.de: ${title} +mir.indymedia.de: ${content.title} - - - + + + + + + + + + + + + @@ -55,49 +64,42 @@
-

${title}

-

${creator}, ${webdb_create_formatted}

-

${description} +

${content.title}

+

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

+

${content.description} - ${to_media_audio[0]["url"]} - -

AU + +

${media["url"]}

- - -

V - + + +

${media["url"]} -

- -

O - + +

${media["url"]} -

- +

I - ${media["url"]} -

-

${content_data}

- +

${content.content_data}

+ @@ -108,12 +110,12 @@ - - - + +
- - - eMail: ${creator_email}
+ + - eMail: ${content.creator_email}
- - Homepage: ${creator_main_url}
+ + Homepage: ${content.creator_main_url}
 
+ Make a quick comment on this article
diff --git a/templates-dist/producer/openposting.template b/templates-dist/producer/openposting.template index 45735b5b..68dc8326 100755 --- a/templates-dist/producer/openposting.template +++ b/templates-dist/producer/openposting.template @@ -58,18 +58,22 @@

${i.title}

${i.creator}, ${i.webdb_create_formatted}

- - ${i.to_media_audio[0]["list"]} + + + + + + ${audio[0]["list"]} - - ${i.to_media_video[0]["list"]} + + ${video[0]["list"]} - - ${i.to_media_other[0]["list"]} + + ${other[0]["list"]}

- - ${i.to_media_images[0]["list"]} + + ${images[0]["list"]} ${i.description}

[read]

-- 2.11.0