Archived
1
0

add nntp login actions in mod panel

This commit is contained in:
jeff
2016-01-12 10:23:36 -05:00
parent 84626f6f96
commit 9ebe7d7c5d
2 changed files with 34 additions and 1 deletions

View File

@@ -39,11 +39,27 @@
</div>
</div>
<hr />
<div>
<div> nntp login </div>
<div>
<label for="nntpchan_nntp_username">username:</lable>
<input id="nntpchan_nntp_username" />
<label for="nntpchan_nntp_passwd">password:</lable>
<input id="nntpchan_nntp_passwd" />
</div>
<div>
<button onclick="nntpchan_admin_nntp('nntp.login.add')">add user</button>
</div>
<div>
<button onclick="nntpchan_admin_nntp('nntp.login.del')">remove user</button>
</div>
</div>
<hr />
<div>
<div> board actions </div>
<div>
<label for="nntpchan_board_target">board name:</label>
<input type="text" id="nntpchan_board_target" />
<input id="nntpchan_board_target" />
</div>
<div>
<button onclick="nntpchan_admin_board('frontend.add')">add board</button>