Interface fix: correct visual bug under IE
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@246 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
5402e624e2
commit
4aaef1823e
5 changed files with 24 additions and 8 deletions
BIN
images/bg_admin.png
Normal file
BIN
images/bg_admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
images/logo_24.gif
Normal file
BIN
images/logo_24.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
|
@ -116,7 +116,7 @@ html > body h1 {
|
||||||
padding-left: 75px;
|
padding-left: 75px;
|
||||||
}
|
}
|
||||||
html > body div#header.popup h1 {
|
html > body div#header.popup h1 {
|
||||||
background: url('images/logo_24.png') no-repeat 10px;
|
background: url('images/logo_24.gif') no-repeat 10px;
|
||||||
padding: 0.5em 0.5em 0.5em 50px;
|
padding: 0.5em 0.5em 0.5em 50px;
|
||||||
}
|
}
|
||||||
/*html > body div#header #welcome {
|
/*html > body div#header #welcome {
|
||||||
|
@ -198,6 +198,7 @@ img.thumbnail {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
margin-bottom:4px;
|
margin-bottom:4px;
|
||||||
|
cursor:pointer;
|
||||||
border:1px solid #AAA;
|
border:1px solid #AAA;
|
||||||
}
|
}
|
||||||
div.link a {
|
div.link a {
|
||||||
|
@ -513,11 +514,15 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
.adminBackground {
|
.adminBackground {
|
||||||
background: #FFFFFF url(http://127.0.0.6/SemanticScuttle/trunk/images/logo_24.png) repeat-y scroll top right;
|
/*background: #FFFFFF url(images/logo_24.png) no-repeat scroll center right;*/
|
||||||
/*border-top: 1px solid;
|
/*border-top: 1px solid;
|
||||||
border-color: #CC9900;*/
|
border-color: #CC9900;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adminBackground {
|
||||||
|
background: #FFF url('images/bg_admin.png') repeat-y top right;
|
||||||
|
}
|
||||||
|
|
||||||
/* DOJO Style */
|
/* DOJO Style */
|
||||||
|
|
||||||
/* DOJO Style */
|
/* DOJO Style */
|
||||||
|
|
|
@ -23,7 +23,7 @@ include('search.inc.php');
|
||||||
|
|
||||||
<?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid)): ?>
|
<?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid)): ?>
|
||||||
<div style="width:70%;text-align:center;">
|
<div style="width:70%;text-align:center;">
|
||||||
<img src="<?php echo ROOT ?>images/logo_24.png" width="12px"/> <?php echo T_('Bookmarks on this page are managed by an admin user.'); ?><img src="<?php echo ROOT ?>images/logo_24.png" width="12px"/>
|
<img src="<?php echo ROOT ?>images/logo_24.gif" width="12px"/> <?php echo T_('Bookmarks on this page are managed by an admin user.'); ?><img src="<?php echo ROOT ?>images/logo_24.gif" width="12px"/>
|
||||||
</div>
|
</div>
|
||||||
<?php endif?>
|
<?php endif?>
|
||||||
|
|
||||||
|
@ -197,15 +197,26 @@ if($currenttag!= '') {
|
||||||
$address = $GLOBALS['url_redir'] . $address;
|
$address = $GLOBALS['url_redir'] . $address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Admin specific design
|
||||||
|
if($userservice->isAdmin($row['uId'])) {
|
||||||
|
$adminBgClass = 'class="adminBackground"';
|
||||||
|
$adminStar = ' <img src="'. ROOT .'images/logo_24.gif" width="12px" title="'. T_('This bookmark is certified by an admin user.') .'" />';
|
||||||
|
} else {
|
||||||
|
$adminBgClass = '';
|
||||||
|
$adminStar = '';
|
||||||
|
}
|
||||||
|
|
||||||
// Output
|
// Output
|
||||||
echo '<li class="xfolkentry'. $access .'">'."\n";
|
echo '<li class="xfolkentry'. $access .'" >'."\n";
|
||||||
if ($GLOBALS['enableWebsiteThumbnails']) {
|
if ($GLOBALS['enableWebsiteThumbnails']) {
|
||||||
$thumbnailHash = md5($address.$GLOBALS['thumbnailsUserId'].$GLOBALS['thumbnailsKey']);
|
$thumbnailHash = md5($address.$GLOBALS['thumbnailsUserId'].$GLOBALS['thumbnailsKey']);
|
||||||
echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" /> ';
|
//echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
|
||||||
|
echo '<img class="thumbnail" onclick="window.location.href=\''.$address.'\'" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
|
||||||
}
|
}
|
||||||
echo '<div>';
|
|
||||||
|
|
||||||
echo '<div class="link"><a href="'. $address .'"'. $rel .' class="taggedlink">'. filter($row['bTitle']) ."</a></div>\n";
|
echo '<div '.$adminBgClass.' >';;
|
||||||
|
|
||||||
|
echo '<div class="link"><a href="'. $address .'"'. $rel .' class="taggedlink">'. filter($row['bTitle']) ."</a>" . $adminStar . "</div>\n";
|
||||||
if ($row['bDescription'] == '') {
|
if ($row['bDescription'] == '') {
|
||||||
$bkDescription = '-';
|
$bkDescription = '-';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue