Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
f0ffd30b
authored
Jan 28, 2013
by
Bence Dnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'new wm' button added
parent
67251539
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
one/templates/home.html
+15
-7
No files found.
one/templates/home.html
View file @
f0ffd30b
...
@@ -5,13 +5,21 @@
...
@@ -5,13 +5,21 @@
<div
class=
"boxes"
>
<div
class=
"boxes"
>
<div
class=
"contentblock"
id=
"state"
>
<div
class=
"contentblock"
id=
"state"
>
<h2>
Virtuális gépek
</h2>
<h2>
Virtuális gépek
</h2>
<div
class=
"content"
>
<ul
class=
"wm-list"
>
{% for m in templates %}
<li
id=
"new-wm-button"
class=
"wm"
>
<form
method=
"POST"
action=
"/vm/new/{{m.pk}}/"
>
{% csrf_token %}
<div
class=
"summary"
>
<p><input
type=
"submit"
value=
"{{m.name}}"
class=
"button widebutton"
/></p>
<div
class=
"name"
>
Új gép indítása
</div>
</form>
<div
class=
"clear"
></div>
{% endfor %}
</div>
</div>
</li>
<li
id=
"new-wm"
style=
"display: none"
>
{% for m in templates %}
<form
method=
"POST"
action=
"/vm/new/{{m.pk}}/"
>
{% csrf_token %}
<p><input
type=
"submit"
value=
"{{m.name}}"
class=
"button widebutton"
/></p>
</form>
{% endfor %}
</li>
</ul>
</div>
</div>
{% include "box-vmlist.html" %}
{% include "box-vmlist.html" %}
{% for box in boxes %}
{% for box in boxes %}
...
...
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