change logo image format from gif to png
This commit is contained in:
parent
ac813800e4
commit
49b1e19e5e
9 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<s:link styleClass="brand" href="/">
|
||||
<img src="${f:url('/images/logo-head.gif')}"
|
||||
<img src="${f:url('/images/logo-head.png')}"
|
||||
alt="<bean:message key="labels.header_brand_name" />" />
|
||||
</s:link>
|
||||
<div class="navbar-form pull-right">
|
||||
|
|
|
@ -5,7 +5,7 @@ ${fe:facetForm()}${fe:geoForm()}
|
|||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<s:link styleClass="brand" href="/">
|
||||
<img src="${f:url('/images/logo-head.gif')}"
|
||||
<img src="${f:url('/images/logo-head.png')}"
|
||||
alt="<bean:message key="labels.header_brand_name" />" />
|
||||
</s:link>
|
||||
<div class="navbar-form pull-right">
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="row">
|
||||
<div class="center searchFormBox">
|
||||
<h1 class="mainLogo">
|
||||
<img src="${f:url('/images/logo.gif')}"
|
||||
<img src="${f:url('/images/logo.png')}"
|
||||
alt="<bean:message key="labels.index_title" />" />
|
||||
</h1>
|
||||
<div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<%@page pageEncoding="UTF-8" %>
|
||||
<div>
|
||||
<div style="text-align: center;">
|
||||
<m:img src="logo-top.gif" magniWidth="0.8" style="vertical-align: middle;" />
|
||||
<m:img src="logo-top.png" magniWidth="0.8" style="vertical-align: middle;" />
|
||||
<br/>
|
||||
<s:form>
|
||||
<div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div>
|
||||
<s:form>
|
||||
<div>
|
||||
<m:img src="logo-top.gif" magniWidth="0.3" />
|
||||
<m:img src="logo-top.png" magniWidth="0.3" />
|
||||
<br/>
|
||||
<html:text property="query" title="Search" size="16" maxlength="1000" />
|
||||
<input type="submit" value="<bean:message key="labels.search"/>" name="search"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
${fe:facetForm()}${fe:geoForm()}
|
||||
<nav class="navbar navbar-dark bg-inverse navbar-static-top pos-f-t">
|
||||
<la:link styleClass="navbar-brand" href="/">
|
||||
<img src="${f:url('/images/logo-head.gif')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
<img src="${f:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
</la:link>
|
||||
<div class="form-inline navbar-form pull-right">
|
||||
<la:text property="query" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
${fe:facetForm()}${fe:geoForm()}
|
||||
<nav class="navbar navbar-dark bg-inverse navbar-static-top pos-f-t">
|
||||
<la:link styleClass="navbar-brand" href="/">
|
||||
<img src="${f:url('/images/logo-head.gif')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
<img src="${f:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
</la:link>
|
||||
<div class="form-inline navbar-form pull-right">
|
||||
<la:text property="query" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off"/>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<div class="row content">
|
||||
<div class="center-block searchFormBox">
|
||||
<h1 class="mainLogo">
|
||||
<img src="${f:url('/images/logo.gif')}"
|
||||
<img src="${f:url('/images/logo.png')}"
|
||||
alt="<la:message key="labels.index_title" />" />
|
||||
</h1>
|
||||
<div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
|
||||
<nav class="navbar navbar-dark bg-inverse navbar-static-top pos-f-t">
|
||||
<la:link styleClass="navbar-brand" href="/">
|
||||
<img src="${f:url('/images/logo-head.gif')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
<img src="${f:url('/images/logo-head.png')}" alt="<la:message key="labels.header_brand_name" />" />
|
||||
</la:link>
|
||||
</nav>
|
Loading…
Add table
Reference in a new issue