зеркало из https://github.com/mozilla/pjs.git
Moreinfo Page Previews Link isnt Obvious, Bug 275158
This commit is contained in:
Родитель
eb3f6e5a0d
Коммит
27a0d67307
|
@ -321,6 +321,7 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
|||
?>
|
||||
<?php if (mysql_num_rows($sql_result)>"0") { ?>
|
||||
</a>
|
||||
<strong><a href="?<?php echo"".uriparams()."&id=$id&page=previews"; ?>">More Previews»</a></strong>
|
||||
<?php } ?>
|
||||
</p>
|
||||
<?php
|
||||
|
|
|
@ -393,7 +393,7 @@ echo"<h2 class=\"first\"><A HREF=\"moreinfo.php?".uriparams()."&id=$id\">$na
|
|||
echo"<p class=\"screenshot\">\n";
|
||||
|
||||
list($width, $height, $attr) = getimagesize("$websitepath"."$previewuri");
|
||||
echo"<a href=\"moreinfo.php?".uriparams()."&id=$id&page=previews\"><img src=\"$previewuri\" height=$height width=$width alt=\"$name preview - $caption\" title=\"$caption\"></a>\n";
|
||||
echo"<a href=\"moreinfo.php?".uriparams()."&id=$id\"><img src=\"$previewuri\" height=$height width=$width alt=\"$name preview - $caption\" title=\"$caption\"></a>\n";
|
||||
|
||||
echo"</p>\n";
|
||||
$preview_minheight=$height-50;
|
||||
|
|
|
@ -321,6 +321,7 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
|
|||
?>
|
||||
<?php if (mysql_num_rows($sql_result)>"0") { ?>
|
||||
</a>
|
||||
<strong><a href="?<?php echo"".uriparams()."&id=$id&page=previews"; ?>">More Previews»</a></strong>
|
||||
<?php } ?>
|
||||
</p>
|
||||
<?php
|
||||
|
|
|
@ -394,7 +394,7 @@ echo"<h2 class=\"first\"><A HREF=\"moreinfo.php?".uriparams()."&id=$id\">$na
|
|||
echo"<p class=\"screenshot\">\n";
|
||||
|
||||
list($width, $height, $attr) = getimagesize("$websitepath"."$previewuri");
|
||||
echo"<a href=\"moreinfo.php?".uriparams()."&id=$id&page=previews\"><img src=\"$previewuri\" height=$height width=$width alt=\"$name preview - $caption\" title=\"$caption\"></a>\n";
|
||||
echo"<a href=\"moreinfo.php?".uriparams()."&id=$id\"><img src=\"$previewuri\" height=$height width=$width alt=\"$name preview - $caption\" title=\"$caption\"></a>\n";
|
||||
|
||||
echo"</p>\n";
|
||||
$preview_minheight=$height-50;
|
||||
|
|
Загрузка…
Ссылка в новой задаче