2020-03-04 08:16:47 +01:00
|
|
|
<?php
|
|
|
|
session_start();
|
|
|
|
%PLEAZE_NO_CACHE%
|
|
|
|
%NO_CHEAP_SESSION_STEALING%
|
|
|
|
$navbar="boards";
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-03-04 08:22:30 +01:00
|
|
|
<p></p>
|
2020-03-04 08:16:47 +01:00
|
|
|
<title>ThreadR - Create Post</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
|
|
|
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
%NAVBAR%
|
|
|
|
<div class="container">
|
|
|
|
<div class="item-1">
|
|
|
|
<h1><center>ThreadR Post</center></h1>
|
|
|
|
</div>
|
2020-03-04 08:21:10 +01:00
|
|
|
<div class="item-2 form">
|
|
|
|
<form action="%CONTENT_DIR%/boards/" method="post">
|
|
|
|
<input type="text" name="post" maxlength="2000" placeholder="What happened today?"/>
|
|
|
|
</form>
|
|
|
|
</div>
|
2020-03-04 08:16:47 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|