-1
 • Plugins • FM5 • DigiCapp • -1
 
<X-FC-LIST-PAGE MAX=`100`><!--#if expr="@indexof ('$HTTP_USER_AGENT', 'Mobile')>0 || @indexof ('$HTTP_USER_AGENT', 'iPad')>0 || @indexof ('$HTTP_USER_AGENT', 'iPhone')>0 || @indexof ('$HTTP_USER_AGENT', 'Android')>0 || @indexof ('$HTTP_USER_AGENT', 'Windows Phone')>0"--><!--#set var="ACTIONEVENT" value="touchstart"--><!--#else--><!--#set var="ACTIONEVENT" value="click"--><!--#endif--><!--#set var="POSTCOUNT" value="0"--><!--#set var="POSTCOUNT2" value="0"--><!--#set var="THISURL" value="<X-FC-OBJURL SLASH>"--><!--#set var="CUSTOMFORMTITLE" value="false"--><!--#set var="HASLOGO" value="false"--><!--#if expr="<X-FC-USER AUTH>>0"--><!--#set var="LOGGEDIN" value="true"--><!--#else--><!--#set var="LOGGEDIN" value="false"--><!--#endif--><!doctype html><!--#include virtual="<X-FC-OBJURL SLASH>?Plugin=digicapp&leaves&formid=-210" --><!--#include virtual="<X-FC-OBJURL SLASH>$STICKYTITLE?plugin=digicapp&formid=$STICKYID" --><!--#include virtual="$APPTERMS" --><!--#if expr="`$WHITELABEL`=`true`"--><!--#include virtual="<!--#echo var="ASSETS"-->/termsoverride.inc" --><!--#set var="GRASSETS" value="$ASSETS"--><!--#else--><!--#if expr="`$USEMUELLEICONS`=`true`"--><!--#set var="GRASSETS" value="$ASSETS/migraphics"--><!--#else--><!--#set var="GRASSETS" value="$ASSETS"--><!--#endif--><!--#endif--><html lang="<!--#echo var="SITELANGUAGE"-->">
<head>
<title><!--#echo var="APPNAME"--></title>
<meta charset="UTF-8">
<meta name="robots" content="noindex"/>
<meta name="generator" content="<!--#echo var="GENERATOR"-->"/>
<meta name="viewport" content="width=device-width" />
<meta name="application-name" content="<!--#echo var="APPNAME"-->"/>
<link rel="apple-touch-icon" href="./<!--#echo var="GRASSETS"-->/icon-ios180.png">
<meta name="msapplication-square150x150logo" content="./<!--#echo var="GRASSETS"-->/icon_150.png"/>
<meta name="msapplication-TileColor" content="white">
<meta name="theme-color" content="<!--#echo var="THEMECOLOR"-->"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="./<!--#echo var="GRASSETS"-->/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/iphonexr_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/iphonexsmax_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/ipadpro3_splash.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /><link href="./<!--#echo var="GRASSETS"-->/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link rel="stylesheet" href="./assets/appformat.css"/>
<link rel="stylesheet" href="./<!--#echo var="ASSETS"-->/appstyle.css"/>
<link rel="manifest" href="./<!--#echo var="STICKYTITLE"-->?plugin=digicapp&formid=1664&json">
<link rel="shortcut icon" href="./<!--#echo var="GRASSETS"-->/favicon.ico"/>
<link rel="icon" sizes="128x128" href="./<!--#echo var="GRASSETS"-->/icon-128.png">
<link rel="shortcut icon" sizes="192x192" href="./<!--#echo var="GRASSETS"-->/icon-192x192.png">
<link rel="icon" sizes="144x144" href="./<!--#echo var="GRASSETS"-->/icon-144.png">
<link rel="apple-touch-icon" sizes="144x144" href="./<!--#echo var="GRASSETS"-->/icon-ios144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./<!--#echo var="GRASSETS"-->/icon-ios180.png" />
<script src="./assets/digicapp.js"></script>
<script>
window.addEvent('domready', function(){<!--#if expr="$BUSINESSBLOG=true || $BUSINESSGALLERY=true"-->
$('posts').appendChild($('news'));<!--#endif-->
if( /Android|webOS|iPhone|iPad|iPod|Opera Mini/i.test(navigator.userAgent) ) {actionev='touchstart';} else actionev='click';
poll();
$('appollbtn').addEvent(actionev, function(event){poll();});
$('appoverlay').addEvent(actionev, function(event){closePanels();});
 $('appaboutbtn').addEvent(actionev, function(event){doPublisher();});
$('fmapp').getElements('.movepanel').addEvent(actionev, function(event){closePanels();});<!--#if expr="<X-FC-URL-PARAMETER ooops exists>=1 || <X-FC-URL-PARAMETER signedin exists>=1"-->
doPublisher();<!--#endif-->
<!--#if expr="$ALLOWLOGIN=true"-->doPopulate();<!--#endif-->
        });

