Code Search for Developers
 
 
  

reports.php from freePBX at Krugle


Show reports.php syntax highlighted

<?php

$template['title'] = $title;
$template['content'] = '';

$template['content'] .= "<div id=\"reportnav\" ><ul>";
foreach ($menu  as $key=>$value) {
	$template['content'] .= "<li><nobr><a id=\"".(($display==$key) ? 'current':'')."\" href=\"reports.php?display=".$key."\">".$value."</a><nobr></li>";
}
$template['content'] .= "</ul></div>";

$template['content'] .= 
	'<div id="reportframe">'.
	'<iframe width="97%" height="2000" frameborder="0" align="top" scrolling="auto" src="cdr/cdr.php?s='.$display.($display=='1' ? '&posted=1' : '').'"></iframe>'.
	'</div>';
showview('freepbx', $template);

?>




See more files for this project here

freePBX

FreePBX is the most powerful GUI (Web Based) configuration tool for Asterisk. It provides everything that a standard legacy phone system can, plus a huge amount of new features. All documentation and information is avalable from http://www.freepbx.org

Project homepage: http://sourceforge.net/projects/amportal
Programming language(s): PHP,Shell Script,SQL
License: other

  freepbx.php
  freepbx_admin.php
  freepbx_reload.php
  freepbx_reloadbar.php
  loggedout.php
  menuitem_disabled.php
  noaccess.php
  panel.php
  reports.php
  unauthorized.php
  welcome.php
  welcome_nomanager.php