added borders around elements - still looks ugly - erlehman please fix issue

git-svn-id: http://yolanda.mister-muffin.de/svn@169 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2007-10-30 16:28:29 +00:00
parent e2ef952f70
commit f4928261dd

View file

@ -438,18 +438,21 @@
</xsl:attribute>
<fieldset>
<input type="hidden" name="page" value="2" />
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_title']" />
<br />
<input name="DC.Title" type="text" size="30" />
<br />
</div>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_subject']" />
<br />
<input name="DC.Subject" type="text" size="30" />
<br />
</div>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_description']" />
<br />
<textarea name="DC.Description" cols="50" rows="5"></textarea>
<br /><br />
</div>
<input type="submit" name="2">
<xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_next_page']" />
@ -499,6 +502,7 @@
<xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute>
<fieldset>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_creator']" />
<br />
<input type="radio" name="creator" value="user" />myself
@ -506,26 +510,25 @@
<input type="radio" name="creator" value="other" />other:
<br />
<input name="DC.Creator" type="text" size="30" />
<br />
<br />
</div>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_source']" />
<br />
<input name="DC.Source" type="text" size="30" />
<br />
<br />
</div>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_language']" />
<br />
<select name="DC.Language">
<option>English</option>
<option>German</option>
</select>
<br />
<br />
</div>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_coverage']" />
<br />
<input name="DC.Coverage" type="text" size="30" />
<br />
<br />
</div>
<input type="submit" name="2">
<xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_previous_page']" />
@ -552,6 +555,7 @@
<xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute>
<fieldset>
<div class="messagebox">
<input type="radio" name="license" checked="checked" />none
<br />
<input type="radio" name="license" />proprietary
@ -568,8 +572,7 @@
<option>cc-by-nd</option>
<option>cc-by-nd-nc</option>
</select>
<br />
<br />
</div>
<input type="submit" name="3">
<xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_previous_page']" />
@ -590,24 +593,26 @@
<xsl:when test="//uploadform/@page=5">
<h2>Summary</h2>
<p>Please check everything for correctness and edit if neccessary. If Everything is okay proceed below by uploading your video.</p>
<p>Please check everything for correctness and edit if neccessary.</p>
<form method="post">
<xsl:attribute name="action">
<xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute>
<fieldset>
<div class="messagebox">
title:
<br />
subject:
<br />
description
description:
<br />
<input type="submit" name="1">
<xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_page_1']" />
</xsl:attribute>
</input>
<br />
</div>
<div class="messagebox">
creator:
<br />
source:
@ -621,7 +626,8 @@
<xsl:value-of select="$locale_strings[@id='button_page_3']" />
</xsl:attribute>
</input>
<br />
</div>
<div class="messagebox">
license:
<br />
<input type="submit" name="4">
@ -629,17 +635,20 @@
<xsl:value-of select="$locale_strings[@id='button_page_4']" />
</xsl:attribute>
</input>
</div>
</fieldset>
</form>
<p>If Everything is okay proceed below by uploading your video.</p>
<form method="post" enctype="multipart/form-data">
<xsl:attribute name="action">
<xsl:value-of select="$site_strings[@id='page_uploader']" />
</xsl:attribute>
<fieldset>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_file']" />
<br />
<input name="file" type="file" size="13" />
<br />
</div>
<input type="submit">
<xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_upload']" />