Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
#html_use_smartypants = True

# Custom sidebar templates, maps document names to template names.
html_sidebars = { '**' : ['globaltoc.html', 'pagetoc.html', 'searchbox.html', 'sourcelink.html'] }
html_sidebars = { '**' : ['globalomerotoc.html', 'pagetoc.html',
'relations.html', 'searchbox.html', 'sourcelink.html'] }

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down
5 changes: 5 additions & 0 deletions themes/globalomerotoc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h3><a href="{{ pathto(master_doc) }}">{{ _('OMERO') }}</a></h3>
{{ toctree()}}
<a href="//www.openmicroscopy.org/site/products/omero/downloads">{{ _('Downloads') }}</a></br>
<a href="//www.openmicroscopy.org/site/products/omero/feature-list">{{ _('Feature List') }}</a></br>
<a href="//www.openmicroscopy.org/site/about/licensing-attribution">{{ _('Licensing') }}</a>
4 changes: 1 addition & 3 deletions themes/plonematch/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% set css_files = css_files + ["//www.openmicroscopy.org/site/portal_css/Plone%20Default/drop_down.css"] %}
{% set css_files = css_files + ["//www.openmicroscopy.org/site/portal_css/Plone%20Default/ploneCustom.css"] %}

{# Replace the top navigation bar. #}
{% block relbar1 %}
<!-- INSERTED - START -->
<div id="portal-top">
Expand Down Expand Up @@ -136,9 +137,6 @@
</li>
</ul>
</div>
<div id="portal-breadcrumbs">
<span id="breadcrumbs-you-are-here">You are here:</span> <a href="/site">Home</a> <span class="breadcrumbSeparator">→</span> <span dir="ltr"><a href="/site/support">Documentation</a> <span class="breadcrumbSeparator">→</span></span> <span dir="ltr"><a href="/site/support/omero4">OMERO Platform v4</a> <span class="breadcrumbSeparator">:</span></span> <span dir="ltr"><span>{{title}}</span></span>
</div>
</div>
<div class="visualClear" id="clear-space-before-wrapper-table">
<!-- -->
Expand Down
5 changes: 5 additions & 0 deletions themes/plonematch/static/plonematch.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ pre {
max-width: none !important;
}

a.internal > em {
/* Remove italics from hyperlinks to internal content*/
font-style: normal;
}

}

@media print{
Expand Down