Ignore:
Timestamp:
03/02/09 11:02:18 (16 years ago)
Author:
aparavac
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/plotdb.php

    r9295 r9372  
    114114
    115115    if (empty($_GET["x"]))
    116         $totalx=640+410;
     116        $totalx=640+410+60;
    117117    else
    118         $totalx=$_GET["x"]+410;
     118        $totalx=$_GET["x"]+410+60;
    119119   
    120     printf("<center>\n<table cellpadding='0' width='%s'>\n", $totalx);
    121     printf("<tr><td align='left' width='410px'>\n");
     120    printf("<center>\n<table cellpadding='0' width='%s' border='0'>\n", $totalx);
     121    printf("<tr><td align='left'>\n");
    122122    printf("<form style='margin-bottom:0;' action='plotdb.php' METHOD='GET'>\n");
    123123
Note: See TracChangeset for help on using the changeset viewer.