Explorar el Código

A little more shuffling/deleting

Nathaniel van Diepen hace 11 años
padre
commit
32e9fdff06
Se han modificado 2 ficheros con 0 adiciones y 111 borrados
  1. 0 111
      www/Options.html
  2. 0 0
      www/data/beep.wav

+ 0 - 111
www/Options.html

@@ -1,111 +0,0 @@
-<!--
-/*
-    OmnomIRC COPYRIGHT 2010,2011 Netham45
-
-    This file is part of OmnomIRC.
-
-    OmnomIRC is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OmnomIRC is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OmnomIRC.  If not, see <http://www.gnu.org/licenses/>.
-*/
-!-->
-<html>
-<head>
-<title>OmnomIRC Options</title>
-<link rel="stylesheet" type="text/css" href="style.css" />
-<script src="Omnom_Options.js"></script>
-<style type="text/css">
-body,td,tr,pre,table{
-	font-size: 13px;font-family:verdana,sans-serif;line-height:17px;
-}
-td
-{
-	width:auto;
-	height:20px;
-	white-space: inherit;
-	word-wrap: inherit;
-}
-table
-{
-	height:auto;
-}
-tr td:nth-child(4) {
-	padding-left:10px;
-}
-tr td:nth-child(2) {
-	border-right:1px solid;
-}
-tr td:nth-child(5) {
-	border-right:1px solid;
-}
-</style>
-<script type="text/javascript">
-function warning()
-{
-	alert("-READ THIS-\nNot all extra channels are owned and controlled by Omnimaga. We cannot be held liable for the content of them.\n\nBy using them, you agree to be governed by the rules inside them.\n\nOmnimaga rules still apply for OmnomIRC communication.");
-	setOption(9,'T');
-}
-</script>
-</head>
-<!--
-Options:
-1 - highlight bold
-2 - highlight red
-3 - color names
-4 - currentChannel
-5 - enabled
-6 - alternating line highlight
-7 - enable chrome notifications
-8 - ding on highlight
-9 - show extra channels
-10 - show timestamps
-11 - show updates in status bar
-12 - show smileys
--->
-<body>
-<table>
-<tr><td>
-Highlight Bold:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(1,"T") == "T", "Yes", "No", "setOption(1,\'T\');", "setOption(1,\'F\');"));</script>
-</td><td>
-Highlight Red:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(2,"T") == "T", "Yes", "No", "setOption(2,\'T\');", "setOption(2,\'F\');"));</script>
-</td></tr><tr><td>
-Colored Names:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(3,"F") == "T", "Yes", "No", "setOption(3,\'T\');", "setOption(3,\'F\');"));</script>
-</td><td>
-Show extra Channels:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(9,"F") == "T", "Yes", "No", "warning();", "setOption(9,\'F\');"));</script>
-</td></tr><tr><td>
-Alternating Line Highlight:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(6,"T") == "T", "Yes", "No", "setOption(6,\'T\');", "setOption(6,\'F\');"));</script>
-</td><td>
-Enabled:</td><td> <script type="text/javascript"> document.write(getHTMLToggle(getOption(5,"T") == "T", "Yes", "No", "setOption(5,\'T\');", "setOption(5,\'F\');"));</script>
-</td></tr><tr><td>
-Ding on Highlight:</td><td><script type="text/javascript"> document.write(getHTMLToggle(getOption(8,"F") == "T", "Yes", "No", "setOption(8,\'T\');", "setOption(8,\'F\');"));</script>
-</td><td>
-Show Timestamps:</td><td><script type="text/javascript"> document.write(getHTMLToggle(getOption(10,"F") == "T", "Yes", "No", "setOption(10,\'T\');", "setOption(10,\'F\');"));</script>
-</td></tr><tr><td>
-Show Updates in Browser Status Bar:</td><td><script type="text/javascript"> document.write(getHTMLToggle(getOption(11,"T") == "T", "Yes", "No", "setOption(11,\'T\');", "setOption(11,\'F\');"));</script>
-</td><td>
-Show smileys:</td><td><script type="text/javascript"> document.write(getHTMLToggle(getOption(12,"T") == "T", "Yes", "No", "setOption(12,\'T\');", "setOption(12,\'F\');"));</script>
-</td></tr>
-<script type="text/javascript">
-if (window.webkitNotifications != undefined && window.webkitNotifications != null && window.webkitNotifications)
-{
-	document.write("<tr><td>Chrome Notifications:</td><td>");
-	document.write(getHTMLToggle(getOption(7,"F") == "T","Yes","No","setAllowNotification();","setOption(7,'F')"));
-	document.write("</tr></td>");
-}
-</script>
-</table>
-<a href="#" onclick="clearCookies()">Clear Cookies</a>
-<br/><br/>
-<br/><br/>
-<div style="top:100%;margin-top:-33pt;position:absolute;"><a href="index.php"><span style="font-size:30pt;">&#8592;</span><span style="font-size:18pt;top:-3pt;position:relative;">Back<span></a></div>
-</body>
-</html>

+ 0 - 0
www/beep.wav → www/data/beep.wav