last commit but actually this time
This commit is contained in:
parent
8447d7b6f9
commit
b73fc6ee16
3 changed files with 12 additions and 12 deletions
|
@ -62,8 +62,8 @@ foreach (array_reverse($rows) as $i){
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($i["text"]));
|
echo(htmlspecialchars($i["text"]));
|
||||||
echo("<div class=\"time\">" . $i["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $i["time"] . "</div>");
|
||||||
echo("<a class=\"permalink\" href=\"index.php?page=respond&id=" . $i["id"] . "&pw={$adminPassword}\">respond</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></div>");
|
echo("<a class=\"permalink\" href=\"index.php?page=respond&id=" . $i["id"] . "&pw={$adminPassword}\">respond</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></details></div>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,8 +75,8 @@ foreach (array_reverse($rows) as $i){
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($i["text"]));
|
echo(htmlspecialchars($i["text"]));
|
||||||
echo("<div class=\"time\">" . $i["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $i["time"] . "</div>");
|
||||||
echo("<a class=\"permalink\" href=\"index.php?page=mark&action=read&id=" . $i["id"] . "&pw={$adminPassword}\">mark read</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></div>");
|
echo("<a class=\"permalink\" href=\"index.php?page=mark&action=read&id=" . $i["id"] . "&pw={$adminPassword}\">mark read</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></details></div>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,10 +88,10 @@ foreach (array_reverse($rows) as $i){
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($i["text"]));
|
echo(htmlspecialchars($i["text"]));
|
||||||
echo("<div class=\"time\">" . $i["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $i["time"] . "</div>");
|
||||||
echo("<div class=\"response\">" . htmlspecialchars($i["responsetext"]) . "");
|
echo("<div class=\"response\">" . htmlspecialchars($i["responsetext"]) . "");
|
||||||
echo("<div class=\"time\">" . $i["responsetime"] . "</div></div>");
|
echo("<div class=\"time\">" . $i["responsetime"] . "</div></div>");
|
||||||
echo("<a class=\"permalink\" href=\"index.php?page=respond&responded=1&id=" . $i["id"] . "&pw={$adminPassword}\">edit response</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></div>");
|
echo("<a class=\"permalink\" href=\"index.php?page=respond&responded=1&id=" . $i["id"] . "&pw={$adminPassword}\">edit response</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></details></div>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,8 +103,8 @@ foreach (array_reverse($rows) as $i){
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($i["text"]));
|
echo(htmlspecialchars($i["text"]));
|
||||||
echo("<div class=\"time\">" . $i["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $i["time"] . "</div>");
|
||||||
echo("<a class=\"permalink\" href=\"index.php?page=mark&action=unread&id=" . $i["id"] . "&pw={$adminPassword}\">mark unread</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></div>");
|
echo("<a class=\"permalink\" href=\"index.php?page=mark&action=unread&id=" . $i["id"] . "&pw={$adminPassword}\">mark unread</a> / <a class=\"permalink\" href=\"index.php?page=delete&id=" . $i["id"] . "&pw={$adminPassword}\">delete</a></details></div>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,9 @@ if (pg_num_rows($qresp) === 0 || $arr["ispublic"] === "f" || $arr["isrespondedto
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($arr["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($arr["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($arr["text"]));
|
echo(htmlspecialchars($arr["text"]));
|
||||||
echo("<div class=\"time\">" . $arr["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $arr["time"] . "</div>");
|
||||||
echo("<div class=\"response\">" . $arr["responsetext"] . "");
|
echo("<div class=\"response\">" . $arr["responsetext"] . "");
|
||||||
echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div></div>");
|
echo("<div class=\"time\">" . $arr["responsetime"] . "</div></div></details></div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -43,10 +43,10 @@ foreach (array_reverse($rows) as $i){
|
||||||
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
echo("<details><summary>cw: " . htmlspecialchars($i["cw"]) . "</summary><span class=\"cwfiller\"></span>");
|
||||||
}
|
}
|
||||||
echo(htmlspecialchars($i["text"]));
|
echo(htmlspecialchars($i["text"]));
|
||||||
echo("<div class=\"time\">" . $i["time"] . "</details></div>");
|
echo("<div class=\"time\">" . $i["time"] . "</div>");
|
||||||
echo("<div class=\"response\">" . htmlspecialchars($i["responsetext"]) . "");
|
echo("<div class=\"response\">" . htmlspecialchars($i["responsetext"]) . "");
|
||||||
echo("<div class=\"time\">" . $i["responsetime"] . "</div></div>");
|
echo("<div class=\"time\">" . $i["responsetime"] . "</div></div>");
|
||||||
echo("<a class=\"permalink\" href=\"fetch.php?id=" . $i["id"] . "\">permalink</a></div>");
|
echo("<a class=\"permalink\" href=\"fetch.php?id=" . $i["id"] . "\">permalink</a></details></div>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue