Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Javier AP  >  Pergamus Publication Manager  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Start page for user interface
Class: Pergamus Publication Manager
Web based manager for scientific publications
Author: By
Last change:
Date: 2005-01-08 15:01
Size: 946 bytes
 

Contents

Class file image Download
<html>
<head>
<title>Pergamus publication manager - open source, web-based and free (as in freeware, as in freedom)</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="http://www.pergamus.javart.net/img/title.jpg">
<div class="main">
  <h1> Pergamus home</h1>
  <table width="100%"  border="0" cellspacing="5" cellpadding="0">
    <tr>
      <td><h2>Start page</h2>
        <p>
        <span class="tabbed"> 
        <b>This is the start page of the Pergamus Publication Manager package.<br><br>
        &bull; From <a href="pages/p_publications.php">here</a> you can go to the publications list.<br><br>
        &bull; To log in please <a href="pages/p_login.php">clic here</a>. <br>
        &nbsp;&nbsp; Rember that the initial username is 'test' and it's password is also 'test'.</b>
        </span>
        </p>
       </td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <?php include 'pages/p_banner.php'?>
  <p>&nbsp;</p>
</div>    
</body>
</html>