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
a66fb652
authored
Feb 13, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: id based tooltips converted to class based tooltips
parent
ea876902
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
one/templates/box-grouplist.html
+3
-3
one/templates/box-templatelist.html
+3
-3
one/templates/box-vmlist.html
+4
-4
school/templates/show-group.html
+3
-3
No files found.
one/templates/box-grouplist.html
View file @
a66fb652
...
...
@@ -52,13 +52,13 @@
</li>
{% endfor %}
{% else %}
<div
id=
"new-wm-
tooltip"
>
<div
id=
"new-wm-tooltip-
container"
>
<div
class=
"
tooltip"
>
<div
class=
"
container"
>
<p>
{% trans "You have no groups." %}
</p>
<p>
{% trans "Create a new one, and add your students to the new group." %}
</p>
<div
id=
"new-wm-tooltip-
tail"
></div>
<div
class=
"
tail"
></div>
</div>
</div>
{% endif %}
...
...
one/templates/box-templatelist.html
View file @
a66fb652
...
...
@@ -81,13 +81,13 @@
{% endfor %}
{% if not mytemplates and not group %}
<div
id=
"new-wm-
tooltip"
>
<div
id=
"new-wm-tooltip-
container"
>
<div
class=
"
tooltip"
>
<div
class=
"
container"
>
<p>
{% trans "You have no own templates." %}
</p>
<p>
{% trans "Create a new one, and share it with your students. Or you can also use a common one." %}
</p>
<div
id=
"new-wm-tooltip-
tail"
></div>
<div
class=
"
tail"
></div>
</div>
</div>
{% endif %}
...
...
one/templates/box-vmlist.html
View file @
a66fb652
...
...
@@ -115,13 +115,13 @@
</li>
{% endfor %}
{% else %}
<div
id=
"new-wm-
tooltip"
>
<div
id=
"new-wm-tooltip-
container"
>
<div
class=
"
tooltip"
>
<div
class=
"
container"
>
<p>
{% trans "You have not started any machines yet." %}
</p>
<p>
{% trans "Choose a template, and you can use the system in a minute." %}
</p>
<div
id=
"new-wm-tooltip-
tail"
></div>
</div>
<div
class=
"
tail"
></div>
</div>
</div>
{% endif %}
school/templates/show-group.html
View file @
a66fb652
...
...
@@ -112,15 +112,15 @@
</div>
<div
class=
"boxes"
>
{% if noshare %}
<div
id=
"new-wm-
tooltip"
style=
"position:absolute"
>
<div
id=
"new-wm-tooltip-
container"
>
<div
class=
"
tooltip"
style=
"position:absolute"
>
<div
class=
"
container"
>
<p>
{% trans "This group has no shared templates." %}
</p>
<p>
{% trans "Share one, and the group members can start their own virtual machine." %}
</p>
<div
id=
"new-wm-tooltip-
tail"
></div>
<div
class=
"
tail"
></div>
</div>
</div>
{% endif %}
...
...
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