Validation HTML
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<?php
|
||||
require ("3-protect.php");
|
||||
include 'localize.php';
|
||||
$domain = 'sentier';
|
||||
localize($domain);
|
||||
include 'functions.php';
|
||||
<?php
|
||||
require ("3-protect.php");
|
||||
//session_start();
|
||||
include 'i18n_setup.php';
|
||||
/*include 'localize.php';
|
||||
$domain = 'sentier';
|
||||
localize($domain);
|
||||
*/
|
||||
include 'functions.php';
|
||||
|
||||
if (isset($_SERVER['HTTP_REFERER'])){
|
||||
$id = $_GET['id'];
|
||||
@@ -41,7 +44,7 @@ if (isset($_SERVER['HTTP_REFERER'])){
|
||||
echo "<tr>";
|
||||
echo (isset($_SESSION["user"])) ? '<td>' . '<input type="checkbox" id="edit" name="coche[]" value="' . $row['id'] . '" >' . '</td>' : '';
|
||||
echo "<td class='priority-1 center'>".$row['id']."</td>";
|
||||
echo "<td class='priority-1'>" . "<a href='" . $full . "' title='" . htmlspecialchars($lb['title']) . "' data-lcl-txt='" . htmlspecialchars($lb['description']) . "' data-lcl-author='" . htmlspecialchars($lb['creator']) . "' /><img src='" . $thumbnail . "' alt='" . htmlspecialchars($lb['title']) . "' /></a></td>";
|
||||
echo "<td class='priority-1'>" . "<a href='" . $full . "' title='" . htmlspecialchars($lb['title']) . "' data-lcl-txt='" . htmlspecialchars($lb['description']) . "' data-lcl-author='" . htmlspecialchars($lb['creator']) . "' /><img src='" . $thumbnail . "' alt='" . htmlspecialchars($lb['title']) . "'></a></td>";
|
||||
echo "<td class='priority-2'>".$row['filename']."</td>";
|
||||
echo "<td class='priority-8'>".$row['dateoriginal']."</td>";
|
||||
echo "<td class='priority-3'>".$row['speed']."</td>";
|
||||
|
||||
Reference in New Issue
Block a user