# HG changeset patch # User paulb # Date 1129137333 0 # Node ID 61831bcf8f190fdd4f02533ea3d9b0a5b6358b34 # Parent f559422bc0b1b74bd68a34215d388d5126d00843 [project @ 2005-10-12 17:15:33 by paulb] Added more in-page resources. Fixed the target nodes for the in-page updates since they are all targeting the package node, yet we are not allowed to have many id attributes with the same value. Thus, we use handwritten values for each of the update targets. diff -r f559422bc0b1 -r 61831bcf8f19 examples/Common/PEP241/Resources/pep241_template.xhtml --- a/examples/Common/PEP241/Resources/pep241_template.xhtml Wed Oct 12 17:14:31 2005 +0000 +++ b/examples/Common/PEP241/Resources/pep241_template.xhtml Wed Oct 12 17:15:33 2005 +0000 @@ -68,7 +68,7 @@ Platforms - + Platform name @@ -76,7 +76,8 @@ return requestUpdate( 'platforms', '{template:other-attributes('name', ../platform)},{template:selector-name('remove_platform', .)}', - '{template:other-elements(../..)}', '{template:other-attributes('name', ../platform)}', + 'platforms-target', + '{template:other-attributes('name', ../platform)}', '/package') "/> @@ -87,39 +88,68 @@ return requestUpdate( 'platforms', '{template:other-attributes('name', .)},{template:other-attributes('name', platforms/platform)},{template:selector-name('add_platform', .)}', - '{template:other-elements(.)}', '{template:other-attributes('name', platforms/platform)}', + 'platforms-target', + '{template:other-attributes('name', platforms/platform)}', '/package') "/> - + Supported platforms Platform name - + - + Keywords + + Keyword - + - + Authors