<!--
Primary experimentalstuff page template
-->
<head>
<title>Welcome to www.ExperimentalStuff.com</title>
<if my.force>
<!-- forcing reload of content -->
<addheader pragma=no-cache cache-control=no-cache,must-revalidate last-modified=>
</if>
<!-- Sample stylesheet - for test purposes only -->
<style type=text/css>
<!--
.nav, .navon, .subnav, .subnavon {
border-style: outset; border-width: 2pt; padding: 1px;
margin-left: 10; margin-right: 10; text-align: left;
text-transform: capitalize;
}
.subnavon, .navon {background: red;}
.subnav, .subnavon { margin-left: 50; border-width: 1pt; padding: 0px;}
.download {border-width: 1;}
div {padding: 3pt;}
div.popup {
position: absolute; top: 200; left: 200px;
width:350px; border-width: 5pt;
border-style: groove; visibility:hidden;
}
-->
</style>
<!-- substituted styles -->
<tag>style type=text/css</tag>
<tag>!--
.download, .nav, .subnav, div.popup {
background: <get background>;
}
span.title {align: center; font-size: 120%;}
.TableHeadingColor, .TableSubHeadingColor, .NavBarCell1, .NavBarCell2, .NavBarCell3 {
background: <get primary>;}
.NavBarCell1rev { background: <get secondary>;}
.TableRowColor { background: <get background>;}
.NavBarFont1rev { color: white;}
-->
</style>
</head>
<body bgcolor=white>
<table border=0 cellpadding=0 cellspacing=0 height=600 width=100%>
<tr>
<!-- top navigation bar -->
<td colspan=3 bgcolor="${primary}">
<table border=0 cellpadding=0 cellspacing=3 width=100%>
<tr>
<!-- logo at top/left -->
<td align=left>
<a href=/index.html?logo=true>
<img border=0
src=/images/logo${scheme}${my.logosize}.jpg
alt="ExperimentalStuff ${scheme} Logo: home page"
></a>
</td>
<if my.oldTitle>
<td align=left width=800><span class=title><get title></span></td>
<else>
<td width=800> </td>
</if>
<!-- action icons -->
<!-- annotation -->
<if name=annotate.${header.url}>
<td width=${my.icon.size} valign=center>
<if name=header.user-agent glob=*MSIE*>
<a href=# onclick='annotate.style.visibility="visible"'>
<else>
<a href=# onclick='document.annotate.visibility="show"'>
</if>
<img width=${my.icon.size} border=0 src=/images/annotation.gif
alt="show annotation"
>
</a>
</td>
</if>
<!-- print -->
<td width=${my.icon.size} valign=center>
<a href=${header.url}?template.fileName=admin/printing.template
><img
border=0 src=/images/print.gif width=${my.icon.size}
alt="printable version">
</a>
</td>
<!-- customize -->
<td width=${my.icon.size} valign=center>
<a href=/admin/customize.html><img
width=${my.icon.size}
border=0 src=/images/customize.gif alt=customize
></a>
</td>
<!-- annotate -->
<td width=${my.icon.size} valign=center>
<a href="/admin/annotate.html?add=${header.url}"><img
width=${my.icon.size}
border=0 src=/images/annotate.gif
alt="add an annotation"
></a>
</td>
<!-- bookmark -->
<if not name=favorite.${header.url}>
<td width=${my.icon.size} valign=center>
<a href="/admin/favorites.html?add=${header.url}"><img
border=0 src=/images/bookmark.gif
width=${my.icon.size}
alt="add page to navigation bar"
></a>
</td>
</if>
<!-- highlight -->
<td align=right width=${my.icon.size} valign=center>
<a href=/help.html#hi?from=highlight><img
border=0 width=${my.icon.size}
align=absbottom src=/images/highlight.gif
alt="highlight in page"
></a>
</td>
<form action=/admin/highlight.html>
<td align=left width=${my.icon.size} valign=center>
<input name=highlight size=5 value="${my.highlight}">
<input type=hidden name=toUrl value="${header.url}">
</td>
</form>
<!-- help -->
<td align=right width=${my.icon.size} valign=center>
<a href=/help.html><img
width=${my.icon.size}
border=0 src=/images/help.gif
alt="Site Help"
></a>
</td>
</tr></table>
</td></tr>
<!-- bread crumbs -->
<tr><td colspan=3 bgcolor=${secondary}>
<table border=0 cellpadding=0 cellspacing=0 align=left>
<tr>
<if not name=news.seen value="${news.current#1}">
<td bgcolor=yellow><small><a
href=/News/index.html>Whats new</a></small> </td>
</if>
<td>
<span class=button>
<a href=/index.html><small><font color=white>home</font></small></a>
</span>
</td>
<foreach name=nav property=NAV. delim=/ >
<td>
<span class=button>-
<a href=${NAV.${nav}}index.html
><small><font color=white><get nav></font></small></a>
</span>
</td>
<if name=nav match="${nav.skip}"><break></if>
</foreach>
</tr></table>
<!-- meta tags (preliminary) [need to be careful with white space] -->
<if meta-download>
<table border=0 cellpadding=0 cellspacing=0 align=right><tr>
<td><font color=yellow size=-1>Download:</font></td>
<foreach name=item glob=meta-download.* sort>
<td><span class=download><a
href=${item.value}
><small><font
color=black><get
item.name.1></font></small></a> </span></td>
</foreach>
</tr></table>
</if>
</td></tr>
<!-- horizontal divider (extra whitespace confuses navigator) -->
<tr><td colspan=3 bgcolor=black height=3><img
height=3 border=0 src=/images/b.gif></td>
</tr>
<!-- left navigation area -->
<tr><td width=150 valign=top align=left bgcolor=${primary}>
<div class=navigate>
<table border=0 cellpadding=0 cellspacing=0 width=90%>
<!-- user name -->
<if my.name>
<tr><th><span class=name><get name=my.name></span></th></tr>
<else>
<tr><td><a href=/admin/customize.html?addname=1>
<small><i>(customizable text)</i></small></a>
</td></tr>
</if>
<tr><td><hr></td></tr>
<!-- standard of headings -->
<tr><th><div class=navigate><get name=site.contents default="Site Contents"></div></th></tr>
<foreach name=entry property=headings>
<tr><td><div class=navigate>
<if name=header.url glob="/${entry}/*">
<span class=navon>
<else>
<span class=nav>
</if>
<a href=/${entry}/index.html>
<b><if name="${entry}:map">
<get name="${entry}:map"><else><get entry>
</if>
</b>
</a></span>
</if>
</td></tr>
<!-- sub-navigation -->
<foreach name=subEntry glob="${entry}.*" sort>
<tr><td>
<if name=header.url value="/${entry}/${subEntry.value}">
<span class=subnavon><small><get subEntry.name.1></small></span>
<else>
<span class=subnav>-<a
href="/${entry}/${subEntry.value}"
><small><get subEntry.name.1></small></a></span>
</if>
</td></tr>
</foreach>
</div>
</foreach>
<!-- favorite places -->
<tr><td><hr></td></tr>
<if favorites>
<tr><th><a href="/admin/favorites.html">My Bookmarks</a></td></tr>
<foreach name=i property=favorites>
<tr><td>
<if name=i value="${header.url}">
<span class=navon><get name=favorite.${i}></span>
<else>
<span class=nav>
<a href="${i}">
<get name=favorite.${i}>
</a>
</span>
</if>
</td></tr>
</foreach>
<else>
<tr><th><a href="/help.html?favorites=1">
<i>(add bookmarks)</i></a>
</td></tr>
</if>
</div>
</table>
</td> <!-- end of left navigation -->
<!-- vertical separator -->
<td width=3 bgcolor=black><a href=/.html><img border=0 width=3 src=/images/b.gif></a></td>
<!-- content -->
<td width=800 bgcolor=${background}>
<if not name=my.oldTitle>
<h1><span class=title><get title></span></h1>
</if>
<highlight><content>
<div class=content><get content></div>
</content></highlight>
</td>
</tr>
<!-- page footer -->
<if name=testing>
<tr><td colspan=3 align=center>
<b><get testing></b>
</td></tr>
</if>
<tr>
<td colspan=3>
<table width=100% border=0>
<tr><td align=left>
<small>Copyright 2001-2004, Sun Microsystems</small>
</td>
<td align=center>
<small>
<a href=/ >Home</a>-
<a href=/privacy.html>Privacy Policy</a>-
<a href=/use.html>Terms of Use</a>
</small>
</td>
<td align=right>
<small>
Powered by
<a href=/Technologies/Brazil/index.html><img border=0 height=20 align=top src=/images/brazilicon.gif></a>
</small>
</tr></tr>
</table>
</td></tr>
</table>
<!-- annotation information -->
<if name=annotate.${header.url}>
<div class=popup name=annotate id=annotate>
<img src=/images/b.gif>
<center>
<if name=header.user-agent glob=*MSIE*>
<a href=#here name=here
onmouseover='annotate.style.visibility="hidden"'>
<else>
<a href=#here name=here
onmouseover='window.document.annotate.visibility="hide"'>
</if>
<b>Hide Annotation</b> </a>
</center>
<hr>
<get name=annotate.${header.url}>
</div>
</if>
<if query.debug>
<hr>
<foreach name=i glob=* sort>
<b><get i.name></b> <get name=i.value convert=html><br>
</foreach>
</if>
</body>