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
96f79041
authored
Mar 07, 2013
by
Dudás Ádám
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
school: customized tooltips
parent
efab9932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
school/templates/box/group/box.html
+4
-4
school/templates/box/person/box.html
+3
-4
No files found.
school/templates/box/group/box.html
View file @
96f79041
...
...
@@ -11,10 +11,10 @@
<img
src=
"{% static "
icons
/
information-frame
.
png
"
%}"
alt=
"{% trans "
Help
"
%}"
/>
</div>
<div
class=
"boxhelp-box"
>
<p>
{% blocktrans %}This is the list of
your own templates
.{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Templates are customized versions of the base image
s.{% endblocktrans %}
</p>
<p>
{% blocktrans %}You can
install all the needed software on a master
machine, and it will be ready to run by your students in minu
tes.
<p>
{% blocktrans %}This is the list of
groups you own
.{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Groups are collections of user
s.{% endblocktrans %}
</p>
<p>
{% blocktrans %}You can
share templates with your groups, so
that they can run instances of those templa
tes.
{% endblocktrans %}
</p>
</div>
</div>
...
...
school/templates/box/person/box.html
View file @
96f79041
...
...
@@ -11,10 +11,9 @@
<img
src=
"{% static "
icons
/
information-frame
.
png
"
%}"
alt=
"{% trans "
Help
"
%}"
/>
</div>
<div
class=
"boxhelp-box"
>
<p>
{% blocktrans %}This is the list of your own templates.{% endblocktrans %}
</p>
<p>
{% blocktrans %}Templates are customized versions of the base images.{% endblocktrans %}
</p>
<p>
{% blocktrans %}You can install all the needed software on a master
machine, and it will be ready to run by your students in minutes.
<p>
{% blocktrans %}This is the list of this group's members.{% endblocktrans %}
</p>
<p>
{% blocktrans %}Members are the people who can start new
instances of templates shared with the group.
{% endblocktrans %}
</p>
</div>
</div>
...
...
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