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
71873a40
Commit
71873a40
authored
Oct 15, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paths
parent
23a0c0ac
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
259 additions
and
273 deletions
+259
-273
UNGProject/login.html
UNGProject/login.html
+253
-267
UNGProject/mobile/login-mobile.html
UNGProject/mobile/login-mobile.html
+4
-4
UNGProject/mobile/ung-mobile.html
UNGProject/mobile/ung-mobile.html
+2
-2
No files found.
UNGProject/login.html
View file @
71873a40
This diff is collapsed.
Click to expand it.
UNGProject/mobile/login-mobile.html
View file @
71873a40
...
...
@@ -13,10 +13,10 @@
<title>
ERP5 | ERP5
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/jquery-ui.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
../
css/jquery-ui.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/ung-mobile.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"js/tools.js"
></script>
<script
type=
"text/javascript"
src=
"
../
js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"
../
js/tools.js"
></script>
<script
type=
"text/javascript"
src=
"js/theme-mobile.js"
></script>
<script
type=
"text/javascript"
src=
"js/ung-mobile.js"
></script>
<script
type=
"text/javascript"
src=
"js/login-mobile.js"
></script>
...
...
@@ -89,7 +89,7 @@
<div
id=
"advertisement"
>
<b>
Sign in to edit documents, spreadsheets and drawing and share this document with other users
</b>
<br/>
<img
src=
"images/ung/ung-logo.png"
alt=
""
/>
<img
src=
"
../
images/ung/ung-logo.png"
alt=
""
/>
</div>
</td>
<td>
...
...
UNGProject/mobile/ung-mobile.html
View file @
71873a40
...
...
@@ -7,8 +7,8 @@
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/ung-mobile.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/jquery-ui.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/gadget.css"
/>
<script
type=
"text/javascript"
src=
"js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery/jquery-ui.js"
></script>
<script
type=
"text/javascript"
src=
"
../
js/jquery/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"
../
js/jquery/jquery-ui.js"
></script>
<script
type=
"text/javascript"
src=
"js/tools-mobile.js"
></script>
<script
type=
"text/javascript"
src=
"js/theme-mobile.js"
></script>
<script
type=
"text/javascript"
src=
"js/ung-mobile.js"
></script>
...
...
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