dein edit wech
git-svn-id: http://yolanda.mister-muffin.de/svn@46 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
4ffd30619e
commit
acd23bda67
3 changed files with 7 additions and 5 deletions
|
@ -40,6 +40,8 @@
|
||||||
|
|
||||||
<!-- dublin core entities -->
|
<!-- dublin core entities -->
|
||||||
<str id="DC.title">title</str>
|
<str id="DC.title">title</str>
|
||||||
|
<str id="DC.creator">author</str>
|
||||||
|
<str id="DC.publisher">uploader</str>
|
||||||
|
|
||||||
</strings>
|
</strings>
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,8 @@ else
|
||||||
{
|
{
|
||||||
#if not, print register form
|
#if not, print register form
|
||||||
print $session->header();
|
print $session->header();
|
||||||
|
print '<?xml version="1.0" encoding="ISO-8859-1" ?>'; # josch, sanitize this
|
||||||
|
print '<?xml-stylesheet type="text/xsl" href="./xsl/xhtml.xsl" ?>'; # josch, sanitize this
|
||||||
print '<page locale="en-US" stylesheet="./style/gnutube.css" username="">'; # josch, sanitize this
|
print '<page locale="en-US" stylesheet="./style/gnutube.css" username="">'; # josch, sanitize this
|
||||||
print '<registerform />';
|
print '<registerform />';
|
||||||
print '</page>'; # josch, sanitize this
|
print '</page>'; # josch, sanitize this
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
>
|
>
|
||||||
|
|
||||||
IRGENDWAS DUMMES WAS DA NICHT INGEHÖRT
|
|
||||||
|
|
||||||
<xsl:output
|
<xsl:output
|
||||||
doctype-public="-//W3C//DTD XHTML 1.1//EN"
|
doctype-public="-//W3C//DTD XHTML 1.1//EN"
|
||||||
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
|
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
|
||||||
|
@ -225,9 +223,9 @@ IRGENDWAS DUMMES WAS DA NICHT INGEHÖRT
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<xsl:value-of select="$locale_strings/str[@id='title']" />:<xsl:value-of select="rdf:RDF/cc:Work/dc:title" /><br />
|
<xsl:value-of select="$locale_strings/str[@id='DC.title']" />:<xsl:value-of select="rdf:RDF/cc:Work/dc:title" /><br />
|
||||||
created by: <xsl:value-of select="rdf:RDF/cc:Work/dc:creator" /><br />
|
<xsl:value-of select="$locale_strings/str[@id='DC.creator']" /><xsl:value-of select="rdf:RDF/cc:Work/dc:creator" /><br />
|
||||||
uploaded by: <xsl:value-of select="rdf:RDF/cc:Work/dc:publisher" />
|
<xsl:value-of select="$locale_strings/str[@id='DC.publisher']" /><xsl:value-of select="rdf:RDF/cc:Work/dc:publisher" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
Loading…
Reference in a new issue