Use of CSS

Author Message

chandan kumar

Tuesday 14 March 2006 8:08:40 am

1) I am using the css file.Connecting with the flat_left.tpl file.Menu this showing there but when we click on any left menu item. it always redriect to the //localhost/index.php page.In Status bar its showing right hyperlink.
i have used this simple code,which wriiten in flat_left.tpl
which is given below:

{foreach $nodes as $node}
<tr>
   <td class=venstremenytekst><A class=venstremenylinktekst>
      <a href="{$node.url_alias}">{$node.name}</a>
    </td>
</tr>
{/foreach}

Betsy Gamrat

Tuesday 14 March 2006 7:44:52 pm

The <A class=venstremeylinktekst> looks out of place.

You may want to look at

<b>{node_view_gui view=line content_node=$node}</b>

http://ez.no/doc/ez_publish/technical_manual/3_6/reference/template_functions/visualization/node_view_gui

Also, check out the ezurl function (http://ez.no/doc/ez_publish/technical_manual/3_6/reference/template_operators/urls/ezurl)

Good luck

Marc Boon

Wednesday 15 March 2006 1:18:35 am

remove <A class=venstremenylinktekst>

replace <a href="{$node.url_alias}"> with <a href="{$node.url_alias|ezurl(no)}">

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 18:30:11
Script start
Timing: Jan 18 2025 18:30:11
Module start 'layout'
Timing: Jan 18 2025 18:30:11
Module start 'content'
Timing: Jan 18 2025 18:30:12
Module end 'content'
Timing: Jan 18 2025 18:30:12
Script end

Main resources:

Total runtime0.8067 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0042 587.7891152.6094
Module start 'layout' 0.00420.0022 740.398439.3984
Module start 'content' 0.00640.7990 779.7969535.9609
Module end 'content' 0.80540.0013 1,315.75788.2031
Script end 0.8066  1,323.9609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00290.3558160.0002
Check MTime0.00120.1520160.0001
Mysql Total
Database connection0.00070.092410.0007
Mysqli_queries0.760294.2409590.0129
Looping result0.00060.0695570.0000
Template Total0.780596.820.3902
Template load0.00210.262820.0011
Template processing0.778396.484820.3892
Template load and register function0.00020.026810.0002
states
state_id_array0.00090.107210.0009
state_identifier_array0.00100.118620.0005
Override
Cache load0.00180.2242240.0001
Sytem overhead
Fetch class attribute can translate value0.00080.093630.0003
Fetch class attribute name0.00190.231840.0005
XML
Image XML parsing0.00080.098330.0003
class_abstraction
Instantiating content class attribute0.00000.001340.0000
General
dbfile0.00080.0962160.0000
String conversion0.00000.000740.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
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.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: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs