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
83e2d27e
authored
Feb 21, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: add help text for templates
parent
493ac906
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
one/templates/box/template/box.html
+15
-0
No files found.
one/templates/box/template/box.html
View file @
83e2d27e
...
...
@@ -7,6 +7,21 @@
{% trans "Templates" %}
{% endblock title %}
{% block boxhelp %}
<div
class=
"boxhelp"
>
<div
class=
"icon"
>
<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.
{% endblocktrans %}
</p>
</div>
</div>
{% endblock %}
{% block content %}
<ul
class=
"vm-list entry-list"
>
{% for t in mytemplates %}
...
...
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