Example #1
0
include "../../php/forum.php";
include "../../php/twitter.php";
include "../../php/db.php";
include "../../php/irc.php";
include "../../php/bugzilla.php";
$RowsToShow = 20;
$t = new Twitter();
$f = new Forum();
$irc = new IRC();
$bugzilla = new Bugzilla();
$twitterSearchItems = $t->render_search_mobile("browserplus", $RowsToShow);
$twitterUserItems = $t->render_user_mobile("browserplus", $RowsToShow);
$max = $irc->get_max_id();
$results = $irc->get_rows($max, $RowsToShow);
$ircItems = $irc->render_mobile($results, $max);
$issueItems = $bugzilla->render_mobile($RowsToShow);
$forumItems = $f->render_mobile($RowsToShow);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>BrowserPlus</title>
  <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
  <link rel="apple-touch-icon" href="/m/dashboard-icon.png" />
  <style type="text/css" media="screen">@import "/iui/dashboardx.css";</style><!-- http://www.phpied.com/cssmin-js/ -->
  <script type="application/x-javascript" src="/iui/iuix.js"></script>
  <style type="text/css" media="screen">
  .items li {font-size:100%;font-weight:normal;}
  .when {color:#999;font-size:10pt;}
  .who {font-weight:bold;color:#369;}