Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
9929e6b4
authored
Feb 19, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: form added for new public key
parent
bca154e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
one/templates/box/key/box.html
+7
-4
No files found.
one/templates/box/key/box.html
View file @
9929e6b4
...
...
@@ -15,12 +15,15 @@
<li
class=
"entry small-row"
>
<div
class=
"summary"
id=
"new-key"
>
<div
class=
"name"
>
{% trans "Add public key" %}
</div>
<div
id=
"new-key-form"
>
<input
type=
"text"
placeholder=
"{% trans "
Public
key
in
OpenSSH
format
"
%}"
/>
<input
type=
"submit"
value=
"{% trans "
Add
key
"
%}"
/>
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"details"
>
<form
style=
"padding-bottom: 10px"
action=
"/key/add/"
>
{% csrf_token %}
<textarea
style=
"margin-bottom: 5px"
name=
"key"
placeholder=
"{% trans "
Public
key
in
OpenSSH
format
"
%}"
></textarea><br
/>
<input
type=
"submit"
style=
"margin-left: 10px;"
value=
"{% trans "
Save
"
%}"
/>
</form>
</div>
</li>
</ul>
{% endblock content %}
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