Changeset 9372 for trunk/MagicSoft
- Timestamp:
- 03/02/09 11:02:18 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/plotdb.php
r9295 r9372 114 114 115 115 if (empty($_GET["x"])) 116 $totalx=640+410 ;116 $totalx=640+410+60; 117 117 else 118 $totalx=$_GET["x"]+410 ;118 $totalx=$_GET["x"]+410+60; 119 119 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"); 122 122 printf("<form style='margin-bottom:0;' action='plotdb.php' METHOD='GET'>\n"); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.