Changeset 1280

Show
Ignore:
Timestamp:
12/30/06 11:30:57 (2 years ago)
Author:
jm3
Message:

surfaced link to view your peeps' links

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/contacts/big.php

    r927 r1280  
    1 <% 
     1<?php 
    22        include_once( "../modules/utils.inc.php" ); 
    33        include_once( "$modules/header.insecure.inc.php" ); 
     
    66        $u = $_COOKIE["c_uid"]; 
    77        if( ! $_internal ) { 
    8 %
     8?
    99        <title> 
    1010                Feed Me Links! : Your Contacts' Recent Links 
     
    1414        <body> 
    1515 
    16 <% 
     16<?php 
    1717        } 
    1818        if( $_internal == 1 || ($tok && $tok == md5( getPasswdForUser( $u )))) { 
    1919                if( $_internal ) { 
    2020                        $cache = rebuild_cache( $_u ); 
    21 %
     21?
    2222<base href="http://feedmelinks.com/"> 
    2323<link rel="stylesheet" type="text/css" href="/style/new-site.css"> 
    24 <% 
     24<?php 
    2525                } else { 
    2626                        include_once( "$modules/menu.inc.php" ); 
    2727                } 
    28 %
     28?
    2929<div id="main"> 
    3030 
     
    3232 
    3333        <p> 
    34 <% 
     34<?php 
    3535                $users = get_contacts(); 
    3636                if( $users ) 
    3737                        foreach( $users as $u=>$dingus ) { 
    3838                                echo get_recent_for_user( $u ); 
     39                                echo "</div>"; 
    3940                        } 
    4041                else 
    4142                        echo "you appear to have no peeps yet..."; 
    4243                if( $_internal ) { 
    43 %
     44?
    4445<p> 
    4546Hello, I'm sending these messages from a script in order to beta-test 
     
    5051</p> 
    5152<p> 
    52 -- <%= get_maintainer_email() %
     53-- <?= get_maintainer_email() ?
    5354</p> 
    54 <% 
     55<?php 
    5556                } 
    56 %
     57?
    5758 
    5859        </p> 
    5960</div> 
    60 <% 
     61<?php 
    6162        } else {  # end auth 
    6263                echo bounceTo( $site . urldecode( "/portal" ) ); 
    6364        }  
    64 %
     65?
    6566 
  • feedmelinks/modules/utils.inc.php

    r1278 r1280  
    13521352</style> 
    13531353 
    1354 <h2> &nbsp; <%= $argUser == get_user() ? "Your" : "$argUser's" %> Peeps </h2> 
     1354<h2> &nbsp; <%= $argUser == get_user() ? "Your" : "$argUser's" %> Peeps (or view: <a href="/contacts/big">Your Peeps Links</a>)</h2> 
    13551355 
    13561356<div>