]> git.quilime.com - clmpr.git/commitdiff
Added permahash.
authorGabriel Dunne <gdunne@quilime.com>
Thu, 27 Dec 2012 23:07:11 +0000 (15:07 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 27 Dec 2012 23:07:11 +0000 (15:07 -0800)
get.php
header.html
style-dark.css

diff --git a/get.php b/get.php
index a6b307cc782609e1537f81290b13ac3e22a47117..bd00f1c6bae2bf7379f1dca86b7467c5a194b20a 100644 (file)
--- a/get.php
+++ b/get.php
@@ -158,11 +158,14 @@ function deleteClump( id, elem ) {
 
         <span class="meta">
 
+            <a href="/get.php?id=<?php echo $row['clump_id'] ?>">#</a>
+
             <span title="<?php echo date('r', strtotime($row['date'])); ?>">
                 <?php echo approximate_time(date('U') - strtotime($row['date'])) ?> ago</a>
                 <a class="uname" href="/<?php echo $row['user'] ?>"><?php echo $row['user'] ?></a>
             </span>
 
+
         <?php if ($user['user'] == $row['user']): ?>
             <a href="/edit.php?id=<?php echo $row['clump_id'];?>" class="ui edit">edit</a>
             <a href="#" title="Delete" onClick="return deleteClump(<?php echo $row['clump_id']; ?>, this.parentNode.parentNode);" class="ui delete">delete</a>
index 55e4122c7d18c642e571052e0cc82049bfe24276..41a44a08ed4d51cb08079882792f397211f4a03a 100644 (file)
@@ -1,7 +1,5 @@
 <div class="header">
-
 <a href="/">clmpr</a>
-
 </div>
 
 <?php include 'signin.php'; ?>
index 2ef8d7ef5560c11d4d760506b27d75148e262c8f..7ff02c207890019f0343754703a6a3d81d257343 100644 (file)
@@ -74,13 +74,13 @@ ul.links li span.url a {
     text-decoration:none;
 }
 ul.links li span.url a {
-    color:#fff;
+    color:#ddc;
 }
 ul.links li span.url a:hover {
     text-decoration:none;
 }
 ul.links li .desc {
-    color:#4d0;
+    color:#8d1;
 }
 ul.links li .expand {
     color:#aaa;