Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2014-01-04 17:00:08 +0400
committerdnobori <da.git@softether.co.jp>2014-01-04 17:00:08 +0400
commit749497dde0a1dd08c434a73b9d4e93dc3e3326d9 (patch)
tree7c83a55919c0f1aa1267c4dbcd008f1644f961ee /src/bin/hamcore/webui/user.cgi
parentd433e567a561f8ae094a535025b02c7dc47026c6 (diff)
v4.03-9408-rtm
Diffstat (limited to 'src/bin/hamcore/webui/user.cgi')
-rw-r--r--src/bin/hamcore/webui/user.cgi18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bin/hamcore/webui/user.cgi b/src/bin/hamcore/webui/user.cgi
new file mode 100644
index 00000000..7a17b6d0
--- /dev/null
+++ b/src/bin/hamcore/webui/user.cgi
@@ -0,0 +1,18 @@
+<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>User page</title>
+<link rel=stylesheet type=text/css href=/webui/webui.css>
+</head><body>
+
+<h2>仮想 HUB「{HUBNAME}」のユーザーの管理</h2>
+<table border=2><tr><td><a href="{LINK_EDITUSER}?KEY={SESSIONKEY}&HUB={HUBNAME}">新規作成</a></td><td>ユーザー名</td><td>本名</td><td>所属グループ</td><td>説明</td>
+<td>認証方法</td><td>ログイン回数</td><td>最終ログイン日時</td></tr>
+<!--USER_TMPL:<tr><td><a href="{LINK_EDITUSER}?USER=%S&HUB={HUBNAME}&KEY={SESSIONKEY}">編集</a>
+ <a href="{LINK_USER}?CMD=DEL&USER=%S&HUB={HUBNAME}&KEY={SESSIONKEY}">削除</a></td>
+<td>%S</td><td>%s</td><td>%S</td><td>%s</td>
+<td>%s</td><td>%d</td><td>%s</td></tr>-->
+<!--USERS-->
+</table>
+<br>
+<a href="{LINK_HUB}?KEY={SESSIONKEY}&HUB={HUBNAME}">仮想 HUB「{HUBNAME}」の管理画面に戻る。</a>
+</body></html>
+