Remove the SVN keywords.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 20:49:34 +0000 (15:49 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Dec 2010 20:49:34 +0000 (15:49 -0500)
RGB Converter.wdgt/Widget.css
RGB Converter.wdgt/Widget.html
RGB Converter.wdgt/Widget.js

index eeb326030677935b6e3a949ac73f5161b01258b0..ad6d1f16a6efeb570d2243a57ea9086ddf0deb55 100644 (file)
@@ -161,10 +161,3 @@ a
   bottom: 10px;
   left: 10px;
 }
-
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
\ No newline at end of file
index 923f31d3ba0ac57a070f60dea5e5fc80c052f9b5..942792327387ff4c1cb7e87a1501555b3d03929c 100644 (file)
@@ -24,7 +24,7 @@
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>RGB Conveter $Revision$</title>
+  <title>RGB Conveter</title>
   <style type="text/css">
     @import "Widget.css";
   </style>
@@ -32,7 +32,7 @@
   <script src="file:///System/Library/WidgetResources/button/genericButton.js" type="text/javascript"></script>
 </head>
 
-<body onload="setup()">
+<body onload="Setup()">
   <img src="Default.png" id="shadow"/>
   <canvas id="wheel" width="186" height="186" onmousemove="mousemove(event);" onmouseout="mouseexit(event);"></canvas>
   <!-- front -->
   <!-- back -->
   <div id="back">
     <div id="backtext">
-      <div><strong style="font-size: 12px">RGB Converter</strong>, 3.0 <span id="revision">($Revision$)</span></div>
-      <div>&copy;2002-2010 <a href="javascript:widget.openURL('http://www.bluestatic.org')">Blue Static</a><div>
+      <div><strong style="font-size: 12px">RGB Converter</strong>, 3.0</div>
+      <div>&copy;2002-2010 <a href="javascript:widget.openURL('https://www.bluestatic.org')">Blue Static</a><div>
       <div id="backbutton"></div>
     </div>    
   </div>
   <!-- / back -->
 </body>
-</html>
-
-<!--
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
--->
\ No newline at end of file
+</html>
\ No newline at end of file
index 3184cf0722d12d8b187698ca8c0a177bfbb7c4ca..87222e9c7477efc24acb96b7df31207767c2f2d3 100644 (file)
@@ -29,7 +29,7 @@ var backShowing_ = false;
 
 // ###################################################################
 // widget init
-function setup()
+function Setup()
 {
   Draw();
   createGenericButton(document.getElementById("backbutton"), "Done", hide_back, 0);
@@ -440,10 +440,3 @@ function exitflip(event)
 {
   document.getElementById("fliprollie").style.display = "none";
 }
-
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
\ No newline at end of file