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

121 lines
4.3 KiB
PHP
Executable File

<?php
include "../functions.php";
InitializeDB();
?>
<!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">
<!-- InstanceBegin template="../../web-data/Templates/rlinksdefault.html" -->
<head>
<meta name="generator" content="Adobe GoLive" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Prayer Updates</title>
<!-- #BeginHeadLocked "" -->
<style type="text/css" media="screen"><!--
#fullpage { height: 852px; width: 1032px; left: 0; top: 0; position: absolute; z-index: 1; visibility: visible; }
#titlebox { height: 50px; width: 300px; left: 50px; top: 123px; position: absolute; z-index: 2; visibility: visible; }
#menubox { height: 360px; width: 180px; left: 410px; top: 210px; position: absolute; z-index: 5; visibility: visible; }
#rlinkslogo { height: 83px; width: 392px; left: 10px; top: 40px; position: absolute; z-index: 4; visibility: visible; }
#missionstatement { height: 24px; width: 470px; left: 80px; top: 40px; position: absolute; z-index: 3; visibility: visible; }
--></style>
<!-- #EndHeadLocked -->
<link href="../resourcelinks_php.css" rel="stylesheet" type="text/css" media="all" />
<script language='javascript' type='text/javascript' src='../rlinks.js'></script>
</head>
<body bgcolor="#fcffed">
<div id="fullpage">
<!-- InstanceBeginEditable name="background" -->
<div style="position:relative;width:1025px;height:872px;-adbe-g:a;">
<div style="position:absolute;top:77px;left:421px;width:150px;height:33px;">
<table width="150" 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="../indextest.php">Return to Home</a></font></em></td>
</tr>
</table>
</div>
<div style="position:absolute;top:180px;left:30px;width:343px;height:37px;-adbe-c:c">
<div align="center">
<font face="Georgia, Times New Roman, Times, serif"><u>Current and Updated Frequently</u></font></div>
<?php
if( $_GET['type'] == 'requests' )
{
if( $_POST['cmd'] == 'addcomment' )
{ AddComment('requests'); }
if( isset($_GET['id']) ) { print GetSinglePost('requests',$_GET['id']); }
else
{ print GetPosts('requests',$_GET['page']); }
}
else
{ print GetPosts('requests',0); }
?></div>
<div style="position:absolute;top:180px;left:405px;width:316px;height:37px;-adbe-c:c">
<div align="center">
<font face="Georgia, Times New Roman, Times, serif"><u>The &quot;BIG ones&quot; for the Year</u></font></div>
<?php
if( $_GET['type'] == 'big_requests' )
{
if( $_POST['cmd'] == 'addcomment' )
{ AddComment('big_requests'); }
if( isset($_GET['id']) ) { print GetSinglePost('big_requests',$_GET['id']); }
else
{ print GetPosts('big_requests',$_GET['page']); }
}
else
{ print GetPosts('big_requests',0); }
?></div>
</div>
<!-- InstanceEndEditable --></div>
<div id="rlinkslogo">
<img src="../rlinkpagephotos/resourcelinkslogogif" alt="" height="83" width="371" border="0" /></div>
<div id="titlebox">
<!-- InstanceBeginEditable name="title" -->
<div style="position:relative;width:388px;height:57px;-adbe-g:p;">
<div style="position:absolute;top:0px;left:16px;width:272px;height:48px;-adbe-c:c">
<div align="center">
<font size="+1" face="Georgia, Times New Roman, Times, serif"><em>Prayer Updates
<hr width="250" />
</em></font></div>
</div>
</div>
<!-- InstanceEndEditable --></div>
<div style="position:relative;width:1011px;height:874px;-adbe-g:p;"></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>
<!-- InstanceEnd -->
</html>