Author: kishore
Date: Mon Mar 20 19:14:21 2017
New Revision: 1787835
URL: http://svn.apache.org/viewvc?rev=1787835&view=rev
Log:
Updated index.jsp to use locale file.
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
Modified:
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp?rev=1787835&r1=1787834&r2=1787835&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
(original)
+++
manifoldcf/branches/CONNECTORS-1196-2/framework/crawler-ui/src/main/webapp/index.jsp
Mon Mar 20 19:14:21 2017
@@ -67,16 +67,16 @@
</aside>
<div class="content-wrapper">
<section class="content-header">
- <h1 class="visible-print-block">Apache ManifoldCF™</h1>
+ <h1
class="visible-print-block"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"index.ApacheManifoldCF")%></h1>
- <h1 id="heading">Welcome to Apache ManifoldCF™</h1>
+ <h1
id="heading"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"index.WelcomeToApacheManifoldFC")%></h1>
</section>
<section id="content" class="content">
</section>
</div>
<footer class="main-footer">
- <div class="pull-right hidden-xs"><b>Version</b> 2.6</div>
- <strong>Copyright © 2009-<%=
java.util.Calendar.getInstance().get(java.util.Calendar.YEAR)
%> <a target="_blank"
href="http://manifoldcf.apache.org/">Apache ManifoldCF™</a></strong>
+ <div class="pull-right hidden-xs"><b>Version</b> <%=
org.apache.manifoldcf.core.system.ManifoldCF.getMcfVersion() %></div>
+ <strong>Copyright © 2010-<%=
java.util.Calendar.getInstance().get(java.util.Calendar.YEAR)
%> <a target="_blank"
href="http://manifoldcf.apache.org/"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"index.ApacheManifoldCF")%></a></strong>
</footer>
</div>
<script src="javascript/jquery.min.js"></script>