twingle/twingle/content/navigation navigation.js,1.5,1.6

[email protected] Mon, 10 Mar 2003 11:07:56 -0700 (MST)
Newsgroups gmane.comp.cms.oscom.twingle.cvs
Message-ID <[email protected]>
Update of /cvs/root/twingle/twingle/content/navigation
In directory alpha.oscom.org:/tmp/cvs-serv27372/content/navigation

Modified Files:
	navigation.js 
Log Message:
basic prototype for PUT saving of content...


Index: navigation.js
===================================================================
RCS file: /cvs/root/twingle/twingle/content/navigation/navigation.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** navigation.js	10 Mar 2003 10:45:45 -0000	1.5
--- navigation.js	10 Mar 2003 18:07:54 -0000	1.6
***************
*** 52,55 ****
--- 52,56 ----
    this.elementid = 'navigation-tree';
    this.sourceurlprop = this.oscomrdfns + "sourceurl";
+   this.saveurlprop = this.oscomrdfns + "saveurl";  
    this.previewurlprop = this.oscomrdfns + "previewurl"; 
    
***************
*** 107,110 ****
--- 108,113 ----
      var resourcetitle = rdf.getTarget(this.titleprop).getValue();
      var sourceurl = rdf.getTarget(this.sourceurlprop).getValue();    
+ 
+     var saveurl = rdf.getTarget(this.saveurlprop).getValue();        
      var previewurl = rdf.getTarget(this.previewurlprop).getValue();    
  
***************
*** 113,116 ****
--- 116,120 ----
      tp.resourcetitle = resourcetitle;
      tp.sourceurl = sourceurl;
+     tp.saveurl = saveurl;    
      tp.previewurl = previewurl;