Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv18728/templates/TealMP
Modified Files:
index.tpl
Log Message:
Changed index.tpl to cleaner version (thanks Bruce). Added a few small fixes in others.
Index: index.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/index.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** index.tpl 27 Jul 2002 10:41:51 -0000 1.6
--- index.tpl 29 Jul 2002 11:13:04 -0000 1.7
***************
*** 4,8 ****
<table width="100%" bgcolor="#9fc2c6" cellspacing="0" cellpadding="2">
! <tr>
--- 4,8 ----
<table width="100%" bgcolor="#9fc2c6" cellspacing="0" cellpadding="2">
! <tr>
***************
*** 10,42 ****
! <td valign="top">
<table width="100%" cellspacing="0" cellpadding="0">
! <tr>
! <td height="20" class="tabletitle">
! <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif">
! <tr>
! <td width="100%" class="tabletitle" bordercolor=black>
! <font color=white><small>.:: {$site_name} :: {$l_home} ::.</small></font>
! </td>
! </tr>
! </table>
! </td>
! </tr>
! <tr>
! <td>
<table width="100%" class="tableborder" bordercolor=black>
! <tr>
! <td>
! Welcome to the home of the phpMP project and team!<br /><br />
phpMP is (another) portal project, similar to the likes of PHPNuke, PostNuke, and many others. What sets apart phpMP is that, instead of focusing on the wants and desires of the people creating the portal, the phpMP team is doing whatever possible to ensure that all users will see a reason to use this software.<br /><br />
Instead of just providing article management and news posting functionality, phpMP is fully modular and customizable. If, for example, you dislike our news script, simply drop in your own or another written by someone else. Think the administration panel needs a few extra features? Simply drop in a souped-up version written by another user.<br /><br />
To find out more about phpMP and the team behind it, visit the <a href="{$mpuri}/about.php">about page</a>.<br /><br />
! If you encounter any error whatsoever, please <b>don't</b> let us know. This web site is home of the currently-developed code, meaning it is constantly changing and can be considered pre-alpha quality.<br />
! </td>
! </tr>
! </table>
! </td>
! </tr>
! </table>
</td>
--- 10,42 ----
! <td valign="top">
<table width="100%" cellspacing="0" cellpadding="0">
! <tr>
! <td height="20" class="tabletitle">
! <table width="100%" class="tabletitle" bordercolor=black background="{$mpuri}/templates/{$tpl_name}/images/navbg.gif">
! <tr>
! <td width="100%" class="tabletitle" bordercolor=black>
! <font color=white><small>|| {$site_name} || {$l_home} ||</small></font>
! </td>
! </tr>
! </table>
! </td>
! </tr>
! <tr>
! <td>
<table width="100%" class="tableborder" bordercolor=black>
! <tr>
! <td>
! <font color="#00000" face="Tahoma" size=2>Welcome to the home of the phpMP project and team!<br /><br />
phpMP is (another) portal project, similar to the likes of PHPNuke, PostNuke, and many others. What sets apart phpMP is that, instead of focusing on the wants and desires of the people creating the portal, the phpMP team is doing whatever possible to ensure that all users will see a reason to use this software.<br /><br />
Instead of just providing article management and news posting functionality, phpMP is fully modular and customizable. If, for example, you dislike our news script, simply drop in your own or another written by someone else. Think the administration panel needs a few extra features? Simply drop in a souped-up version written by another user.<br /><br />
To find out more about phpMP and the team behind it, visit the <a href="{$mpuri}/about.php">about page</a>.<br /><br />
! If you encounter any error whatsoever, please <b>don't</b> let us know. This web site is home of the currently-developed code, meaning it is constantly changing and can be considered pre-alpha quality.</font><br />
! </td>
! </tr>
! </table>
! </td>
! </tr>
! </table>
</td>
|