<!--#if expr="$ALLOWLOGIN=true"-->function doPopulate(){
        if (localStorage['storedPref']){
        myPref = localStorage.getItem('storedPref'),$('remcheck').value=(myPref);
        if (myPref=='[X]') $('remcheckbox').addClass('boxchecked'); else $('remcheckbox').removeClass('boxchecked');
        }
        if (localStorage['storedUID']){
        myUID = localStorage.getItem('storedUID'),$('useridfield').value=(myUID);
        }
        if (localStorage['storedPW']){
        myPW = localStorage.getItem('storedPW'),$('pwfield').value=(myPW);
        }
}

function doRemember(){
        if ($('remcheck').value=='[X]') $('remcheckbox').removeClass('boxchecked'), $('remcheck').value='[ ]', myUID='',$('useridfield').value='', myPW='',$('pwfield').value='';
                else
        $('remcheckbox').addClass('boxchecked'), $('remcheck').value='[X]', myUID = $('useridfield').value, myPW = $('pwfield').value;
        myPref = $('remcheck').value; localStorage.setItem('storedPref', myPref); localStorage.setItem('storedUID', myUID); localStorage.setItem('storedPW', myPW);
        }

function signOut(){self.location.replace("/Login/Logout?Plugin=digicapp&URL=/apps/<X-FC-OBJNAME>");}

function openLoginDialog(){
$('applogin').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('applogin').morph({'height':$('applogincontent').offsetHeight});
$('showlogindialog').setStyle('display', ('none'));
        }

function closeLoginDialog(){
$('applogin').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('applogin').morph({'height':0});
$('showlogindialog').setStyle('display', ('block'));
        }<!--#endif-->

function viewmap(){
$('googmap').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('googmap').morph({'height':$('googmapiframe').offsetHeight}); $('openmap').setStyle('display', ('none'));$('closemap').setStyle('display', ('block')); hidenews();hideinfo();hideservicios();hidemedia();
        }
function hidemap(){
$('googmap').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),$('googmap').morph({'height':0}); $('openmap').setStyle('display', ('block'));$('closemap').setStyle('display', ('none'));
        }

function viewmedia(){
$('media').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('media').morph({'height':$('medialist').offsetHeight}); $('openmedia').setStyle('display', ('none'));$('closemedia').setStyle('display', ('block')); hidenews();hideinfo();hideservicios();hidemap();
        }
function hidemedia(){
$('media').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),$('media').morph({'height':0}); $('openmedia').setStyle('display', ('block'));$('closemedia').setStyle('display', ('none'));
        }
function viewservicios(){
$('servicios').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('servicios').morph({'height':$('servicioslist').offsetHeight}); $('openservicios').setStyle('display', ('none'));$('closeservicios').setStyle('display', ('block')); hidenews();hideinfo();hidemedia();hidemap();
        }
function hideservicios(){
$('servicios').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),$('servicios').morph({'height':0}); $('openservicios').setStyle('display', ('block'));$('closeservicios').setStyle('display', ('none'));
        }
function viewinfo(){
$('info').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('info').morph({'height':$('infolist').offsetHeight}); $('openinfo').setStyle('display', ('none'));$('closeinfo').setStyle('display', ('block')); hidenews();hideservicios();hidemedia();hidemap();
        }
function hideinfo(){
$('info').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),$('info').morph({'height':0});
$('openinfo').setStyle('display', ('block'));$('closeinfo').setStyle('display', ('none'));
        }
