Changeset 1383

Show
Ignore:
Timestamp:
03/04/07 17:10:00 (2 years ago)
Author:
jm3
Message:

added pretty export button

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/modules/main-interface.inc.php

    r1381 r1383  
    1515?> 
    1616<h2 style='margin-left: 6px;'> 
    17         You have <?= number_format( $num_links ) ?> links and <?= number_format( $num_tags ) ?> tags. 
     17        You have  
     18                <big><big><?= number_format( $num_links ) ?></big> 
     19                links 
     20                </big> 
     21                &amp;  
     22        <big><big><a class="hot" href="/u/<?= $u ?>/tags"><?= number_format( $num_tags ) ?></big> tags</a></big>. 
    1823        <p/> 
    19         <a href="/export">Export a copy of your links</a> 
     24        <a href="/export" 
     25        onMouseOver="document.images.export_button.src='/img/export-on.gif';" 
     26        onMouseOut="document.images.export_button.src='/img/export-off.gif';" 
     27        ><img src="/img/export.gif" name="export_button" alt="Export your links" border="0" /></a> 
    2028</h2> 
    2129<?php 
  • feedmelinks/style/main.css

    r1382 r1383  
    9696a.hot, a.hot:link, a.hot:active, .hot { 
    9797  color: #FF6600; 
     98} 
     99 
     100a.underhot, a.underhot:link, a.underhot:visited, .underhot { 
     101        border-bottom: 1px dotted #ff6600; 
     102  color: #FF6600; 
     103} 
     104 
     105a.underhot:active, .underhot:active, a.underhot:hover, .underhot:hover { 
     106        border-bottom: 1px dotted #black; 
     107  color: black; 
     108        text-decoration: none; 
    98109} 
    99110