deposit slips
[freeside.git] / httemplate / docs / credits.html
index 4540e3d..d71d563 100644 (file)
@@ -1,19 +1,57 @@
+<% include('/elements/header-popup.html', '') %>
+
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+
+<FONT SIZE=6>
+  <CENTER>Freeside</CENTER>
+</FONT>
+
 <CENTER>
-<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER=0"><BR>
-<H2>Freeside</H2>
+<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR>
 <H3>version <% $FS::VERSION %></H3>
-<BR><BR>
 
-<H3>Core team</H3>
+<BR>
+
+<H3>Core Team</H3>
+Ivan Kohler<BR>
+<BR>
+
+<BR>
+<BR>
+
+<H3>Core Emeritus</H3>
 Peter Bowen<BR>
+Jeremy Davis<BR>
 Jeff Finucane<BR>
 Jason Hall<BR>
 Kristian Hoffman<BR>
-Ivan Kohler<BR>
+Nathan Kennedy<BR>
+Erik Levinson<BR>
+Brian McCane<BR>
+Jonathan Prykop<BR>
 Richard Siddall<BR>
+Matt Simerson<BR>
+Mark Wells<BR>
 <BR>
 
 <H3>Contributors</H3>
+C.J. Adams-Collier<BR>
 Stephen Amadei<BR>
 Eric Arvidsson<BR>
 Mark Asplen-Taylor<BR>
@@ -21,49 +59,146 @@ Mihai Bazon<BR>
 Charles A. Beasley<BR>
 Stephen Bechard<BR>
 Eric Bosrup<BR>
+Dickie Bradford<BR>
+Alex Brelsfoard<BR>
+Christopher Burger<BR>
 Dave Burgess<BR>
 Joe Camadine<BR>
 Chris Cappuccio<BR>
 Rebecca Cardennis<BR>
-Cerkit<BR>
 Shane Chrisp<BR>
-Steve Cleff<BR>
+Kendall Conrad<BR>
 Luke Crawford<BR>
 Brad Dameron<BR>
 Dave Denney<BR>
 Serge Dolgov<BR>
 Scott Edwards<BR>
 Kenny Elliott<BR>
+Velimir Gayevskiy<BR>
+Joshua Goodman<BR>
 Donald Greer<BR>
 Joel Griffiths<BR>
+Brian Grinstead<BR>
 Ryan Gunn<BR>
 Troy Hammonds<BR>
 Sean Hanson<BR>
 Dale Hege<BR>
 Kelly Hickel<BR>
+Mitch Jackson<BR>
+Mark James<BR>
+Gary Jones<BR>
+Fernando M. Kiernan<BR>
 Frederico Caldeira Knabben<BR>
 Greg Kuhnert<BR>
+Steven Levithan<BR>
+Jim Lucas<BR>
 Randall Lucas<BR>
 Foteos Macrides<BR>
 Roger Mangraviti<BR>
-Brian McCane<BR>
 mimooh<BR>
 Mack Nagashima<BR>
-Mark Norris<BR>
+David Peters<BR>
 Matt Peterson<BR>
 Luke Pfeifer<BR>
-Jerry St. Pierre<BR>
+Alan Phipps<BR>
+Eric Sandeen<BR>
 Ricardo Signes<BR>
-Matt Simerson<BR>
 Steve Simitzis<BR>
+Stanislav Sinyagin<BR>
+David Slater<BR>
 Jason Spence<BR>
 James Switzer<BR>
 Audrey Tang<BR>
+Jason Terry<BR>
 Jason Thomas<BR>
+Rob Van Dam<BR>
 Jesse Vincent<BR>
-Mark Wells<BR>
+Johan Vromans<BR>
 Peter Wemm<BR>
 Mark Williamson<BR>
 Tim Yardley<BR>
-<BR>
+Jörn Zaefferer<BR>
 </CENTER>
+
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+<BR>
+
+<SCRIPT TYPE="text/javascript">
+
+function myScroll() {
+
+  documentYposition += 1;
+  window.scroll(0,documentYposition);
+
+  var timeout = 25;
+
+  if ( documentYposition > documentLength ) {
+    documentYposition = 0;
+  }
+
+  if ( documentYposition == startingPosition ) {
+    timeout = 5000;
+  }
+
+  setTimeout('myScroll()', timeout);
+}
+
+function DelayThenScroll() {
+  window.scroll(0,documentYposition);
+  documentLength = myHeight();
+  setTimeout('myScroll()', 3000);
+}
+
+function myHeight() {
+/*    if (document.all) 
+        return document.body.offsetHeight;
+    else if (document.layers)
+        return document.body.document.height;
+    else
+*/
+        return 2300; // approx height (add more per contributors)
+}
+
+document.body.style.overflow = 'hidden';
+
+var startingPosition = 290;
+
+//huh, adjust for firefox
+var ua = navigator.userAgent;
+var opera = /opera [56789]|opera\/[56789]/i.test(ua);
+var webkit = /webkit/i.test(ua)
+var moz = !opera && !webkit && /gecko/i.test(ua);
+if ( moz ) {
+  startingPosition += 20;
+} else if ( opera ) {
+  startingPosition += 21;
+}
+
+var documentYposition = startingPosition;
+var documentLength;
+window.onLoad = DelayThenScroll();
+
+</SCRIPT>
+
+</BODY>
+</HTML>