Making a Link Button

Author Message

Philip Redmon

Wednesday 18 August 2004 9:37:12 am

I'm trying to make a link button to link to a "full view" of an object.

This is the link:

<a href="{$:item.path_identification_string|wash}">view full record</a>

This is the button I was trying to apply the link to:

<FORM METHOD="LINK" ACTION="{$:item.path_identification_string|wash}">
<INPUT TYPE="submit" VALUE="View">
</FORM>

and

   <input type="hidden" name="RedirectURI" value="{concat("/view/",$:item.path_identification_string|wash,"/")}" />
   <input class="button" type="submit" name="ViewButton" value="View" />

Ole Morten Halvorsen

Wednesday 18 August 2004 9:47:33 am

I'm not 100% sure about what you are trying to do, but creating a link to full view of an node is done like this:

<a href={$:item.url_alias|ezurl}>full view link</a>

If you want button instead of link, i guess you can do it like this instead:

<form action={$:item.url_alias|ezurl}>
<input type="submit" value="Full view button" />
</form>

Allthough, I'm not sure how good html the latter example is.

Ole M.

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

Philip Redmon

Wednesday 18 August 2004 10:04:29 am

Yep, that's exactly what I'm trying to do. In my example, the link code performs the same function.

These both work fine.

<a href="{$:item.url_alias|ezurl}">full view link</a>
<a href="{$:item.path_identification_string|wash}">view full record</a>

This isn't working.

<form action={$:item.url_alias|ezurl}>
<input type="submit" value="Full view button" />
</form>

It links me to content/action.

Bård Farstad

Wednesday 18 August 2004 10:15:15 pm

Check that your <form> is not nested inside another <form>. This is not supported by the HTML standard and it behaves different in the different browsers.

--bård

Documentation: http://ez.no/doc

Philip Redmon

Thursday 19 August 2004 8:36:35 am

It is a nested form. It's a set of buttons, used for View, Edit, Delete.

	<form method="post" action={"content/action/"|ezurl}>

	{* View Full Record Button needs to go here *}

	{* The link that works *}
	<a href="{$:item.path_identification_string|wash}">view full record</a> 

	<input class="button" type="submit" name="EditButton" value="{'Edit'|i18n('design/standard/node/view')}" />
	<input class="button" type="submit" name="ActionRemove" value="{'Delete'|i18n('design/standard/node/view')}" />
	<input type="hidden" name="ContentNodeID" value="{$:item.node_id}" />
	</form>

I was thinking about creating a new button so as to follow the format for the edit and remove buttons, but I think I may just use the link, as this seems like (edit: unnecessary) gold plating.

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:15:44
Script start
Timing: Jan 18 2025 19:15:44
Module start 'layout'
Timing: Jan 18 2025 19:15:44
Module start 'content'
Timing: Jan 18 2025 19:15:45
Module end 'content'
Timing: Jan 18 2025 19:15:45
Script end

Main resources:

Total runtime0.9277 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 589.0391152.6250
Module start 'layout' 0.00520.0024 741.664139.4453
Module start 'content' 0.00750.9186 781.1094598.8281
Module end 'content' 0.92610.0015 1,379.937516.1719
Script end 0.9277  1,396.1094 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3713160.0002
Check MTime0.00140.1486160.0001
Mysql Total
Database connection0.00070.074510.0007
Mysqli_queries0.871393.9138650.0134
Looping result0.00060.0646630.0000
Template Total0.889495.920.4447
Template load0.00240.260020.0012
Template processing0.887095.612520.4435
Template load and register function0.00010.016210.0001
states
state_id_array0.00120.125810.0012
state_identifier_array0.00080.083220.0004
Override
Cache load0.00200.2178300.0001
Sytem overhead
Fetch class attribute can translate value0.00100.107430.0003
Fetch class attribute name0.00090.100460.0002
XML
Image XML parsing0.00080.087030.0003
class_abstraction
Instantiating content class attribute0.00000.001360.0000
General
dbfile0.00080.0896170.0000
String conversion0.00000.000840.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
7content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.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: 26
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs