{% trans "File quota" %}: <abbrdata-bind="text: quota.used"title="{% trans "Usedspace"%}"></abbr>/<abbrdata-bind="text: quota.soft"title="{% trans "softlimit"%}"></abbr>
(<abbrtitle="{% trans "hardlimit"%}"data-bind="text: quota.hard"></abbr>)
{% trans "File quota" %}: <abbrdata-bind="text: quota.used"title="{% trans "Usedspace"%}"></abbr>
/ <abbrdata-bind="text: quota.soft"title="{% trans "softlimit"%}"></abbr>
(
<abbrtitle="{% trans "hardlimit"%}"data-bind="text: quota.hard"></abbr>
<divclass="summary {% if t.state == 'NEW' or t.state == 'SAVING'%}unfinished{% endif %}">
<divclass="name">
{{t.name}}
</div>
<divclass="name">{{t.name}}</div>
<divclass="status">{{t.state}}</div>
<divclass="actions">
{% if t.state == 'READY' %}
<ahref="#"class="try-template-button"data-id="{{t.id}}"title="{% trans "Try"%}">
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/></a>
<ahref="#"title="{% trans "Edit"%}"><imgsrc="/static/icons/pencil.png"alt="{% trans "Edit"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}"><imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/>
</a>
<ahref="#"title="{% trans "Edit"%}">
<imgsrc="/static/icons/pencil.png"alt="{% trans "Edit"%}"/>
</a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}">
<imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/>
</a>
{% endif %}
<ahref="#"class="delete-template-button"data-id="{{ t.id }}"data-name="{{ t.name }}"title="{% trans "Remove"%}"><imgsrc="/static/icons/minus-circle.png"alt="{% trans "Remove"%}"/></a>
<ahref="#"class="delete-template-button"data-id="{{ t.id }}"data-name="{{ t.name }}"title="{% trans "Remove"%}">
<imgsrc="/static/icons/minus-circle.png"alt="{% trans "Remove"%}"/>
</a>
</div>
<divclass="clear"></div>
{% if t.myshares %}
...
...
@@ -44,15 +49,34 @@
</div>
<divclass="details">
<ul>
<liclass="name">{% trans "System" %}: <spanclass="value">{{t.system}}</span><divclass="clear"></div></li>
<liclass="type">{% trans "Size" %}: <spanclass="value">{{t.instance_type}}:
{% trans "Create a new one, and share it with your students. Or you can also use a common one." %}
</p>
...
...
@@ -83,15 +105,16 @@
{% for t in publictemplates %}
<liclass="wm"id="t{{t.id }}">
<divclass="summary public-template">
<divclass="name">
{{t.name}}
</div>
<divclass="name">{{t.name}}</div>
<divclass="status">{{t.state}}</div>
<divclass="actions">
{% if t.state == 'READY' %}
<ahref="#"class="try-template-button"data-id="{{t.id}}"title="{% trans "Try"%}">
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/></a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}"><imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/></a>
<imgsrc="/static/icons/control.png"alt="{% trans "Start"%}"/>
</a>
<ahref="#"class="template-share"data-id="{{t.id}}"data-gid="{{group.id}}"title="{% trans "Share"%}">
<imgsrc="/static/icons/user-share.png"alt="{% trans "Share"%}"/>
</a>
{% endif %}
</div>
<divclass="clear"></div>
...
...
@@ -117,15 +140,34 @@
</div>
<divclass="details">
<ul>
<liclass="name">{% trans "System" %}: <spanclass="value">{{t.system}}</span><divclass="clear"></div></li>
<liclass="type">{% trans "Size" %}: <spanclass="value">{{t.instance_type}}:
<liclass="date">{% trans "Created at" %}: <spanclass="value">{{i.created_at}}</span></li>
</span>
</li>
<liclass="date">
{% trans "Created at" %}:
<spanclass="value">{{i.created_at}}</span>
</li>
{% if i.time_of_suspend %}
<liclass="date">{% trans "time of suspend"|capfirst %}: <spanclass="value"><abbrtitle="{{i.time_of_suspend}}">{{i.time_of_suspend|timeuntil}}</abbr></span></li>
<liclass="date">{% trans "time of delete"|capfirst %}: <spanclass="value"><abbrtitle="{{i.time_of_delete}}">{{i.time_of_delete|timeuntil}}</abbr></span></li>
<p>A tesztüzem alatt a felhasználók belépése és azonosítása "önbevallásos" alapon működik (a jövőben <ahref="http://login.bme.hu/">EduID-s</a> bejelentkezésre lesz lehetőség):</p>