Now that we have sophisticated EDUI pages let's think about what additional info we can display on those
- Name
- Source-Section
| <!-- Not displaying $root --> | |
| <xsl:template match="page" mode="url"> | |
| <xsl:apply-templates select="parent::page" mode="url"/> | |
| <xsl:value-of select="concat(@handle,'/')"/> | |
| </xsl:template> |
| <navigation> | |
| <page handle="startseite" id="88"> | |
| <name>Startseite</name> | |
| <types> | |
| <type>hidden</type> | |
| <type>index</type> | |
| </types> | |
| </page> | |
| <page handle="referenzen" id="78"> | |
| <name>Referenzen</name> |
| <data> | |
| <p>Test</p> | |
| <hr /> | |
| <p>After hr</p> | |
| </data> |
| <data> | |
| <p>Test</p> | |
| <hr /> | |
| <p>After hr</p> | |
| </data> |
| { | |
| "created": "2011-10-18T19:20:32+02:00", | |
| "version": "2.3dev", | |
| "entries": [ | |
| { | |
| "date": "2011-10-18T19:20:32+02:00", | |
| "type": "Warning", | |
| "message": "GenericErrorHandler 2 - Invalid argument supplied for foreach() in file /home/nils/Server/local/symphony-2/symphony/content/class.resourcespage.php on line 27" | |
| }, | |
| { |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <metadata version="1.0"> | |
| <extension id="search_index"> | |
| <!-- string, required --> | |
| <name>Search Index</name> | |
| <!-- string, required (@lang optional) --> | |
| <description lang="en">Index text content of entries for efficient full-text search.</description> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet version="1.0" | |
| xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
| <xsl:import href="../utilities/master.xsl"/> | |
| *.ipk |
| if (typeof require === "undefined") { | |
| require = IMPORTS.require; | |
| } | |
| require.paths.unshift(__dirname + '/lib/oauth-node/lib/'); | |
| OAuth = require('oauth').OAuth; |