Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)

New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden).


git-svn-id: http://piwigo.org/svn/trunk@1869 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-03-04 19:00:43 +00:00
parent b72f6620e6
commit 8cbe4e631f
8 changed files with 12 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ if (count($categories) > 0)
$category['count_images'],
$category['count_categories'],
true,
'<BR>'
'<br />'
),
'DESCRIPTION' => @$comment,
'NAME' => $name,

View File

@@ -614,4 +614,5 @@ $lang['useful when password forgotten'] = 'useful when password forgotten';
$lang['w_month'] = 'Month';
$lang['yes'] = 'Yes';
$lang['page_end'] = 'Page bottom';
$lang['qsearch'] = 'Quick search';
?>

View File

@@ -614,4 +614,5 @@ $lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe
$lang['w_month'] = 'Mois';
$lang['yes'] = 'Oui';
$lang['page_end'] = 'Bas de page';
$lang['qsearch'] = 'Recherche rapide';
?>

View File

@@ -76,7 +76,7 @@
<!-- BEGIN summary -->
<!-- BEGIN quick_search -->
<form action="{pwg_root}qsearch.php" method="get" id="quicksearch">
<p>
<p><span class="qsearch">{lang:qsearch}<br /></span>
<input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
</p>
</form>

View File

@@ -99,3 +99,7 @@ TD.calDayCellEmpty { color: silver; }
.calBackDate { color: #000; }
.calForeDate { color: #fff; }
.virtual_cat { background: #fff !important; }
.qsearch { font-size: 80%; font-style: normal; }
#mbMenu #quicksearch > p { text-align: left; }
#qsearchInput { color: #d3d3d3; }
#qsearchInput:focus { color: #005e89; }

View File

@@ -142,3 +142,5 @@ TD.calDayCellEmpty { color: silver; }
#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
display: inline;
}
.qsearch { font-size: 80%; font-style: normal; }
#mbMenu #quicksearch > p { text-align: left; }

View File

@@ -280,4 +280,5 @@ input.submit:active {
font-size: 80%;
font-style: normal;
}
.qsearch { font-size: 80%; font-style: italic; }
* { outline: none; }

View File

@@ -326,7 +326,6 @@ a.PWG:hover .G { color : #f92; }
#imageToolBar .randomButtons a:hover,
#imageToolBar .navButtons a:hover { background-color: #111; }
#menubar .menuInfoCat,
#menubar .menuInfoCatByChild,
#menubar .menuInfoCatByChild, .qsearch,
h2.showtitle, #theImage p.showlegend { display: none }
* { outline-width: 0px; }