Changeset 3314


Ignore:
Timestamp:
08/08/13 09:44:49 (11 years ago)
Author:
sroth
Message:

Minor formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/client/trunk/chrome/markingcollection/content/markingcollection/annotator-service/conversion.utils.js

    r3312 r3314  
    7474   
    7575    var annotation = '<?xml version="1.0" encoding="UTF-8"?>\n\
    76                       <annotation xmlns="http://www.dasish.eu/ns/addit" \n\
     76                      <annotation xmlns="http://www.dasish.eu/ns/addit"\n\
    7777                            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
    7878                            xmlns:xhtml="http://www.w3.org/1999/xhtml"\n\
    7979                            xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd"\n\
    80                             URI="temp-annotation-'+om_object.oid+'" \n\
     80                            URI="temp-annotation-'+om_object.oid+'"\n\
    8181                            timeStamp="'+timestamp.toISOString()+'">\n\
    82                         <owner ref="http://dasish.eu/users/how_will_this_be_sent_from_the_client"/>\n\
     82                        <owner ref="http://dasish.eu/users//UIxyz/how_will_this_be_sent_from_the_client"/>\n\
    8383                        <headline>'+om_object.oid_title+'</headline>\n\
    8484                        <body type="Note" ref="tmp'+om_object.oid+'">\n\
     
    9393                            </target>\n\
    9494                        </targetSources>\n\
    95                         <permissions ref="http://dasish.eu/permissions/PermissionsListIDxyz"/>\n\
     95                        <permissions ref="tmpPermissionsListID'+om_object.oid+'"/>\n\
    9696                      </annotation>';
    9797    return annotation;
Note: See TracChangeset for help on using the changeset viewer.