Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
dream
Commits
fe6e7be8
Commit
fe6e7be8
authored
Jun 23, 2015
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update static version
parent
9d8526d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
dream/platform/static/dream/Input_viewDocumentManagement.html
...m/platform/static/dream/Input_viewDocumentManagement.html
+1
-1
dream/platform/static/dream/Input_viewResultComparison.js
dream/platform/static/dream/Input_viewResultComparison.js
+1
-1
dream/platform/static/dream/index.html
dream/platform/static/dream/index.html
+5
-1
dream/platform/static/manifest.appcache
dream/platform/static/manifest.appcache
+1
-1
No files found.
dream/platform/static/dream/Input_viewDocumentManagement.html
View file @
fe6e7be8
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
ui-icon-refresh ui-btn-icon-right"
>
Run Knowledge Extraction Tool
</button>
ui-icon-refresh ui-btn-icon-right"
>
Run Knowledge Extraction Tool
</button>
</form>
</form>
<form
class=
"delete_form"
>
<form
class=
"delete_form"
>
<button
type=
"submit"
class=
"ui-btn ui-btn-b ui-btn-inline ui-icon-delete ui-btn-icon-right"
>
Delete
</button>
<button
type=
"submit"
class=
"ui-btn ui-btn-b ui-btn-inline ui-icon-delete ui-btn-icon-right"
title=
"Permanently delete this model"
>
Delete Document
</button>
</form>
</form>
</body>
</body>
</html>
</html>
dream/platform/static/dream/Input_viewResultComparison.js
View file @
fe6e7be8
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
$
(
td
).
text
(
""
).
css
({
$
(
td
).
text
(
""
).
css
({
"
background-color
"
:
color
"
background-color
"
:
color
});
});
a
=
$
(
"
<a>
"
).
attr
(
"
href
"
,
value
.
link
).
text
(
value
.
completionDate
+
"
\n
"
+
(
value
.
delay
||
0
).
toFixed
(
0
)).
css
({
a
=
$
(
"
<a>
"
).
attr
(
"
href
"
,
value
.
link
).
text
(
value
.
completionDate
+
"
\n
"
+
(
value
.
delay
Text
||
(
value
.
delay
||
0
).
toFixed
(
0
)
)).
css
({
color
:
"
black
"
,
color
:
"
black
"
,
"
text-shadow
"
:
"
none
"
"
text-shadow
"
:
"
none
"
});
});
...
...
dream/platform/static/dream/index.html
View file @
fe6e7be8
...
@@ -67,7 +67,11 @@
...
@@ -67,7 +67,11 @@
<h1>
Dream Simulation
</h1>
<h1>
Dream Simulation
</h1>
<div
data-role=
"controlgroup"
data-type=
"horizontal"
class=
"ui-btn-right"
>
<div
data-role=
"controlgroup"
data-type=
"horizontal"
class=
"ui-btn-right"
>
<a
data-icon=
"forward"
<!-- Next button to cycle through the results, similar to ERP5 navigation -->
<a
data-icon=
"forward"
style=
"display: none"
class=
"next_link ui-btn ui-icon-forward ui-btn-icon-right"
>
Next
</a>
class=
"next_link ui-btn ui-icon-forward ui-btn-icon-right"
>
Next
</a>
</div>
</div>
...
...
dream/platform/static/manifest.appcache
View file @
fe6e7be8
CACHE MANIFEST
CACHE MANIFEST
# This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator
# This manifest was generated by grunt-manifest HTML5 Cache Manifest Generator
# Time:
Fri Jun 19 2015 08:50:17
GMT+0200 (CEST)
# Time:
Tue Jun 23 2015 11:38:13
GMT+0200 (CEST)
CACHE:
CACHE:
dream/InputModule_viewAddDocumentDialog.js
dream/InputModule_viewAddDocumentDialog.js
...
...
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