← Back
Editing: testacoda.php
<?php $id = $_REQUEST['id']; $az = $_REQUEST['az']; $op = $_REQUEST['op']; $arIva = array (0=>'2000-01-01', 20=>'2011-12-31', 21=>'2013-09-30', 22=>'2100-01-01'); # va cambiato anche in fatturepdf.php $ivaP = 22; $ritaccP = 25; $testa = "<html><head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"> <title>".$titolo."</title> <style type=\"text/css\"> A:link, A:visited { text-decoration:none; color:#990000; } A:hover { text-decoration:underline; color:#FF0000; } .ospiti { font-family:Arial; font-weight:bold; font-size:18; line-height:30px;} .menu { font-family:Arial; font-weight:bold; font-size:10px; margin:0 20px 0 20px;} </style> <script language=\"javascript\"> function Cli(label){ var s1 = \"<html><body topmargin=0 leftmargin=0><center>\"+ label +\"'</body></html>\" popup = window.open(\"\",\"popDialog\",\"height=100,width=300\") popup.document.write(s1) popup.document.close() }</script> <body bgcolor=\"#FFFFEE\" background=\"images/back.jpg\" text=\"#000000\" link=\"#990000\" vlink=\"#993300\" > <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr> <td><span class=\"menu\"><a href=\"index.php\">Vedi fatture</a></span></td> <td><span class=\"menu\"><a href=\"nuova.php\">Nuova fattura</a></span></td> <td><span class=\"menu\"><a href=\"clienti_ed.php\">Gestione clienti</a></span></td> </tr></table> <h2 align=\"center\">".$titolo." ".$anno."</h2>"; $coda = "<br /> </body></html>"; ?>
Save File
Cancel