function viewnews(){
$('news').set('morph',{duration:300,unit: 'px',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('news').morph({'height':$('newslist').offsetHeight}); $('opennews').setStyle('display', ('none'));$('closenews').setStyle('display', ('block'));hideinfo();hideservicios();hidemedia();hidemap();
        }
function hidenews(){<!--#if expr="$BUSINESSBLOG=false && $BUSINESSGALLERY=false"-->
$('news').set('morph',{duration:150,unit: 'px',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),$('news').morph({'height':0}); $('opennews').setStyle('display', ('block'));$('closenews').setStyle('display', ('none'));<!--#endif-->
        }
function reLoad(){
window.location.reload(true);
        }
function feedFailure(){
getFeed(),
$('errormessage').set('tween', {duration:500}).fade('1');
        }
function getFeed(){
<!--#if expr="$EXTERNALBUSINESSURL=true || $ISBUSINESS=false"-->$('appview').innerHTML='<iframe name="canariasframe" allow="geolocation *" class="fullembview" id="havnaframe" src="<!--#if expr="$ISBUSINESS=false"--><!--#echo var="THISMAP"--><!--#else--><!--#echo var="EXTERNALBUSINESSIFRAME"--><!--#endif-->"></iframe>',<!--#endif-->$('appview').set('tween', {duration:1000}).fade('1');
        }
function poll(){
var getstamp = new Request.HTML ({url:'https://mimuelle.es/plugins/digicapp/ping.js',method: 'get', onRequest:function(){$('appbtnrow').addClass('spin'),$('appview').set('tween', {duration:200}).fade('0'),$('errormessage').set('tween', {duration:100}).fade('0');}, onSuccess: function(response){getFeed();}, onComplete:function(){$('appbtnrow').removeClass('spin'),$('appollbtn').set('tween', {duration:300}).fade('1');}, timeout:10000, onTimeout:function(){feedFailure();}, onFailure:function(){feedFailure();}}); delete getstamp.headers['X-Requested-With']; getstamp.send();
        }
function goMuelleLogin(){
$('havnaframe').src='<!--#echo var="THISMAP"-->', closePanels(), $('bookinghelp').set('tween', {onComplete: function(){$('bookinghelp').set('tween', {duration:10000}).fade('0');}}, {duration:300}).fade('1.0');
        }
function doPublisher(){
movedirection='100';
$('publisher').set('morph',{duration:300,unit: '%',transition:Fx.Transitions.Quad.easeIn,link:'chain'}),$('publisher').morph({'right':10});
$('appoverlay').set('tween', {duration:300}).fade('0.5');
$('publisher').addClass('openpanel');
$('bookinghelp').set('tween', {duration:100}).fade('0');
        }
function closePanels(){$('appoverlay').set('tween', {duration:50}).fade('0');var mypanel=($('fmapp').getElements('.openpanel'));mypanel.set('morph',{duration:300,unit: '%',transition:Fx.Transitions.Quad.easeOut,link:'chain'}),mypanel.morph({'right':movedirection});mypanel.removeClass('openpanel');
        }
function hideError(){$('errormessage').set('tween', {duration:300}).fade('0');}
if ('serviceWorker' in navigator) {
        navigator.serviceWorker.register('/setup?formid=1658&jscript').then(function(registration) {
     }, function(error) {console.log('Service Worker not registered');
     });
   } else {
     console.log('Service workers are not supported.');
   }
</script>
</head>
<body<!--#if expr="$ISBUSINESS=true"--> class="businessapp"<!--#endif-->>
<!--#if expr="$ISBUSINESS=true"--><div id="appheaderline"></div><!--#endif-->
<div class="appwrapper" id="fmapp">
        <div id="appheaderbg"></div>
        <div id="appheader" class="<!--#if expr="$ISBUSINESS=true || $ISSUBSCRIBER=false"-->notsubscribed<!--#else-->subscribed<!--#endif-->">
                <div id="appbtnrow" class="spin">
                        <div id="livebuttons" class="visbuttons<!--#if expr="`$WHITELABEL`=`true`"--> whitelab<!--#endif-->">
                        <input type="button" class="appbtn appshelf" value="" id="appaboutbtn"/>
                        <input type="button" class="appbtn apprefresh" value="" id="appollbtn" style="visibility:hidden;opacity:0;"/>
                        <!--#if expr="$ISSUBSCRIBER=false || $ISBUSINESS=true"--><div id="inactivelogo">
                        <!--#echo var="APPNAME"-->
                        </div><!--#endif-->
                        </div>          
                </div>
        </div>

        <div id="appview" class="appbody" style="width:100%;opacity:0;visibility:hidden;<!--#if expr="$ISSUBSCRIBER=false || $ISBUSINESS=true"-->margin-top:50px;<!--#endif-->">

<!--#if expr="$EXTERNALBUSINESSURL=false"--><div class="fullembview<!--#if expr="$BUSINESSGALLERY=true"--> gallery<!--#endif-->" id="havnaframe">
        <div class="businessframe<!--#if expr="$BUSINESSGALLERY=true"--> mediagallery<!--#endif-->" id="posts">
<!--#if expr="$EXTERNALBUSINESSURL=false && $ISBUSINESS=true && $BUSINESSBLOG=false && $BUSINESSGALLERY=false"--><!--#include virtual="$BUSINESSAPPURL" --><!--#endif-->
        </div></div><!--#endif-->

</div>
        <div id="appoverlay" class="appfaded"></div>
        <div id="publisher" class="appanels<!--#if expr="`$WHITELABEL`=`true`"--> whitelab<!--#endif-->">
                <a href="javascript:void(0);" class="movepanel moveright<!--#if expr="`$WHITELABEL`=`true`"--> whitelab<!--#endif-->"></a>
                <div id="publishercontent">
                        <div class="appanelprofile smooth" id="sidepanel">
                                <div class="panelheader<!--#if expr="`$WHITELABEL`=`false` || `$HASLOGO`=`false`"--> texttitle<!--#endif-->"><!--#if expr="`$WHITELABEL`=`true` && `$HASLOGO`=`true`"--><div class="applogo" alt="Logo" style="background:url(<X-FC-OBJURL SLASH>/logo.png) no-repeat center center;background-size:contain;"></div><!--#else--><!--#echo var="APPNAME"--><!--#endif--></div>

<div class="mediaitem"><div class="contentbox">

<div id="extbuttons">
<!--#if expr="`$BOOKINGLINK`!=`false`"--><a id="defaultext" class="extbtn" href="javascript:void(0);" on<!--#echo var="ACTIONEVENT"-->="<!--#if expr="$INTERNALBOOK=true" -->goMuelleLogin();<!--#else-->window.open('<!--#echo var="BOOKINGLINK"-->', '_system'); return false;<!--#endif-->"><!--#echo var="MUEBOOK"--></a><!--#endif--><!--#if expr="$HASWEATHER=true" --><a class="extbtn" href="javascript:void(0);" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="MYWEATHERFRAME"-->', '_system'); return false;"><!--#echo var="MUEMET"--></a><!--#endif--><!--#if expr="$HASAIS=true" --><a class="extbtn" href="javascript:void(0);" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="MYAISFRAME"-->', '_system'); return false;">AIS</a><!--#endif-->
</div>

<div id="portinfobox">
<div class="infopoint infoheader"><!--#echo var="APPNAME"--></div>
<!--#if expr="`$PORTOFENTRY`=`true`" --><div class="infopoint" style="font-style:italic;"><!--#echo var="MUELLEPORTOFENTRY"--></div><!--#endif-->
<!--#if expr="`$DOCOORDS`=`true`"--><div class="infopoint"><!--#echo var="ISCOORD"--></div><!--#endif-->
<!--#if expr="`$DOVHF`!=`false`"--><div class="infopoint"><!--#echo var="HARBOURVHF"-->: <!--#echo var="DOVHF"--></div><!--#endif-->
<div class="infopointline"></div>
<!--#if expr="`$HASBERTHS`!=`false`"--><div class="infopoint"><!--#echo var="HASBERTHS"--> <!--#echo var="HARBOURBERTHS"--></div><!--#endif-->
<!--#if expr="`$BERTHWIDTH`!=`false`"--><div class="infopoint"><!--#echo var="BERTHWIDTH"--></div><!--#endif-->
<!--#if expr="`$BERTHDEPHT`!=`false`"--><div class="infopoint"><!--#echo var="BERTHDEPHT"--></div><!--#endif-->
<div class="infopointline"></div>
<!--#if expr="`$HASPHONE`!=`false`"--><div class="infopoint"><!--#echo var="FMPHONE"-->: <a href="mailto:<!--#echo var="HASPHONE"-->" style="font-weight:700;"><!--#echo var="THISPHONE"--></a></div><!--#endif-->
<!--#if expr="`$DOADDR1`!=`false`"--><div class="infopoint"><!--#echo var="DOADDR1"--></div><!--#endif-->
<!--#if expr="`$DOADDR2`!=`false`"--><div class="infopoint"><!--#echo var="DOADDR2"--></div><!--#endif-->

<div class="appcontactpoints<!--#if expr="`$WHITELABEL`=`true`"--> whitelab<!--#endif-->"><!--#if expr="`$HASMAIL`!=`false`"--><a href="mailto:<!--#echo var="HASMAIL"-->"><span class="appsocialbtn mymail"></span></a><!--#endif--><!--#if expr="`$HASWEB`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASWEB"-->', '_system'); return false;"><span class="appsocialbtn mysite"></span></a><!--#endif--><!--#if expr="`$HASLINKED`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASLINKED"-->', '_system'); return false;"><span class="appsocialbtn mylinkedin"></span></a><!--#endif--><!--#if expr="`$HASTWIT`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASTWIT"-->', '_system'); return false;"><span class="appsocialbtn mytwitter"></span></a><!--#endif--><!--#if expr="`$HASFB`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASFB"-->', '_system'); return false;"><span class="appsocialbtn myfacebook"></span></a><!--#endif--><!--#if expr="`$HASYOU`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASYOU"-->', '_system'); return false;"><span class="appsocialbtn mytube"></span></a><!--#endif--><!--#if expr="`$HASINSTA`!=`false`"--><a href="javascript:void();" on<!--#echo var="ACTIONEVENT"-->="window.open('<!--#echo var="HASINSTA"-->', '_system'); return false;"><span class="appsocialbtn myinsta"></span></a><!--#endif--><!--#if expr="`$HASPHONE`!=`false`"--><a href="<!--#echo var="HASPHONE"-->"><span class="appsocialbtn myphone"></span></a><!--#endif--><!--#if expr="`$ALLOWLOGIN`=`true`"--><div id="myloginbtncontainer"<!--#if expr="$LOGGEDIN=true"--> style="display:none;"<!--#endif-->><a id="showlogindialog" href="javascript:void(0);" on<!--#echo var="ACTIONEVENT"-->="openLoginDialog();"><span class="appsocialbtn myloginopen" style="display:block;opacity:1;"></span></a><a id="hidelogindialog" href="javascript:void(0);" on<!--#echo var="ACTIONEVENT"-->="closeLoginDialog();"><span class="appsocialbtn myloginclose" style="display:block;opacity:0.4;"></span></a></div><!--#endif-->
<div class="clear"></div>


<!--#if expr="$ALLOWLOGIN=true"-->
<div id="applogin"<!--#if expr="$LOGGEDIN=false"--> style="height:0px;overflow:hidden;"<!--#endif-->>
<div id="applogincontent" style="padding-bottom:5px;">
<div class="clear clearheight"></div>
<!--#if expr="$LOGGEDIN=false"-->
<script>
<X-FC-WHITESPACE [STRIP]><!--#include virtual="/plugins/login.inc" --><X-FC-WHITESPACE [RETAIN]>
</script><X-FC-WHITESPACE [STRIP]><!--#rem startconfig --><!--#if expr="@length('$USETICKETAUTH') == 0"--><!--#set var="USETICKETAUTH" value="0"--><!--#endif--><!--#set var="ENABLEAUTHSAVING" value="0"--><!--#if expr="$USETICKETAUTH == 0 && <X-FC-SERVER USEDSLOGIN> == 0 && !$SUPPRESSDIGESTLOGIN && (<X-FC-SERVER VERSION> > 10250 || '<X-FC-ITEM DATA[Charset]>' == 'ISO-8859-1')"--><!--#set var="USEDIGESTLOGIN" value="1"--><!--#if expr="<X-FC-SERVER VERSION> >= 10250"--><!--#set var="USEDIGESTLOGIN" value="2"--><!--#endif SHA1--><!--#else !DIGESTLOGIN--><!--#set var="USEDIGESTLOGIN" value="0"--><!--#endif DIGESTLOGIN--><!--#set var="ISENCRYPTED" value="true"--><!--#rem endconfig --><X-FC-WHITESPACE [RETAIN]><!--#rem startInc --><!--#if expr="$SRVR_ERR_FCPCODE || <X-FC-URL-PARAMETER ooops exists>=1"--><div class="errornote"><!--#echo var="ERRORNOTE"--></div><!--#endif-->

<form name="loginform" action="/login" method="post" enctype="application/x-www-form-urlencoded"<!--#if expr="$USEDIGESTLOGIN && $USEFCEN=true"--> onsubmit="return DP(this);"<!--#endif-->><input type="hidden" name="charset" value="<X-FC-ITEM DATA[Charset]>"/><input type="hidden" name="origurl" value="<X-FC-OBJURL>?<X-FC-URL-PARAMETER>&signedin"/><input type="hidden" name="challenge" value="<!--#echo var="HTTP_LOGIN_CHALLENGE"-->"/><!--#if expr="$USEDIGESTLOGIN"--><!--#if expr="$USEDIGESTLOGIN == 2"--><input type="hidden" name="sha1" value=""/><!--#else--><input type="hidden" name="md5" value=""/><!--#endif--><!--#endif-->
<h4 style="text-align:center;"><!--#echo var="FMLOGIN"-->:</h4>
<div class="clear" style="height:10px;"></div>
<div class="boxfield">
<input tabindex="1" id="useridfield" class="txtfield" name="userid" type="text" value="" placeholder="<!--#echo var="FMUSERID"-->"/>
</div>
<div class="boxfield">
<input tabindex="2" id="pwfield" class="txtfield" type="password" name="<!--#if expr="$USETICKETAUTH"-->ticket<!--#else-->password<!--#endif-->" value="" placeholder="<!--#echo var="FMPASSWORD"-->" onfocus="this.select();" onchange="sp=null;"/>
</div>
<div class="boxfield field checkfield">
<input id="remcheck" type="hidden" value="[ ]" name="remcheck"/><img alt="X" id="remcheckbox" class="checkbox" src="./assets/blankrectangle.png" on<!--#echo var="ACTIONEVENT"-->="doRemember();" tabindex="3" /><span class="applabel check"><!--#echo var="APPREMEMBER"--</span><!--#endif-->
</div>
<div id="buttonlogin" class="field" style="text-align:center;">
<input id="PushMe"  type="submit" name="login" value="<!--#echo var="FMLOGIN"-->" class="formbtn" style="margin:0px auto 0px auto;"/>
</div>
<div class="clear" style="height:10px;"></div>
</form><!--#else-->
<div id="buttonlogin" class="field" style="text-align:center;">
<input id="guestsignout"  type="button" name="logout" value="<!--#echo var="FMLOGOUT"-->" on<!--#echo var="ACTIONEVENT"-->="signOut();" class="formbtn" style="margin:0px auto 0px auto;"/>
</div>
<!--#endif-->
</div>
<!--#endif-->
</div>
</div>
</div>




<div id="info"<!--#if expr="$BUSINESSBLOG=true || $BUSINESSGALLERY=true || $BUSINESSGALLERY=true"--> class="frontpage"<!--#endif-->><div id="infolist">
<!--#include virtual="<X-FC-OBJURL SLASH>$STICKYTITLE?plugin=digicapp&formid=96&info" -->
</div></div>

<div id="servicios"><div id="servicioslist" name="servicioslist"><!--#if expr="$HASSERVICEBOX=true || $CUSTOMFORMTITLE !=false"-->
<div id="muelleservicebox"><div id="puertoservicios"><!--#if expr="`$WASTE`=`true`"--><div class="marinaservice"><div id="mwaste" class="marinaicon"></div><!--#echo var="MUEWASTE"--></div><!--#endif--><!--#if expr="`$ELECTRIC`=`true`"--><div class="marinaservice"><div id="melectric" class="marinaicon"></div><!--#echo var="MUEELECTRIC"--></div><!--#endif--><!--#if expr="`$PARKING`=`true`"--><div class="marinaservice"><div id="mparking" class="marinaicon"></div><!--#echo var="MUEPARKING"--></div><!--#endif--><!--#if expr="`$TRAVELAG`=`true`"--><div class="marinaservice"><div id="mtravelagent" class="marinaicon"></div><!--#echo var="MUETRAVELAG"--></div><!--#endif--><!--#if expr="`$RESTAURANT`=`true`"--><div class="marinaservice"><div id="mrestaurant" class="marinaicon"></div><!--#echo var="MUERESTAURANT"--></div><!--#endif--><!--#if expr="`$GAS`=`true`"--><div class="marinaservice"><div id="mfuel" class="marinaicon"></div><!--#echo var="MUEGAS"--></div><!--#endif--><!--#if expr="`$SECURITY`=`true`"--><div class="marinaservice"><div id="msecurity" class="marinaicon"></div><!--#echo var="MUESECURITY"--></div><!--#endif--><!--#if expr="`$SOFFICE`=`true`"--><div class="marinaservice"><div id="mshipoffice" class="marinaicon"></div><!--#echo var="MUESHIPOFFICE"--></div><!--#endif--><!--#if expr="`$CARRENT`=`true`"--><div class="marinaservice"><div id="mrental" class="marinaicon"></div><!--#echo var="MUECARRENTAL"--></div><!--#endif--><!--#if expr="`$WATER`=`true`"--><div class="marinaservice"><div id="mwater" class="marinaicon"></div><!--#echo var="MUEDRINKWATER"--></div><!--#endif--><!--#if expr="`$CLEAN`=`true`"--><div class="marinaservice"><div id="mcleaning" class="marinaicon"></div><!--#echo var="MUECLEANING"--></div><!--#endif--><!--#if expr="`$BATH`=`true`"--><div class="marinaservice"><div id="mbath" class="marinaicon"></div><!--#echo var="MUEBATH"--></div><!--#endif--><!--#if expr="`$WORKSHOP`=`true`"--><div class="marinaservice"><div id="mworkshop" class="marinaicon"></div><!--#echo var="MUEWORKSHOPS"--></div><!--#endif--><!--#if expr="`$WIFI`=`true`"--><div class="marinaservice"><div id="mwifi" class="marinaicon"></div><!--#echo var="MUEWIFI"--></div><!--#endif--><!--#if expr="`$TRAVELIFT`=`true`"--><div class="marinaservice"><div id="mtravelift" class="marinaicon"></div><!--#echo var="MUETRAVELIFT"--></div><!--#endif--><!--#if expr="`$SHIPYARD`=`true`"--><div class="marinaservice"><div id="mshipyard" class="marinaicon"></div><!--#echo var="MUESHIPYARD"--></div><!--#endif--><!--#if expr="`$CRANE`=`true`"--><div class="marinaservice"><div id="mcrane" class="marinaicon"></div><!--#echo var="MUECRANE"--></div><!--#endif--><!--#if expr="`$DRYDOCK`=`true`"--><div class="marinaservice"><div id="mdrydock" class="marinaicon"></div><!--#echo var="MUEDRYDOCK"--></div><!--#endif--><!--#if expr="`$DRYMAR`=`true`"--><div class="marinaservice"><div id="mdrymarina" class="marinaicon"></div><!--#echo var="MUEDRYMARINA"--></div><!--#endif--><!--#if expr="`$FISHGAS`=`true`"--><div class="marinaservice"><div id="mfuelfish" class="marinaicon"></div><!--#echo var="MUEFISHGAS"--></div><!--#endif--><!--#if expr="`$SOUVENIR`=`true`"--><div class="marinaservice"><div id="msouvenir" class="marinaicon"></div><!--#echo var="MUESOIVENIRS"--></div><!--#endif--><!--#if expr="`$MERCADO`=`true`"--><div class="marinaservice"><div id="msuper" class="marinaicon"></div><!--#echo var="MUEMERCADO"--></div><!--#endif--><!--#if expr="`$MEDICAL`=`true`"--><div class="marinaservice"><div id="mmedical" class="marinaicon"></div><!--#echo var="MUEMEDICAL"--></div><!--#endif--><!--#if expr="`$TOURIST`=`true`"--><div class="marinaservice"><div id="mtourist" class="marinaicon"></div><!--#echo var="MUETOURIST"--></div><!--#endif--><div class="clear"></div></div></div>
<!--#if expr="$CUSTOMFORMTITLE !=false && $BUSINESSFORM=false"--><!--#include virtual="<X-FC-OBJURL SLASH>$CUSTOMFORMTITLE?plugin=digicapp&formid=$CUSTOMFORMID" --><!--#endif-->
<!--#endif-->
</div></div>
<!--#if expr="$USEMAP=true"--><div id="googmap" class="gmap"><iframe name="goo" id="googmapiframe" title="Google Map" src="https://maps.google.com/maps?q=<!--#echo var="USELAT"-->,<!--#echo var="USELONG"-->&amp;z=15&amp;output=embed" allow="geolocation *" allowfullscreen="" ></iframe></div><!--#else--><div id="googmap" class="notpresent"></div><!--#endif-->