Changeset 986
- Timestamp:
- 03/22/08 13:39:48 (5 years ago)
- Location:
- branches/new-dialogs
- Files:
-
- 1 modified
- 1 moved
-
. (moved) (moved from branches/ray)
-
modules/InsertImage/insert_image.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/new-dialogs/modules/InsertImage/insert_image.js
r911 r986 15 15 -- 16 16 -- 17 -- $HeadURL : http://svn.xinha.python-hosting.com/branches/ray/modules/InsertImage/InsertImage.js$18 -- $LastChangedDate : 2007-03-19 17:27:42 +0100 (Mo, 19 Mrz 2007)$19 -- $LastChangedRevision : 791$20 -- $LastChangedBy : ray$17 -- $HeadURL$ 18 -- $LastChangedDate$ 19 -- $LastChangedRevision$ 20 -- $LastChangedBy$ 21 21 --------------------------------------------------------------------------*/ 22 22 … … 24 24 name : "InsertImage", 25 25 origin : "Xinha Core", 26 version : "$LastChangedRevision : 791$".replace(/^[^:]*: (.*) \$$/, '$1'),26 version : "$LastChangedRevision$".replace(/^[^:]*: (.*) \$$/, '$1'), 27 27 developer : "The Xinha Core Developer Team", 28 developer_url : "$HeadURL : http://svn.xinha.python-hosting.com/branches/ray/modules/InsertImage/InsertImage.js$".replace(/^[^:]*: (.*) \$$/, '$1'),28 developer_url : "$HeadURL$".replace(/^[^:]*: (.*) \$$/, '$1'), 29 29 sponsor : "", 30 30 sponsor_url : "",
