Changeset 1182
- Timestamp:
- 10/24/06 12:27:27 (2 years ago)
- Files:
-
- feedmelinks/users.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/users.php
r1178 r1182 9 9 include_once( "modules/utils.inc.php" ); 10 10 $userId = $who; 11 $title = "The Recent Links of $who!";11 $title = snuffed( $userId ) ? "NoBoDaddy" : "The Recent Links of $who!"; 12 12 include_once( "$modules/header.inc.php" ); 13 13 %> … … 58 58 <% warn( "<h3>This user has been Snuffed Out™</h3>" ) %> 59 59 <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" /> 61 61 </a> 62 62 <p /> … … 70 70 71 71 <% 72 return;73 }72 return; 73 } 74 74 } 75 75 … … 112 112 <% if( isJJE( $u ) && $u != $userId ) { %> 113 113 <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"> 115 115 <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?" /> 117 117 </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> 119 126 <% } %> 120 127