git-svn-id: http://yolanda.mister-muffin.de/svn@194 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2007-12-04 09:37:39 +00:00
parent 3d635646d4
commit 3fa362e49e
5 changed files with 22 additions and 17 deletions

View file

@ -16,13 +16,14 @@
<string id="bookmarks">bookmarks</string>
<string id="account_details">account details</string>
<string id="logged_in_as">logged in as</string>
<string id="logged_in_as">logged in as&#160;</string>
<string id="logout">logout</string>
<!-- footer -->
<string id="authors">&#169; 2007 Yolanda team</string>
<string id="license">license</string>
<string id="source_code">download source code</string>
<string id="report_bug">report bug</string>
<!-- front page -->
<string id="button_find">Find</string>
@ -94,14 +95,14 @@
<string id="button_next_page">next page</string>
<string id="button_previous_page">previous page</string>
<string id="button_upload">upload</string>
<string id="instringuction_file">Specify the file you want to upload.</string>
<string id="instringuction_title">State the title of the video.</string>
<string id="instringuction_creator">Specify the creator of the video.</string>
<string id="instringuction_subject">State some keywords, separated by commas.</string>
<string id="instringuction_description">Describe the video in natural language.</string>
<string id="instringuction_source">Specify the source, preferably by URL.</string>
<string id="instringuction_language">State the language of the video.</string>
<string id="instringuction_coverage">Specify the time and location covered.</string>
<string id="instruction_file">Specify the file you want to upload.</string>
<string id="instruction_title">State the title of the video.</string>
<string id="instruction_creator">Specify the creator of the video.</string>
<string id="instruction_subject">State some keywords, separated by commas.</string>
<string id="instruction_description">Describe the video in natural language.</string>
<string id="instruction_source">Specify the source, preferably by URL.</string>
<string id="instruction_language">State the language of the video.</string>
<string id="instruction_coverage">Specify the time and location covered.</string>
<string id="this_is_page_1">This is page 1 of 6.</string>
<string id="this_is_page_2">This is page 2 of 6.</string>
<string id="this_is_page_3">This is page 3 of 6.</string>

View file

@ -23,6 +23,7 @@
<str id="page_license">http://www.fsf.org/licensing/licenses/agpl-3.0.html</str>
<str id="page_source-code">http://yolanda.mister-muffin.de/trac/browser/trunk</str>
<str id="page_register">/register.pl</str>
<str id="page_report_bug">http://yolanda.mister-muffin.de/trac/ WHERE IS THE BUGTRACKER ?</str>
<str id="page_results">search.pl?query=</str>
<str id="page_upload">/upload.pl</str>
<str id="page_uploader">uploader.pl</str>

View file

@ -55,7 +55,7 @@ div
div.footer
{
padding: 0.75em;
padding: 0.75em;
}
div.header1

View file

@ -241,9 +241,12 @@
<xsl:value-of select="$locale_strings[@id='source_code']" />
</a>
<xsl:value-of select="$locale_strings[@id='separator']" />
wiki
<xsl:value-of select="$locale_strings[@id='separator']" />
report bug
<a>
<xsl:attribute name="href">
<xsl:value-of select="$site_strings[@id='page_report_bug']" />
</xsl:attribute>
<xsl:value-of select="$locale_strings[@id='report_bug']" />
</a>
</div>
</xsl:if>

View file

@ -39,7 +39,7 @@
</input>
<fieldset>
<input type="hidden" name="page" value="2" />
<div class="messagebox">
<div>
<xsl:value-of select="$locale_strings[@id='instruction_title']" />
<br />
<input name="DC.Title" type="text" size="30">
@ -48,7 +48,7 @@
</xsl:attribute>
</input>
</div>
<div class="messagebox">
<div>
<xsl:value-of select="$locale_strings[@id='instruction_subject']" />
<br />
<input name="DC.Subject" type="text" size="30">
@ -57,10 +57,10 @@
</xsl:attribute>
</input>
</div>
<div class="messagebox">
<div>
<xsl:value-of select="$locale_strings[@id='instruction_description']" />
<br />
<textarea name="DC.Description" cols="50" rows="5">
<textarea name="DC.Description" cols="60" rows="2">
<xsl:value-of select="//uploadform/@DC.Description" />
</textarea>
</div>