Remove broken /beta test site.

This commit is contained in:
Michael Spang 2007-06-30 18:06:50 -04:00
parent 38468992bb
commit ee882a6e49
21 changed files with 0 additions and 420 deletions

View File

@ -1 +0,0 @@
<?php phpinfo(); ?>

View File

@ -1,23 +0,0 @@
<p><img src="http://www.csclub.uwaterloo.ca/logos/csc_80_35.png" align="left" />
Copyright &copy; 2006 Computer Science Club of the University of Waterloo.
Redesign by
<a href="http://beta.shiroyuki.net/" target="_blank">Juti Noppornpitak</a>.
<br />"Modified Mac Spinner" copyrighted by
<a href="http://solvalou.net/" target="_blank">Takashi Ohida</a> of
<a href="http://www.qooqle.jp" target="_blank">Qooqle.jp</a></p>
<!-- Copyright ends here! -->
<!--<p>
The known issues with this beta version:
<ul>
<li>This webpage may cause buffer overflowing. Please use with caution.</li>
<li>It is under development. The XML parser is developed manually. So, it might
miss some data because of its completelessness. The AJAX module is not being
used fully yet. It will be used to link with other services in a form of web
widget soon.</li>
<li>"Live Feed" doesn't work sometimes due to the technical problem with Sugar
server and it is only supported in Firefox 0.8+ or Camino 0.7+.</li>
<li>It will not detect the browser but all of its features does compatible with
all modern Gekko-based browsers and Microsoft Internet Explorer 7 Beta 3 (and
some features work fine on IE 6).</li>
</ul>
</p>-->

View File

@ -1,6 +0,0 @@
<div class="header_title">
</div>
<div class="header_commands">
<a onclick="webcam(1)">Set your eyes on it!</a>
<a onclick="newsgroup(1)">Read Newsgroup</a>
</div>

View File

@ -1,9 +0,0 @@
<?php
if(isset($_GET['read'])) {
readfile($_GET['read']);
} else if(isset($_GET['run'])) {
if(file_exists($_GET['run'])) {
require $_GET['run'];
}
}
?>

View File

@ -1 +0,0 @@
<a onclick="content.defaultConnect()">Home</a>

View File

@ -1,56 +0,0 @@
/users/www/www/menu.xml
/users/www/www/beta/getxml
/users/www/www/docs/constitution-change-20040205.xml
/users/www/www/docs/official.xml
/users/www/www/docs/directory.xml
/users/www/www/docs/execmanual.xml
/users/www/www/docs/machine_usage_summary.xml
/users/www/www/docs/procedure.xml
/users/www/www/docs/editing-example1/directory.xml
/users/www/www/docs/editing-example1/operating-systems.xml
/users/www/www/docs/editing-example2/directory.xml
/users/www/www/docs/editing-example2/operating-systems.xml
/users/www/www/docs/editing-example3/directory.xml
/users/www/www/docs/editing-example3/operating-systems.xml
/users/www/www/docs/execmanual/sysadmin.xml
/users/www/www/docs/execmanual/vice-president.xml
/users/www/www/docs/execmanual/general.xml
/users/www/www/docs/execmanual/book.xml
/users/www/www/docs/execmanual/president.xml
/users/www/www/docs/editing-howto.xml
/users/www/www/docs/index.xml
/users/www/www/docs/machine_usage.xml
/users/www/www/docs/constitution.xml
/users/www/www/docs/constitution-change-20020920.xml
/users/www/www/docs/website.xml
/users/www/www/news/directory.xml
/users/www/www/news/index.xml
/users/www/www/about/members.xml
/users/www/www/about/directory.xml
/users/www/www/about/index.xml
/users/www/www/about/exec.xml
/users/www/www/clubs/directory.xml
/users/www/www/clubs/index.xml
/users/www/www/media/directory.xml
/users/www/www/media/index.xml
/users/www/www/members.xml
/users/www/www/users/directory.xml
/users/www/www/users/index.xml
/users/www/www/directory.xml
/users/www/www/events/directory.xml
/users/www/www/events/index.xml
/users/www/www/events/old.xml
/users/www/www/index.xml
/users/www/www/office/webcam.xml
/users/www/www/office/books/directory.xml
/users/www/www/office/directory.xml
/users/www/www/office/operating-systems.xml
/users/www/www/office/index.xml
/users/www/www/office/staff.xml
/users/www/www/office/computers.xml
/users/www/www/office/webcam-streaming.xml
/users/www/www/office/books.xml
/users/www/www/news.xml
/users/www/www/footer.xml
/users/www/www/books.xml
/users/www/www/events.xml

