<div dir="ltr">Will Moore's bootstrap implementation is quite easy to set up and extend.<div><br></div><div><a href="https://github.com/will-moore/gallery/">https://github.com/will-moore/gallery/</a><br></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Thu, Aug 7, 2014 at 2:31 AM, Aleksandra Tarkowska <span dir="ltr"><<a href="mailto:A.Tarkowska@dundee.ac.uk" target="_blank">A.Tarkowska@dundee.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Dear Jake<br>
<br>
You have two options to do it:<br>
<br>
First quickly add custom logo straight from online resources, using:<br>
<br>
bin/omero config set omero.web.login_logo<br>
"<a href="http://www.openmicroscopy.org/site/logo.jpg" target="_blank">http://www.openmicroscopy.org/site/logo.jpg</a>"<br>
<br>
<br>
If you prefer to add front page to your system you need to create new<br>
django template. If you wish to try and see how it works use for example<br>
webstart template and set the following:<br>
bin/omero config set omero.web.index_template 'webstart/start.html'<br>
<br>
<br>
If you decide to write your own templates please refer to the Django<br>
template language<br>
<a href="http://www.openmicroscopy.org/site/support/omero5/developers/Web/WritingTem
plates.html#django-templates" target="_blank">http://www.openmicroscopy.org/site/support/omero5/developers/Web/WritingTem<br>
plates.html#django-templates</a><br>
<br>
<br>
After that you will also need to set:<br>
$ bin/omero config set omero.web.template_dirs '["/path/to/templates_dir"]'<br>
$ bin/omero config set omero.web.index_template 'new_template.html'<br>
<br>
<br>
For more information about customising OMERO.web see:<br>
<a href="http://www.openmicroscopy.org/site/support/omero5/sysadmins/unix/install-we
b.html#customizing-your-omero-web-installation" target="_blank">http://www.openmicroscopy.org/site/support/omero5/sysadmins/unix/install-we<br>
b.html#customizing-your-omero-web-installation</a><br>
<br>
I hope that will help<br>
<br>
Kind regards<br>
Ola<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
On 07/08/2014 00:34, "Jake Carroll" <<a href="mailto:jake.carroll@uq.edu.au">jake.carroll@uq.edu.au</a>> wrote:<br>
<br>
>Hi all,<br>
><br>
>A less serious and far more aesthetic question today.<br>
><br>
>If I want to ³reskin² the front page of the Omero Web login page, which<br>
>files might I be editing, and does anyone have any suggestions for<br>
>dimensions/CSS/HTML5 or otherwise for how it should be formatted?<br>
><br>
>Just want to put a nice splash-background on my login page that helps<br>
>represent the organization and greet users with something they are<br>
>familiar with.<br>
><br>
>Thank you.<br>
><br>
>Talk soon.<br>
><br>
>-jc<br>
>_______________________________________________<br>
>ome-users mailing list<br>
><a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
><a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" target="_blank">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
<br>
<br>
</div></div><div class="im HOEnZb">The University of Dundee is a registered Scottish Charity, No: SC015096<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
ome-users mailing list<br>
<a href="mailto:ome-users@lists.openmicroscopy.org.uk">ome-users@lists.openmicroscopy.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users" target="_blank">http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-users</a><br>
</div></div></blockquote></div><br></div>