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
cdd912b9
authored
Feb 06, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: remove unused new.html
parent
5caa02b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
44 deletions
+0
-44
one/templates/new.html
+0
-44
No files found.
one/templates/new.html
deleted
100644 → 0
View file @
5caa02b8
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<div
class=
"boxes"
>
<div
class=
"contentblock"
id=
"state"
>
<h2>
Csatlakozás
</h2>
<div
class=
"content"
>
<p
style=
"font-size:25px; line-height:2em;text-align:center;"
><a
href=
"{{uri}}"
class=
"button"
>
Csatlakozás
</a></p>
</div>
</div>
{% for box in boxes %}
{% if forloop.counter0|divisibleby:2 %}
<div
class=
"contentblock"
id=
"project_closed"
>
<h2>
{{ box.title }}
</h2>
<div
class=
"content"
>
{{ box.text|safe }}
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div
class=
"boxes"
>
{% for box in boxes %}
{% if forloop.counter|divisibleby:2 %}
<div
class=
"contentblock"
id=
"project_closed"
>
<h2>
{{ box.title }}
</h2>
<div
class=
"content"
>
{{ box.text|safe }}
</div>
</div>
{% endif %}
{% endfor %}
<div
class=
"contentblock"
id=
"state"
>
<h2>
A cluster állapota
</h2>
<div
class=
"content"
>
<p
style=
"text-align:center"
><a
href=
"http://cloud.ik.bme.hu/"
><img
src=
"http://cloud.ik.bme.hu/cpu.png"
alt=
"aktuális terhelés"
style=
"border: solid #892034 2px; border-radius:10px;"
/><img
src=
"http://cloud.ik.bme.hu/ram.png"
alt=
"aktuális memóriafoglaltság"
style=
"border: solid #892034 2px; border-radius:10px;"
/></a></p>
</div>
</div>
{% if user.is_staff %}
<p
class=
"rightbuttons"
><a
class=
"button"
href=
"{{ page_edit }}"
>
Szerkesztés
</a></p>
{% endif %}
</div>
{% endblock %}
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