<?php /* File: index.php List of legacy mode test scripts. Title: Legacy mode test index. Please see <copyright.inc.php> for a detailed description, copyright and license information. */ /* @package xajax @version $Id: index.php 361 2007-05-24 12:48:14Z calltoconstruct $ @copyright Copyright (c) 2005-2006 by Jared White & J. Max Wilson @license http://www.xajaxproject.org/bsd_license.txt BSD License */ echo '<' . '?xml version="1.0" encoding="UTF-8"?' . '>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>xajax Legacy Mode Tests</title> </head> <body> <h1>xajax Legacy Mode Tests</h1> <ul> <li><a href="catchAllFunctionTest.php">Catch-all Function Test</a></li> <li><a href="preFunctionTest.php">Pre-function Test</a></li> <li><a href="jsLoadingTest.php">Javascript Loading Function Test</a></li> </ul> <h2><a href="../index.php">Back to normal tests</a></h2> </body> </html>