https://goandbake.com/

Liens : 1 trouvé(s)

Liens sortants identifiés à partir de la page

Lientexte
http://www.simkin.co.uk©2024 Simkin Solutions

Variables JavaScript : 21 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
addClassfunction
removeClassfunction
arrayContainsfunction
hasClassfunction
overfunction

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
verbosedom
URL
https://goandbake.com/
texte
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title> Bakery Production Management System</title>
    <link href="/css/styles.1.css" rel="stylesheet" type="text/css">
    <link href="/css/superfish.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="/javascript/jquery-1.8.3.min.js"></script>
    <script type="text/javascript" src="/javascript/superfish.js"></script>
    <script type="text/javascript" src="/javascript/general.js"></script>
    <script src="/jquery_ui/js/jquery-ui-1.10.0.custom.min.js"></script>
    <link href="/jquery_ui/css/smoothness/jquery-ui-1.10.0.custom.css" rel="stylesheet" type="text/css">
    <script src="/javascript/moment.min.js"></script>
    <script src="/javascript/jquery.rss.js"></script>
  </head>
  <body>
    <div id="container">
            <div id="header">
        <a href="/"><img alt="Go and Bake - Bakery Production Management System" src="/images/logo-menu.png"></a>
        <form style="float:right" method="post" action="/login" class="login-form">
          <table>
            <tbody><tr>
              <td><label for="company_id">Company Id:</label></td>
              <td><input size="20" placeholder="Your company id" type="text" name="company_id" id="company_id" value="">
              </td>
            </tr>
            <tr>
              <td><label for="user_email">Email:</label></td>
              <td><input type="text" size="20" placeholder="Your email address" name="user_email" id="user_email" value="">
              </td>
            </tr>
            <tr>
              <td><label for="user_password">Password:</label></td>
              <td><input size="10" placeholder="Password" type="password" name="user_password" id="user_password" value="">
              </td>
            </tr>
            <tr>
              <td colspan="2">
                <input type="submit" name="login" value="Login">
              </td>
            </tr>
          </tbody></table>
                  </form>
        <br clear="all">
      </div>
            <ul class="sf-menu">
  <li><a href="/">Home</a></li>
  <li><a href="contact-us.html">Contact Us</a></li>
  <li><a href="faqs.html">FAQs</a></li>
</ul>

<br clear="all">
<div id="content">
<h2>Welcome to Go and Bake</h2>
<p>This online application was designed by a baker and built by a genius, all with one purpose in mind. Give bakers more time to do what they do best and less time pulling your hair out over a spreadsheet, writing manual delivery notes, or compiling end of month to work out what your wholesale customers need to be invoiced for.</p>
<p>GoAndBake is not an accounting package. It is designed to sit alongside an accounting package to help with production and dispatch.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p></div>
<div id="copyright"><a href="http://www.simkin.co.uk" target="_blank">©2024 Simkin Solutions</a> | <a href="privacy_policy.html">Privacy policy</a></div>
</div>


</body></html>