| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/isvtg/ |
Upload File : |
<?php
// Graf futer
//$ts=substr($ts,0,16);
//$te=substr($te,0,16);
echo "<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1200' height='50')>";
echo "<rect x = '225' width = '800' height = '50' fill = 'rgb(246,221,204)' stroke-width = '3' stroke = 'rgb(25,111,61)' />";
echo "<g stroke='gray'>";
$go=substr($ts,0,4);
$me=substr($ts,5,2);
$da=substr($ts,8,2);
$vr=substr($ts,11,5);
$go1=substr($te,0,4);
$me1=substr($te,5,2);
$da1=substr($te,8,2);
$vr1=substr($te,11,5);
$tekst3 = "VTG ID: ";
echo "<text x='300' y='20' font-family='Verdana' font-size='20' font-weight='bold' fill='green'>".$tekst3."</text>";
$tekst31 = $aws[$st];
echo "<text x='400' y='20' font-family='Verdana' font-size='20' font-weight='bold' fill='blue'>".$tekst31."</text>";
$tekst4 = "Vremenski interval: ";
echo "<text x='300' y='40' font-family='Verdana' font-size='20' font-weight='bold' fill='green'>".$tekst4."</text>";
$tekst41 =$da;
echo "<text x='530' y='40' font-family='Verdana' font-size='20' font-weight='bold' fill='blue'>".$da.".".$me.".".$go.". - ".$vr." ... ".$da1.".".$me1.".".$go1.". - ".$vr1."</text>";
echo "</svg>";
?>