Skip to content

Commit

Permalink
fixd #3
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 16, 2021
1 parent df9cacd commit af61643
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions potiboard2/theme/mono_catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ <h2><span class="oyano"></span>Catalog mode</h2>
<span class="input_disp_none"><input type="text" value="" autocomplete="username"></span>
Pass <input class="form" type="password" name="pwd" value="" autocomplete="current-password">
<select class="form" name="mode">
<option value="edit" selected>edit</option>
<option value="edit" selected>Edit</option>
<% def(userdel) %>
<option value="usrdel">delete</option>
<option value="usrdel">Delete</option>
<% /def %>
</select>
<label>[<input type="checkbox" name="onlyimgdel" value="on">ImageOnly]</label>
Expand Down
6 changes: 3 additions & 3 deletions potiboard2/theme/mono_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h1><a href="<% echo(self2) %>"><% echo(title) %></a></h1>
<input type="hidden" name="MAX_FILE_SIZE" value="<% echo(maxbyte) %>">
<table>
<tr>
<td>name<% def(usename) %><% echo(usename) %><% /def %></td>
<td>Name<% def(usename) %><% echo(usename) %><% /def %></td>
<td><input class="form" type="text" name="name" size="28" value="" autocomplete="username"></td>
</tr>
<tr>
Expand Down Expand Up @@ -348,9 +348,9 @@ <h4>
<span class="input_disp_none"><input type="text" value="" autocomplete="username"></span>
Pass <input class="form" type="password" name="pwd" value="" autocomplete="current-password">
<select class="form" name="mode" tabindex="1">
<option value="edit" selected>edit</option>
<option value="edit" selected>Edit</option>
<% def(userdel) %>
<option value="usrdel">delete</option>
<option value="usrdel">Delete</option>
<% /def %>
</select>
<label>[<input type="checkbox" name="onlyimgdel" value="on">ImageOnly]</label>
Expand Down
18 changes: 9 additions & 9 deletions potiboard2/theme/mono_other.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1><a href="<% echo(self2) %>"><% echo(title) %></a></h1>
<% def(use_select_palettes) %>
Palette :<select name="selected_palette_no" title="Palette" class="form"><% echo(palette_select_tags) %></select>
<% /def %>
<% def(anime) %><label><input type="checkbox" value="true" name="anime" title="Save Playback (Time lapse)" <% def(animechk) %><% echo(animechk) %><% /def %>>Save Playback</label><% /def %>
<% def(anime) %><label><input type="checkbox" value="true" name="anime" title="Save Playback" <% def(animechk) %><% echo(animechk) %><% /def %>>Save Playback</label><% /def %>
<input name="pch_upload" type="file" accept="image/*,.pch,.spch,.chi" title="pch upload">
<input type="hidden" name="mode" value="paint">
<input type="hidden" name="admin" value="<% echo(admin) %>">
Expand Down Expand Up @@ -232,12 +232,12 @@ <h2 class="oekaki">post form<% def(admin) %> - ADMIN MODE-<% /def %></h2>
<div class="thread">
<h2 class="oekaki">Admin mode</h2>
<form action="<% echo(self) %>" method="post" class="adminin">
<label><input type="radio" name="admin" value="update" checked>UPDATE</label>
<label><input type="radio" name="admin" value="del">DELETE</label>
<label><input type="radio" name="admin" value="post">ADMIN POST</label>
<label><input type="radio" name="admin" value="update" checked>Update</label>
<label><input type="radio" name="admin" value="del">Manage posts</label>
<label><input type="radio" name="admin" value="post">Admin Post</label>
<input type="hidden" name="mode" value="admin">
<input class="form" type="password" name="pass" size="8">
<input class="button" type="submit" value="ADMIN IN">
<input class="button" type="submit" value="Admin In">
</form>
</div>
</section>
Expand Down Expand Up @@ -268,9 +268,9 @@ <h2 class="oekaki">Admin mode</h2>
<th>Check</th>
<th>No</th>
<th>Time</th>
<th>subject</th>
<th>name</th>
<th>comment</th>
<th>Subject</th>
<th>Name</th>
<th>Comment</th>
<th>Host</th>
<th>Image (Bytes) md5</th>
</tr>
Expand Down Expand Up @@ -322,7 +322,7 @@ <h2 class="oekaki">Admin mode</h2>
<div class="thread">
<h2 class="oekaki">ERROR</h2>
<p class="err"><% echo(mes) %></p>
<p><a href="#" onclick="javascript:window.history.back(-1);return false;">[back]</a></p>
<p><a href="#" onclick="javascript:window.history.back(-1);return false;">[Back]</a></p>
<!-- <p><a href="<% echo(self2) %>">[reload]</a></p> -->
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion potiboard2/theme/mono_paint.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="<% echo(self2) %>"><% echo(title) %></a></h1>
<hr>
<div>
<p class="menu">
<a href="./">[back]</a>
<a href="./">[Back]</a>
</p>
</div>
<hr>
Expand Down

0 comments on commit af61643

Please sign in to comment.