Remove unreferenced vfeed.js file

This commit is contained in:
David Bartley 2007-09-29 22:23:14 -04:00
parent affe285203
commit f2bd062e53
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
var e = document.getElementById("vfeed");
var f = new net.core("http://caramel-colour.csclub.uwaterloo.ca:8080/singleframe", "rvf");
function callvfeed() {
f.connect("http://caramel-colour.csclub.uwaterloo.ca:8080/singleframe");
e.innerHTML = "<div class=\"vfeedmon\">"
+ "<div id=\"rvf\">Connecting...</div>"
+ "<h2>Visual Feed from the Office</h2>";
+ "<div class=\"vfeed-cmds\">Feed 1 | Feed 2 | "
+ "<a href=\"#\" onclick=\"stopvfeed()\">X</div>";
+ "</div>";
}
function stopvfeed() {
e.innerHTML = "";
}
document.getElementById("extracmds").innerHTML = "<a href=\"#\" onclick=\"callvfeed()\">Visual Feed</a>";

View File

@ -64,7 +64,6 @@
<xsl:template name="header">
<xsl:param name="title" />
<xsl:param name="href" />
<div id="vfeed" />
<div class="webtitle">
<div class="csclogo">
<a href="{$g_pre}"><img src="{$g_pre}logos/csc_80_35_white.png"