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> </xsl:attribute>
<fieldset> <fieldset>
<input type="hidden" name="page" value="2" /> <input type="hidden" name="page" value="2" />
<xsl:value-of select="$locale_strings[@id='instruction_title']" /> <div class="messagebox">
<br /> <xsl:value-of select="$locale_strings[@id='instruction_title']" />
<input name="DC.Title" type="text" size="30" /> <br />
<br /> <input name="DC.Title" type="text" size="30" />
<xsl:value-of select="$locale_strings[@id='instruction_subject']" /> </div>
<br /> <div class="messagebox">
<input name="DC.Subject" type="text" size="30" /> <xsl:value-of select="$locale_strings[@id='instruction_subject']" />
<br /> <br />
<xsl:value-of select="$locale_strings[@id='instruction_description']" /> <input name="DC.Subject" type="text" size="30" />
<br /> </div>
<textarea name="DC.Description" cols="50" rows="5"></textarea> <div class="messagebox">
<br /><br /> <xsl:value-of select="$locale_strings[@id='instruction_description']" />
<br />
<textarea name="DC.Description" cols="50" rows="5"></textarea>
</div>
<input type="submit" name="2"> <input type="submit" name="2">
<xsl:attribute name="value"> <xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_next_page']" /> <xsl:value-of select="$locale_strings[@id='button_next_page']" />
@ -499,33 +502,33 @@
<xsl:value-of select="$site_strings[@id='page_upload']" /> <xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute> </xsl:attribute>
<fieldset> <fieldset>
<xsl:value-of select="$locale_strings[@id='instruction_creator']" /> <div class="messagebox">
<br /> <xsl:value-of select="$locale_strings[@id='instruction_creator']" />
<input type="radio" name="creator" value="user" />myself <br />
<br /> <input type="radio" name="creator" value="user" />myself
<input type="radio" name="creator" value="other" />other: <br />
<br /> <input type="radio" name="creator" value="other" />other:
<input name="DC.Creator" type="text" size="30" /> <br />
<br /> <input name="DC.Creator" type="text" size="30" />
<br /> </div>
<xsl:value-of select="$locale_strings[@id='instruction_source']" /> <div class="messagebox">
<br /> <xsl:value-of select="$locale_strings[@id='instruction_source']" />
<input name="DC.Source" type="text" size="30" /> <br />
<br /> <input name="DC.Source" type="text" size="30" />
<br /> </div>
<xsl:value-of select="$locale_strings[@id='instruction_language']" /> <div class="messagebox">
<br /> <xsl:value-of select="$locale_strings[@id='instruction_language']" />
<select name="DC.Language"> <br />
<option>English</option> <select name="DC.Language">
<option>German</option> <option>English</option>
</select> <option>German</option>
<br /> </select>
<br /> </div>
<xsl:value-of select="$locale_strings[@id='instruction_coverage']" /> <div class="messagebox">
<br /> <xsl:value-of select="$locale_strings[@id='instruction_coverage']" />
<input name="DC.Coverage" type="text" size="30" /> <br />
<br /> <input name="DC.Coverage" type="text" size="30" />
<br /> </div>
<input type="submit" name="2"> <input type="submit" name="2">
<xsl:attribute name="value"> <xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_previous_page']" /> <xsl:value-of select="$locale_strings[@id='button_previous_page']" />
@ -552,24 +555,24 @@
<xsl:value-of select="$site_strings[@id='page_upload']" /> <xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute> </xsl:attribute>
<fieldset> <fieldset>
<input type="radio" name="license" checked="checked" />none <div class="messagebox">
<br /> <input type="radio" name="license" checked="checked" />none
<input type="radio" name="license" />proprietary <br />
<br /> <input type="radio" name="license" />proprietary
<input type="radio" name="license" />public domain <br />
<br /> <input type="radio" name="license" />public domain
<input type="radio" name="license" />creative commons <br />
<br /> <input type="radio" name="license" />creative commons
<select> <br />
<option>cc-by</option> <select>
<option>cc-by-sa</option> <option>cc-by</option>
<option>cc-by-sa-nc</option> <option>cc-by-sa</option>
<option>cc-by-nc</option> <option>cc-by-sa-nc</option>
<option>cc-by-nd</option> <option>cc-by-nc</option>
<option>cc-by-nd-nc</option> <option>cc-by-nd</option>
</select> <option>cc-by-nd-nc</option>
<br /> </select>
<br /> </div>
<input type="submit" name="3"> <input type="submit" name="3">
<xsl:attribute name="value"> <xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_previous_page']" /> <xsl:value-of select="$locale_strings[@id='button_previous_page']" />
@ -590,56 +593,62 @@
<xsl:when test="//uploadform/@page=5"> <xsl:when test="//uploadform/@page=5">
<h2>Summary</h2> <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"> <form method="post">
<xsl:attribute name="action"> <xsl:attribute name="action">
<xsl:value-of select="$site_strings[@id='page_upload']" /> <xsl:value-of select="$site_strings[@id='page_upload']" />
</xsl:attribute> </xsl:attribute>
<fieldset> <fieldset>
title: <div class="messagebox">
<br /> title:
subject: <br />
<br /> subject:
description <br />
<br /> description:
<input type="submit" name="1"> <br />
<xsl:attribute name="value"> <input type="submit" name="1">
<xsl:value-of select="$locale_strings[@id='button_page_1']" /> <xsl:attribute name="value">
</xsl:attribute> <xsl:value-of select="$locale_strings[@id='button_page_1']" />
</input> </xsl:attribute>
<br /> </input>
creator: </div>
<br /> <div class="messagebox">
source: creator:
<br /> <br />
language: source:
<br /> <br />
coverage: language:
<br /> <br />
<input type="submit" name="3"> coverage:
<xsl:attribute name="value"> <br />
<xsl:value-of select="$locale_strings[@id='button_page_3']" /> <input type="submit" name="3">
</xsl:attribute> <xsl:attribute name="value">
</input> <xsl:value-of select="$locale_strings[@id='button_page_3']" />
<br /> </xsl:attribute>
license: </input>
<br /> </div>
<input type="submit" name="4"> <div class="messagebox">
<xsl:attribute name="value"> license:
<xsl:value-of select="$locale_strings[@id='button_page_4']" /> <br />
</xsl:attribute> <input type="submit" name="4">
</input> <xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_page_4']" />
</xsl:attribute>
</input>
</div>
</fieldset> </fieldset>
</form> </form>
<p>If Everything is okay proceed below by uploading your video.</p>
<form method="post" enctype="multipart/form-data"> <form method="post" enctype="multipart/form-data">
<xsl:attribute name="action"> <xsl:attribute name="action">
<xsl:value-of select="$site_strings[@id='page_uploader']" /> <xsl:value-of select="$site_strings[@id='page_uploader']" />
</xsl:attribute> </xsl:attribute>
<fieldset> <fieldset>
<div class="messagebox">
<xsl:value-of select="$locale_strings[@id='instruction_file']" /> <xsl:value-of select="$locale_strings[@id='instruction_file']" />
<br /> <br />
<input name="file" type="file" size="13" /> <input name="file" type="file" size="13" />
<br /> </div>
<input type="submit"> <input type="submit">
<xsl:attribute name="value"> <xsl:attribute name="value">
<xsl:value-of select="$locale_strings[@id='button_upload']" /> <xsl:value-of select="$locale_strings[@id='button_upload']" />