<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" id="owaParaStyle" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style><style>
<!--
@font-face
        {font-family:Calibri}
@font-face
        {font-family:Tahoma}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle18
        {font-family:"Calibri","sans-serif";
        color:#1F497D}
.MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:72.0pt 72.0pt 72.0pt 72.0pt}
-->
</style>
</head>
<body dir="ltr" tabindex="0" id="" style="">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family:'Times New Roman',Times,serif; font-size:12pt; color:#000000; margin:0">
Hi John,
<div><br>
</div>
<div>If you look at our live eprints: westminsterresearch.wmin.ac.uk</div>
<div><br>
</div>
<div>The WestminsterResearch appears in bold red on the right in line with the logo on the left.</div>
<div>If you look at my 3.3.12 (isls-eprints-31.wmin.ac.uk) the text on the right was ok but a line below the logo and giving me a very broad top line.</div>
<div>I've made your change and I now have a smaller text with underline and not quite on the far right. Do you think it might need to point to the style sheet?</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>Regards,</div>
<div>Malcolm.<br>
<p><br>
</p>
<div style="color:rgb(40,40,40)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> eprints-tech-bounces@ecs.soton.ac.uk &lt;eprints-tech-bounces@ecs.soton.ac.uk&gt; on behalf of John Salter &lt;J.Salter@leeds.ac.uk&gt;<br>
<b>Sent:</b> 26 November 2013 12:13<br>
<b>To:</b> 'eprints-tech@ecs.soton.ac.uk'<br>
<b>Subject:</b> [EP-tech] Re: Version 3.3.12 - changing the front page</font>
<div>&nbsp;</div>
</div>
<div>
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">Hi Malcolm,</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">The two highlighted &#8216;archive_name&#8217;s in your file:</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">The first is the &lt;title&gt; of the page (displayed in e.g. browser header bars/bookmarks).</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">The second is the title for the eprints logo image.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">Try (logo to the left of the title):</span></p>
<p class="MsoNormal"><span style="color:black">&lt;div class=&quot;ep_tm_site_logo&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;a href=&quot;{$config{frontpage}}&quot; title=&quot;{phrase(</span><span style="color:red">'archive_name'</span><span style="color:black">)}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&lt;img alt=&quot;{phrase('archive_name')}&quot; src=&quot;{$config{rel_path}}{$config{site_logo}}&quot;/&gt;</span></p>
<p class="MsoNormal"><span style="color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;epc:phrase ref=&quot;</span><span style="color:red">archive_name</span><span style="color:black">&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br>
&lt;/div&gt;</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">--------------------------------------</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">or (no logo):</span></p>
<p class="MsoNormal"><span style="color:black">&lt;div class=&quot;ep_tm_site_logo&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;a href=&quot;{$config{frontpage}}&quot; title=&quot;{phrase(</span><span style="color:red">'archive_name'</span><span style="color:black">)}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&lt;epc:phrase ref=&quot;</span><span style="color:red">archive_name</span><span style="color:black">&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br>
&lt;/div&gt;</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">- I hope I&#8217;ve understood your problem!</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">Cheers,</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">John</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt; font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span lang="EN-US" style="font-size:10.0pt; font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk]
<b>On Behalf Of </b>Malcolm Bodger<br>
<b>Sent:</b> 26 November 2013 11:09<br>
<b>To:</b> eprints-tech@ecs.soton.ac.uk<br>
<b>Subject:</b> [EP-tech] Version 3.3.12 - changing the front page</span></p>
</div>
</div>
<p class="MsoNormal">&nbsp;</p>
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper">
<p class="MsoNormal"><span style="color:black">Hi, </span></p>
<div>
<p class="MsoNormal"><span style="color:black">Hi,</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">I want to put some text 'WestminsterResearch' on the top right of our home page.</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">I would expect my .../cfg/lang/en/templates/default.xml&nbsp; having a mention for the phrase 'archive_name' would do the job, but it doesn't work and I'm having to do it by adding:</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&lt;div class=&quot;ep_tm_archivetitle&quot;&gt;<br>
&lt;p&gt;WestminsterResearch&lt;/p&gt;<br>
&lt;/div&gt;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">The problem I'm having is getting it in line with my logo on the left corner. Using the default.xml on my version 3.2.3 it works fine.</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">My xml abilty is below basic. Is there a problem with my phrases?</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">This is the top of my default.xml file:</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;<br>
&lt;!DOCTYPE html SYSTEM &quot;entities.dtd&quot;&gt;<br>
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot; xmlns:epc=&quot;<a href="http://eprints.org/ep3/control">http://eprints.org/ep3/control</a>&quot;&gt;<br>
&nbsp; &lt;head&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;title&gt;&lt;epc:pin ref=&quot;title&quot; textonly=&quot;yes&quot;/&gt; - &lt;epc:phrase ref=&quot;</span><span style="color:red">archive_name</span><span style="color:black">&quot;/&gt;&lt;/title&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;link rel=&quot;icon&quot; href=&quot;{$config{rel_path}}/favicon.ico&quot; type=&quot;image/x-icon&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;link rel=&quot;shortcut icon&quot; href=&quot;{$config{rel_path}}/favicon.ico&quot; type=&quot;image/x-icon&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;epc:pin ref=&quot;head&quot;/&gt;<br>
&nbsp; &lt;/head&gt;<br>
&nbsp; &lt;body&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;epc:pin ref=&quot;pagetop&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;div class=&quot;ep_tm_header ep_noprint&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;ep_tm_site_logo&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;{$config{frontpage}}&quot; title=&quot;{phrase(</span><span style="color:red">'archive_name'</span><span style="color:black">)}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img alt=&quot;{phrase('archive_name')}&quot; src=&quot;{$config{rel_path}}{$config{site_logo}}&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">&nbsp;</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">Thanks,</span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:black">Malcolm.</span></p>
</div>
</div>
<p align="center" style="text-align:center"><span style="font-size:11.0pt; font-family:&quot;Arial&quot;,&quot;sans-serif&quot;; color:black">The University of Westminster is a charity and a company limited by guarantee. Registration&nbsp;number:&nbsp;977818&nbsp;England. Registered&nbsp;Office:&nbsp;309&nbsp;Regent&nbsp;Street,&nbsp;London&nbsp;W1B&nbsp;2UW.</span></p>
<p align="center" style="text-align:center"><span style="font-size:11.0pt; font-family:&quot;Arial&quot;,&quot;sans-serif&quot;; color:black">This message and its attachments are private and confidential. If you have received this message in error, please notify the sender and
 remove it and its attachments from your system. </span></p>
</div>
</div>
</div>
</div>
</div>
<div style="font-family:'Arial','Helvetica',sans-serif; font-size:0.9em; color:black; text-align:center">
<p>The University of Westminster is a charity and a company limited by guarantee. Registration&nbsp;number:&nbsp;977818&nbsp;England. Registered&nbsp;Office:&nbsp;309&nbsp;Regent&nbsp;Street,&nbsp;London&nbsp;W1B&nbsp;2UW.</p>
<p>This message and its attachments are private and confidential. If you have received this message in error, please notify the sender and remove it and its attachments from your system.
</p>
</div>
</body>
</html>