Computing.Net > Forums > Programming > Php report code

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Php report code

Reply to Message Icon

Name: malinda
Date: September 18, 2008 at 05:27:33 Pacific
OS: winxp
CPU/Ram: 128
Product: Microsoft
Comment:

<head>
<center>
<title></title>
</center>
<link REL="stylesheet" href="include/style.css" type="text/css"></head>
<body topmargin=5 {$onload}>
<p align="center"><strong>TANZANIA EDUCATION AUTHORITY</strong></p>
<div align="center">
<table width="19%" height="193" border="0" align="center">
<tr>
<td height="187"></td>
</tr>
</table>
</div>
<p align="center">LIST OF  DISTRICT EDUCATION  FUNDS</p>


{$includes}

{include_if_exists file="include/header.php"}
{literal}
<style>
table.report { border-collapse: collapse}
table.report td {
padding: 2px;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
}

td.pagesummary
{
background-color:#ffffbb;
}
td.globalsummary
{
background-color:#ffe0b0;
}
</style>
{/literal}</p>
<table align=center width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2>
<table align=left width=100% border=0 cellpadding=4>
<tr><td height="44" align=right style="padding-right:15px">
<a target="_blank" href="LIST_OF__DISTRICT_EDUCATION__FUND_print.php">

<a target="_blank" href="LIST_OF__DISTRICT_EDUCATION__FUND_print.php" class="tablelinks3">Print this page

<a target="_blank" href="LIST_OF__DISTRICT_EDUCATION__FUND_print.php?all=1">

<a target="_blank" href="LIST_OF__DISTRICT_EDUCATION__FUND_print.php?all=1" class="tablelinks3">Print whole report


</td></tr></table>
</td></tr>
<tr>
<td style="WIDTH:200px;" valign=top class=body2>
<table border=0 cellpadding=0 cellspacing=0 style="WIDTH:200px;">
<!--login info-->

<!--menu-->
Back
to Report Menu

<table width=200px align=center class="blackshade" border=0>
<tr><td class=toplist style="padding-left: 20px;">
Records Per Page: <select
onChange="javascript: document.location='LIST_OF__DISTRICT_EDUCATION__FUND_report.php?pagesize='+this.options[this.selectedIndex].value;">
<option value="10" {$rpp10_selected}>10</option>
<option value="20" {$rpp20_selected}>20</option>
<option value="50" {$rpp50_selected}>50</option>
<option value="100" {$rpp100_selected}>100</option>
<option value="500" {$rpp500_selected}>500</option>
<option value="-1" {$rpp0_selected}>All</option>
</select>
</td></tr>
</table>
</td>
{doevent name="ReportOnLoad"}
<td valign=top align=center class=body2>
<table cellpadding=0 cellpadding=0 border=0 width=100%>
<tr><td height=30 valign=middle align=center>{$pagination}</td></tr>
<tr><td>

<TABLE class=report WIDTH=100% CELLPADDING=1 CELLSPACING=0 BORDER=0 align=center style="border: solid; border-width: 1px; border-color: black;">
<tr>
<td class=blackshade align="center">District Code</td>
<td class=blackshade align="center">District Name</td>
<td class=blackshade align="center">District Education Fund Name</td>
<td class=blackshade align="center">Contact Person</td>
<td class=blackshade align="center">District Address</td>
<td class=blackshade align="center">District Region</td>
<td class=blackshade align="center">Application Date</td>
<td class=blackshade align="center">Application Fee</td>
<td class=blackshade align="center">Application Receipt Number</td>
<td class=blackshade align="center">Application Receipt Date</td>
<td class=blackshade align="center">Telephone Number</td>
<td class=blackshade align="center">Mobile number</td>
</tr>
<!--{foreach from=$rowinfo item=row}-->
--->
<!--{if $row.havedata}-->
<tr>
<td class=data align="center">{$row.1id_value}</td>
<td class=data>{$row.1District_Name_value}</td>
<td class=data>{$row.1District_Education_fund_Name_value}</td>
<td class=data>{$row.1Contact_Person_value}</td>
<td class=data>{$row.1District_Address_value}</td>
<td class=data>{$row.1District_Region_value}</td>
<td class=data>{$row.1Application_Date_value}</td>
<td class=data align="right">{$row.1Application_Fee_value}</td>
<td class=data align="right">{$row.1Application_Receipt_Number_value}</td>
<td class=data>{$row.1Application_Receipt_Date_value}</td>
<td class=data>{$row.1Telephone_Number_value}</td>
<td class=data align="right">{$row.1Mobile_number_value}</td>
</tr>
<!--{/if}-->
<!--{/foreach}-->
</table>
</td></tr>
<tr><td height=30 valign=middle align=center>{$pagination}</td></tr>
</table>
</td></tr></table>
{include_if_exists file="include/footer.php"}
</body>
</html>

Malinda Ramadhanni
TEA



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Php report code

PHP URL Coding www.computing.net/answers/programming/php-url-coding/5156.html

php code for no. of pple online www.computing.net/answers/programming/php-code-for-no-of-pple-online/14070.html

Connecting PHP to other databases www.computing.net/answers/programming/connecting-php-to-other-databases/9250.html