Revision 4365
Added by ben leinfelder over 16 years ago
lib/style/skins/first/first.js | ||
---|---|---|
105 | 105 |
|
106 | 106 |
// Location of the header that will be displayed at the top of the page |
107 | 107 |
var FOOTER_URL |
108 |
= ""; |
|
108 |
= "style/skins/first/footer.jsp";
|
|
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
lib/style/skins/first/header.jsp | ||
---|---|---|
54 | 54 |
<td valign="top"> |
55 | 55 |
<p><a href="index.jsp" target="_top">Repository Home</a></p> |
56 | 56 |
</td> |
57 |
<!-- |
|
58 | 57 |
<td valign="top"> |
59 |
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=first"
|
|
60 |
target="_top">Register a New Data Set</a></p>
|
|
58 |
<p><a href="about.jsp"
|
|
59 |
target="_top">About</a></p>
|
|
61 | 60 |
</td> |
62 |
--> |
|
63 | 61 |
</tr> |
64 | 62 |
</table> |
65 | 63 |
</td> |
lib/style/skins/first/about.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
2 |
<% |
|
3 |
/** |
|
4 |
* |
|
5 |
* '$RCSfile$' |
|
6 |
* Copyright: 2008 Regents of the University of California and the |
|
7 |
* National Center for Ecological Analysis and Synthesis |
|
8 |
* '$Author: leinfelder $' |
|
9 |
* '$Date: 2008-09-19 16:51:10 -0700 (Fri, 19 Sep 2008) $' |
|
10 |
* '$Revision: 4362 $' |
|
11 |
* |
|
12 |
* This program is free software; you can redistribute it and/or modify |
|
13 |
* it under the terms of the GNU General Public License as published by |
|
14 |
* the Free Software Foundation; either version 2 of the License, or |
|
15 |
* (at your option) any later version. |
|
16 |
* |
|
17 |
* This program is distributed in the hope that it will be useful, |
|
18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 |
* GNU General Public License for more details. |
|
21 |
|
|
22 |
* You should have received a copy of the GNU General Public License |
|
23 |
* along with this program; if not, write to the Free Software |
|
24 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
25 |
*/ |
|
26 |
%> |
|
27 |
|
|
28 |
<%@ include file="../../common/common-settings.jsp"%> |
|
29 |
<%@ include file="../../common/configure-check.jsp"%> |
|
30 |
|
|
31 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
32 |
<html> |
|
33 |
<head> |
|
34 |
<title>FIRST Assessment Metadata Repository</title> |
|
35 |
<link rel="stylesheet" type="text/css" |
|
36 |
href="<%=STYLE_SKINS_URL%>/first/first.css"> |
|
37 |
<script language="JavaScript" type="text/JavaScript" |
|
38 |
src="<%=STYLE_SKINS_URL%>/first/first.js"></script> |
|
39 |
<script language="JavaScript" type="text/JavaScript" |
|
40 |
src="<%=STYLE_SKINS_URL%>/first/search.js"></script> |
|
41 |
<script language="JavaScript" type="text/JavaScript" |
|
42 |
src="<%=STYLE_COMMON_URL%>/branding.js"></script> |
|
43 |
<script language="Javascript" type="text/JavaScript" |
|
44 |
src="<%=STYLE_COMMON_URL%>/prototype-1.5.1.1/prototype.js"> |
|
45 |
</script> |
|
46 |
</head> |
|
47 |
<body> |
|
48 |
<script language="JavaScript"> |
|
49 |
insertTemplateOpening("<%=CONTEXT_URL%>"); |
|
50 |
insertSearchBox("<%=CONTEXT_URL%>"); |
|
51 |
</script> |
|
52 |
|
|
53 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
|
54 |
<tr> |
|
55 |
<td> |
|
56 |
<p class="intro"> |
|
57 |
Welcome to the FIRST Assessment Repository. |
|
58 |
The repository contains detailed information on assessment tools used |
|
59 |
[primarily] in biological and ecological science courses. |
|
60 |
Records herein adhere to a standard educational metadata specification |
|
61 |
and enable educators to explore effective teaching models and techniques. |
|
62 |
</p> |
|
63 |
<p class="intro"> |
|
64 |
The aim is to associate outcome measures (i.e. student test scores) with the particular concepts |
|
65 |
on which the student is being tested and also associate the specific instructional techniques employed |
|
66 |
when presenting that material to the student. |
|
67 |
</p> |
|
68 |
|
|
69 |
<p class="intro"> |
|
70 |
The repository relies primarily on data collected from and submitted by |
|
71 |
professors and instructors. While this system is still in active development, |
|
72 |
a quick search should reveal the depth, flexibility, and utility of the model. |
|
73 |
And, of course, feedback is strongly encouraged and greatly appreciated. |
|
74 |
</p> |
|
75 |
<p class="intro"> |
|
76 |
Information about the FIRST Project and it's activities is currently available through the |
|
77 |
<a href="http://www.first2.org/">FIRST II</a> site. |
|
78 |
|
|
79 |
<p class="intro"> |
|
80 |
If you have any questions, comments or problems, |
|
81 |
please contact the repository developer and administrator at |
|
82 |
<a href="mailto:leinfelder@nceas.ucsb.edu">leinfelder@nceas.ucsb.edu</a> |
|
83 |
</p> |
|
84 |
</td> |
|
85 |
</tr> |
|
86 |
</table> |
|
87 |
|
|
88 |
<script language="JavaScript"> |
|
89 |
insertTemplateClosing("<%=CONTEXT_URL%>"); |
|
90 |
</script> |
|
91 |
</body> |
|
92 |
</html> |
|
0 | 93 |
lib/style/skins/first/first-assessment-resultset.xsl | ||
---|---|---|
123 | 123 |
if there are not then don't show the query results --> |
124 | 124 |
|
125 | 125 |
<xsl:if test="count(resultset/document) > 0"> |
126 |
|
|
126 |
|
|
127 |
Download Selected as: |
|
128 |
<a> |
|
129 |
<xsl:attribute name="href">#</xsl:attribute> |
|
130 |
<xsl:attribute name="onClick">javascript:downloadMergedResponseData('assessmentForm')</xsl:attribute> |
|
131 |
<xsl:text>Datafile (.csv)</xsl:text> |
|
132 |
</a> |
|
133 |
<br/> |
|
134 |
Edit Cart: |
|
135 |
<a> |
|
136 |
<xsl:attribute name="href">#</xsl:attribute> |
|
137 |
<xsl:attribute name="onClick">javascript:editCart('assessmentForm', 'add')</xsl:attribute> |
|
138 |
<xsl:text>Add Selected</xsl:text> |
|
139 |
</a> |
|
140 |
/ |
|
141 |
<a> |
|
142 |
<xsl:attribute name="href">#</xsl:attribute> |
|
143 |
<xsl:attribute name="onClick">javascript:editCart('assessmentForm', 'remove')</xsl:attribute> |
|
144 |
<xsl:text>Remove Selected</xsl:text> |
|
145 |
</a> |
|
146 |
|
|
147 |
<br/> |
|
148 |
|
|
127 | 149 |
<!-- for reading the assessment details --> |
128 | 150 |
<form action="{$contextURL}/metacat" method="POST" id="readForm" name="readForm" > |
129 | 151 |
<input type="hidden" name="qformat" value="first" /> |
... | ... | |
154 | 176 |
<xsl:attribute name="value"></xsl:attribute> |
155 | 177 |
</xsl:element> |
156 | 178 |
|
157 |
<br/> |
|
158 |
Download Selected as: |
|
159 |
<a> |
|
160 |
<xsl:attribute name="href">#</xsl:attribute> |
|
161 |
<xsl:attribute name="onClick">javascript:downloadMergedResponseData('assessmentForm')</xsl:attribute> |
|
162 |
<xsl:text>Datafile (.csv)</xsl:text> |
|
163 |
</a> |
|
164 |
<br/> |
|
165 |
Edit Cart: |
|
166 |
<a> |
|
167 |
<xsl:attribute name="href">#</xsl:attribute> |
|
168 |
<xsl:attribute name="onClick">javascript:editCart('assessmentForm', 'add')</xsl:attribute> |
|
169 |
<xsl:text>Add Selected</xsl:text> |
|
170 |
</a> |
|
171 |
/ |
|
172 |
<a> |
|
173 |
<xsl:attribute name="href">#</xsl:attribute> |
|
174 |
<xsl:attribute name="onClick">javascript:editCart('assessmentForm', 'remove')</xsl:attribute> |
|
175 |
<xsl:text>Remove Selected</xsl:text> |
|
176 |
</a> |
|
177 |
<br/> |
|
178 |
|
|
179 | 179 |
<table width="95%" align="left" border="0" cellpadding="0" |
180 | 180 |
cellspacing="0"> |
181 | 181 |
<tr> |
lib/style/skins/first/footer.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
2 |
<% |
|
3 |
/** |
|
4 |
* |
|
5 |
* '$RCSfile$' |
|
6 |
* Copyright: 2008 Regents of the University of California and the |
|
7 |
* National Center for Ecological Analysis and Synthesis |
|
8 |
* '$Author: leinfelder $' |
|
9 |
* '$Date: 2008-08-13 15:09:01 -0700 (Wed, 13 Aug 2008) $' |
|
10 |
* '$Revision: 4235 $' |
|
11 |
* |
|
12 |
* This program is free software; you can redistribute it and/or modify |
|
13 |
* it under the terms of the GNU General Public License as published by |
|
14 |
* the Free Software Foundation; either version 2 of the License, or |
|
15 |
* (at your option) any later version. |
|
16 |
* |
|
17 |
* This program is distributed in the hope that it will be useful, |
|
18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 |
* GNU General Public License for more details. |
|
21 |
|
|
22 |
* You should have received a copy of the GNU General Public License |
|
23 |
* along with this program; if not, write to the Free Software |
|
24 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
25 |
*/ |
|
26 |
%> |
|
27 |
|
|
28 |
<%@ include file="../../common/common-settings.jsp"%> |
|
29 |
<%@ include file="../../common/configure-check.jsp"%> |
|
30 |
|
|
31 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
32 |
<html> |
|
33 |
<head> |
|
34 |
<title>FIRST Data Repository</title> |
|
35 |
<link rel="stylesheet" type="text/css" |
|
36 |
href="<%=STYLE_SKINS_URL%>/first/first.css"></link> |
|
37 |
</head> |
|
38 |
|
|
39 |
<body> |
|
40 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
|
41 |
<tr> |
|
42 |
<td> |
|
43 |
<hr /> |
|
44 |
</td> |
|
45 |
</tr> |
|
46 |
<tr valign="top"> |
|
47 |
<td> |
|
48 |
<p class="intro"> |
|
49 |
This repository is an effort of the <a href="http://www.nceas.ucsb.edu">National Center for Ecological |
|
50 |
Analysis and Synthesis (NCEAS)</a> and is based on software developed by |
|
51 |
the <a href="http://knb.ecoinformatics.org">Knowledge Network for |
|
52 |
Biocomplexity (KNB)</a>, and houses metadata that are compliant with |
|
53 |
[the currently-under-development] Educational Metadata Language (EdML [name subject to change]).</p> |
|
54 |
</td> |
|
55 |
</tr> |
|
56 |
</table> |
|
57 |
</body> |
|
58 |
</html> |
|
0 | 59 |
lib/style/skins/first/first.css | ||
---|---|---|
56 | 56 |
|
57 | 57 |
.iframeleftcolclass { /* not used */ } |
58 | 58 |
.iframerightcolclass { /* not used */ } |
59 |
.iframefooterclass { /* not used */ } |
|
59 |
.iframefooterclass { |
|
60 |
width: 90%; |
|
61 |
border: 0px; |
|
62 |
margin: 0px; |
|
63 |
} |
|
60 | 64 |
|
61 | 65 |
/** |
62 | 66 |
* set the size and alignment etc of the top-level layout table |
... | ... | |
144 | 148 |
|
145 | 149 |
|
146 | 150 |
table { |
147 |
width: 80%;
|
|
151 |
/*width: 80%;*/
|
|
148 | 152 |
padding: 0px; |
149 | 153 |
} |
150 | 154 |
|
... | ... | |
291 | 295 |
} |
292 | 296 |
|
293 | 297 |
.tables { |
294 |
width: 760px;
|
|
298 |
/*width: 760px;*/
|
|
295 | 299 |
margin-left: 20px; |
296 | 300 |
border-top: solid black 1px; |
297 | 301 |
border-left: solid black 1px; |
Also available in: Unified diff
rearrange pages, search features, etc...