View File

@ -1,179 +0,0 @@
body {
font-family: "Sans-serif", "Arial";
background-color:#ffffff;
font-size: 12px;
padding:0;
margin:0;
}
a, a:link, a:visited {
cursor:pointer;
color:blue;
text-decoration:underline;
} a:hover {
color:red;
text-decoration:none;
} a:active, a:focus {
color:green;
text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p {
padding:0;
margin:0 0 20px 0;
}
.subtitle_major {
border-top:1px solid #515697;
padding:10px 0 10px 0;
border-bottom:3px solid #515697;
}
#ttop {
padding:0 10px 0 10px;
background-color:#557fff;
margin-bottom:10px;
}
#tcenter {
padding:0 10px 0 10px;
/* Enable scollbar */
overflow:auto;
}
#tbottom {
padding:0 10px 0 10px;
margin-top:20px;
border-top:1px solid #557fff;
background-color:#ddffff;
}
#header {
/*position:absolute;
top:0;
left:0;*/
} #header .header_title {
/* height:41px;*/
color:#ffffff;
font-size:24px;
padding-left:70px;
} #header .header_commands {
padding:5px;
} #header .header_commands a {
padding:0 3px 0 5px;
border-right:1px dotted #ffffff;
color:#ffffff;
text-decoration:none;
}
#mainnav {
background:url(../image/common/csc_webtitle.png) center left transparent no-repeat;
margin:0 auto 0 auto;
width:760px;
text-align:right;
padding-top:20px;
padding-bottom:5px;
color:#ffffff;
vertical-align:bottom;
} #mainnav a, #mainnav a:link, #mainnav a:visited, #mainnav a:active {
font-size:14px;
color:#bbdfff;
text-decoration:none;
padding:0 30px 5px 5px;
border-left:3px solid #ffffff;
} #mainnav a:hover {
color:#ffffff;
}
#footer {
margin:0 auto 0 auto;
width:760px;
padding:5px;
} #footer img {
float:left;
margin:0 10px 0 0;
}
#webcam {
opacity:0.95;
position:absolute;
top:0;
left:0;
width:100%;
} #webcam div.webcamwindow {
padding:5px;
border:1px solid #000000;
background-color:#ffffff;
width:640px;
margin:10px auto 0 auto;
} #webcam h1 {
color:#000000;
text-align:left;
margin:0;
padding:0;
} #webcam div.webinfo {
margin-top:5px;
border-top:1px dotted #cccccc;
padding:5px;
text-align:right;
} #webcam a {
color:red;
text-decoration:none;
}
#ng {
opacity:0.85;
position:absolute;
top:0;
left:5%;
width:90%;
/*background-color:black;*/
background:url(../image/non-original/spinner.gif) center center white no-repeat;
border-bottom:1px solid #557fff;
border-width:0 0 1px 0;
color:white;
} #ng iframe {
width:100%;
height:400px;
border-width:0;
} #ng div {
border-top:1px solid black;
} #ng a {
color:#557fff;
text-decoration:none;
}
#loadingbar {
opacity:0.85;
position:absolute;
top:0;
left:0;
width:100%;
} #loadingbar div.loadingbartab {
height:32px;
width:120px;
text-align:left;
background:url(../image/non-original/spinner.gif) center right transparent no-repeat;
padding:3px 40px 3px 5px;
margin:20px auto 0 auto;
border:1px solid #000000;
font-size:12px;
font-weight:700;
text-transform:uppercase;
background-color:#ffffff;
}
#loadingbar div.loadingbartab img {
width:32px;
height:32px;
}
#content {
width:760px;
margin:0 auto 0 auto;
} #contetn #user {
} #content #user div {
border-bottom:1px dotted #cccccc;
margin:0 5px 5px 5px;
padding:5px 0 5px 0;
}

View File

@ -1 +0,0 @@
Can read?

View File

@ -1,7 +0,0 @@
2006.07.14 by Juti Noppornpitak (jnopporn@csclub.uwaterloo.ca)
The AJAX framework officially named "Yume" has been replaced. Everything
looks fine to me except ill-formatted XMLs.
2006.07.01 by Juti Noppornpitak (jnopporn@csclub.uwaterloo.ca)
The AJAX framework used on this website will be recoded. This might cause
some non-functional features or the temporary close of the website.

View File

@ -1 +0,0 @@
find /users/www/www/ | grep 'xml$' > conf/xmllist

View File

@ -1,47 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml">
<head>
<title>Computer Science Club of the University of Waterloo</title>
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<!-- Meta -->
<!-- CSS -->
<link href="css/essential.css" rel="stylesheet" type="text/css" />
<!-- CSS -->
<!-- Java Script -->
<script src="module/jscript/ajax.js" language="javascript"></script>
<script src="module/jscript/essential.js" language="javascript"></script>
<!-- Java Script -->
</head>
<body onload="startup()">
<div class="frame">
<?php
if(preg_match("/msie [1..6]/i", $_SERVER['HTTP_USER_AGENT'])) {
?>
<font color="red">Your web browser does not support CSS 3.0. Our external link panel and WebFeed panel are automatically
terminated by the system. To use the full potential of this homepage, please upgrade to the latest version.
We recommends to use <b>Firefox 0.8+, Opera 8+, Safari 2+, Konqueror 3.5+
or IE 7.</b></font>
<?php
} else if(preg_match("/msie 7/i", $_SERVER['HTTP_USER_AGENT'])) {
?>
<font color="blue">Your web browser is known that cannot retrieve the
(streaming) live feed from our server. To enable this feature, please
install <b>Firefox 0.8+, Opera 8+ and probable Safari 2+/Konqueror 3.5+.</b>
</font>
<?php
} else {
?>
<div id="webfeed"></div>
<div id="webextlink"></div>
<?php
}
?>
<div id="webtitle"></div>
<div id="webnav"></div>
<div id="webfooter"></div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1 +0,0 @@
spinner.gif -- created by Takashi Ohida of Qooqle.jp

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,24 +0,0 @@
<html>
<head>
<title>Under Construction</title>
</head>
<style>
div {
width:760px;
margin:10px auto 10px auto;
padding:5px;
border:1px solid #cccccc;
}
</style>
<body>
<div>
<h1>Mission Statement</h1>
<blockquote>Why are we redesigning the website?</blockquote>
<p>We try to make it work faster... a lot faster. How is it going to be faster?
Hehe... You will see. Moreover, we will try to make it more usable. Not just for
spying the office or see the traffic stat. But it should be able to do more.</p>
<p>If you have any suggestion, please mail me at <b>jnopporn [at] csclub</b></p>
<p>A beta of what the <a href="home.php">home page is here</a></p>
</div>
</body>
</html>

View File

@ -1,61 +0,0 @@
<?php session_start(); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml">
<head>
<title>Computer Science Club of the University of Waterloo</title>
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<!-- Meta -->
<!-- CSS -->
<link href="css/essential.css" rel="stylesheet" type="text/css" />
<!-- CSS -->
<!-- Java Script -->
<script src="module/jscript/ajax.js" language="javascript"></script>
<script src="module/jscript/com.js" language="javascript"></script>
<script src="module/jscript/callback.js" language="javascript"></script>
<script src="module/jscript/eventcontroller.js" language="javascript"></script>
<script src="module/jscript/helper.js" language="javascript"></script>
<script language="javascript">
var reqh = 160;
var header = new net.core(
"com/?run=header.php", ctrlHeader);
var footer = new net.core(
"com/?run=footer.php", ctrlFooter);
var mainnav = new net.core(
"com/?run=mainnav.php", ctrlMainNav);
var content = new net.core(
"module/php/runtime.php?page=index.xml",
ctrlContent, loadingbar);
var xwebcam = new net.core(
"module/ext/csclivefeed-reg.html",
widgetWebcam, widgetWebcamLoading);
window.onload = function() {
header.defaultConnect();
footer.defaultConnect();
mainnav.defaultConnect();
content.defaultConnect();
setComponentSize();
}
window.onresize = setComponentSize;
</script>
<!-- Java Script -->
</head>
<body>
<div id="tpopup">
<div id="webcam"></div>
<div id="ng"></div>
<div id="loadingbar"></div>
</div>
<div id="ttop">
<div id="header"></div>
<div id="mainnav"></div>
</div>
<div id="tcenter">
<div id="content"></div>
</div>
<div id="tbottom">
<div id="footer"></div>
</div>
</body>
</html>

View File

@ -1,3 +0,0 @@
echo "Updating..."
sudo cp -r ~jnopporn/www/csc-beta/* ~www/www/beta/ && chown -Rf www:root ~www/www/beta/
echo "Done."