-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speech added back to the backend and front end
Logger writes xml speech synthesis utterances when logger has completed task in back end and front end
- Loading branch information
1 parent
f73c5a1
commit db9abae
Showing
57 changed files
with
353 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ ul { | |
} | ||
|
||
li { | ||
float: right; | ||
float: left; | ||
width: 50%; | ||
height: 50px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
foreach($_POST as $variable => $value) | ||
{ | ||
$handle = fopen("./en/index.txt", "a"); | ||
fwrite($handle, "$value" | ||
. "\r\n"); | ||
} | ||
echo "<body onload='loadout()'><script>function loadout(){window.location.href = './en/index.txt'}</script>"; | ||
echo "<script> var msg = new SpeechSynthesisUtterance('page edited'); window.speechSynthesis.speak(msg); </script>"; | ||
fclose($handle); | ||
exit(); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="width=device-width"> | ||
<style> | ||
fieldset | ||
{ | ||
position:absolute; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
</style> | ||
<title> | ||
about | ||
</title> | ||
<head><meta name="viewport"content="width=device-width"> | ||
<style>fieldset{position:absolute;width:100%;height: 100%;}</style> | ||
<title>about</title> | ||
</head> | ||
<body> | ||
<body><script> var msg = new SpeechSynthesisUtterance('about'); window.speechSynthesis.speak(msg); </script> | ||
<fieldset> | ||
<legend>about</legend> | ||
<!-- <script> var msg = new SpeechSynthesisUtterance('precipitation'); window.speechSynthesis.speak(msg); </script> | ||
--></fieldset> | ||
</fieldset> | ||
</body> | ||
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
about |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
balance |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head><meta name="viewport"content="width=device-width"> | ||
<style>fieldset{position:absolute;width:100%;height: 100%;}</style> | ||
<title>calculation</title> | ||
</head> | ||
<body><fieldset> | ||
<legend>calculation</legend><script> var msg = new SpeechSynthesisUtterance('calculation'); window.speechSynthesis.speak(msg); </script | ||
</fieldset> | ||
</body> | ||
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
calculation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
condensation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head><meta name="viewport"content="width=device-width"> | ||
<style>fieldset{position:absolute;width:100%;height: 100%;}</style> | ||
<title>creativity</title> | ||
</head> | ||
<body><fieldset> | ||
<legend>creativity</legend><script> var msg = new SpeechSynthesisUtterance('creativity'); window.speechSynthesis.speak(msg); </script | ||
</fieldset> | ||
</body> | ||
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
creativity |
Oops, something went wrong.