Files
resourcelinks.org/rlinks3/guestbook.php
2017-03-02 21:43:14 -06:00

97 lines
4.9 KiB
PHP
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Adobe GoLive" />
<title>Welcome to the Home Page of ResourceLinks</title>
<link href="css/basic.css" rel="stylesheet" type="text/css" media="all" />
<link href="resourcelinks_php.css" rel="stylesheet" type="text/css" media="all" />
<script language='javascript' type='text/javascript' src='rlinks.js'></script>
<style type="text/css" media="screen"><!--
#missionstatement { height: 24px; width: 470px; left: 70px; top: 37px; position: absolute; visibility: visible; }
#rlinkslogo { height: 83px; width: 392px; left: 10px; top: 37px; position: absolute; visibility: visible; }
#menu { height: 400px; width: 190px; left: 410px; top: 120px; position: absolute; visibility: visible; }
#layer5 { height: 40px; width: 310px; left: 40px; top: 114px; position: absolute; visibility: visible; }
#layer1 { height: 456px; width: 270px; left: 500px; top: 54px; position: absolute; visibility: visible; }
#leftpicture { background-color: #fcffed; height: 580px; width: 830px; left: 0; top: 10px; position: absolute; visibility: visible; }
--></style>
</head>
<body bgcolor="#fcffed">
<div id="leftpicture">
<div id="layer5">
<div style="position:relative;width:300px;height:34px;-adbe-g:p;">
<div style="position:absolute;top:0px;left:64px;width:192px;height:32px;-adbe-c:c">
<div align="center">
<em><font face="Georgia, Times New Roman, Times, serif">Guestbook</font><font color="#fcfcfc" face="Georgia, Times New Roman, Times, serif">
<hr />
</font></em></div>
</div>
<?php
include "functions.php";
//open the database connection
InitializeDB();
if( $_POST['cmd'] == 'addentry' )
{ AddGuestbookEntry(); }
print GetGuestbook();
?>
</div>
</div>
<div id="layer1">
<img src="rlinkpagephotos/sdom_small.jpg" alt="" width="308" height="464" border="0" /></div>
</div>
<div style="position:relative;width:946px;height:590px;-adbe-g:p;"></div>
<div id="rlinkslogo">
<img src="rlinkpagephotos/resourcelinkslogogif" alt="" height="83" width="371" border="0" /></div>
<div id="menu">
<table width="130" border="0" cellspacing="2" cellpadding="7" align="center">
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="index.html">Home</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="rlinkspages/wo_we_are.html" target="_blank">Who we are</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="rlinkspages/vision_for_ministry.html" target="_blank">Vision for Ministry</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="rlinkspages/foundational_beliefs.html" target="_blank">Foundational Beliefs</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="rlinkspages/directors.html" target="_blank">Directors</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif"><a href="rlinkspages/how_to_contribute.html" target="_blank">How to Contribute</a></font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif">Prayer Updates</font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif">Articles/Projects/Links</font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif">Our World in Pictures</font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><em><font size="-1" face="Georgia, Times New Roman, Times, serif">Guestbook</font></em></td>
</tr>
<tr>
<td align="center" bgcolor="#faf0e6"><font size="-1" color="#006400">Click here to request our monthly newsletter</font></td>
</tr>
</table>
</div>
<div id="missionstatement">
<div style="position:relative;width:450px;height:24px;-adbe-g:p;">
<div colspan="3" style="position:absolute;top:0px;left:32px;width:416px;height:16px;-adbe-c:c">
<font size="-1" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><i>Equipping the Man...to Build the Church... to Change the Nations</i></font></div>
</div>
</div>
<p></p>
</body>
</html>