← Back
Editing: areatesto.php
<?php echo $testa; ?> <h2><div align="center"><?php echo $ptitolo." ".$nomiLng[$lan]; ?></div></h2> <form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <table align="center" width="400"> <tr bgcolor="#FFFFFF"> <td><textarea name="testo" class="fullhtml" rows="30" cols="<?php echo $colTab; ?>"><?php echo $row->testo; ?></textarea></td> </tr><tr bgcolor="#FFFFFF"> <td align="center"><input type="submit" name="invio" value="Salva" /></td> </tr></table> <input type="hidden" name="id" value="<?php echo $id; ?>" /> <input type="hidden" name="lan" value="<?php echo $lan; ?>" /> <input type="hidden" name="az" value="up" /> </form><br /><hr> <h2><div align="center">SEO - ottimizzazione motori di ricerca</div></h2> <form name="form2" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <table align="center" width="400"> <tr bgcolor="#FFFFFF"> <td>Titolo (max 60 caratteri)<br /> <input type="text" name="titl" value="<?php echo $row->titl; ?>" size="80" maxlength="60" /></td> </tr><tr bgcolor="#FFFFFF"> <td>Descrizione (max 160 caratteri)<br /> <textarea name="desc" id="desc" rows="2" cols="80"><?php echo $row->desc; ?></textarea></td> </tr><tr bgcolor="#FFFFFF"> <td>Parole chiave o frasi separate dalla virgola (max 150 caratteri)<br /> <textarea name="keyw" id="keyw" rows="2" cols="80"><?php echo $row->keyw; ?></textarea></td> </tr><tr bgcolor="#FFFFFF"> <td align="center"><input type="submit" name="invio" value="Salva meta" /></td> </tr></table> <input type="hidden" name="id" value="<?php echo $id; ?>" /> <input type="hidden" name="lan" value="<?php echo $lan; ?>" /> <input type="hidden" name="az" value="upme" /> </form><br /> <?php echo $coda; ?>
Save File
Cancel