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
8682d7c6
Commit
8682d7c6
authored
Jan 03, 2015
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基于文平修改
parent
dde0b75d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
47 additions
and
3 deletions
+47
-3
views.py
jumpserver/views.py
+1
-1
base.html
templates/base.html
+0
-0
base1.html
templates/base1.html
+0
-0
base2.html
templates/base2.html
+44
-0
nav_li_profile.html
templates/nav_li_profile.html
+1
-1
useradd.html
templates/useradd.html
+1
-1
No files found.
jumpserver/views.py
View file @
8682d7c6
...
@@ -5,4 +5,4 @@ from django.shortcuts import render_to_response
...
@@ -5,4 +5,4 @@ from django.shortcuts import render_to_response
def
base
(
request
):
def
base
(
request
):
return
render_to_response
(
'base
1
.html'
)
return
render_to_response
(
'base.html'
)
templates/base.html
View file @
8682d7c6
This diff is collapsed.
Click to expand it.
templates/base1.html
deleted
100644 → 0
View file @
dde0b75d
This diff is collapsed.
Click to expand it.
templates/base2.html
0 → 100644
View file @
8682d7c6
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Jumpserver | 开源跳板机系统
</title>
<link
rel=
"shortcut icon"
href=
"/static/img/facio.ico"
type=
"image/x-icon"
>
{% include "link_css.html" %}
</head>
<body
class=
"skin-1"
>
<div
id=
"wrapper"
>
<nav
class=
"navbar-default navbar-static-side"
role=
"navigation"
>
<div
class=
"sidebar-collapse"
>
{% include "nav.html" %}
</div>
</nav>
<div
id=
"page-wrapper"
class=
"gray-bg"
>
<div
class=
"row border-bottom"
>
<nav
class=
"navbar navbar-static-top"
role=
"navigation"
style=
"margin-bottom: 0"
>
{% include "nav_bar_header.html" %}
</nav>
</div>
<div
class=
"row wrapper border-bottom white-bg page-heading"
>
{% include "nav_cat_bar.html" %}
</div>
<div
class=
"wrapper wrapper-content"
>
{{ content }}
</div>
{% include "footer.html" %}
</div>
</div>
{% include "script.html" %}
</body>
</html>
templates/nav_li_profile.html
View file @
8682d7c6
...
@@ -14,6 +14,6 @@
...
@@ -14,6 +14,6 @@
</ul>
</ul>
</div>
</div>
<div
class=
"logo-element"
>
<div
class=
"logo-element"
>
IN
+
JS
+
</div>
</div>
</li>
</li>
templates/useradd.html
View file @
8682d7c6
{% extends 'base
1
.html' %}
{% extends 'base.html' %}
{% block content %}
{% block content %}
{% include 'nav_bar_header.html' %}
{% include 'nav_bar_header.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