Changeset 562

Show
Ignore:
Timestamp:
01/02/05 16:04:24 (4 years ago)
Author:
hirokai
Message:

new 404 page!
better sidebars page!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/feedmelinks/feedmelinks/404.php

    r559 r562  
    22        include_once( "modules/utils.inc.php" ); 
    33        $site = getSiteUrl(); 
     4 
     5        include( "$modules/header.insecure.inc.php" );  
    46%> 
    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> 
    97 
    10                 </head> 
     8<center> 
     9<img src="img/tiny-heaton-404.gif"/> 
     10</center> 
    1111 
    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  
    8888        <br clear="all"> 
    8989 
     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> 
    9099 
    91100 
     
    126135        </ul> 
    127136 
    128         <h3> Using Firefox or Mozilla? Get the Feed Me Links <a href="sidebars">SIDEBAR</a>. Holy God, YES. 
    129         </h3> 
    130137</div> 
    131138 
  • trunk/feedmelinks/feedmelinks/modules/menu.inc.php

    r559 r562  
    77<% if( $u ) { %><a class="tn" href="/"><%= $u %></a>.<% } %> 
    88&nbsp;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> | 
    1111<a class="tn" href="/install">install</a> | 
    1212<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  
    1010%> 
    1111<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> 
    1313</div> 
    1414 
  • trunk/feedmelinks/feedmelinks/sidebars/index.php

    r354 r562  
    66<% include( "$modules/header.inc.php" ); %> 
    77 
    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> 
    919 
    1020<br /> 
    1121<h2>Handy Feedmelinks Sidebars!</h2> 
    12  
    13 <div style="width: 55em;"> 
    14  
    15  
    1622<h3>choose which web browser you use:</h3> 
    1723 
    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> 
    1930 
    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> 
    2443</div> 
    2544 
  • trunk/feedmelinks/feedmelinks/style/new-portal.css

    r517 r562  
    2929        background-color: white; 
    3030        width: 720px; 
    31         font-family: georgia, serif; 
     31        font-family: lucida sans, sans-serif, sans serif; 
    3232        font-size: 11px; 
    3333}