Beispiel #1
0
<html>
	<head>
		<!-- Latest compiled and minified CSS -->
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

		<!-- Optional theme -->
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
		<title>
			Tarea	
		</title>
	</head>
	<body>
		<div class="container">
			<div class="jumbotron">
  				<h2>Tareas Realizadas <?php 
echo "(" . $datos->countTarea() . ")";
?>
</h2>
			</div>
			<form  method="GET" action="tareas.php">
				<div class="form-group">
  					<input type="text" name="titulo" class="form-control" placeholder="Titulo de tu tarea...">
				</div>
				<div class="form-group">
  					<textarea name="texto" class="form-control" placeholder="Escribe acá"></textarea>
				</div>
				<input type="submit" class="form-control btn btn-primary" value="Crear!">
			</form>
			<table class="table">
				<thead>
					<th>Nº</th>