Forums / Setup & design / classification for <tr>

classification for <tr>

Author Message

Antoine W.

Friday 01 July 2005 6:00:37 am

Is it possible to use classification for <tr> ?
In example :

<table>
<tr class='normal'><td>blah</td></tr>
<tr class='alternate'><td>blah</td></tr>
</table>

Thanks

Antoine W.

Tuesday 05 July 2005 2:30:24 am

Sorry to insist, but I really need to know if classification for table rows is allowed or not.
When I try to set a "class" attribute for <tr>, it's not accepted.

So how should I proceed to build a beautiful table with an alternate background color for rows ? Should I set classification for each cell of the row ?

Thanks !

Peter Putzer

Tuesday 05 July 2005 3:40:54 am

Strangely enough, <tr> doesn't support a classification in eZ publish XML.

I've got no idea why and at first I tried to hack the kernel to get those alternative row colors. But this proved to be more difficult than expected and there was a much easier way:

{let classification=""}
{section show=$row_count|ne(0)}
	{section show=$row_count|mod(2)|eq(1)}
		{set classification="bgdark"}
	{section-else}
		{set classification="bglight"}
	{/section}
{/section}
<tr {section show=ne($classification,'')} class="{$classification}"{/section}>
{$content}
</tr>
{/let}

On the negative side, you don't have control over the shading. On the plus side, it happens all automatically and the XML code is much shorter (which is a gain especially for long tables).

Accessible website starting from eZ publish 3.0 (currently: 4.1.0): http://pluspunkt.at

Antoine W.

Wednesday 06 July 2005 5:35:15 am

Thanks for your solution, Peter !

eZ debug

Timing: Jan 31 2025 06:27:58
Script start
Timing: Jan 31 2025 06:27:58
Module start 'content'
Timing: Jan 31 2025 06:27:58
Module end 'content'
Timing: Jan 31 2025 06:27:59
Script end

Main resources:

Total runtime0.1390 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 587.9219180.8438
Module start 'content' 0.00490.0045 768.765693.9766
Module end 'content' 0.00940.1295 862.7422522.0313
Script end 0.1390  1,384.7734 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00322.2971200.0002
Check MTime0.00120.8740200.0001
Mysql Total
Database connection0.00070.519410.0007
Mysqli_queries0.095268.44231410.0007
Looping result0.00110.80461390.0000
Template Total0.129393.010.1293
Template load0.00080.609310.0008
Template processing0.128492.351610.1284
Override
Cache load0.00050.389810.0005
Sytem overhead
Fetch class attribute can translate value0.00100.754510.0010
XML
Image XML parsing0.00050.341110.0005
General
dbfile0.00543.8872200.0003
String conversion0.00000.003430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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