Changeset 2331
- Timestamp:
- 10/11/07 23:08:16 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechServer.php
r2326 r2331 37 37 <param name="compressionmode" value="$compressionmode"/> 38 38 <param name="compressionmodes" value="$compressionmodes"/> 39 The VoxForge audio recorder applet should appear here. Please check that you have Java enabled in your web browser - this is 40 required in order to use the audio recorder. 39 <table style="background-color: rgb(255, 195, 1);" border="1" height="24" width="550"><tbody><tr><td> The VoxForge Speech Submission Applet should appear here. Please see the VoxForge <a href="http://www.voxforge.org/home/read2/java" color="ffffff">Java Troubleshooting Guide</a> to determine if you have Java installed on your PC - this is required in order to use the audio recorder.<br></td></tr></tbody></table> 40 41 41 </applet> 42 42 ENDHTMLFRAGMENT; Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechWebGUI.php
r2309 r2331 11 11 12 12 echo speex_postlet_applet( 13 'http:// www.repository.voxforge1.org/SubmitSpeech/javaUploadServer.php',14 'http:// www.repository.voxforge1.org/SubmitSpeech/endpage.php',15 'http:// www.repository.voxforge1.org/SubmitSpeech'13 'http://read.voxforge1.org/javaUploadServer.php', 14 'http://read.voxforge1.org/endpage.php', 15 'http://read.voxforge1.org' 16 16 ); 17 17