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
8612496e
Commit
8612496e
authored
Jul 06, 2012
by
Lingnan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make the back button back to the last page ,not a herf
parent
9e3505f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OfficeJS-Mobile/index.html
OfficeJS-Mobile/index.html
+3
-3
No files found.
OfficeJS-Mobile/index.html
View file @
8612496e
...
...
@@ -51,7 +51,7 @@ $('#input_json_applicant').attr('value'));">
<!-----------------------------------------------------Tools Page-------------------------------------------------------------->
<div
data-role=
"page"
id=
"tools"
>
<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=
"#home
"
data-theme=
"a"
>
<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"
data-rel=
"back
"
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>
...
...
@@ -96,7 +96,7 @@ $('#input_json_applicant').attr('value'));">
<!-------------------------------------------------------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"
>
<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"
data-rel=
"back
"
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>
...
...
@@ -117,7 +117,7 @@ $('#input_json_applicant').attr('value'));">
<!---------------------------------------------------------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"
>
<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"
data-rel=
"back
"
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>
...
...
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