-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
executable file
·379 lines (294 loc) · 16.5 KB
/
head.php
File metadata and controls
executable file
·379 lines (294 loc) · 16.5 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?
/*********************
*
* Make sure to set the $title
* to the page title in the document
* that you are including this in
* example usage of this file:
* $title = "fake page";
* include 'head.php';
*
****************/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><? echo "$title"; ?></title>
<link href="http://connectedmath.msu.edu/style.css" rel="stylesheet" type="text/css" />
<?
if( isset($extraHeadData) )
echo "$extraHeadData";
?>
</head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22726020-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body class="thrColElsHdr">
<div id="container">
<div id="header">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<LINK REL="SHORTCUT ICON"
HREF="http://www.connectedmath.msu.edu/logo.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Header</title>
</head>
<body>
<div align="center"><a href="http://www.connectedmath.msu.edu/index.shtml"><img src="http://www.connectedmath.msu.edu/images/cmpbanner.png" alt="Connected Mathematics Project - Home" border="0" width="960"/></a>
</div>
</body>
</html>
<!-- end #header --></div>
<div id="sidebar1">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Navigation</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.connectedmath.msu.edu/ddaccordion.js">
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
<script type="text/javascript">
ddaccordion.init({
headerclass: "silverheader", //Shared CSS class name of headers group
contentclass: "submenu", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 275, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: true, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", "selected"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})
</script>
<style type="text/css">
.applemenu{
margin: 0px 0;
padding: 0;
width: 200px; /*width of menu*/
float:inherit;
}
.applemenu div.silverheader a{
background: black url(http://www.connectedmath.msu.edu/images/normal.gif) repeat-x center left;
font: normal 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
font-variant:small-caps;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
font-variant:small-caps;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(http://www.connectedmath.msu.edu/images/selected.gif);
color: #FFFFFF;
font-variant:small-caps;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
background-image: url(http://www.connectedmath.msu.edu/images/submenubkgd.gif);
padding: 10px;
height: auto ; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu a:link, .applemenu div.submenu a:visited{
color:#FFFFFF;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
}
.applemenu div.submenu a:hover{
color:#000000;
text-decoration:none;
}
</style><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>
<body>
<div class="applemenu">
<div class="silverheader">
<div align="left"><a href=" " >Philosophy and Development</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/pnd/authors.shtml"> › Authors and Staff</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pnd/principles.shtml"> › Guiding Principles</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pnd/theory.shtml"> › Theory and Research</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pnd/development.shtml"> › The Development Process</a><br /><br />
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" " >Mathematics Content</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/mathcontent/contents.shtml"> › Description of Units</a><br /><br />
<a href="http://www.connectedmath.msu.edu/mathcontent/goals.shtml"> › Mathematics Learning Goals</a><br /><br />
<a href="http://www.connectedmath.msu.edu/mathcontent/mathdev.shtml"> › Development by Strand</a><br /><br />
<a href="http://www.connectedmath.msu.edu/mathcontent/scopeandsequence.pdf"> › Scope and Sequence</a><br /><Br />
<a href="http://www.connectedmath.msu.edu/mathcontent/standards.shtml"> › Alignment with Standards</a><br /><Br />
<a href="http://www.connectedmath.msu.edu/mathcontent/skills.shtml"> › Skills in CMP</a><br /><br />
<a href="http://www.connectedmath.msu.edu/mathcontent/algebra.shtml"> › Algebra in CMP</a>
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Components of CMP</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/components/student.shtml"> › Student Materials</a><br /><br />
<a href="http://www.connectedmath.msu.edu/components/teacher.shtml"> › Teacher Materials</a><br /><br />
<a href="http://www.connectedmath.msu.edu/components/assessment.shtml"> › Assessment</a><br /><br />
<a href="http://www.connectedmath.msu.edu/components/resources.shtml"> › Resources and Technology</a>
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Teaching CMP</a></div>
</div>
<div class="submenu"
<div align="left">
<a href="http://www.connectedmath.msu.edu/teaching/teaching.shtml"> › Teaching a CMP Unit</a><Br /><Br />
<a href="http://www.connectedmath.msu.edu/teaching/classroom.shtml"> › Classroom Environment</a><br /><br />
<a href="http://www.connectedmath.msu.edu/teaching/group.shtml"> › Cooperative Group Work</a><br /><Br />
<a href="http://www.connectedmath.msu.edu/teaching/evaluate.shtml"> › Evaluating Student Work</a><br /><br />
<a href="http://www.connectedmath.msu.edu/teaching/differentiated/index.shtml"> › Differentiated Instruction</a><br /><br />
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" " >Implementing CMP</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/implementing/preparing.shtml"> › Preparing to Implement</a><br /><br />
<a href="http://www.connectedmath.msu.edu/implementing/elementary.shtml"> › Transition from Elementary</a><br /><br />
<a href="http://www.connectedmath.msu.edu/implementing/high.shtml"> › Transition to High School</a><br /><br />
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Professional Development</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/pd/longterm.shtml"> › Successful Long Term PD</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pd/contexts.shtml"> › Contexts for PD</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pd/momentum.shtml"> › Maintaining Momentum</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pd/guides.shtml"> › Teacher's Guides and PD</a><br /><br />
<a href="http://www.connectedmath.msu.edu/pd/transparencies.shtml"> › Transparencies for PD</a><br /><br />
<a href="http://www.connectedmath.msu.edu/mathcontent/mathdev.shtml"> › Development by Strand</a><br /><br />
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Videos and Technology</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/streaming/login.shtml"> › CMP Streaming Video</a><br /><br />
<a href="http://www.connectedmath.msu.edu/vnt/other.shtml"> › Other CMP Video</a><br /><br />
<a href="http://www.connectedmath.msu.edu/vnt/interactive/index.shtml"> › CMP Interactive Resources</a><br /><br />
<a href="http://www.connectedmath.msu.edu/vnt/cmp1/index.shtml"> › CMP 1 Games</a>
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">CMP Conferences</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/conferences/users/index.shtml"> › CMP Users' Conference</a><br /><br />
<a href="http://www.connectedmath.msu.edu/conferences/leadership/index.shtml"> › CMP Leadership Conference</a><br /><br />
<a href="http://www.connectedmath.msu.edu/conferences/gtk/index.shtml"> › CMP Getting to Know</a><br /><br />
<a href="http://www.connectedmath.msu.edu/conferences/outside/index.shtml"> › Outside Workshops</a><br /><br />
<a href="http://www.connectedmath.msu.edu/conferences/gtk/carnival.shtml"> › CMP Carnival</a><br /><br />
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Site for Parents</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/parents/welcome.shtml"> › Welcome</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/tips.shtml"> › General Homework Tips</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/help/index.shtml"> › Mathematical Help</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/glossary/index.shtml"> › Glossary</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/development/strand/index.shtml"> › Math Content by Strand</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/other.shtml"> › Other Areas of Interest</a><br /><br />
<a href="http://www.connectedmath.msu.edu/parents/faq.shtml"> › FAQ</a>
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Research & Evaluation</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.connectedmath.msu.edu/rne/2006.shtml"> › 2006 Evaluation Booklet</a><br /><br />
<a href="http://www.connectedmath.msu.edu/rne/new.shtml"> › New Studies</a><br /><br />
<a href="http://www.connectedmath.msu.edu/rne/lit.shtml"> › CMP Literature Review 2010</a>
</div>
</div>
<div class="silverheader">
<div align="left"><a href=" ">Additional Information</a></div>
</div>
<div class="submenu">
<div align="left">
<a href="http://www.pearsonschool.com/index.cfm?PMDbSiteId=2781&PMDbSolutionId=6724&PMDbSubSolutionId=6732&PMDbCategoryId=806&PMDbSubCategoryId=&PMDbProgramId=53741&level=4&prognav=pt&locator=PSZ15d" target="_blank"> › Purchase Information</a><br /><br />
<a href="http://www.connectedmath.msu.edu/contact.shtml"> › Contact</a><br /><br />
<a href="http://www.connectedmath.msu.edu/links.shtml"> › Links</a>
</div>
</div>
</div>
<a href="http://www.googlesyndicatedsearch.com/u/connectedmath"><img src="http://www.connectedmath.msu.edu/images/search.gif" alt="CMP Search" border="0" /></a>
</body>
</html>
<!-- end #sidebar1 --></div>
<div id="mainContent">
<div id="vidNav" align="center">
<?
if( isset($session) ){
echo "<a href=\"/cmplogin/index.php\">Videos Home</a> ";
if($session->logged_in){
echo "<a href=\"/cmplogin/useredit.php\">My Account</a> ";
echo "<a href=\"/cmplogin/feedback.php\">Leave Feedback</a> ";
}
if($session->isAdmin()){
echo "<a href=\"/cmplogin/admin/admin.php\">Admin Center</a> ";
}
if($session->logged_in){
echo "<a href=\"/cmplogin/process.php\">Logout</a>";
}
else{
echo "<a href=\"/cmplogin/main.php\">Login</a> ";
echo "<a href=\"/cmplogin/register.php\">Create an Account</a>";
}
}
?>
</div>