Changeset 1031

Show
Ignore:
Timestamp:
08/30/06 11:00:55 (2 years ago)
Author:
jm3
Message:

the doublemint twins now warn of duplicate links

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/categorize.php

    r1015 r1031  
    4848                if( $count = link_exists_for_user( $url, $u )) { 
    4949%> 
    50 <h1>Feed Me Links :  
     50<h1>Feed Me Links : Duplicate Link</h1> 
     51 
     52<div class="warning" style="text-align: center;"> 
     53<img src="/img/doublemint-twins.jpg" border="2" /> 
    5154<p /> 
    52 </h1> 
    53  
    54 <div class="warning"> 
    55 <h1>Hmm, you've added this link <%= $count == 1 ? "" : "$count times" %> already. Why not add a <a href="javascript:history.go( -1 );">new one</a>? &nbsp; <a href="javascript:history.go( -1 );">&laquo;click to go back&raquo;</a></h1> 
    56 </div> 
    57 <% 
    58                         # duplicate handler here 
     55        <h1> 
     56                <p> 
     57                        Hmm, you've added this link <%= $count == 1 ? "" : "$count times" %> already.<br /> 
     58                        Why not add a <a href="javascript:history.go( -1 );">new one</a>? &nbsp;  
     59                </p> 
     60                <a href="javascript:history.go( -1 );">&laquo;click to go back&raquo;</a> 
     61        </h1> 
     62</div> 
     63<% 
    5964                } else { 
    6065