22417a9342
space station git-svn-id: http://yolanda.mister-muffin.de/svn@196 7eef14d0-6ed0-489d-bf55-20463b2d70db
528 lines
No EOL
17 KiB
XML
528 lines
No EOL
17 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:cc="http://web.resource.org/cc/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
>
|
|
<xsl:template name="uploadform">
|
|
<div class="uploadform">
|
|
<xsl:choose>
|
|
|
|
<xsl:when test="//uploadform/@page=1">
|
|
<span class="heading">
|
|
<xsl:value-of select="$locale_strings[@id='title_page_1']" />
|
|
</span>
|
|
<br />
|
|
<span class="instruction">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_page_1']" />
|
|
</span>
|
|
<form method="post">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_upload']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Creator" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Creator" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Source" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Source" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Language" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Language" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Coverage" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Coverage" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<input type="hidden" name="page" value="2" />
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_title']" />
|
|
<br />
|
|
<input name="DC.Title" type="text" size="30">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
</div>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_subject']" />
|
|
<br />
|
|
<input name="DC.Subject" type="text" size="30">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
</div>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_description']" />
|
|
<br />
|
|
<textarea name="DC.Description" cols="60" rows="2">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</textarea>
|
|
</div>
|
|
<input type="submit" name="2">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_next_page']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='this_is_page_1']" />
|
|
</span>
|
|
</fieldset>
|
|
</form>
|
|
</xsl:when>
|
|
|
|
<xsl:when test="//uploadform/@page=2">
|
|
<span class="heading">
|
|
<xsl:value-of select="$locale_strings[@id='title_page_2']" />
|
|
</span>
|
|
<br />
|
|
<span class="instruction">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_page_2']" />
|
|
</span>
|
|
<form method="post">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_upload']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Creator" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Creator" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Source" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Source" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Language" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Language" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Coverage" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Coverage" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<input type="submit" name="3">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_next_page']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='this_is_page_2']" />
|
|
</span>
|
|
</fieldset>
|
|
</form>
|
|
<xsl:call-template name="innerresults"/>
|
|
</xsl:when>
|
|
|
|
<xsl:when test="//uploadform/@page=3">
|
|
<span class="heading">
|
|
<xsl:value-of select="$locale_strings[@id='title_page_3']" />
|
|
</span>
|
|
<br />
|
|
<span class="instruction">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_page_3']" />
|
|
</span>
|
|
<form method="post">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_upload']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_creator']" />
|
|
<br />
|
|
<input name="DC.Creator" type="text" size="30" />
|
|
</div>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_source']" />
|
|
<br />
|
|
<input name="DC.Source" type="text" size="30" />
|
|
</div>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_language']" />
|
|
<br />
|
|
<select name="DC.Language">
|
|
<option>
|
|
<xsl:value-of select="$locale_strings[@id='language_en-us']" />
|
|
</option>
|
|
<option>
|
|
<xsl:value-of select="$locale_strings[@id='language_de-de']" />
|
|
</option>
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_coverage']" />
|
|
<br />
|
|
<input name="DC.Coverage" type="text" size="30" />
|
|
</div>
|
|
<input type="submit" name="4">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_next_page']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='this_is_page_3']" />
|
|
</span>
|
|
</fieldset>
|
|
</form>
|
|
</xsl:when>
|
|
|
|
<xsl:when test="//uploadform/@page=4">
|
|
<span class="heading">
|
|
<xsl:value-of select="$locale_strings[@id='title_page_4']" />
|
|
</span>
|
|
<br />
|
|
<span class="instruction">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_page_4']" />
|
|
</span>
|
|
<form method="post">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_upload']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Creator" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Creator" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Source" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Source" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Language" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Language" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Coverage" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Coverage" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license']" />
|
|
<br />
|
|
<input name="License" type="text" size="30" />
|
|
<br />
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license_cc']" />
|
|
<br />
|
|
|
|
<div class="cc-license-chooser">
|
|
|
|
<img src="./images/cc/cc-remix.png" />
|
|
<input type="radio" name="modification" value="remix" />
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license_cc_remix']" />
|
|
</span>
|
|
<br />
|
|
|
|
<img src="./images/cc/cc-sharealike.png" />
|
|
<input type="radio" name="modification" value="ShareAlike" />
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license_cc_sharealike']" />
|
|
</span>
|
|
<br />
|
|
|
|
<img src="./images/cc/cc-noderivatives.png" />
|
|
<input type="radio" name="modification" value="noncommercial" />
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license_cc_noderivatives']" />
|
|
</span>
|
|
<br />
|
|
|
|
<img src="./images/cc/cc-noncommercial.png" />
|
|
<input type="checkbox" name="noncommercial" value="CommercialUse" />
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_license_cc_noncommercial']" />
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<input type="submit" name="5">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_next_page']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='this_is_page_4']" />
|
|
</span>
|
|
</fieldset>
|
|
</form>
|
|
</xsl:when>
|
|
|
|
<xsl:when test="//uploadform/@page=5">
|
|
<span class="heading">
|
|
<xsl:value-of select="$locale_strings[@id='title_page_5']" />
|
|
</span>
|
|
<br />
|
|
<span class="instruction">
|
|
<xsl:value-of select="$locale_strings[@id='instruction_page_5']" />
|
|
</span>
|
|
<form method="post">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_upload']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Creator" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Creator" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Source" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Source" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Language" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Language" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Coverage" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Coverage" />
|
|
</xsl:attribute>
|
|
</input>
|
|
|
|
<table class="videometadata">
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Title']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:title" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Subject']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:subject" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Description']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:description" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<input type="submit" name="1">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_page_1']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
|
|
<table class="videometadata">
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Creator']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:creator" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Source']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:source" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Language']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:language" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="leftcell">
|
|
<xsl:value-of select="$locale_strings[@id='DC.Coverage']" />:
|
|
</td>
|
|
<td class="rightcell">
|
|
<xsl:value-of select="//video/rdf:RDF/cc:Work/dc:coverage" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<input type="submit" name="3">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_page_3']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
|
|
<xsl:call-template name="cclicense"/>
|
|
|
|
<input type="submit" name="4">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_page_4']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
|
|
</fieldset>
|
|
</form>
|
|
<form method="post" enctype="multipart/form-data">
|
|
<xsl:attribute name="action">
|
|
<xsl:value-of select="$site_strings[@id='page_uploader']" />
|
|
</xsl:attribute>
|
|
<input name="DC.Title" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Title" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Subject" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Subject" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Description" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Description" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Creator" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Creator" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Source" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Source" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Language" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Language" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<input name="DC.Coverage" type="hidden">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="//uploadform/@DC.Coverage" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<fieldset>
|
|
<xsl:value-of select="$locale_strings[@id='instruction_file']" />
|
|
<br />
|
|
<input name="file" type="file" size="13" />
|
|
<br />
|
|
<input type="submit">
|
|
<xsl:attribute name="value">
|
|
<xsl:value-of select="$locale_strings[@id='button_upload']" />
|
|
</xsl:attribute>
|
|
</input>
|
|
<br />
|
|
<span class="protip">
|
|
<xsl:value-of select="$locale_strings[@id='this_is_page_5']" />
|
|
</span>
|
|
</fieldset>
|
|
</form>
|
|
</xsl:when>
|
|
|
|
</xsl:choose>
|
|
</div>
|
|
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet> |