change layout
This commit is contained in:
parent
84d833a217
commit
a1d7e8ffc1
|
@ -70,9 +70,8 @@
|
||||||
$title = $_GET['open'];
|
$title = $_GET['open'];
|
||||||
$content = file_get_contents($dir . '/' . $title);
|
$content = file_get_contents($dir . '/' . $title);
|
||||||
|
|
||||||
echo ' <input form="note" name="title" value="' . $title . '">
|
echo '<form action="index.php" method="POST">
|
||||||
<br><br>
|
<br><div><input name="title" value="' . $title . '"></div><br>
|
||||||
<form id="note" action="index.php" method="POST">
|
|
||||||
<div>
|
<div>
|
||||||
<textarea autofocus name="content" spellcheck="false">' . $content . '</textarea>
|
<textarea autofocus name="content" spellcheck="false">' . $content . '</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue