mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-06-01 11:12:02 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8035571be | |||
| 6aba6bcaa0 |
@@ -8,6 +8,11 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Version v4.11.3 (release 2023-06-07)
|
||||||
|
|
||||||
|
- fix: frontpage upload buttons small monitor
|
||||||
|
|
||||||
|
|
||||||
Version v4.11.2 (release 2023-06-01)
|
Version v4.11.2 (release 2023-06-01)
|
||||||
|
|
||||||
- frontpage: layout changes
|
- frontpage: layout changes
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
|
|
||||||
from .ext import InvenioThemeTugraz
|
from .ext import InvenioThemeTugraz
|
||||||
|
|
||||||
__version__ = "4.11.2"
|
__version__ = "4.11.3"
|
||||||
|
|
||||||
__all__ = ("__version__", "InvenioThemeTugraz")
|
__all__ = ("__version__", "InvenioThemeTugraz")
|
||||||
|
|||||||
@@ -109,25 +109,30 @@
|
|||||||
<div class="ui segment" style="padding-bottom: 10px;">
|
<div class="ui segment" style="padding-bottom: 10px;">
|
||||||
<h4>{{ _("You can upload different types of records:") }}</h4>
|
<h4>{{ _("You can upload different types of records:") }}</h4>
|
||||||
|
|
||||||
<p style="margin: 14px">
|
<div class="ui grid">
|
||||||
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
|
<span>
|
||||||
</span>
|
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
|
||||||
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="me/uploads" title="Research Data">
|
</span>
|
||||||
<i aria-hidden="true" class="upload icon"></i>
|
</div>
|
||||||
{{ _("Upload Research Output") }}
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
</a>
|
<a class="ui fluid positive button" href="me/uploads" title="Research Data">
|
||||||
</p>
|
<i aria-hidden="true" class="upload icon"></i>
|
||||||
<p style="margin: 14px;">
|
{{ _("Upload Research Output") }}
|
||||||
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
|
</a>
|
||||||
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
|
</div>
|
||||||
</span>
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
|
<span>
|
||||||
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="lom/uploads" title="Open Educational Resources">
|
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
|
||||||
<i aria-hidden="true" class="upload icon"></i>
|
</span>
|
||||||
{{ _("Upload OER") }}
|
</div>
|
||||||
</a>
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
</p>
|
<a class="ui fluid positive button" href="lom/uploads" title="Open Educational Resources">
|
||||||
|
<i aria-hidden="true" class="upload icon"></i>
|
||||||
|
{{ _("Upload OER") }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--contact us-->
|
<!--contact us-->
|
||||||
|
|||||||
Reference in New Issue
Block a user