index.html 1.31 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, user-scalable=no" />
    <title>ERP5</title>

    <link rel="stylesheet" href="../lib/jquery/jquerymobile.css">

    <!-- renderjs -->
    <script src="../lib/rsvp.min.js" type="text/javascript"></script>
    <script src="../lib/uritemplate.min.js" type="text/javascript"></script>
    <script src="../lib/stateless.min.js" type="text/javascript"></script>
    <script src="../lib/renderjs.min.js" type="text/javascript"></script>
    <script src="../lib/jio.js" type="text/javascript"></script>

    <script src="../lib/jquery/jquery.js" type="text/javascript"></script>
    <script src="../lib/jquery/jquerymobile.js" type="text/javascript"></script>

    <!-- custom script -->
    <script src="../js/gadget_index_url.js" type="text/javascript"></script>

    <style type='text/css'>
iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}
form {
  display: inline-block;
}
    </style>
  </head>
  <body>

  <header data-role="header" data-position="fixed">
    <h2 data-i18n="header.tasks">
      Files
    </h2>
    <a href="#" id="home">
      Home
    </a>
    <a id="newdoc">
      New File
    </a>
  </header>

  <article id="mainarticle">
  </article>

  </body>
</html>