Project

General

Profile

1
<%@ taglib prefix="s" uri="/struts-tags"%>
2
<%@ page contentType="text/html; charset=UTF-8"%>
3
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
4

    
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7
   
8
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9

    
10
<head>
11
	<sx:head />
12
	<title>DRIVER Collections</title>
13

    
14
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
15
	 
16
	<link href='<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/<s:property value="#application['webInterfaceLayoutManager'].cssFileName" />' rel="stylesheet" type="text/css"></link>
17
	<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico"></link>
18
	<link rel="stylesheet" type="text/css" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/yahooAssets/tree.css"></link>
19
	<link href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/Roar/Roar.css" rel="stylesheet" type="text/css"></link>
20
	<link rel="stylesheet" type="text/css" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/SimpleTabs.css" />
21
	<link href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/SqueezeBox/assets/SqueezeBox.css" rel="stylesheet" type="text/css" />
22

    
23
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/Yahoo/treeview-min.js"></script>
24
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/dateFormat.js"></script>
25
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/mootools-1.2.3-core.js"></script>
26
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/mootools-1.2.3.1-more.js"></script>
27
	
28
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/smarthoverbox.js"></script>
29
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/SimpleTabs.js"></script>
30
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/SqueezeBox/SqueezeBox.js"></script>
31
	
32
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/manageCheckboxes.js"></script>
33
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/browsePublicTreeView.js"></script>
34
	<script type="text/javascript" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/js/collections.js"></script>
35
	
36
	<script type="text/javascript">
37
	var squeezeBoxLoading;
38
		window.addEvent('domready', function() {
39
			
40
			new SimpleTabs('tabblock', {
41
				selector: 'h3'
42
			});
43

    
44
			// implement the hover box for the save query button
45
			var smartBox = new SmartHoverBox( {
46
				xOffset :0,
47
				yOffset :5,
48
				lockY :'bottom',
49
				smartBoxSuffix :'_smarthbox'
50
			});
51

    
52
			squeezeBoxLoading = SqueezeBox.initialize({
53
				handler: 'clone',
54
				overlayOpacity: 0.4,
55
				automaticResize: true,
56
				closable: false,
57
				onOpen: function() {
58
					this.content.getChildren().setStyle('display','block');
59
					this.closeBtn.setStyle('display','none');
60
					this.showContent();
61
				}
62
			});
63
			
64
			$('collection_loading').setStyle('display', 'none');
65
		});
66
	</script>
67
</head>
68

    
69
<body onload="formTree('<s:property value="#parameters.collectionID"/>',<s:property value="#application['webInterfaceLayoutManager'].layout.isViewUserProfile()" />, <s:property value="#request[@gr.uoa.di.driver.web.myDriver.BrowseCollections@USER_PRESENT]" />);" class="body-overlayed">
70
	<div id="center">
71
		<div id="wrapper">
72
			<div class="wrapper_shadowleft">
73
				<div class="wrapper_shadowright">
74
					<div id="container">
75
						<jsp:include page="/pages/banner.jsp"></jsp:include>
76
						<jsp:include page="/pages/menu.jsp" />
77
					
78
						<div id="leftcolumn">
79
							<b class="curved_top">
80
								<b class="curved_t1"></b>
81
								<b class="curved_t2"></b>
82
								<b class="curved_t3"></b>
83
								<b class="curved_t4"></b>
84
							</b>
85
							<div class="curved_container clearfix">
86
								<div class="featured_top leftcolumn_top">Collections</div>
87
								<div id="expandcontractdiv">
88
									<a id="expand" href="#">Expand all</a>&nbsp;&nbsp;<a id="collapse" href="#">Collapse all</a>
89
								</div>
90
								<div id="treeDiv1" ></div>
91
								<div class="mydrivermenu2">
92
                                    <div class="tipHdr">tip</div>
93
                                    <div class="tipSection">
94
                                        <p>The Information Space 
95
                                        gathers documents from different 
96
                                        scientific subjects and from 
97
										distinct geographical areas.</p>
98
										<p><a href="Help.action?type=collection">Learn more...</a></p>
99
									</div>
100
								</div>
101
                            </div>
102
							<b class="curved_bottom">
103
								<b class="curved_b4"></b>
104
								<b class="curved_b3"></b>
105
								<b class="curved_b2"></b>
106
								<b class="curved_b1"></b>
107
							</b>
108
						</div>
109
						<div id="maincolumn2" style="display: none">
110
							<div id="collectionPage" >
111
							<div id="collection_loading">
112
								<p style="text-align: center">
113
								<img src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/icons/driver-loader1.gif"  alt="loading..." /><br/>
114
									Loading collection...
115
								</p>
116
							</div>
117
							
118
							<b class="curved_top">
119
								<b class="curved_t1"></b>
120
								<b class="curved_t2"></b>
121
								<b class="curved_t3"></b>
122
								<b class="curved_t4"></b>
123
							</b>
124
							<div class="curved_container clearfix ">
125
								<div class="featured_top collectionPage_top">
126
                                    <div class="right" id="editCollectionDiv">
127
                                    	<a href="#" class="ovalbutton" id="editCollectionLink"><span>Edit</span></a>
