<%
include_once( "../../../modules/utils.inc.php" );
$tok = $_COOKIE["c_pass_token"];
$u = $sessionUserId = $_COOKIE["c_uid"];
%>
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> html prototope of new portal design </title>
<link rel="stylesheet" type="text/css" href="portal.css" title="default stylings">
</head>
<body>
<div id="leftColumn">
<div class="title box center" style="border: inherit;">
Welcome to <span class="header">Feed Me Links!</span>
</div>
<div id="mascot" class="box">
<img class="mascot" src="mascot3.jpg" alt="mascot" />
</div>
<div id="intro" class="box">
<div class="subhead">
what is this?
</div>
<b>Feed Me Links</b> keeps your links so you
can get them on any computer or browser. Share
<b>folders of links</b> (<a href="/f/164">example</a>)
via email, URLs, and XML/RSS, spy on your friends'
links, subscribe to favorite folders, stay on top
of <a href="/mile-long"><b>recent links</b></a>,
baffle your dog, see the two-headed fish boy!!! <a
href="/login?op=inputNewAccount"><b>Get Some!</b></a>
</div>
<div class="preview box">
<div class="subhead">
how it works.
</div>
<img src="how.png" alt="" />
<center>
«screenshot»
</center>
</div>
<div class="faq box">
<div class="subhead">
frequently asked questions:
</div>
<ol>
<li><a href="/FAQ#1">why Feed Me Links?</a></li>
<li><a href="/FAQ#1">what do those (12849) numbers mean?</a></li>
<li><a href="/FAQ#3">how do i import my favorites?</a></li>
<li><a href="/FAQ#4">my head smells. who???</a></li>
</ol>
<a href="/FAQ">View all Frequently Asked Questions...</a>
</div>
<div class="faq box">
<div class="subhead">
subscribe via RSS / XML:
</div>
<a href="/help/including-feeds"><img src="rss-screenshot.gif" alt="rss screenshot" title="learn more about RSS/XML" border="0"/></a>
<br />
<a href="">link to other geek tools</a>
</div>
</div>
<div id="rightColumn">
<div id="stats" class="box">
stats: <%= getStatsLine() %>
</div>
<div id="register" class="box">
<a href="#TBD"><b>Register</b></a> - click to sign up
</div>
<div id="login" class="box">
<% echo "<" . "% \$modules = '" . $modules . "'; %" . ">"; %>
<% echo "<" . "% \$u = \$sessionUserId = \$_COOKIE['c_uid']; # " . $u . " %" . ">"; %>
<% echo "<" . "% \$tok = \$myTok = \$_COOKIE['c_pass_token']; # " . $tok . " %" . ">"; %>
<% echo "<" . "% include_once( '$modules/conditional-login-box.inc.php'); %" . ">"; %>
</div>
<div id="search" class="box">
<form action="/search">
Search: <input class="field" name="q" size="20" maxlength="32" />
<input class="button" type="submit" value="Search Options..." />
</form>
</div>
<div id="newLinks" class="box">
<div class="subhead">
new links
</div>
<% include_once( "$modules/recent-with-times.inc.php"); %>
</div>
<div id="newUsers" class="box">
<div class="subhead">
new users
<span class="note">(with at least 2 links)</span>
</div>
<% include_once( "$modules/recent-users.inc.php"); %>
</div>
<div id="hallOfFame" class="box">
<div class="subhead">
hall of fame
<span class="note">(top linking users)</span>
</div>
<% include_once( "$modules/highest-linking-users.inc.php"); %>
</div>
<div id="news" class="box">
<% include_once( "$modules/news-divs.inc.php" ); %>
</div>
</div>
<br clear="all" />
<br />
<div class="center note line">
<a target="ext" href="http://jm3.net/">Feed Me Links is a</a>
<a target="ext" href="http://jm3.net/" title="john manoogian III"><b>jm3</b></a>
<a target="ext" href="http://jm3.net/">creation</a>
</div>
<div class="center note">
<small>« established <!-- 6:35pm EST, --> March 3, year of our Lord 2002 »</small>
</div>
</body>
</html>