mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-02 07:26:41 +00:00
issue 83: submission status is centered in the middle on submission
This commit is contained in:
parent
0240c82df0
commit
7c144fec1d
4 changed files with 23 additions and 9 deletions
|
@ -23,6 +23,7 @@
|
|||
<div class="width-class">
|
||||
<?php
|
||||
|
||||
|
||||
require("header.php");
|
||||
$min_length = 1;
|
||||
$max_length = 32;
|
||||
|
@ -31,12 +32,12 @@ require("header.php");
|
|||
$verifiedcsvpath="participants/" . $instance . '/verified.csv';
|
||||
$unverifiedcsvpath="participants/" . $instance . '/unverified.csv';
|
||||
|
||||
// check if the verified and unverified csv files have links in them or not:
|
||||
// check if the verified and unverified csv files have links in them or not:
|
||||
$lines_uv = count(file($unverifiedcsvpath));
|
||||
$lines_v = count(file($verifiedcsvpath));
|
||||
//echo "<p>CSV LINES: " . $lines_uv . " " . $lines_v . "</p>";
|
||||
|
||||
?>
|
||||
|
||||
<form action="index.php" method="GET">
|
||||
<input type="text" name="query" />
|
||||
<input type="submit" value="Search" /> </br>
|
||||
|
@ -99,7 +100,6 @@ require("header.php");
|
|||
|
||||
?>
|
||||
</div>
|
||||
<center><a href="submit.php">Submit a new link</a></center>
|
||||
|
||||
<?php
|
||||
require("footer.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue