Fixed encodign errors
This commit is contained in:
parent
39515df999
commit
82557e2c12
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
||||
@ -15,6 +15,7 @@
|
||||
|
||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||
<input type="hidden" name="board" value="{board[uri]}" />
|
||||
{mod?<input type="hidden" name="mod" value="1" />}
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
@ -57,6 +58,23 @@
|
||||
<input type="file" name="file"/>
|
||||
</td>
|
||||
</tr>
|
||||
{mod?
|
||||
<tr>
|
||||
<th>
|
||||
Flags
|
||||
</th>
|
||||
<td>
|
||||
<div>
|
||||
<label for="sticky">Sticky</label>
|
||||
<input title="Sticky" type="checkbox" name="sticky" id="sticky"><br/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="lock">Lock</label><br/>
|
||||
<input title="Lock" type="checkbox" name="lock" id="lock">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
<tr>
|
||||
<th>
|
||||
Password
|
||||
|
@ -1,4 +1,4 @@
|
||||
<center>
|
||||
<center>
|
||||
{error?<h2>{error}</h2>}
|
||||
<form action="" method="post">
|
||||
<table style="margin-top:25px;">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{index}style.css"/>
|
||||
|
Loading…
Reference in New Issue
Block a user