← Back
Editing: testacoda.php
<?php $id = $_REQUEST['id']; $idCli = $_REQUEST['idCli']; $idInt = $_GET['idInt']; $az = $_REQUEST['az']; $op = $_REQUEST['op']; $pg = $_REQUEST['pg'] == "" ? 1 : $_REQUEST['pg']; $elenco = ""; $motivo = array ("", "MANUTENZlONE PROGRAMMATA", "MANUTENZlONE STRAORDlNARlA", "REPERIBlLITÀ", "PRlMO IMPIANTO l.S.R.E.S.L.", "INSTALLAZIONE", "RITIRO", "SOSTITUZIONE", "ATTIVAZlONE", "PERlO0ICO U.S.L.", "DECENNALE U.S.L."); $testa = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?> <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"> <head> <title> SmaDIB - $ptitolo </title> <style type=\"text/css\"> a { color: #300; text-decoration: none; } a:hover { background: #900; color: #FFF; text-decoration: none; } </style> <link rel=\"stylesheet\" href=\"css/ui.all.css\" rel=\"stylesheet\" /> <script type=\"text/javascript\" src=\"js/jquery-1.3.2.js\"></script> <script type=\"text/javascript\" src=\"js/ui.core.js\"></script> <script type=\"text/javascript\" src=\"js/ui.datepicker.js\"></script> <script type=\"text/javascript\" src=\"js/ui.datepicker-it.js\"></script> </head> <body background=\"images/countertop.png\">"; $ptitolo = "<h2 align=\"center\">$ptitolo</h2>"; $barra = "<h3 align=\"center\"><a href=\"index.php\">Torna al menù funzioni</a></h3>"; $coda = "</body></html>"; ?>
Save File
Cancel