Changeset 562
- Timestamp:
- 01/02/05 16:04:24 (4 years ago)
- Files:
-
- trunk/feedmelinks/feedmelinks/404.php (modified) (1 diff)
- trunk/feedmelinks/feedmelinks/img/firefox-icon.gif (added)
- trunk/feedmelinks/feedmelinks/img/ie-icon.gif (modified) (previous)
- trunk/feedmelinks/feedmelinks/img/mozilla-icon.gif (added)
- trunk/feedmelinks/feedmelinks/img/opera-icon.gif (added)
- trunk/feedmelinks/feedmelinks/img/tiny-heaton-404.gif (added)
- trunk/feedmelinks/feedmelinks/install/index.php (modified) (2 diffs)
- trunk/feedmelinks/feedmelinks/modules/menu.inc.php (modified) (1 diff)
- trunk/feedmelinks/feedmelinks/modules/news-divs.inc.php (modified) (1 diff)
- trunk/feedmelinks/feedmelinks/sidebars/index.php (modified) (1 diff)
- trunk/feedmelinks/feedmelinks/style/new-portal.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/feedmelinks/feedmelinks/404.php
r559 r562 2 2 include_once( "modules/utils.inc.php" ); 3 3 $site = getSiteUrl(); 4 5 include( "$modules/header.insecure.inc.php" ); 4 6 %> 5 <title> Feed Me Links </title>6 <link rel="shortcut icon" href="http://www.jm3.net/favicon.ico" />7 <link rel="stylesheet" type="text/css" href="/main.css" />8 <script language="javascript" type="text/javascript" src="/funcs.js"></script>9 7 10 </head> 8 <center> 9 <img src="img/tiny-heaton-404.gif"/> 10 </center> 11 11 12 <body bgcolor="#A7CAB0" link="#5C9397"> 13 14 <!-- 15 <h1>FEED ME LINKS is temporarily down.</h1> 16 please bear with us and service should be restored some time today. <br /> 17 (just think of us as friendster) 18 --> 19 20 <h2>whoops!</h2> 21 <h4>(that page doesn't exist)</h4> 22 23 redirecting you to <b><%= $site %></b>... 24 25 <%= bounceWithDelay( $site, 2 ) %> 12 <%= bounceWithDelay( $site, 4 ) %> trunk/feedmelinks/feedmelinks/install/index.php
r517 r562 88 88 <br clear="all"> 89 89 90 91 <h3> Using Firefox or Mozilla?<br /> 92 <ul> 93 <li>Get the Feed Me Links <a href="sidebars">Sidebar</a>. </li> 94 <li>Get the Feed Me Links <a href="/install/search">Search Plugin</a>. </li> 95 96 </ul> 97 98 Holy God, YES. </h3> 90 99 91 100 … … 126 135 </ul> 127 136 128 <h3> Using Firefox or Mozilla? Get the Feed Me Links <a href="sidebars">SIDEBAR</a>. Holy God, YES.129 </h3>130 137 </div> 131 138 trunk/feedmelinks/feedmelinks/modules/menu.inc.php
r559 r562 7 7 <% if( $u ) { %><a class="tn" href="/"><%= $u %></a>.<% } %> 8 8 my <a class="tn" href="/index">links</a> / 9 <a class="tn" href="/contacts/index">peeps</a> |10 <a class="tn" href="/comments">comments</a> /9 <a class="tn" href="/contacts/index">peeps</a> / 10 <a class="tn" href="/comments">comments</a> | 11 11 <a class="tn" href="/install">install</a> | 12 12 <a class="tn" href="/search"><img src="/img/mag-glass-tn.png" align="top" border="0" /></a> trunk/feedmelinks/feedmelinks/modules/news-divs.inc.php
r559 r562 10 10 %> 11 11 <div class="subhead"> 12 Feed Me News <span class="note">(<%= $infoLine %>)</span>12 <a href="/misc/news">Feed Me News</a> <span class="note"><small>(<%= $infoLine %>)</small></span> 13 13 </div> 14 14 trunk/feedmelinks/feedmelinks/sidebars/index.php
r354 r562 6 6 <% include( "$modules/header.inc.php" ); %> 7 7 8 <div style="width: 500px;"> 8 <style type="text/css"> 9 .d { 10 width: 160px; 11 float: left; 12 border: 1px solid #dddddd; 13 margin: 1em; 14 padding: 1em; 15 text-align: center; 16 font-weight: bold; 17 } 18 </style> 9 19 10 20 <br /> 11 21 <h2>Handy Feedmelinks Sidebars!</h2> 12 13 <div style="width: 55em;">14 15 16 22 <h3>choose which web browser you use:</h3> 17 23 18 <h4><a href="/sidebars/mozilla">Mozilla</a> or 24 <div class="d"> 25 <a href="recent-kompact" target="_search"> 26 <img src="/img/ie-icon.gif" style="padding: 3px;" border="0"> 27 Internet Explorer 28 </a> 29 </div> 19 30 20 <a href="recent-kompact" target="_search">Internet Explorer</a>. 21 </h4> 22 23 31 <div class="d"> 32 <a href="recent-kompact" target="_search"> 33 <img src="/img/firefox-icon.gif" style="padding: 3px;" border="0"> 34 Firefox 35 </a> 36 </div> 37 38 <div class="d"> 39 <a href="/sidebars/mozilla"> 40 <img src="/img/mozilla-icon.gif" style="padding: 3px;" border="0"> 41 Mozilla 42 </a> 24 43 </div> 25 44 trunk/feedmelinks/feedmelinks/style/new-portal.css
r517 r562 29 29 background-color: white; 30 30 width: 720px; 31 font-family: georgia,serif;31 font-family: lucida sans, sans-serif, sans serif; 32 32 font-size: 11px; 33 33 }