Include html file in template

Author Message

Muhammad Khalid Majeed

Wednesday 02 June 2004 7:12:43 am

I want to include HTML file from other URL in my template file... Is there any way that i can do this... I have already tried {include uri="http://www.xyz.com/test.html"}
but it is not working.

Please help.

Muhammad Khalid
Software Engineer
www.webgurru.net

Ole Morten Halvorsen

Wednesday 02 June 2004 7:20:28 am

One way to do this is with the <IFRAME> tag. (not eZ publish specific)

Example:

<IFRAME SRC="http://www.example.com/example.html">
<!-- Alternate content for non-supporting browsers -->
<p>Your browser does not support IFRAME</p>
</IFRAME>

Another way would be to create a new template operator which would fetch the page and insert it into the template.

Senior Software Engineer - Vision with Technology

http://www.visionwt.com
http://www.omh.cc
http://www.twitter.com/omh

eZ Certified Developer
http://ez.no/certification/verify/358441
http://ez.no/certification/verify/272578

Muhammad Khalid Majeed

Wednesday 02 June 2004 7:27:35 am

I don't want to use IFRAME... Is there anyother way???

Muhammad Khalid
Software Engineer
www.webgurru.net

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 22:27:41
Script start
Timing: Jan 18 2025 22:27:41
Module start 'layout'
Timing: Jan 18 2025 22:27:41
Module start 'content'
Timing: Jan 18 2025 22:27:42
Module end 'content'
Timing: Jan 18 2025 22:27:42
Script end

Main resources:

Total runtime1.0510 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.0051 589.3438152.6250
Module start 'layout' 0.00510.0035 741.968839.4453
Module start 'content' 0.00861.0409 781.4141496.6328
Module end 'content' 1.04950.0014 1,278.04698.1641
Script end 1.0509  1,286.2109 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2999160.0002
Check MTime0.00130.1244160.0001
Mysql Total
Database connection0.00090.088910.0009
Mysqli_queries1.009396.0310570.0177
Looping result0.00060.0580550.0000
Template Total1.013396.420.5066
Template load0.00230.217220.0011
Template processing1.011096.195920.5055
Template load and register function0.00020.018110.0002
states
state_id_array0.00160.156510.0016
state_identifier_array0.00400.385020.0020
Override
Cache load0.00180.1753130.0001
Sytem overhead
Fetch class attribute can translate value0.00060.056520.0003
Fetch class attribute name0.00110.103130.0004
XML
Image XML parsing0.00020.023020.0001
class_abstraction
Instantiating content class attribute0.00000.000730.0000
General
dbfile0.00050.0513100.0001
String conversion0.00000.000940.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
1content/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/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs