Changeset 1129 for MDService2/trunk


Ignore:
Timestamp:
02/17/11 10:47:33 (13 years ago)
Author:
vronk
Message:
 
Location:
MDService2/trunk/MDService2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/WebContent/static/data.xml

    r1085 r1129  
    2121                        <li>at <strong>ICLTT, Vienna</strong>:
    2222                                <ul>
    23                                         <li>by <a href="/MDService2/collections/htmlpage?maxdepth=3" >Collections</a></li>
    24                                         <li>by <a href="/MDService2/terms/htmlpage/?q=all" >Profiles</a></li>
     23                                        <li>by <a href="/MDService2/collections/htmlpage?maxdepth=3&amp;repository=1" >Collections</a></li>
     24                                        <li>by <a href="/MDService2/terms/htmlpage/?q=all&amp;repository=1" >Profiles</a></li>
    2525                                </ul>   
    2626                        </li>
  • MDService2/trunk/MDService2/WebContent/static/welcome.xml

    r1085 r1129  
    1717                        it is still demo-quality and cannot yet be seen and used as reliable service.
    1818                        Lot of work is still needed both on the data quality and user interface.</p>
    19                         <p>Especially there are plans for a substantial rework of the user-interface in the coming month, based on feedback at CMDI-Workshop in Nijmegen 2011-01-17, next to continuous integration of new datasets (provided for harvesting by the <a href="http://www.clarin.eu/centres" >CLARIN centres)</a>.</p>
     19                        <p>Especially there are plans for a substantial rework of the user-interface in the coming month, based on feedback at CMDI-Workshop in Nijmegen 2011-01-17, next to continuous integration of new datasets (provided for harvesting by the <a href="http://www.clarin.eu/centres" >CLARIN centres</a>).</p>
    2020                        <p>Nevertheless we invite you to try it out and look forward to any critical remarks at: cmdi_at_clarin_dot_eu</p>
    2121                </div>
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/TermsProxyAction.java

    r1076 r1129  
    119119                URL targetURL = null;
    120120                //targetURL = new URL(getBaseURI() + getQ());
    121                 Admin.notifyUser("TPA.q: " + getBaseURI() + getQ() + getRepository());         
     121                Admin.notifyUser("TPA.q: " + getBaseURI() + getQ() + getRepository());
     122                // FIXME: this looks like an ugly hack!
     123                if (getMaxdepth()==0)  setMaxdepth(1);
    122124                targetURL = new URL(getBaseURI() + getQ() + "&maxdepth=" + getMaxdepth() + "&repository=" + getRepository());
    123125                // TPA.targetURL:http://localhost:8080/MDService2/model/matrix/?q=all
Note: See TracChangeset for help on using the changeset viewer.