Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
19b94655
Commit
19b94655
authored
Nov 04, 2014
by
guanghongwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除没用的
parent
825adba3
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
334 deletions
+0
-334
addOpenvpn.html
webroot/AutoSa/templates/addOpenvpn.html
+0
-42
addPptp.html
webroot/AutoSa/templates/addPptp.html
+0
-42
addServer.html
webroot/AutoSa/templates/addServer.html
+0
-57
chgOpenvpn.html
webroot/AutoSa/templates/chgOpenvpn.html
+0
-42
chgPptp.html
webroot/AutoSa/templates/chgPptp.html
+0
-42
logHistory.html
webroot/AutoSa/templates/logHistory.html
+0
-19
test.html
webroot/AutoSa/templates/test.html
+0
-90
No files found.
webroot/AutoSa/templates/addOpenvpn.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<form
class=
"form-horizontal"
role=
"form"
method=
"post"
action=
""
>
<fieldset
>
<legend>
添加OpenVPN用户
</legend>
{% if error %}
<div
class=
"alert alert-danger"
>
{{ error }}
</div>
{% endif %}
{% if msg %}
<div
class=
"alert alert-success"
>
{{ msg }}
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"username"
class=
"col-sm-2 control-label"
>
用户名
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"text"
class=
"form-control"
id=
"username"
name=
"username"
placeholder=
"用户名"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
class=
"col-sm-2 control-label"
>
密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password"
name=
"password"
placeholder=
"密码"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password_confirm"
class=
"col-sm-2 control-label"
>
确认密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password_confirm"
name=
"password_confirm"
placeholder=
"确认密码"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-4"
>
<button
class=
"btn btn-primary"
>
确认添加
</button>
</div>
</div>
</fieldset>
</form>
{% endblock %}
\ No newline at end of file
webroot/AutoSa/templates/addPptp.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<form
class=
"form-horizontal"
role=
"form"
method=
"post"
action=
""
>
<fieldset
>
<legend>
添加PPTP用户
</legend>
{% if error %}
<div
class=
"alert alert-danger"
>
{{ error }}
</div>
{% endif %}
{% if msg %}
<div
class=
"alert alert-success"
>
{{ msg }}
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"username"
class=
"col-sm-2 control-label"
>
用户名
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"text"
class=
"form-control"
id=
"username"
name=
"username"
placeholder=
"用户名"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
class=
"col-sm-2 control-label"
>
密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password"
name=
"password"
placeholder=
"密码"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password_confirm"
class=
"col-sm-2 control-label"
>
确认密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password_confirm"
name=
"password_confirm"
placeholder=
"确认密码"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-4"
>
<button
class=
"btn btn-primary"
>
确认添加
</button>
</div>
</div>
</fieldset>
</form>
{% endblock %}
\ No newline at end of file
webroot/AutoSa/templates/addServer.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<form
class=
"form-horizontal"
role=
"form"
method=
"post"
action=
""
>
<fieldset
>
<legend>
添加执行命令主机
</legend>
{% if error %}
<div
class=
"alert alert-danger"
>
{{ error }}
</div>
{% endif %}
{% if msg %}
<div
class=
"alert alert-success"
>
{{ msg }}
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"pub_ip"
class=
"col-sm-2 control-label"
>
IP
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"text"
class=
"form-control"
id=
"pub_ip"
name=
"pub_ip"
placeholder=
"IP"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"username"
class=
"col-sm-2 control-label"
>
账号
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"text"
class=
"form-control"
id=
"username"
name=
"username"
placeholder=
"账号"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
class=
"col-sm-2 control-label"
>
密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password"
name=
"password"
placeholder=
"密码"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"port"
class=
"col-sm-2 control-label"
>
端口号
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"text"
class=
"form-control"
id=
"port"
name=
"port"
placeholder=
"端口号"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"sudo"
class=
"col-sm-2 control-label"
>
sudo
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"checkbox"
style=
"margin-top: 12px;"
id=
"sudo"
name=
"sudo"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-4"
>
<button
class=
"btn btn-sm btn-primary"
>
添加
</button>
</div>
</div>
</fieldset>
</form>
{% endblock %}
\ No newline at end of file
webroot/AutoSa/templates/chgOpenvpn.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<form
class=
"form-horizontal"
role=
"form"
method=
"post"
action=
""
>
<fieldset
>
<legend>
修改OpenVPN登陆密码
</legend>
{% if error %}
<div
class=
"alert alert-danger"
>
{{ error }}
</div>
{% endif %}
{% if msg %}
<div
class=
"alert alert-success"
>
{{ msg }}
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"oldpass"
class=
"col-sm-2 control-label"
>
原来密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"oldpass"
name=
"oldpass"
placeholder=
"用户名"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
class=
"col-sm-2 control-label"
>
新密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password"
name=
"password"
placeholder=
"密码"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password_confirm"
class=
"col-sm-2 control-label"
>
确认密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password_confirm"
name=
"password_confirm"
placeholder=
"确认密码"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-4"
>
<button
class=
"btn btn-primary"
>
确认修改
</button>
</div>
</div>
</fieldset>
</form>
{% endblock %}
\ No newline at end of file
webroot/AutoSa/templates/chgPptp.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<form
class=
"form-horizontal"
role=
"form"
method=
"post"
action=
""
>
<fieldset
>
<legend>
修改PPTP VPN密码
</legend>
{% if error %}
<div
class=
"alert alert-danger"
>
{{ error }}
</div>
{% endif %}
{% if msg %}
<div
class=
"alert alert-success"
>
{{ msg }}
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"oldpass"
class=
"col-sm-2 control-label"
>
原来密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"oldpass"
name=
"oldpass"
placeholder=
"用户名"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
class=
"col-sm-2 control-label"
>
新密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password"
name=
"password"
placeholder=
"密码"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"password_confirm"
class=
"col-sm-2 control-label"
>
确认密码
<span
style=
"color: red"
>
*
</span></label>
<div
class=
"col-sm-4"
>
<input
type=
"password"
class=
"form-control"
id=
"password_confirm"
name=
"password_confirm"
placeholder=
"确认密码"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-4"
>
<button
class=
"btn btn-primary"
>
确认
</button>
</div>
</div>
</fieldset>
</form>
{% endblock %}
\ No newline at end of file
webroot/AutoSa/templates/logHistory.html
deleted
100644 → 0
View file @
825adba3
{% extends 'base.html' %}
{% block content %}
<div
id=
"myModal"
class=
"modal hide fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3
id=
"myModalLabel"
>
日志汇总
</h3>
</div>
<div
class=
"modal-body"
>
<p>
弹出层…
</p>
</div>
<div
class=
"modal-footer"
>
<button
class=
"btn"
data-dismiss=
"modal"
aria-hidden=
"true"
>
Close
</button>
<button
class=
"btn btn-primary"
>
Save changes
</button>
</div>
</div>
{% end block %}
\ No newline at end of file
webroot/AutoSa/templates/test.html
deleted
100644 → 0
View file @
825adba3
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
运维管理系统
</title>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"http://img.youlu.com/web/favicon.gif"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5js"></script>
<![endif]-->
<link
href=
"/static/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"/static/css/main.css"
rel=
"stylesheet"
>
<script
src=
"/static/js/main.js"
></script>
<script
src=
"/static/js/jquery.min.js"
></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script
src=
"/static/js/bootstrap.min.js"
></script>
</head>
<body>
<nav
class=
"navbar navbar-inverse navbar-static-top"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand"
href=
"#"
>
运维管理系统
</a>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"/"
>
主页
</a></li>
<li><a
href=
"#"
>
用户管理
</a></li>
<li><a
href=
"#"
>
命令执行
</a></li>
<li><a
href=
"#"
>
主机管理
</a></li>
</ul>
<div
class=
"btn-group navbar-right"
>
<button
type=
"button"
class=
"btn btn-primary dropdown-toggle "
data-toggle=
"dropdown"
>
{{ name }}
<span
class=
"caret"
></span>
</button>
<ul
class=
"dropdown-menu dropdown-logout"
>
<li
class=
"dropdown-logout"
><a
href=
"/logout/"
>
退出
</a></li>
</ul>
</div>
</div>
</nav>
<div
class=
"container"
>
<div
class=
"row row-offcanvas row-offcanvas-right"
>
<div
class=
"col-xs-12 col-sm-3 sidebar-offcanvas"
id=
"sidebar"
role=
"navigation"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"row>
<!--Sidebar content-->
<div class="
sidebar-menu
"
>
<div
class=
"menu-first"
><a
href=
"#userMenu"
data-toggle=
"collapse"
><i
class=
"glyphicon glyphicon-th"
></i>
用户管理
</a></div>
<ul
id=
"userMenu"
class=
"nav nav-list navbar-collapse.in menu-second"
>
<li><a
href=
"/showUser/"
><i
class=
"glyphicon glyphicon-send"
></i>
查看用户
</a></li>
<li><a
href=
"/addUser/"
><i
class=
"glyphicon glyphicon-send"
></i>
添加用户
</a></li>
</ul>
<div
class=
"menu-first"
><a
href=
"#monitorMenu"
data-toggle=
"collapse"
><i
class=
"glyphicon glyphicon-th"
></i>
执行命令
</a></div>
<ul
id=
"monitorMenu"
class=
"nav nav-list navbar-collapse.in menu-second"
>
<li><a
href=
"/runCommand/"
><i
class=
"glyphicon glyphicon-send"
></i>
执行命令
</a></li>
<li><a
href=
"/addServer/"
><i
class=
"glyphicon glyphicon-send"
></i>
添加主机
</a></li>
<li><a
href=
"#"
><i
class=
"glyphicon glyphicon-send"
></i>
环境
</a></li>
</ul>
<div
class=
"menu-first"
><a
href=
"#articleMenu"
data-toggle=
"collapse"
><i
class=
"glyphicon glyphicon-th"
></i>
主机管理
</a></div>
<ul
id=
"articleMenu"
class=
"nav nav-list navbar-collapse menu-second"
>
<li><a
href=
"/showAssets/"
><i
class=
"glyphicon glyphicon-send"
></i>
主机列表
</a></li>
<li><a
href=
"/addAssets/"
><i
class=
"glyphicon glyphicon-send"
></i>
添加主机
</a></li>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"input-group"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
type=
"button"
>
Go!
</button>
</span>
<input
type=
"text"
class=
"form-control"
>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
<div
class=
"col-lg-6"
>
<div
class=
"input-group"
>
<input
type=
"text"
class=
"form-control"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
type=
"button"
>
Go!
</button>
</span>
</div>
<!-- /input-group -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment