|  | <?php | 
|  |  | 
|  | $oldrels = array( | 
|  | "0.8.0" => array("2010/07/10", "http://archive.eclipse.org/mmt/qvtd/downloads/drops/0.8.0/S201007101005/"),	// explicit URL to show S | 
|  | "0.9.0" => "201206271156", | 
|  | "0.10.0" => "201306081712" | 
|  | ); | 
|  |  | 
|  | function showNotes() | 
|  | { | 
|  | ?> | 
|  | <div class="homeitem3col"> | 
|  | <h3>Questions?</h3> | 
|  | <p>If you have problems downloading the drops, contact the <a href="mailto:webmaster@eclipse.org">webmaster</a>.</p> | 
|  | <p>These are the minimum required downloads for using QVTd:</p> | 
|  | <ul> | 
|  | <li>To use QVTd, you require both the QVTd & <a href="/modeling/emf/downloads/?project=emf">EMF</a> Runtimes.</li> | 
|  | </ul> | 
|  | <p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p> | 
|  | </div> | 
|  | <?php | 
|  | } |