Commit 1b4cdd76 authored by Lingnan Wu's avatar Lingnan Wu

make the basic UI of the first page

parent 88c330a1
......@@ -7,33 +7,46 @@
<script src="js/jquery.mobile-1.1.0.js"></script>
</head>
<body>
<!-- Home -->
<div data-role="page" id="home">
<div data-role="header">
<h1>Home</h1>
</div>
<div data-role="content">
<p><a href="#about">About this app</a></p>
<h1>OfficeJs-Mobile</h1>
</div>
<div data-role="content" style="padding: 15px">
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<label for="textinput1">
JSON Storage
</label>
<input id="textinput1" placeholder="" value="{&quot;type&quot;:&quot;local&quot;,&quot;userName&quot;:&quot;lingnan&quot;}"
type="text">
</fieldset>
</div>
<div data-role="fieldcontain">
<fieldset data-role="controlgroup">
<label for="textinput2">
JSON Application
</label>
<input id="textinput2" placeholder="" value="{&quot;ID&quot;:&quot;jiotests&quot;}"
type="text">
</fieldset>
</div>
<a href="#list" data-role="button" data-transition="slideup" data-theme="b">Go Docs </a>
</div>
</div>
<div data-role="content">
<p><a href="#about">About this app</a></p>
</div>
</div>
<div data-role="page" id="list">
<div data-role="page" id="about">
<div data-role="header">
<h1>About This App</h1>
</div>
<div data-role="header">
<h1>About This App</h1>
</div>
<div data-role="content">
<p>This app rocks! <a href="#home">Go home</a></p>
</div>
<div data-role="content">
<p>This app rocks! <a href="#home">Go home</a></p>
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment