Changeset 1280
- Timestamp:
- 12/30/06 11:30:57 (2 years ago)
- Files:
-
- feedmelinks/contacts/big.php (modified) (5 diffs)
- feedmelinks/modules/utils.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/contacts/big.php
r927 r1280 1 < %1 <?php 2 2 include_once( "../modules/utils.inc.php" ); 3 3 include_once( "$modules/header.insecure.inc.php" ); … … 6 6 $u = $_COOKIE["c_uid"]; 7 7 if( ! $_internal ) { 8 %>8 ?> 9 9 <title> 10 10 Feed Me Links! : Your Contacts' Recent Links … … 14 14 <body> 15 15 16 < %16 <?php 17 17 } 18 18 if( $_internal == 1 || ($tok && $tok == md5( getPasswdForUser( $u )))) { 19 19 if( $_internal ) { 20 20 $cache = rebuild_cache( $_u ); 21 %>21 ?> 22 22 <base href="http://feedmelinks.com/"> 23 23 <link rel="stylesheet" type="text/css" href="/style/new-site.css"> 24 < %24 <?php 25 25 } else { 26 26 include_once( "$modules/menu.inc.php" ); 27 27 } 28 %>28 ?> 29 29 <div id="main"> 30 30 … … 32 32 33 33 <p> 34 < %34 <?php 35 35 $users = get_contacts(); 36 36 if( $users ) 37 37 foreach( $users as $u=>$dingus ) { 38 38 echo get_recent_for_user( $u ); 39 echo "</div>"; 39 40 } 40 41 else 41 42 echo "you appear to have no peeps yet..."; 42 43 if( $_internal ) { 43 %>44 ?> 44 45 <p> 45 46 Hello, I'm sending these messages from a script in order to beta-test … … 50 51 </p> 51 52 <p> 52 -- < %= get_maintainer_email() %>53 -- <?= get_maintainer_email() ?> 53 54 </p> 54 < %55 <?php 55 56 } 56 %>57 ?> 57 58 58 59 </p> 59 60 </div> 60 < %61 <?php 61 62 } else { # end auth 62 63 echo bounceTo( $site . urldecode( "/portal" ) ); 63 64 } 64 %>65 ?> 65 66 feedmelinks/modules/utils.inc.php
r1278 r1280 1352 1352 </style> 1353 1353 1354 <h2> <%= $argUser == get_user() ? "Your" : "$argUser's" %> Peeps </h2>1354 <h2> <%= $argUser == get_user() ? "Your" : "$argUser's" %> Peeps (or view: <a href="/contacts/big">Your Peeps Links</a>)</h2> 1355 1355 1356 1356 <div>