Changeset 8

Show
Ignore:
Timestamp:
08/20/06 21:02:46
Author:
kai
Message:

Bare front page with change notice.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • www/trunk/document_root/index.php

    r2 r8  
    22include("Sophia.php"); 
    33 
    4 
    5   $smarty->display("frontpage.tpl"); 
    6 }   
     4{include file="header.tpl"} 
     5 
     6 
     7<div class="content"> 
     8 
     9  <h3>Welcome to the original, award-winning 3D space station game!</h3> 
     10 
     11  <table> 
     12    <tr> 
     13      <td width="520"> 
     14 
     15        <p><b>We are currently going through a major restructuring from a commercial to an Open Source project. The site should be back up and running by the end of October 2006!</b></p> 
     16 
     17        <p>If your dream is to build a space station then ShortHike is 
     18        the game for you. Learning the simple user interface takes a 
     19        minute, but mastering space station design takes a 
     20        lifetime. With no time pressures and no violence ShortHike is 
     21        a relaxing game for the smart thinker of any age. Let your 
     22        imagination flow!</p> 
     23 
     24        <div class="illustration"> 
     25          <a href="/docs/tour01.php"><img src="/docs/tour00.png" alt="Start tour!" width="300" height="225"/></a> 
     26        </div> 
     27         
     28 
     29      </td> 
     30      <td width="180" align="right" valign="top"> 
     31        <br /> 
     32        <br /> 
     33        <br /> 
     34        Latest stable:<br /> 
     35        <b> 
     36          ShortHike 2.2<br /> 
     37          June 30th 2005<br />   
     38          <br /> 
     39          Windows 98/Me/2000/XP<br /> 
     40        </b> 
     41      </td> 
     42    </tr> 
     43  </table> 
     44 
     45</div> 
     46 
     47 
     48<h2>The community</h2> 
     49 
     50<div class="content"> 
     51 
     52  <table> 
     53    <tr> 
     54      <td width="520"> 
     55         
     56        <ul> 
     57          <li><a href="/forums" target="_blank">Community Forums</a></li> 
     58        </ul> 
     59         
     60        <div class="newsletter-subscription"> 
     61          <p>Enter your email to receive the <b>ShortHike Newsletter</b>, our 
     62          spam free resource for news relating to the game and 
     63          the community.</p> 
     64           
     65          <form action='http://www.ezinedirector.com/subscriber/index.cfm' method='post'  target='_blank'> 
     66            <input type='hidden' name='fuseaction' value='s' /> 
     67            <input type='hidden' name='ezineId' value='956609624' /> 
     68            <input type='text' name='email' value='' size='20' maxlength='255' /> 
     69            <input type='submit' value='Join' /> 
     70          </form> 
     71        </div> 
     72    </tr> 
     73 </table> 
     74</div> 
     75 
     76{include file="footer.tpl"} 
     77 
     78{*</smarty>*} 
    779?> 
  • www/trunk/templates/header.tpl

    r5 r8  
    1818        <tr> 
    1919          <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/">&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;</a></td> 
    20           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/buy.php">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td> 
    21           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/download.php">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Download</a></td> 
    2220          {* Not implemented yet. 
    2321          <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/">Gallery</a></td> 
     
    2826          <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/wiki/" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Docs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td> 
    2927          *} 
    30           <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="/support/">&nbsp;&nbsp;&nbsp;&nbsp;Support</a></td> 
     28          {* Move blog to site eventually 
    3129          <td align="center" class="top-menu-item" width="80px" height="20px"><a class="top-menu-link" href="http://www.kaibackman.com/" target="_blank">Blog</a></td> 
     30          *} 
    3231        </tr> 
    3332      </table>