Forums / Setup & design / inline CSS declaration on template

inline CSS declaration on template

Author Message

Adolfo Antón Bravo

Monday 17 May 2010 11:17:29 am

Hi all

I've been looking along forums and I have not found some similar posts but this: http://share.ez.no/forums/setup-design/css-backgrounds, which says you cannot do what I want to.

I'd like to use a background image for every section in my web and every background can be changed by administrator. So I've thought I could make an attribute for my ez class "section" to change by administrator the background image.

I've thought in something like this:

<div id="ejemplo" style="background: url({attribute_view_gui attribute=$node.data_map.background-image});">

What do you think about it?

xsto.info, el acceso a la información
dominios.coop, el ISP de la economía solidaria

Håvard Bergersen

Monday 17 May 2010 12:17:39 pm

Sure.. Why not? :)

Carlos Revillo

Monday 17 May 2010 2:12:16 pm

i think it should be possible to do it like that. in fact we have some similar examples. you should take care about absolute or relative paths.

but probably a more elegant solution could be usign ezjscore.

André R.

Tuesday 18 May 2010 1:04:11 am

I don't see how ezjscore would help here, but I might be overlooking something.

One way is to create some section class like you say and somewhere in pagelayout fetch the one closest to current node in current path using something like 'parent_node_id', $node.path_array and sorting it by path.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Adolfo Antón Bravo

Wednesday 19 May 2010 5:20:16 am

Hi all

10700 and me got it:

<body id="XXX" style="background: url('/{$PATH.data_map.IMAGE_CLASS.content.original.url}') 0 0 repeat;">

Thanks a lot!

xsto.info, el acceso a la información
dominios.coop, el ISP de la economía solidaria

eZ debug

Timing: Jan 29 2025 13:42:44
Script start
Timing: Jan 29 2025 13:42:44
Module start 'content'
Timing: Jan 29 2025 13:42:44
Module end 'content'
Timing: Jan 29 2025 13:42:44
Script end

Main resources:

Total runtime0.0158 sec
Peak memory usage2,048.0000 KB
Database Queries4

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 587.9531180.8281
Module start 'content' 0.00570.0057 768.781397.7891
Module end 'content' 0.01150.0042 866.570374.7031
Script end 0.0157  941.2734 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002012.5333120.0002
Check MTime0.00096.0217120.0001
Mysql Total
Database connection0.00074.166710.0007
Mysqli_queries0.003320.981540.0008
Looping result0.00000.089220.0000
Template Total0.004025.210.0040
Template load0.00074.674610.0007
Template processing0.003220.520410.0032
Override
Cache load0.00052.890710.0005
General
dbfile0.00138.1761100.0001
String conversion0.00000.030230.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs