summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/eq2db
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-13 12:02:21 +0900
committerNorbert Preining <norbert@preining.info>2017-07-13 12:04:05 +0900
commit459f3ab214a7c0ef2439e77572f83e7c80858ee4 (patch)
tree0f8fc00cf4a6365eebe0c133543b142c77e86923 /texmf-dist/tex/latex/eq2db
parentab67424b0c9b27c6feeb619d0fe7937cd23ed9ba (diff)
add eq2db fitr jj-game
Diffstat (limited to 'texmf-dist/tex/latex/eq2db')
-rw-r--r--texmf-dist/tex/latex/eq2db/eq2db.sty166
-rw-r--r--texmf-dist/tex/latex/eq2db/eqemail.def69
-rw-r--r--texmf-dist/tex/latex/eq2db/eqrecord.def54
-rw-r--r--texmf-dist/tex/latex/eq2db/eqtext.def68
-rw-r--r--texmf-dist/tex/latex/eq2db/taoas.def74
5 files changed, 431 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/eq2db/eq2db.sty b/texmf-dist/tex/latex/eq2db/eq2db.sty
new file mode 100644
index 00000000..fe678ea6
--- /dev/null
+++ b/texmf-dist/tex/latex/eq2db/eq2db.sty
@@ -0,0 +1,166 @@
+%%
+%% This is file `eq2db.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eq2db.dtx (with options: `copyright,package')
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Eq2DB.sty package, 2001-9-01 %%
+%% Copyright (C) 2014 D. P. Story %%
+%% dpstory@uakron.edu %%
+%% %%
+%% This program can redistributed and/or modified under %%
+%% the terms of the LaTeX Project Public License %%
+%% Distributed from CTAN archives in directory %%
+%% macros/latex/base/lppl.txt; either version 1 of the %%
+%% License, or (at your option) any later version. %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{eq2db}
+ [2016/01/02 v2.0 Save Exerquiz results to a Database, Email, or text file (dps)]
+\RequirePackage{xkeyval}
+\let\eq@optioncode\@empty
+\DeclareOptionX{eqRecord}{\def\eq@optioncode{\input{eqrecord.def}}}
+\DeclareOptionX{eqEmail}{\def\eq@optioncode{\input{eqemail.def}}}
+\DeclareOptionX{eqText}{\def\eq@optioncode{\input{eqtext.def}}}
+\DeclareOptionX{taoas}{\def\eq@optioncode{\input{taoas.def}}}
+\DeclareOptionX{custom}[eq2dbcus]{\def\eq@optioncode{\input{#1.def}}}
+\def\eq@optioncode{\input{eq2dbcus.def}}
+\let\eqdb@YES=y \let\eqdb@NO=n
+\DeclareOptionX{tagged}{\let\eqdb@tagged\eqdb@YES}
+\let\eqdb@tagged\eqdb@NO
+\define@choicekey*+{eq2db.sty}{submitAs}[\val\nr]{FDF,HTML,XML}[FDF]{%
+ \ifcase\nr\relax
+ \def\eqdb@submitType{FDF}\or
+ \def\eqdb@submitType{HTML}\or
+ \def\eqdb@submitType{XML}\else
+ \def\eqdb@submitType{FDF}\fi
+ }{\PackageWarning{eq2db}{Bad choice for submitAs,
+ permissible values are\MessageBreak FDF, HTML, and XML.\MessageBreak
+ Using the default FDF}%
+}
+\def\eqdb@submitType{FDF}
+\ProcessOptionsX
+\RequirePackage{exerquiz}
+\newtoks\addtohidden \addtohidden={}
+\def\eq@addHiddenTextFields{}
+\renewcommand\addHiddenTextField[3][]{%
+ \addtohidden=\expandafter{\eq@addHiddenTextFields
+ \llap{\hiddenTextField[#1]{#2}{#3}}}%
+ \edef\eq@addHiddenTextFields{\the\addtohidden}%
+}
+\newcommand\hiddenTextField[3][]{\textField
+ [\DV{#3}\V{#3}\F2#1]{#2}{10bp}{10bp}}
+\newtoks\populatehiddenfields \populatehiddenfields={}
+\def\eq@populateHiddenFields{}
+\def\eq@initializepopulate{\gdef\eq@populateHiddenFields{}%
+ \global\populatehiddenfields={}}
+\renewcommand\populateHiddenField[2]{%
+ \populatehiddenfields=\expandafter{\eq@populateHiddenFields
+ this.getField("#1").value=#2;\jsR\jsT\jsT}%
+ \edef\eq@populateHiddenFields{\the\populatehiddenfields}%
+}
+\def\eq@clearHiddenFields{\global\let\eq@populateHiddenFields=\@empty
+ \global\let\eq@addHiddenTextFields=\@empty
+}
+\let\basicFieldsSet\eqdb@NO
+\providecommand{\rtnURL}{\definePath{\thisRtnURL}}
+\let\thisRtnURL\@empty
+\eq@optioncode
+\ifx\eqdb@tagged\eqdb@YES
+\begin{insDLJS}[gatherTaggedQuizData]{eqtagged}%
+{Eq2db: Gather Tagged Data}
+function gatherTaggedQuizData(currQuiz,filename,nQuestions) {
+ var hasGroupedResp=false;
+ var xmlResp="";
+ var cResponses="<results id=\""+currQuiz+"\" file=\""+filename%
++"\" n=\""+nQuestions+"\">";
+ var eqCredit;
+ for ( var i=1; i <= nQuestions; i++)
+ {
+ if (typeof RightWrong[i] == "undefined") RightWrong[i]=0;
+ if (typeof Responses[i] == "undefined") { %
+Responses[i]=""; eqCredit=0; }
+ if ( typeof ProbDist[i] == "undefined" ) ProbDist[i]=0;
+ if (typeof ProbType[i] == "undefined") ProbType[i]="na";
+ else eqCredit=ProbDist[i];
+ hasGroupedResp=( (typeof ProbValue[i] == "object") && %
+(ProbValue[i][0]==1) );
+ cResponses += "<question n=\"" + i + "\" type=\""
+ + aPointType[i][1]+"\"";
+ cResponses += " ptype=\""+ProbType[i]+"\"";
+ switch ( aPointType[i][1] ) {
+ case "grp":
+ if ( hasGroupedResp ) {
+ var f=this.getField("grpobj."+currQuiz+"."+i);
+ var l=f.getArray().length;
+ RightWrong[i].length=l+1;
+ Responses[i].length=l+1;
+ if (hasGroupedResp)
+ cResponses += %
+" points=\""+ProbValue[i][2] + "\"";
+ else
+ cResponses += %
+" points=\""+aPointType[i][0] + "\"";
+ cResponses += " credit=\""+eqCredit + "\"";
+ xmlResp="";
+ for ( var j=1; j < RightWrong[i].length; j++) {
+ if ( typeof RightWrong[i][j] == "undefined" ) %
+RightWrong[i][j]=0;
+ xmlResp += %
+( typeof Responses[i][j] == "undefined" ) ? %
+"<grpvalue></grpvalue>" : "<grpvalue>"+Responses[i][j]+"</grpvalue>";
+ }
+ cResponses += %
+" correct=\"["+RightWrong[i].slice(1)+"]\">";
+ cResponses += "<value>"+xmlResp+"</value>";
+ } else {
+ cResponses += " points=\""+aPointType[i][0] + "\"";
+ cResponses += " credit=\""+eqCredit + "\"";
+ cResponses += " correct=\""+RightWrong[i]+"\">";
+ cResponses += "<value>"+Responses[i]+"</value>";
+ }
+ break;
+ case "ms":
+ cResponses += " points=\""+aPointType[i][0] + "\"";
+ cResponses += " credit=\""+eqCredit + "\"";
+ if ( typeof RightWrong[i][2] == "undefined" ) {
+ cResponses += " correct=\"0\">";
+ cResponses += "<value></value>";
+ } else {
+ var f=this.getField("mck."+currQuiz+"."+i);
+ var l=f.getArray().length;
+ RightWrong[i][2].length=l+1;
+ Responses[i].length=l+1;
+ RightWrong[i][2].shift();
+ cResponses += %
+" correct=\""+RightWrong[i].toSource()+"\">";
+ xmlResp="";
+ for ( var j=1; j < RightWrong[i][2].length; j++) {
+ if (typeof RightWrong[i][2][j] == "undefined") %
+RightWrong[i][2][j]=0;
+ xmlResp +=
+( typeof Responses[i][j] == "undefined" ) ? %
+"<msvalue></msvalue>" : "<msvalue>"+Responses[i][j]+"</msvalue>";
+ }
+ cResponses += "<value>"+xmlResp+"</value>";
+ }
+ break;
+ default:
+ cResponses += " points=\""+aPointType[i][0] + "\"";
+ cResponses += " credit=\""+eqCredit + "\"";
+ cResponses += " correct=\""+RightWrong[i]+"\">";
+ cResponses += "<value>"+Responses[i]+"</value>";
+ }
+ cResponses += "</question>";
+ }
+ cResponses += "</results>";
+ return cResponses;
+}
+\end{insDLJS}
+\fi
+\endinput
+%%
+%% End of file `eq2db.sty'.
diff --git a/texmf-dist/tex/latex/eq2db/eqemail.def b/texmf-dist/tex/latex/eq2db/eqemail.def
new file mode 100644
index 00000000..4c276184
--- /dev/null
+++ b/texmf-dist/tex/latex/eq2db/eqemail.def
@@ -0,0 +1,69 @@
+%%
+%% This is file `eqemail.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eq2db.dtx (with options: `copyright,eqemail')
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Eq2DB.sty package, 2001-9-01 %%
+%% Copyright (C) 2014 D. P. Story %%
+%% dpstory@uakron.edu %%
+%% %%
+%% This program can redistributed and/or modified under %%
+%% the terms of the LaTeX Project Public License %%
+%% Distributed from CTAN archives in directory %%
+%% macros/latex/base/lppl.txt; either version 1 of the %%
+%% License, or (at your option) any later version. %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\def\htmlSubmitType{HTML}
+\def\insertHTMLs{,"pdfFileName","rtnURL"}
+\def\eq@insertHiddenFields{%
+ \ifx\basicFieldsSet\eqdb@NO
+ \addHiddenTextField{mailTo}{}%
+ \addHiddenTextField{courseName}{}%
+ \addHiddenTextField{quizName}{}%
+ \ifx\eqdb@submitType\htmlSubmitType
+ \addHiddenTextField{pdfFileName}{}
+ \addHiddenTextField{rtnURL}{\thisRtnURL}\fi
+ \global\let\basicFieldsSet\eqdb@YES
+ \fi
+ \addHiddenTextField{\curr@quiz.ptScore}{}
+ \addHiddenTextField{\curr@quiz.nPointTotal}{\theeqpointvalue}
+ \addHiddenTextField{\curr@quiz.numQuestions}{\thequestionno}%
+ \addHiddenTextField{\curr@quiz.numCorrect}{}%
+ \addHiddenTextField{\curr@quiz.Responses}{}%
+ \eq@addHiddenTextFields
+ \eq@clearHiddenFields
+}
+\def\eq@submitURL{%
+ this.getField("mailTo").value="\db@Name";\jsR\jsT\jsT
+ this.getField("courseName").value="\db@Table";\jsR\jsT\jsT
+ this.getField("quizName").value="\curr@quiz";\jsR\jsT\jsT
+ this.getField("\curr@quiz.numCorrect").value=Score;\jsR\jsT\jsT
+ this.getField("\curr@quiz.ptScore").value=ptScore;\jsR\jsT\jsT
+\ifx\eqdb@submitType\htmlSubmitType
+ this.getField("pdfFileName").value=%
+ this.documentFileName;\jsR\jsT\jsT
+\fi
+ var aPointType=new Array(\aPointType);\jsR\jsT\jsT
+\ifx\eqdb@tagged\eqdb@YES
+ var cResponses=gatherTaggedQuizData("\currQuiz",%
+ this.documentFileName,\thequestionno);\jsR\jsT\jsT
+\else
+ var cResponses=Responses.toString().substr(1);\jsR\jsT\jsT
+\fi
+ this.getField("\curr@quiz.Responses").value=cResponses;\jsR\jsT\jsT
+ \eq@populateHiddenFields
+ var aSubmitFields=new Array("\curr@quiz","IdInfo",%
+ "mailTo","courseName","quizName"%
+\ifx\eqdb@submitType\htmlSubmitType\insertHTMLs\fi);\jsR\jsT\jsT
+ \priorSubmitQuiz
+ this.submitForm({cURL: \eq@CGI,bEmpty: false,%
+ aFields: aSubmitFields,%
+ cSubmitAs: "\eqdb@submitType" });\jsR\jsT\jsT
+}
+\endinput
+%%
+%% End of file `eqemail.def'.
diff --git a/texmf-dist/tex/latex/eq2db/eqrecord.def b/texmf-dist/tex/latex/eq2db/eqrecord.def
new file mode 100644
index 00000000..39f5e26a
--- /dev/null
+++ b/texmf-dist/tex/latex/eq2db/eqrecord.def
@@ -0,0 +1,54 @@
+%%
+%% This is file `eqrecord.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eq2db.dtx (with options: `copyright,eqrecord')
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Eq2DB.sty package, 2001-9-01 %%
+%% Copyright (C) 2014 D. P. Story %%
+%% dpstory@uakron.edu %%
+%% %%
+%% This program can redistributed and/or modified under %%
+%% the terms of the LaTeX Project Public License %%
+%% Distributed from CTAN archives in directory %%
+%% macros/latex/base/lppl.txt; either version 1 of the %%
+%% License, or (at your option) any later version. %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\def\eq@insertHiddenFields{%
+ \ifx\basicFieldsSet\eqdb@NO
+ \addHiddenTextField{dbName}{}%
+ \addHiddenTextField{dbTable}{}%
+ \addHiddenTextField{quizName}{}%
+ \global\let\basicFieldsSet\eqdb@YES
+ \fi
+ \addHiddenTextField{\curr@quiz.numQuestions}{\thequestionno}%
+ \addHiddenTextField{\curr@quiz.numCorrect}{}%
+ \addHiddenTextField{\curr@quiz.Responses}{}%
+ \eq@addHiddenTextFields
+ \eq@clearHiddenFields
+}
+\def\eq@submitURL{%
+ this.getField("dbName").value="\db@Name";\jsR\jsT\jsT
+ this.getField("dbTable").value="\db@Table";\jsR\jsT\jsT
+ this.getField("quizName").value="\curr@quiz";\jsR\jsT\jsT
+ this.getField("\curr@quiz.numCorrect").value=Score;\jsR\jsT\jsT
+ var aPointType=new Array(\aPointType);\jsR\jsT\jsT
+\ifx\eqdb@tagged\eqdb@YES
+ var cResponses=gatherTaggedQuizData("\currQuiz",%
+ this.documentFileName,\thequestionno);\jsR\jsT\jsT
+\else
+ var cResponses=Responses.toString().substr(1);\jsR\jsT\jsT
+\fi
+ this.getField("\curr@quiz.Responses").value=cResponses;\jsR\jsT\jsT
+ \eq@populateHiddenFields
+ var aSubmitFields=new Array("\curr@quiz","IdInfo",%
+ "dbName","dbTable","quizName");\jsR\jsT\jsT
+ \priorSubmitQuiz
+ this.submitForm(\eq@CGI,true,false,aSubmitFields);\jsR\jsT\jsT
+}
+\endinput
+%%
+%% End of file `eqrecord.def'.
diff --git a/texmf-dist/tex/latex/eq2db/eqtext.def b/texmf-dist/tex/latex/eq2db/eqtext.def
new file mode 100644
index 00000000..22840d86
--- /dev/null
+++ b/texmf-dist/tex/latex/eq2db/eqtext.def
@@ -0,0 +1,68 @@
+%%
+%% This is file `eqtext.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eq2db.dtx (with options: `copyright,eqtext')
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Eq2DB.sty package, 2001-9-01 %%
+%% Copyright (C) 2014 D. P. Story %%
+%% dpstory@uakron.edu %%
+%% %%
+%% This program can redistributed and/or modified under %%
+%% the terms of the LaTeX Project Public License %%
+%% Distributed from CTAN archives in directory %%
+%% macros/latex/base/lppl.txt; either version 1 of the %%
+%% License, or (at your option) any later version. %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\def\htmlSubmitType{HTML}
+\def\insertHTMLs{,"pdfFileName","rtnURL"}
+\def\eq@insertHiddenFields{%
+ \ifx\basicFieldsSet\eqdb@NO
+ \addHiddenTextField{pathToTxtFile}{}%
+ \addHiddenTextField{courseName}{}%
+ \addHiddenTextField{quizName}{}%
+ \ifx\eqdb@submitType\htmlSubmitType
+ \addHiddenTextField{pdfFileName}{}
+ \addHiddenTextField{rtnURL}{\thisRtnURL}\fi
+ \global\let\basicFieldsSet\eqdb@YES
+ \fi
+ \addHiddenTextField{\curr@quiz.ptScore}{}
+ \addHiddenTextField{\curr@quiz.nPointTotal}{\theeqpointvalue}
+ \addHiddenTextField{\curr@quiz.numQuestions}{\thequestionno}%
+ \addHiddenTextField{\curr@quiz.numCorrect}{}%
+ \addHiddenTextField{\curr@quiz.Responses}{}%
+ \eq@addHiddenTextFields
+ \eq@clearHiddenFields
+}
+\def\eq@submitURL{%
+ this.getField("pathToTxtFile").value="\db@Name";\jsR\jsT\jsT
+ this.getField("courseName").value="\db@Table";\jsR\jsT\jsT
+ this.getField("quizName").value="\curr@quiz";\jsR\jsT\jsT
+ this.getField("\curr@quiz.numCorrect").value=Score;\jsR\jsT\jsT
+ this.getField("\curr@quiz.ptScore").value=ptScore;\jsR\jsT\jsT
+\ifx\eqdb@submitType\htmlSubmitType
+ this.getField("pdfFileName").value=%
+ this.documentFileName;\jsR\jsT\jsT
+\fi
+ var aPointType=new Array(\aPointType);\jsR\jsT\jsT
+\ifx\eqdb@tagged\eqdb@YES
+ var cResponses=gatherTaggedQuizData("\currQuiz",%
+this.documentFileName,\thequestionno);\jsR\jsT\jsT
+\else
+ var cResponses=Responses.toString().substr(1);\jsR\jsT\jsT
+\fi
+ this.getField("\curr@quiz.Responses").value=cResponses;\jsR\jsT\jsT
+ \eq@populateHiddenFields
+ var aSubmitFields=new Array("IdInfo","\curr@quiz",%
+ "pathToTxtFile","courseName","quizName"%
+\ifx\eqdb@submitType\htmlSubmitType\insertHTMLs\fi);\jsR\jsT\jsT
+ \priorSubmitQuiz
+ this.submitForm({cURL: \eq@CGI,bEmpty: true,%
+aFields: aSubmitFields,cSubmitAs: "\eqdb@submitType" });\jsR\jsT\jsT
+}
+\endinput
+%%
+%% End of file `eqtext.def'.
diff --git a/texmf-dist/tex/latex/eq2db/taoas.def b/texmf-dist/tex/latex/eq2db/taoas.def
new file mode 100644
index 00000000..befe9733
--- /dev/null
+++ b/texmf-dist/tex/latex/eq2db/taoas.def
@@ -0,0 +1,74 @@
+%%
+%% This is file `taoas.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eq2db.dtx (with options: `copyright,taoas')
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Eq2DB.sty package, 2001-9-01 %%
+%% Copyright (C) 2014 D. P. Story %%
+%% dpstory@uakron.edu %%
+%% %%
+%% This program can redistributed and/or modified under %%
+%% the terms of the LaTeX Project Public License %%
+%% Distributed from CTAN archives in directory %%
+%% macros/latex/base/lppl.txt; either version 1 of the %%
+%% License, or (at your option) any later version. %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\def\eq@insertHiddenFields{%
+ \ifx\basicFieldsSet\eqdb@NO
+ \addHiddenTextField{dbName}{}%
+ \addHiddenTextField{dbTable}{}%
+ \addHiddenTextField{quizName}{}%
+ \addHiddenTextField{UserValid}{false}%
+ \addHiddenTextField{SID}{}%
+ \addHiddenTextField{randomID}{}%
+ \addHiddenTextField{fileName}{\jobname}%
+ \ifeq@noquizsolutions
+ \addHiddenTextField{requestSolutions}{false}%
+ \else
+ \addHiddenTextField{requestSolutions}{true}%
+ \fi
+ \global\let\basicFieldsSet\eqdb@YES
+ \fi
+ \addHiddenTextField{Admin}{}%
+ \addHiddenTextField{\curr@quiz.numCorrect}{}%
+ \addHiddenTextField{\curr@quiz.numQuestions}{\thequestionno}%
+ \addHiddenTextField{\curr@quiz.ptScore}{}%
+ \addHiddenTextField{\curr@quiz.nPointTotal}{\theeqpointvalue}
+ \addHiddenTextField{\curr@quiz.Responses}{}%
+ \eq@addHiddenTextFields
+ \eq@clearHiddenFields
+}
+\def\eq@true{true}
+\def\eq@submitURL{%
+ this.getField("dbName").value=dbName;\jsR\jsT\jsT
+ this.getField("dbTable").value="\db@Table";\jsR\jsT\jsT
+ this.getField("quizName").value="\curr@quiz";\jsR\jsT\jsT
+\ifx\correctionsOn\eq@true
+ this.getField("\curr@quiz.numCorrect").value=Score;\jsR\jsT\jsT
+ this.getField("\curr@quiz.ptScore").value=ptScore;\jsR\jsT\jsT
+\else
+ this.getField("\curr@quiz.numCorrect").value=-1000;\jsR\jsT\jsT
+ this.getField("\curr@quiz.ptScore").value=-1000;\jsR\jsT\jsT
+\fi
+ var aPointType=new Array(\aPointType);\jsR\jsT\jsT
+\ifx\eqdb@tagged\eqdb@YES
+ var cResponses=gatherTaggedQuizData("\currQuiz",%
+ this.documentFileName,\thequestionno);\jsR\jsT\jsT
+\else
+ var cResponses=Responses.toString().substr(1);\jsR\jsT\jsT
+\fi
+ this.getField("\curr@quiz.Responses").value=cResponses;\jsR\jsT\jsT
+ \eq@populateHiddenFields
+ var aSubmitFields=new Array("\curr@quiz","IdInfo",%
+ "randomID","dbName","dbTable","quizName","fileName",%
+ "requestSolutions");\jsR\jsT\jsT
+ \priorSubmitQuiz
+ this.submitForm(submitURL,true,false,aSubmitFields);\jsR\jsT\jsT
+}
+\endinput
+%%
+%% End of file `taoas.def'.