refactor: delete old stuff
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<body>
|
||||
|
||||
|
||||
<?php
|
||||
if ((isset($this->error)) and ($this->error != "")){
|
||||
echo "<div id=error>";
|
||||
echo $this->error;
|
||||
echo "</div>";
|
||||
}
|
||||
echo "<div id=content>";
|
||||
echo $this->output;
|
||||
echo "</div>";
|
||||
?>
|
||||
@@ -1,15 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="author" content="Sam">
|
||||
<meta http-equiv="pragma" content="no-cache">
|
||||
<meta http-equiv="cache-control" content="no-cache">
|
||||
<link rel="SHORTCUT ICON" type="image/x-icon" href="images/favicon.ico">
|
||||
<?php
|
||||
echo ' <link REL="stylesheet" TYPE="text/css" HREF="css/styles.css">
|
||||
<title>Address collection</title>
|
||||
|
||||
';
|
||||
?>
|
||||
</head>
|
||||
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
$form = '<form action="'.htmlspecialchars($_SERVER["PHP_SELF"]).'" method="post">';
|
||||
$form .='
|
||||
<input type = hidden name="ac" value = "user_save">
|
||||
<input type = hidden name="user_ID" value = "">';
|
||||
$form .= 'Name: <input type="text" name="name" value=""><br>';
|
||||
$form .= 'E-Mail: <input type="text" name="email" value=""><br>';
|
||||
$form .= 'Signal: <input type="text" name="signalmessenger" value=""><br>';
|
||||
$form .= 'SMS: <input type="text" name="sms" value=""><br>';
|
||||
$form .= 'Telegram: <input type="text" name="telegram" value=""><br>';
|
||||
$form .= 'Threema: <input type="text" name="threema" value=""><br>';
|
||||
$form .= '
|
||||
<input type="submit" value="Send">
|
||||
<input type="reset" value="Reset";
|
||||
</form>';
|
||||
echo $form;
|
||||
?>
|
||||
Reference in New Issue
Block a user