Subversion Repositories munaweb

Rev

Rev 53 | Rev 68 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 55
Line 1982... Line 1982...
1982
    var format = document.getElementById('format').value;
1982
    var format = document.getElementById('format').value;
1983
    xw.writeElementString('ListingType', format);
1983
    xw.writeElementString('ListingType', format);
1984
    if (format == 'Chinese') {
1984
    if (format == 'Chinese') {
1985
        xw.writeElementString('ListingDuration', 'Days_7');
1985
        xw.writeElementString('ListingDuration', 'Days_7');
1986
    } else if (format == 'FixedPriceItem') {
1986
    } else if (format == 'FixedPriceItem') {
1987
        xw.writeElementString('ListingDuration', 'Days_30');
1987
        xw.writeElementString('ListingDuration', 'GTC');
1988
    }
1988
    }
1989
 
1989
 
1990
    xw.writeStartElement('PrimaryCategory');
1990
    xw.writeStartElement('PrimaryCategory');
1991
    xw.writeElementString('CategoryID', category);
1991
    xw.writeElementString('CategoryID', category);
1992
    xw.writeEndElement(); /* PrimaryCategory */
1992
    xw.writeEndElement(); /* PrimaryCategory */