2012-12-19 11:06:38 +00:00
|
|
|
|
{% load i18n %}
|
2012-11-01 09:37:17 +00:00
|
|
|
|
<h3>{% trans 'Recent Events' %}</h3>
|
2012-12-19 11:06:38 +00:00
|
|
|
|
<ul id="events" class="hide"></ul>
|
|
|
|
|
<div id="events-loading" class="hide"><img src="{{MEDIA_URL}}img/loading-icon.gif" alt="{% trans 'Loading...' %}" /></div>
|
2013-01-08 03:20:25 +00:00
|
|
|
|
<button id="events-more" class="hide">{% trans 'More' %}</button>
|
2012-12-19 11:06:38 +00:00
|
|
|
|
<p id="events-error" class="error hide"></p>
|
2012-12-24 12:25:31 +00:00
|
|
|
|
<form id="repo-decrypt-form" class="simple-input-popup hide">
|
|
|
|
|
<h3>{% trans 'Library' %} <span class="op-target"></span> {% trans 'is encrypted' %}</h3>
|
2012-10-15 13:03:42 +00:00
|
|
|
|
<input type="hidden" name="repo_id" value="" />
|
2012-12-24 12:25:31 +00:00
|
|
|
|
<label>{% trans 'Password:' %}</label><br />
|
|
|
|
|
<input type="password" name="password" maxlength="15" class="long-input" />
|
2012-10-29 13:43:52 +00:00
|
|
|
|
<p class="tip">{% trans 'The password will be kept in the server for only 1 hour.' %}</p>
|
2012-10-15 13:03:42 +00:00
|
|
|
|
<p class="error"></p>
|
2012-10-29 13:43:52 +00:00
|
|
|
|
<input type="submit" class="submit" value="{% trans 'Submit' %}" />
|
|
|
|
|
<button class="simplemodal-close">{% trans 'Cancel' %}</button>
|
2012-10-15 13:03:42 +00:00
|
|
|
|
</form>
|