128
                                        <a href="#" class="ovalbutton" id="deleteCollectionLink"><span>Delete</span></a>
129
                                    </div>
130
                                    <span id="col_title"></span></div>
131
                                <div id="tabblock">
132
									<div class="content mydriveritem">
133
										<h3>General Information</h3>
134
										<div id="col_Info">
135
											<input type="hidden" id="col_ID" name="col_ID" />
136
                                            <div class="right"><img id="col_image" width="120px" height="80px" src="" alt=""/></div>
137
                                            <table class="collectionTbl">
138
                                                <tr class="collectionField">
139
                                                    <td class="collFieldNm" width="30%">Name</td>
140
                                                    <td class="collectionField"><span id="col_name"></span></td>
141
                                                </tr>
142
                                                <tr class="collectionField">
143
                                                    <td class="collFieldNm">Description</td>
144
                                                    <td class="collectionField"><span id="col_description"></span></td>
145
                                                </tr>
146
                                               <tr class="collectionField">
147
                                                    <td class="collFieldNm">Subject</td>
148
                                                    <td class="collectionField"><span id="col_subject"></span></td>
149
                                                </tr>
150
                                               <tr class="collectionField">
151
                                                    <td class="collFieldNm">Owner</td>
152
                                                    <td class="collectionField"><span id="col_ownerEmail"></span></td>
153
                                                </tr>
154
                                               <tr class="collectionField">
155
                                                    <td class="collFieldNm">Query criteria</td>
156
                                                    <td class="collectionField"><span id="col_queryCriteria"></span></td>
157
                                                </tr>
158
                                               <tr class="collectionField">
159
                                                    <td class="collFieldNm">Basket items</td>
160
                                                    <td class="collectionField"><span id="col_itemsInBasket"></span></td>
161
                                                </tr>
162
                                                <tr class="collectionField">
163
                                                    <td class="collFieldNm">Number of Documents</td>
164
                                                    <td class="collectionField"><span id="col_documentCount"></span></td>
165
                                                </tr>
166
                                                <tr class="collectionField">
167
                                                    <td class="collFieldNm">Last Update</td>
168
                                                    <td class="collectionField"><span id="col_lastUpdateDate"></span></td>
169
                                                </tr>
170
                                             </table>
171
                                            <p>&nbsp;</p>
172
											<div id="searchCollection">
173
												<input id="searchCollectionTerm"  type="text"/>&nbsp;
174
												<a class="ovalbutton" id="searchCollectionLink"  href="#"><span>Search within this collection</span></a>
175
											</div>
176

    
177
											<p>&nbsp;</p>
178
                                            <div class="right">
179
											<a  class="collectionLink" id="permanentLink" href="#"> Collection Permalink</a>
180
                                            </div>
181
                                            <p>&nbsp;</p>
182
                                            
183
										</div>
184
									</div>
185
									<div class="content mydriveritem"><!-- MB: This div is one tab: h3 is the link, the rest is the tab content -->
186
										<h3>Basket items</h3>
187
										<div id="basketDiv">
188
											<div id="basketExpandAll">
189
                                                    <div class="collectionsMenu">
190
                                                        <div class="showAll" style="display:'block'"><a href="#" class="buttonlink">Expand view</a></div>
191
                                                        <div class="hideAll" style="display:'none'"><a href="#" class="buttonlink">Collapse view</a></div>
192
                                                    </div>
193
                                                <p>&nbsp;</p>  
194
                                            </div>  											
195
											<div id="documentList"></div>
196
											
197
										</div>
198
									</div>
199
									<div class="content mydriveritem"><!-- MB: This div is one tab: h3 is the link, the rest is the tab content -->
200
										<h3>Query results</h3>
201
										<div id="queryResultsDiv">
202
											<div class="content">
203
												<div id="showAllDocumentsLinkDiv" style="display:none">
204
													<div class="collectionField">
205
		                                            	<span class="collectionFieldComments">Displaying <span id="documentsDisplayed"></span> of <span id="totalDocuments"></span> documents. <a href="#"  id="showAllDocumentsLink"> Click here to view all&nbsp;<img vertical-align="absbottom" src="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/icons/options_right.png"/></a>
206
                                                        </span>
207
                                                     </div>
208
												</div>
209
												<div id="queryExpandAll">
210
													<div class="collectionsMenu">
211
                                                        <div class="showAll" style="display:'block'"><a href="#" class="buttonlink">Expand view</a></div>
212
                                                        <div class="hideAll" style="display:'none'"><a href="#" class="buttonlink">Collapse view</a></div>
213
                                                    </div>
214
                                                <p>&nbsp;</p> 
215
												</div>
216
												<div id="queryResultsList"></div>
217
											</div>
218
										</div>
219
									</div>
220
								</div>
221
							</div>
222
							<b class="curved_bottom">
223
                                <b class="curved_b4"></b>
224
                                <b class="curved_b3"></b>
225
                                <b class="curved_b2"></b>
226
                                <b class="curved_b1"></b>
227
                            </b>   
228
						</div>
229
                        </div>
230
						<div id="footer"><s:action name="FooterPage" executeResult="true"/></div>
231
					</div>
232
				</div>
233
			</div>
234
		</div>
235
	</div>
236
</body>
237
</html>
(1-1/25)