Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
2eb0b865
Commit
2eb0b865
authored
Jun 26, 2012
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add the basic view of the list page and the text editor page
parent
7075e579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
4 deletions
+81
-4
OfficeJS-Mobile/index.html
OfficeJS-Mobile/index.html
+81
-4
No files found.
OfficeJS-Mobile/index.html
View file @
2eb0b865
...
...
@@ -39,9 +39,15 @@
<!--Tools Page-->
<div
data-role=
"page"
id=
"tools"
>
<div
data-role=
"header"
>
<h1>
Your list of Docs
</h1>
<a
class=
"ui-btn-left ui-btn ui-btn-icon-left ui-btn-corner-all ui-shadow ui-btn-up-a"
data-icon=
"arrow-l"
href=
"#home"
data-theme=
"a"
>
<span
class=
"ui-btn-inner ui-btn-corner-all"
>
<span
class=
"ui-icon ui-icon-arrow-l ui-icon-shadow"
></span>
<span
class=
"ui-btn-text"
>
Back
</span>
</span>
</a>
<h1>
Tools
</h1>
</div>
<div
data-role=
"content"
style=
"padding: 15px"
>
...
...
@@ -76,10 +82,81 @@
</li>
</ul>
</div>
</div>
<!--List Page-->
<div
data-role=
"page"
id=
"list"
>
<div
data-role=
"header"
>
<a
class=
"ui-btn-left ui-btn ui-btn-icon-left ui-btn-corner-all ui-shadow ui-btn-up-a"
data-icon=
"arrow-l"
href=
"#tools"
data-theme=
"a"
>
<span
class=
"ui-btn-inner ui-btn-corner-all"
>
<span
class=
"ui-icon ui-icon-arrow-l ui-icon-shadow"
></span>
<span
class=
"ui-btn-text"
>
Back
</span>
</span>
</a>
<h1>
Your list of Docs
</h1>
</div>
<div
data-role=
"content"
style=
"padding: 15px"
>
<ul
class=
"ui-listview"
data-role=
"listview"
>
<li
class=
"ui-btn ui-btn-icon-right ui-li-has-arrow ui-li ui-btn-up-c"
data-corners=
"false"
data-shadow=
"false"
data-iconshadow=
"true"
data-wrapperels=
"div"
data-icon=
"arrow-r"
data-iconpos=
"right"
data-theme=
"c"
>
<div
class=
"ui-btn-inner ui-li"
>
<div
class=
"ui-btn-text"
>
<a
class=
"ui-link-inherit"
href=
"#text"
>
<h3
class=
"ui-li-heading"
>
name
</h3>
<p
class=
"ui-li-desc"
>
Text Editor
</p>
</a>
</div>
<span
class=
"ui-icon ui-icon-arrow-r ui-icon-shadow"
>
</span>
</div>
</li>
</ul>
</div>
</div>
<!--Text Page-->
<div
data-role=
"page"
id=
"text"
>
<div
data-role=
"header"
>
<a
class=
"ui-btn-left ui-btn ui-btn-icon-left ui-btn-corner-all ui-shadow ui-btn-up-a"
data-icon=
"arrow-l"
href=
"#tools"
data-theme=
"a"
>
<span
class=
"ui-btn-inner ui-btn-corner-all"
>
<span
class=
"ui-icon ui-icon-arrow-l ui-icon-shadow"
></span>
<span
class=
"ui-btn-text"
>
Back
</span>
</span>
</a>
<h1>
Text Editor
</h1>
</div>
<div
data-role=
"content"
style=
"padding: 15px"
>
<div
data-role=
"content"
style=
"padding: 15px"
>
<div
data-role=
"fieldcontain"
>
<fieldset
data-role=
"controlgroup"
>
<label
for=
"textinput6"
>
Name
</label>
<input
id=
"textinput6"
placeholder=
""
value=
""
type=
"text"
>
</fieldset>
</div>
<div
data-role=
"fieldcontain"
>
<fieldset
data-role=
"controlgroup"
>
<label
for=
"textarea2"
>
Content
</label>
<textarea
id=
"textarea2"
placeholder=
""
>
</textarea>
</fieldset>
</div>
<a
data-role=
"button"
data-transition=
"fade"
data-theme=
"b"
href=
"#page1"
>
Save
</a>
</div>
</div>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment