Changeset 1182

Show
Ignore:
Timestamp:
10/24/06 12:27:27 (2 years ago)
Author:
jm3
Message:

added guardless killswitch and blocked name in title for godless snuffees

Files:

Legend:

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

    r1178 r1182  
    99        include_once( "modules/utils.inc.php" ); 
    1010        $userId = $who; 
    11         $title = "The Recent Links of $who!"; 
     11        $title = snuffed( $userId ) ? "NoBoDaddy" : "The Recent Links of $who!"; 
    1212        include_once( "$modules/header.inc.php" ); 
    1313%> 
     
    5858                        <% warn( "<h3>This user has been Snuffed Out&trade;</h3>" ) %> 
    5959                                <a href="http://flickr.com/photos/petroleumjelliffe/170473487/"> 
    60                                         <img src="http://static.flickr.com/76/170473487_bb5a3e6a10.jpg" /> 
     60                                        <img src="/img/snuffed.jpg" /> 
    6161                                </a> 
    6262                        <p /> 
     
    7070 
    7171<% 
    72                         return; 
    73                
     72                               return; 
     73                       
    7474                } 
    7575 
     
    112112        <% if( isJJE( $u ) && $u != $userId ) { %> 
    113113        <p> 
    114                 <form name="snuff_user_form" action="/admin/snuff" method="POST" style="background-color: red; padding: 1em;"
     114                <form name="snuff_user_form" action="/admin/snuff" method="POST"
    115115                        <input type="hidden" name="user" value="<%= $userId %>" /> 
    116                         <input type="submit" style="background-color: red;" value="End this user's pathetic life?" /> 
     116                        <input type="submit" style="background-color: firebrick;" value="End this user's pathetic life?" /> 
    117117                </form> 
    118                 </p> 
     118        </p> 
     119        <p> 
     120                <form name="snuff_user_form" action="/admin/snuff" method="POST"> 
     121                        <input type="hidden" name="user" value="<%= $userId %>" /> 
     122                        <input type="hidden" name="confirm" value="true" /> 
     123                        <input type="submit" style="background-color: red;" value="GUARDLESS KILL." /> 
     124                </form> 
     125        </p> 
    119126        <% } %> 
    120127