removed not needed Home[Desktop|Mobile].html

This commit is contained in:
Axel Uhl
2025-01-23 15:07:20 +01:00
parent f5300e8c02
commit e4bf410161
8 changed files with 12 additions and 66 deletions
@@ -1,29 +0,0 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta property="og:type" content="website" />
<meta property="og:title" content="${applicationScope['clientConfigurationContext.SAP']}Sailing" />
<meta property="og:description" content="Help sailors analyze performance and optimize strategy &#8226; Bring fans closer to the action
&#8226; Provide the media with information and insights to deliver a greater informed commentary" />
<meta property="og:image" content="https://s3-eu-west-1.amazonaws.com/media.sapsailing.com/2014/505Worlds/Images_Homepage/505Worlds2014_eventteaser.jpg" />
<meta property="description" content="Help sailors analyze performance and optimize strategy &#8226; Bring fans closer to the action
&#8226; Provide the media with information and insights to deliver a greater informed commentary" />
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" />
<link href='images/sap-sailing-app-icon${applicationScope['clientConfigurationContext.whitelabeled']}.png' rel='apple-touch-icon'>
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing - Homepage</title>
</head>
<body>
<script>
<!--
window.location = "Home.html"+window.location.search+window.location.hash;
//->
</script>
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
</body>
</html>
@@ -1,29 +0,0 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta property="og:type" content="website" />
<meta property="og:title" content="${applicationScope['clientConfigurationContext.SAP']}Sailing" />
<meta property="og:description" content="Help sailors analyze performance and optimize strategy &#8226; Bring fans closer to the action
&#8226; Provide the media with information and insights to deliver a greater informed commentary" />
<meta property="description" content="Help sailors analyze performance and optimize strategy &#8226; Bring fans closer to the action
&#8226; Provide the media with information and insights to deliver a greater informed commentary" />
<meta property="og:image" content="https://s3-eu-west-1.amazonaws.com/media.sapsailing.com/2014/505Worlds/Images_Homepage/505Worlds2014_eventteaser.jpg" />
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" />
<link href='images/sap-sailing-app-icon${applicationScope['clientConfigurationContext.whitelabeled']}.png' rel='apple-touch-icon'>
<title>${applicationScope['clientConfigurationContext.SAP']}Sailing - Homepage</title>
</head>
<body>
<script>
<!--
window.location = "Home.html"+window.location.search+window.location.hash;
//->
</script>
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
</body>
</html>
@@ -43,8 +43,6 @@ bin.includes = META-INF/,\
AutoPlay.html,\
Home.css,\
Home.html,\
HomeDesktop.html,\
HomeMobile.html,\
SettingsDialog.css,\
EmbeddedMapAndWindChart.css,\
EmbeddedMapAndWindChart.html,\
@@ -23,9 +23,9 @@
<a ui:field="supportAnchor" href="https://support.sapsailing.com" target="_blank" class="{local_res.css.sitefooter_links_link}">
<ui:text from='{i18n.footerSupport}' />
</a>
<a ui:field="mobileUi" href="HomeMobile.html"
<a ui:field="mobileUi" title="{i18n.mobile}" href=""
class="{local_res.css.sitefooter_links_link} {res.mediaCss.showonsmall} {res.mediaCss.hideonmedium} {res.mediaCss.hideonlarge}">
Mobile
<ui:text from='{i18n.mobile}' />
</a>
<a ui:field="whatsNewAnchor" href="{releaseNotesNavigation.getSafeTargetUrl}" class="{local_res.css.sitefooter_links_link}">
<ui:text from='{i18n.whatsNew}' />
@@ -26,8 +26,8 @@
<ui:text from='{i18n.footerSupport}' />
</a>
|
<a ui:field="desktopUi" href="HomeDesktop.html" title="Desktop">
Desktop
<a ui:field="desktopUi" title="{i18n.desktop}" href="">
<ui:text from='{i18n.desktop}' />
</a>
<br></br>
<g:Anchor title="{i18n.whatsNew}" ui:field="whatsNewLinkUi">
@@ -2498,4 +2498,6 @@ public interface StringMessages extends com.sap.sse.gwt.client.StringMessages,
String errorRestartingIgtimiDevice(String serialNumber, String message);
String successfullyRestartedIgtimiDevice(String serialNumber);
String restart();
String desktop();
String mobile();
}
@@ -2534,4 +2534,6 @@ toTimeNotSet=The "to" time must be set
reallyRestartIgtimiDevice=Really restart Igtimi device {0}?
errorRestartingIgtimiDevice=Error restarting Igtimi device {0}: {1}
successfullyRestartedIgtimiDevice=Successfully restarted Igtimi device {0}
restart=Restart device
restart=Restart device
desktop=Desktop
mobile=Mobile
@@ -2528,4 +2528,6 @@ toTimeNotSet=Der Endzeitpunkt muss gesetzt sein
reallyRestartIgtimiDevice=Soll das Igtimi-Gerät {0} wirklich neu gestartet werden?
errorRestartingIgtimiDevice=Fehler beim Neustart des Igtimi-Geräts {0}: {1}
successfullyRestartedIgtimiDevice=Igtimi-Gerät {0} erfolgreich neu gestartet
restart=Gerät neu starten
restart=Gerät neu starten
desktop=Desktop
mobile=Mobilgerät