|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/guias/ |
Upload File : |
<?php
include('./aplicaciones/admon/fnc/DBConnect.php');
include('./aplicaciones/admon/fnc/componente.php');
include('./aplicaciones/admon/fnc/utileria.php');
include('./aplicaciones/admon/newsletter/fnc/newsletter.php');
$newsletter = new Newsletter();
$newsletter->setFiles(6);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>sitio web</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="js/validaciones.js" language="javascript"></script>
<style>
.lista{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
color:#CC3333;
}
</style>
</head>
<body style="s ">
<p><a href="admon.php" target="_blank">admon.php</a>
</p>
<p><a href="reporteador.php">reporteador.php</a></p>
<form name="frmNewsletter" method="post" action="">
<table width="37%" border="1">
<tr>
<td width="12%">em@il</td>
<td width="88%"><input type="hidden" name="temas" value=""><input type="text" name="textfield">
<input type="submit" name="Submit" value="Submit"></td>
</tr>
<tr>
<td colspan="2" valign="top"><? $newsletter->showListTemas("150px","100%","lista",true,"Sitio Web");?></td>
</tr>
</table>
</form>
<p> <label for="ttt" class="">casita</label></p>
<div class="lista" >asdasd<input type="checkbox" name="ttt" id="ttt" checked></div>
</body>
</html>