interface goodness
git-svn-id: http://yolanda.mister-muffin.de/svn@203 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
980f33fc1f
commit
93d21c2272
3 changed files with 24 additions and 14 deletions
|
@ -31,8 +31,8 @@
|
|||
<string id="button_advanced">Avanced Search</string>
|
||||
|
||||
<string id="query_latestadditions">latest additions</string>
|
||||
<string id="query_mostdownloads">most downloads</string>
|
||||
<string id="query_mostviews">most views</string>
|
||||
<string id="query_mostdownloads">most downloaded</string>
|
||||
<string id="query_mostviews">most viewed</string>
|
||||
|
||||
<!-- errors -->
|
||||
<string id="error_202c">Error 202c - Access forbidden by government.</string>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<string id="results_heading_1">results</string>
|
||||
<string id="results_heading_2">to</string>
|
||||
<string id="results_heading_3">out of</string>
|
||||
<string id="results_heading_4">for</string>
|
||||
<string id="results_heading_4"></string> <!-- this may be needed for other languages -->
|
||||
<string id="ordered_by">ordered by</string>
|
||||
<string id="ascending">ascending</string>
|
||||
<string id="descending">descending</string>
|
||||
|
|
|
@ -10,6 +10,11 @@ a
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a:focus
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
|
@ -120,6 +125,7 @@ div
|
|||
|
||||
div.page-number
|
||||
{
|
||||
color: #606060;
|
||||
display: inline-block;
|
||||
font-size: 40px;
|
||||
height: 32px;
|
||||
|
@ -162,9 +168,14 @@ div
|
|||
|
||||
div.tagcloud
|
||||
{
|
||||
padding: 1.5em;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
background-color: #f0f0f0;
|
||||
border-color: #c0c0c0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0.75em;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
padding: 0.75em;
|
||||
}
|
||||
|
||||
div.videoccdata
|
||||
|
|
|
@ -166,8 +166,7 @@
|
|||
</xsl:choose> 
|
||||
<xsl:value-of select="$locale_strings[@id='results_heading_3']" /> 
|
||||
<xsl:value-of select="//results/@resultcount" /> 
|
||||
<xsl:value-of select="$locale_strings[@id='results_heading_4']" /> 
|
||||
"<xsl:value-of select="//results/@value" />"
|
||||
<xsl:value-of select="$locale_strings[@id='results_heading_4']" />
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue