use of variables in page template

Author Message

Rinze Cats

Monday 29 March 2004 8:22:32 am

Hiya,

i am new to ez puslish and I can't figure out the following problem:

I want to change the way my page behaves depeding on the section it is in. In my page template I added code the get the section id and set a string.

{* set style selection string *}
{let varID=$DesignKeys:used['section'] varStyle='style1'}

{switch match=$#varID}
{case match=6}
{set varStyle='style6'}
{/case}
{case match=5}
{set varStyle='style5'}
{/case}
{case default}
{set varStyle='no style found'}
{/case}
{/switch}
{/let}

I want to use the varStyle variable in my html tags to define the classes it should use
for instance: <td class={$varStyle}></td>

What is the correct way to do it. Variables only seem to be available within the 'let' tags?

all help and pointers are very much appreciated!

greetz
rinze

Alex Jones

Tuesday 30 March 2004 6:48:18 am

Try removing the # from your match statement. Otherwise that should work.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Rinze Cats

Wednesday 31 March 2004 4:13:17 am

thanx for the reply, i'll try your suggestion!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:32:51
Script start
Timing: Jan 18 2025 19:32:51
Module start 'layout'
Timing: Jan 18 2025 19:32:51
Module start 'content'
Timing: Jan 18 2025 19:32:51
Module end 'content'
Timing: Jan 18 2025 19:32:51
Script end

Main resources:

Total runtime0.5360 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 589.0313152.6250
Module start 'layout' 0.00500.0028 741.656339.4453
Module start 'content' 0.00780.5269 781.1016533.3672
Module end 'content' 0.53460.0013 1,314.46888.4688
Script end 0.5359  1,322.9375 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.5801160.0002
Check MTime0.00120.2254160.0001
Mysql Total
Database connection0.00070.135610.0007
Mysqli_queries0.489291.2795570.0086
Looping result0.00050.1009550.0000
Template Total0.509995.120.2550
Template load0.00210.396520.0011
Template processing0.507894.747320.2539
Template load and register function0.00010.025210.0001
states
state_id_array0.00060.103710.0006
state_identifier_array0.00080.153920.0004
Override
Cache load0.00180.3275320.0001
Sytem overhead
Fetch class attribute can translate value0.00050.091620.0002
Fetch class attribute name0.00110.210940.0003
XML
Image XML parsing0.00070.121720.0003
class_abstraction
Instantiating content class attribute0.00000.001940.0000
General
dbfile0.00070.1359160.0000
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs