OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@906...
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Fri, 6 Feb 2009 17:43:03 +0000 (17:43 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Fri, 6 Feb 2009 17:43:03 +0000 (17:43 +0000)
nucleus/javascript/admin.js
nucleus/javascript/bookmarklet.js
nucleus/javascript/compatibility.js
nucleus/javascript/edit.js
nucleus/javascript/numbercheck.js
nucleus/javascript/opennew.js
nucleus/javascript/templateEdit.js
nucleus/javascript/xmlhttprequest.js

index a15c3f8..8d76228 100755 (executable)
@@ -10,7 +10,7 @@
   *  
   * Some JavaScript code for the admin area
   *
-  * $Id: admin.js,v 1.7 2008-02-08 09:31:22 kimitake Exp $
+  * $Id$
   * $NucleusJP: admin.js,v 1.6.2.1 2007/09/05 05:58:56 kimitake Exp $
   */
 
index 9973bf0..050ed81 100755 (executable)
@@ -10,7 +10,7 @@
   *  
   * Some JavaScript code for the bookmarklets
   *
-  * $Id: bookmarklet.js,v 1.5 2007-02-04 06:28:45 kimitake Exp $
+  * $Id$
   * $NucleusJP: bookmarklet.js,v 1.4 2006/07/12 07:11:47 kimitake Exp $
   */
 
index 8e9901e..2adbf7c 100755 (executable)
@@ -18,7 +18,7 @@
   *
   * That's basically it :)
   *
-  * $Id: compatibility.js,v 1.5 2007-02-04 06:28:45 kimitake Exp $
+  * $Id$
   * $NucleusJP: compatibility.js,v 1.4 2006/07/12 07:11:47 kimitake Exp $
   */
 
index 16a69f0..8f0e535 100755 (executable)
@@ -11,7 +11,7 @@
   * This file contains functions to allow adding items from inside the weblog.
   * Also contains code to avoid submitting form data twice.
   *
-  * $Id: edit.js,v 1.6 2007-02-04 06:28:45 kimitake Exp $
+  * $Id$
   * $NucleusJP: edit.js,v 1.5 2006/07/12 07:11:47 kimitake Exp $
   */
 
index 96d2c35..eb815fd 100755 (executable)
@@ -11,7 +11,7 @@
   * script the check (on the clientside) if a entered value
   * is a valid number and remove the invalid chars
   *
-  * $Id: numbercheck.js,v 1.4 2007-02-04 06:28:45 kimitake Exp $
+  * $Id$
   * $NucleusJP: numbercheck.js,v 1.3 2006/07/12 07:11:47 kimitake Exp $
   */
 
index 2c1995a..73be84a 100755 (executable)
@@ -8,7 +8,7 @@
  * of the License, or (at your option) any later version.
  * (see nucleus/documentation/index.html#license for more info)
  *
- * $Id: opennew.js,v 1.5 2007-02-04 06:28:45 kimitake Exp $
+ * $Id$
  * $NucleusJP: opennew.js,v 1.4 2006/07/12 07:11:47 kimitake Exp $
  *
  * JavaScript to open non-local links in a new window.
index ac7dfcc..37feeed 100755 (executable)
@@ -12,7 +12,7 @@
   *
   * @require compatibility.js
   *
-  * $Id: templateEdit.js,v 1.5 2007-02-04 06:28:45 kimitake Exp $
+  * $Id$
   * $NucleusJP: templateEdit.js,v 1.4 2006/07/12 07:11:47 kimitake Exp $
   */
 
index 3252d09..c7cda66 100644 (file)
@@ -39,7 +39,7 @@
   *     <input type="button" name="autosavenow" value="AutoSave now" onclick="autoSaveDraft();" />
   *
   *
-  * $Id: xmlhttprequest.js,v 1.1 2007-02-28 21:34:18 kimitake Exp $
+  * $Id$
   * $NucleusJP$
   */