Make URL appears into bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@5 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
980d240e62
commit
024b3074be
2 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,9 @@ div.link a {
|
||||||
div.link a:visited {
|
div.link a:visited {
|
||||||
color: purple;
|
color: purple;
|
||||||
}
|
}
|
||||||
|
div.address {
|
||||||
|
color: #285;
|
||||||
|
}
|
||||||
div.meta {
|
div.meta {
|
||||||
color: #285;
|
color: #285;
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,6 +109,7 @@ window.onload = playerLoad;
|
||||||
if ($row['bDescription'] != '') {
|
if ($row['bDescription'] != '') {
|
||||||
echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";
|
echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";
|
||||||
}
|
}
|
||||||
|
echo '<div class="address">'.$address.'</div>';
|
||||||
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";
|
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";
|
||||||
echo "</li>\n";
|
echo "</li>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue