My favorites
▼
|
Sign in
trideveloper
Open-Source Extensions and Applications for the TRIRIGA Platform
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
exhibit
/
example
/
work-task-example-2.html
‹r8
r37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<title>Exhibit - Work Task Example</title>
<script src="http://static.simile.mit.edu/exhibit/api-2.1.0/exhibit-api.js" type="text/javascript"></script>
<script src="http://static.simile.mit.edu/exhibit/extensions-2.1.0/time/time-extension.js" type="text/javascript"></script>
<script src="http://static.simile.mit.edu/exhibit/extensions-2.1.0/map/map-extension.js?gmapkey=ABQIAAAAQmOB4vWaMt4h1gzf0PJMJhSNKgEGyvO64ZhzW3wuPmcFt4dUfxSpgzTAOEtgectjIOGEo9XoKsK7KQ" type="text/javascript"></script>
<link rel="exhibit/data" type="application/json" href="work-task-example-2.js"/>
<style type="text/css">
div.exhibit-toolboxWidget-popup { display: none; }
div.exhibit-legendWidget { display: none; }
div.exhibit-views-header { display: none; }
</style>
</head>
<body>
<table width="100%" border="0">
<tr valign="top">
<td>
<div ex:role="coordinator" id="worktask"></div>
<div ex:role="coder" ex:coderClass="Color" id="priority-colors">
<span ex:color="#cc0000">High</span>
<span ex:color="#ff7c00">Medium</span>
<span ex:color="#00aa00">Low</span>
</div>
<div ex:role="view" ex:viewClass="Timeline"
ex:start=".planned-start-date"
ex:end=".planned-end-date"
ex:timelineHeight="200"
ex:selectCoordinator="worktask"
ex:colorCoder="priority-colors"
ex:colorKey=".priority"
ex:showSummary="false">
<table ex:role="exhibit-lens">
<tr>
<td>
<div ex:content=".label"></div>
<div>
<b>Planned Start:</b> <span ex:content=".planned-start-date"></span>
</div>
<div>
<b>Planned End:</b> <span ex:content=".planned-end-date"></span>
</div>
</td>
</tr>
</table>
</div>
<div ex:role="view"
ex:viewClass="Map"
ex:lat=".latitude"
ex:lng=".longitude"
ex:center="42.335743,-71.105138"
ex:mapHeight="300"
ex:zoom="6"
ex:selectCoordinator="worktask"
ex:colorCoder="priority-colors"
ex:colorKey=".priority"
ex:bubbleWidth="200">
<table ex:role="exhibit-lens">
<tr>
<td>
<div ex:content=".label"></div>
<div>
<b>Building:</b> <span ex:content=".building"></span>
</div>
</td>
</tr>
</table>
</div>
</td>
<td width="200px">
<div>Search:</div>
<div ex:role="facet" ex:facetClass="TextSearch" ex:expressions=".label, .building"></div>
<div ex:role="facet" ex:expression=".priority" ex:facetLabel="Priority" ex:fixedOrder="High;Medium;Low"></div>
<div ex:role="facet" ex:expression=".building" ex:facetLabel="Building"></div>
</td>
</tr>
</table>
</body>
</html>
Show details
Hide details
Change log
r9
by eric.glass on Oct 15, 2009
Diff
[No log message]
Go to:
...example/work-task-example-2.html
Project members,
sign in
to write a code review
Older revisions
r8
by eric.glass on Oct 15, 2009
Diff
[No log message]
r7
by eric.glass on Oct 15, 2009
Diff
Exhibit checkin
All revisions of this file
File info
Size: 3227 bytes, 80 lines
View raw file
File properties
svn:mime-type
text/html
Powered by
Google Project Hosting