Пример #1
0
 function view_graph()
 {
     $out = ccf_graph_display(1);
     $vars = array('show_div' => true, 'user' => $this->user, 'num_months' => $this->last_x_months, 'this_month' => $this->month);
     $out .= ccf_show_graph_swf('flashcontent', $vars, $this->width, $this->height);
     return $out;
 }
Пример #2
0
    it under the terms of the GNU General Public License, version 2, as 
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
include_once 'grid_edit/months.php';
include_once 'grid_edit/items.php';
include_once 'graph.php';
print ccf_graph_display();
?>

<div class="wrap">
	<h2>Net Worth Calculator</h2>
	<div id="box" style="width: 720px">
		<div id="left-box" style="float: left; width: 320px;">
			<table id="months"></table>
			<br/>
			<div id="managedata">
				<h2>Flash not available!</h2>
				<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
			</div>
			<script type="text/javascript">
			function copy_link_graph(month) {
				var copy = prompt("Copy and paste this code into your post:", '[networth view="graph"]');