Ignore:
Timestamp:
08/26/11 20:40:35 (13 years ago)
Author:
gaba
Message:

repoaction created ,
options + repositories moved to workspaceprofile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/scripts/mdservice_model.js

    r1493 r1496  
    804804                 uri = link('base',this.query_uri());
    805805         } else {
    806                  if (type == "xml"){
    807                          uri = link('sru',this.sruquery_uri());
    808                  } else {
     806                 //if (type == "xml"){
     807                 //      uri = link('sru',this.sruquery_uri());
     808                 //} else {
    809809                         uri = link('recordset',type, this.query_uri());
    810                 }             
     810                // }           
    811811         }
    812812        return uri;
     
    840840               
    841841                // USE CLIENT PAZPAR
     842                /*
    842843                if (reptype=="pazpar"){
    843844                        //pazpar handling this
     
    845846                        return;
    846847                }
     848         */
     849                // ALL types  = query uri,
     850                // pazpar server usage
     851                uri = link('recordset',this.format, this.query_uri());
    847852               
     853                /*
    848854                if (reptype=="md" ){
    849855                        uri = link('recordset',this.format, this.query_uri());
     
    861867                        }
    862868                }
     869                */
    863870
    864871               
Note: See TracChangeset for help on using the changeset viewer.