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
275cb9a4
Commit
275cb9a4
authored
Sep 02, 2011
by
François Billioud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt the html to the previous changes in html code
parent
77ddcfa2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
UNGProject/login.html
UNGProject/login.html
+1
-0
UNGProject/theme.html
UNGProject/theme.html
+1
-1
UNGProject/ung.html
UNGProject/ung.html
+7
-7
No files found.
UNGProject/login.html
View file @
275cb9a4
...
...
@@ -16,6 +16,7 @@
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/jquery-ui.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/ung.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"js/base64.js"
></script>
<script
type=
"text/javascript"
src=
"js/tools.js"
></script>
<script
type=
"text/javascript"
src=
"unhosted/jio.js"
></script>
...
...
UNGProject/theme.html
View file @
275cb9a4
...
...
@@ -32,7 +32,7 @@
<script
type=
"text/javascript"
>
// initialize
var
initPage
=
function
()
{
setCurrentPage
(
new
Page
(
supportedDocuments
[
getCurrentDocument
().
getType
()].
editorPage
)
);
new
Page
(
supportedDocuments
[
getCurrentDocument
().
getType
()].
editorPage
);
}
var
initUser
=
function
()
{
...
...
UNGProject/ung.html
View file @
275cb9a4
...
...
@@ -32,9 +32,9 @@
<script
type=
"text/javascript"
>
var
init
=
function
()
{
//
delete localStorage.documentList;//delete the list for tests
setCurrentPage
(
new
Page
(
"
ung
"
)
);
//provide methods on the page
getCurrentStorage
().
getUser
().
setAsCurrentUser
();
//initialize the user
//
initialize page and storage, then user, and then document List
Page
.
initialize
(
"
ung
"
);
//provide methods on the page
Storage
.
initialize
();
//initialize storage
if
(
getCurrentDocumentID
()
&&
getDocumentList
().
get
(
getCurrentDocumentID
()))
{
/* update the list with the modifications of the last edited document
...
...
@@ -43,12 +43,12 @@
delete
localStorage
.
currentDocumentID
;
getCurrentStorage
().
save
();
}
waitBeforeSucceed
(
//display the list of documents
function
()
{
return
Line
.
loadHTML
()},
function
()
{
Line
.
loadHTML
(
//display the list of documents
function
()
{
getDocumentList
().
resetSelectionList
();
getDocumentList
().
updateDisplayInformation
();
getDocumentList
().
display
();
resize
();}
//hack for a bug with firefox
resize
();
}
);
}
$
(
window
).
resize
(
resize
);
...
...
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