Showing source for: https://www.inplan.de/index.php
Duration: 0.379693s
Server: Microsoft-IIS/8.5

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
        <link href="https://www.inplan.de/favicon.ico" rel="icon" type="image/x-icon">
        <link href="https://www.inplan.de/static/css/www.php?dir=0&amp;v=20170504222720" rel="stylesheet" type="text/css">
        <title>
   INPLAN Software Solutions - INPLAN offers software for logistics, port management, terminal operations, maritime traffics and procurement solutions
        </title>
        <meta content="INPLAN offers software solutions for ports, terminals and maritime logistics companies as well as for procurement, e. g. port management software, terminal operating software, procurement software" name="description">
        <meta content="software for logistics, port management, port management software, software for port management, port authority, port authority software, software for port authority, port community, port community software, software for port community, national single window, procurement software, procurement, shipping line, terminal operation, RORO, RORO software, RORO terminal, RORO operations, TOS, TOS system, TOS software, terminal operations, INPLAN, inplan" name="keywords">
        <meta content="INPLAN Software Solutions" property="og:site_name">
        <meta content="INPLAN offers software for logistics, port management, terminal operations, maritime traffics and procurement solutions" property="og:title">
        <meta content="INPLAN offers software solutions for ports, terminals and maritime logistics companies as well as for procurement, e. g. port management software, terminal operating software, procurement software" property="og:description">
        <meta content="http://www.inplan.de/index.php" property="og:url">
        <meta content="en_us" property="og:locale">
        <link href="http://www.inplan.de/index.php" rel="canonical">
        <meta content="software for logistics, port management, port management software, software for port management, port authority, port authority software, software for port authority, port community, port community software, software for port community, national single window, procurement software, procurement, shipping line, terminal operation, RORO, RORO software, RORO terminal, RORO operations, TOS, TOS system, TOS software, terminal operations, INPLAN, inplan" name="page-topic">
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <meta content="INPLAN GmbH" name="author">
        <meta content="INPLAN GmbH" name="publisher">
        <meta content="INPLAN GmbH" name="copyright">
        <meta an="" content"inplan="" der="" gmbh,="" muelheim="" name="organization" ruhr"="">
        <meta content="Alle" name="audience">
        <meta content="Kommerzielle Organisation" name="Page-type">
        <meta content="all" name="ROBOTS">
        <meta content="INDEX, FOLLOW" name="robots">
        <meta content="7" name="Revisit-After">
        <meta content="31.12.2059" http-equiv="Expires">
        <meta content="summary" name="twitter:card">
        <meta content="http://www.inplan.de/index.php" name="twitter:url">
        <meta content="INPLAN offers software for logistics, port management, terminal operations, maritime traffics and procurement solutions" name="twitter:title">
        <meta content="INPLAN offers software solutions for ports, terminals and maritime logistics companies as well as for procurement, e. g. port management software, terminal operating software, procurement software" name="twitter:description">
        <meta content="www.inplan.de" name="twitter:domain">
        <!-- Start Cookie Plugin -->
        <script type="text/javascript">
            window.cookieconsent_options = {
                message: 'Diese Webseite verwendet Cookies. Cookies werden zur Benutzerfuehrung und Webanalyse verwendet und helfen dabei, diese Webseite zu verbessern. Durch die weitere Nutzung dieser Webseite erklaeren Sie sich mit unserer Cookie-Police einverstanden.',
                dismiss: 'Ok, verstanden',
                learnMore: 'Mehr Infos in unserer Datenschutzerklaerung',
                link: 'https://www.inplan.de/about.php?page=2',
                theme: 'dark-bottom'
            };
        </script>
        <script src="//s3.amazonaws.com/valao-cloud/cookie-hinweis/script-v2.js" type="text/javascript">
        </script>
        <!-- Ende Cookie Plugin -->
    </head>
    <body oncontextmenu="return false">
        <header>
            <select class="menu_mobile" onchange="window.location = this.options[this.selectedIndex].value;">
                <option value="">
     Menu
                </option>
                <option value="software.php?category=1">
                    Maritime Logistics
                </option>
                <option value="software.php?category=2">
                    Procurement
                </option>
                <option value="news.php">
                    News
                </option>
                <option value="clients.php">
                    Our Customers
                </option>
                <option value="about.php">
                    About INPLAN
                </option>
                <option value="contact.php">
                    Contact
                </option>
                <option value="partners.php">
                    Partners
                </option>
                <option value="about.php?page=3">
                    Jobs
                </option>
            </select>
            <a class="logo" href="https://www.inplan.de/">
            </a>
            <audio autoplay="" id="inSound" loop="" src="static/sound/Pleasant_Sea_436397.mp3">
            </audio>
            <form action="search.php" class="search">
                <!--<a target="_blank" href="https://www.facebook.com/inplangmbh" class="fa fa-facebook"></a>-->
                <a href="https://www.facebook.com/inplangmbh" id="afb" target="_blank">
                    <!--<img src="static/img/static/logo/fb1.png" id="imgfb"/>-->
                </a>
                <button id="bPlay" onclick="play()" style="background-color: transparent; border-color: transparent; padding: 0px; margin-top: 10px; display: none;" type="button">
                    <img height="15px" src="static/sound/on.png" width="15px">
                </button>
                <button id="bPause" onclick="pause()" style="background-color: transparent; border-color: transparent; padding: 0px; margin-top: 10px;" type="button">
                    <img height="15px" src="static/sound/off.png" width="15px">
                </button>
                <input name="search" placeholder="Search" type="search" value="">
            </form>
            <script>
                var sound = document.getElementById("inSound");
                sound.src = "static/sound/Pleasant_Sea_436397.mp3?v=" + new Date().getTime();
                function play() {
                    if (checkCookie('soundCurrentTime')) {
                        sound.currentTime = getCookie('soundCurrentTime');
                    }
                    sound.play();
                    document.getElementById("bPlay").style.display = "none";
                    document.getElementById("bPause").style.display = "inline";
                    document.cookie = "soundStatus=on;path=/";
                }
                function pause() {
                    sound.pause();
                    document.getElementById("bPlay").style.display = "inline";
                    document.getElementById("bPause").style.display = "none";
                    document.cookie = "soundStatus=off;path=/";
                }
                function checkCookie(cookieName) {
                    var allcookies = document.cookie;
                    var sound = false;
                    cookiearray = allcookies.split(';');
                    for (var i = 0; i < cookiearray.length; i++) {
                        var name = cookiearray[i].split('=')[0];
                        if (name.trim() == cookieName) {
                            sound = true;
                            return sound;
                        }
                    }
                    return sound;
                }
                function getCookie(cookieName) {
                    var allcookies = document.cookie;
                    cookiearray = allcookies.split(';');
                    var value = '';
                    for (var i = 0; i < cookiearray.length; i++) {
                        name = cookiearray[i].split('=')[0];
                        if (name.trim() == cookieName) {
                            value = cookiearray[i].split('=')[1];
                            return value;
                        }
                    }
                }
                if (checkCookie('soundStatus')) {
                    if (getCookie('soundStatus') == 'on') {
                        if (checkCookie('soundCurrentTime')) {
                            sound.currentTime = getCookie('soundCurrentTime');
                        }
                        play();
                    } else {
                        pause();
                    }
                } else {
                    document.cookie = "soundStatus=on;path=/";
                }
                function update() {
                    if (!sound.paused) document.cookie = "soundCurrentTime=" + sound.currentTime + ";path=/";
                }
                setInterval(update, 1000);
            </script>
            <nav class="content">
                <ul class="menu">
                    <li>
                        <a href="https://www.inplan.de/">
                            Home
                        </a>
                    </li>
                    <li>
                        <a href="software.php?category=1">
                            Maritime Logistics
                        </a>
                        <ul>
                            <li>
                                <a href="software.php?category=4">
                                    INPLAN Port Management 2.0
                                </a>
                            </li>
                            <li>
                                <a href="software.php?category=5">
                                    INPLAN Terminal Operating Solution (TOS)
                                </a>
                            </li>
                            <li>
                                <a href="software.php?category=8">
                                    INPLAN Special Solutions
                                </a>
                            </li>
                        </ul>
                    </li>
                    <li>
                        <a href="software.php?category=2">
                            Procurement
                        </a>
                    </li>
                    <li>
                        <a href="news.php" target="">
                            News
                        </a>
                    </li>
                    <li>
                        <a href="clients.php" target="">
                            Our Customers
                        </a>
                    </li>
                    <li>
                        <a href="about.php" target="">
                            About INPLAN
                        </a>
                    </li>
                    <li>
                        <a href="contact.php" target="">
                            Contact
                        </a>
                    </li>
                    <li>
                        <a href="partners.php" target="">
                            Partners
                        </a>
                    </li>
                    <li>
                        <a href="about.php?page=3" target="">
                            Jobs
                        </a>
                    </li>
                </ul>
            </nav>
        </header>
        <div class="body">
            <div class="logo_home">
            </div>
            <div class="slogan">
                <strong>
                    Software for Logistics
                </strong>
                <br>
                <br>
                When making major
                <strong>
                    software investments
                </strong>
                ,
                <br>
                <br>
                the size of the budget is not decisive for
                <strong>
                    project success
                </strong>
                .
                <br>
                <br>
                Key to success is the
                <strong>
                    clever combination
                </strong>
                of digital opportunities with the specific know-how
                <strong>
                    INPLAN's reputation
                </strong>
                stands for.
                <br>
                <br>
                <img alt="" src="/static/img/static/logo/Forschung_und_Entwicklung_2020_web.png">
            </div>
        </div>
        <div class="content">
            <ul class="teasers">
                <li>
                    <a href="news.php?article=93" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1554315313_0.JPG&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            INPLAN receives high federal funding for innovative software solutions
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=91" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1539164239_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            INPLAN wins International Port Management tender in Jordan
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=85" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1499690275_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            New app for INPLAN Terminal Operations System (ITOS)
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=81" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1493127879_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            130 students attend INPLAN's "The Little Engineer" workshops
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=78" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1468712113_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            Mukran Port optimizes processes in the port
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=76" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1453472174_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            M&uuml;lheim Economic Development Corp. at INPLAN: positive view on 2015
                        </span>
                    </a>
                </li>
                <li>
                    <a href="news.php?article=72" style="background-image:url(https://www.inplan.de/static/img/index.php?l=1453196641_0.jpg&amp;w=190)">
                        <em>
                        </em>
                        <span>
                            Wismar seaport introduces INPLAN Port Management Software
                        </span>
                    </a>
                </li>
            </ul>
        </div>
        <footer>
            <!-- <form class="login" method="post" action="account.php">
                                <input name="action" type="hidden" value="login" />
                                <input name="email" type="email" placeholder="Email" />
                                <input name="password" type="password" placeholder="Password" />
                                <input type="submit" value="Login" />
                </form> -->
            <div class="notes" style="float:none;">
                <a href="option.php?language_list=de_de&amp;redirect=//www.inplan.de/index.php">
     Deutsch
                </a>
                <a href="option.php?language_list=en_us&amp;redirect=//www.inplan.de/index.php">
                    English
                </a>
            </div>
            <div class="notes">
                <a href="about.php?page=1">
                    About INPLAN
                </a>
                <a href="about.php?page=6">
                    Route Description
                </a>
                <a href="about.php?page=3">
                    Jobs
                </a>
                <a href="about.php?page=2">
                    Legal Matters / Privacy Policy
                </a>
            </div>
        </footer>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            $(document).ready(function() {
            
            });
        </script>
        <script language="javascript">
            document.onmousedown = disableclick;
            status = "Right Click Disabled";
            function disableclick(event) {
                if (event.button == 2) {
                    alert(status);
                    return false;
                }
            }
            var images = ["static/img/static/background/default2.jpg","static/img/static/background/default3.jpg","static/img/static/background/default.jpg"];
            var body = document.getElementsByTagName("body")[0];
            var index = 0;
            var is_root = location.pathname == "/";
            if (is_root) {
                setInterval(function() {
                    body.style.backgroundImage = "url(" + images[index] + ")";
                    index = index + 1;
                    if (index == images.length) {
                        index = 0;
                    }
                }, 7000);
            }
        </script>
        <script>
            (function(i, s, o, g, r, a, m) {
                i['GoogleAnalyticsObject'] = r;
                i[r] = i[r] || function() {
                    (i[r].q = i[r].q || []).push(arguments);
                }, i[r].l = 1 * new Date();
                a = s.createElement(o), m = s.getElementsByTagName(o)[0];
                a.async = 1;
                a.src = g;
                m.parentNode.insertBefore(a, m);
            })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
            ga('create', 'UA-29032962-1', 'auto');
            ga('send', 'pageview');
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.inplan.de/index.php 2024-05-28 07:27:03
2 https://thebolditalic.com/?gi=822c… 2024-05-28 07:27:02
3 https://thebolditalic.com/?gi=e31d… 2024-05-28 07:27:01
4 https://thebolditalic.com/?gi=d59a… 2024-05-28 07:27:00
5 https://thebolditalic.com/?gi=d17f… 2024-05-28 07:26:59
6 https://thebolditalic.com/?gi=9c3e… 2024-05-28 07:26:59
7 https://thebolditalic.com/?gi=542c… 2024-05-28 07:26:58
8 https://thebolditalic.com/?gi=abe4… 2024-05-28 07:26:57
9 https://thebolditalic.com/?gi=b94c… 2024-05-28 07:26:56
10 https://thebolditalic.com/?gi=21b9… 2024-05-28 07:26:55
11 https://thebolditalic.com/?gi=63a9… 2024-05-28 07:26:54
12 https://thebolditalic.com/?gi=2f23… 2024-05-28 07:26:52
13 https://thebolditalic.com/?gi=dee0… 2024-05-28 07:26:51
14 https://thebolditalic.com/?gi=0f54… 2024-05-28 07:26:51
15 https://thebolditalic.com/?gi=bea7… 2024-05-28 07:26:51
16 https://thebolditalic.com/?gi=0fa4… 2024-05-28 07:26:50
17 https://thebolditalic.com/?gi=f8fc… 2024-05-28 07:26:50
18 https://cbd-hash16891.ssnblog.com/ 2024-05-28 07:26:49
19 https://thebolditalic.com/?gi=6bdf… 2024-05-28 07:26:48
20 https://thebolditalic.com/?gi=7873… 2024-05-28 07:26:47