* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Affero General Public License for more details.
* 
* You should have received a copy of the GNU Affero General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
include_once 'revenue_title.php';
include_once 'page_title.php';
include_once 'export_link.php';
?>



<table id="table_<?php 
echo widget_unique_identifier($node);
?>
" class="<?php 
echo $node->widgetConfig->gridConfig->html_class;
?>
">
    <thead>
    <?php 
echo "<tr><th class='text'>" . WidgetUtil::generateLabelMapping("revenue_category") . "</th>\r\n        <th class='number'>" . WidgetUtil::generateLabelMapping("recognized") . " </th>\r\n        <th class='number'>" . WidgetUtil::generateLabelMapping("remaining") . "</th>\r\n        <th>&nbsp</th>        \r\n        </tr>\n";
?>
    </thead>

    <tbody>
    <?php 
foreach ($node->data as $datarow) {
    echo "<tr>";
Esempio n. 2
0
        echo $node->widgetConfig->chartConfig->title->text;
        ?>
</h2>
  <?php 
    }
    ?>
  <div class="clearfix" id="no-records"><span>There is no data for this visualization.</span></div>
 
</div>

<?php 
} else {
    ?>
<div class="content clearfix highcharts-border">
<div id="node-chart-<?php 
    print widget_unique_identifier($node);
    ?>
" class="highcharts-wrapper <?php 
    echo $node->widgetConfig->html_class;
    ?>
">
&nbsp
</div>
<?php 
    print eval($node->widgetConfig->footer);
    ?>
</div>
  <?php 
    if ($node->widgetConfig->deferredRendering == TRUE) {
        widget_highcharts_add_js_setting($node);
    } else {