Esempio n. 1
0
                                            <tr>
                                                <th><?php 
echo $textos[9];
//T&iacute;tulo
?>
</th>
                                                <th><?php 
echo $textos[10];
//Fecha l&iacute;mite
?>
</th>
                                            </tr>
                                        </thead>
                                        <tbody>
                                            <?php 
$res = $asig->Get_Trabajos();
while ($row = mysql_fetch_array($res)) {
    echo "<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td><a href=\"entrega.php?ca=" . $row['codAsignatura'] . "&ct=" . $row['codTrabajo'] . "\">" . $row['nombreTrabajo'] . "</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td>" . $row['fechaLimiteTrabajo'] . "</td>\n\t\t\t\t\t\t\t\t\t\t\t </tr>";
}
?>
                                        <tbody>
                                    </table>
                                </div>
                            </div>

                            <div class="pull-right">
                                <a href="listaAsignaturas.php" class="btn ex-button"><?php 
echo $textos[12];
//Volver
?>
</a>