MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed

This commit is contained in:
skodak 2007-01-08 19:34:16 +00:00
parent c0fe837eeb
commit 60af27037b
44 changed files with 197 additions and 197 deletions

View file

@ -332,21 +332,21 @@ function slasharguments($texexp, $md5) {
target="inlineframe">
<center>
<input type="text" name="algebra" size="50"
value="sin(z)/(x^2+y^2)">
value="sin(z)/(x^2+y^2)" />
</center>
<ol>
<li>First click on this button <input type="submit" name="ShowDB" value="Show DB Entry">
<li>First click on this button <input type="submit" name="ShowDB" value="Show DB Entry" />
to see the cache_filters database entry for this expression.</li>
<li>If the database entry looks corrupt, click on this button to delete it:
<input type="submit" name="DeleteDB" value="Delete DB Entry"></li>
<li>Now click on this button <input type="submit" name="TeXStage1" value="First Stage Tex Translation">.
<input type="submit" name="DeleteDB" value="Delete DB Entry" /></li>
<li>Now click on this button <input type="submit" name="TeXStage1" value="First Stage Tex Translation" />.
A preliminary translation into TeX will appear in the box below.</li>
<li>Next click on this button <input type="submit" name="TeXStage2" value="Second Stage Tex Translation">.
<li>Next click on this button <input type="submit" name="TeXStage2" value="Second Stage Tex Translation" />.
A more refined translation into TeX will appear in the box below.</li>
<li>Then click on this button <input type="submit" name="ShowImage" value="Show Image">
<li>Then click on this button <input type="submit" name="ShowImage" value="Show Image" />
to show a graphic image of the algebraic expression.</li>
<li>Finally check your slash arguments setting
<input type="submit" name="SlashArguments" value="Check Slash Arguments"></li>
<input type="submit" name="SlashArguments" value="Check Slash Arguments" /></li>
</ol>
</form> <br /> <br />
<center>

View file

@ -209,17 +209,17 @@
target="inlineframe">
<center>
<input type="text" name="tex" size="50"
value="f(x)=\Bigint_{-\infty}^x~e^{-t^2}dt">
value="f(x)=\Bigint_{-\infty}^x~e^{-t^2}dt" />
</center>
<ol>
<li>First click on this button <input type="submit" name="ShowDB" value="Show DB Entry">
<li>First click on this button <input type="submit" name="ShowDB" value="Show DB Entry" />
to see the cache_filters database entry for this expression.</li>
<li>If the database entry looks corrupt, click on this button to delete it:
<input type="submit" name="DeleteDB" value="Delete DB Entry"></li>
<li>Then click on this button <input type="submit" name="ShowImage" value="Show Image">
<input type="submit" name="DeleteDB" value="Delete DB Entry" /></li>
<li>Then click on this button <input type="submit" name="ShowImage" value="Show Image" />
to show a graphic image of the algebraic expression.</li>
<li>Finally check your slash arguments setting
<input type="submit" name="SlashArguments" value="Check Slash Arguments"></li>
<input type="submit" name="SlashArguments" value="Check Slash Arguments" /></li>
</ol>
</form> <br /> <br />
<center>

View file

@ -74,8 +74,8 @@
<form action="texed.php" method="get"
target="inlineframe">
<input type="text" name="formdata" size="50"
value="\Large f(x)=\Bigint_{-\infty}^x~e^{-t^2}dt">
<input type="submit">
value="\Large f(x)=\Bigint_{-\infty}^x~e^{-t^2}dt" />
<input type="submit" />
</form> <br /> <br />
<iframe name="inlineframe" align="middle" width="80%" height="100">
&lt;p&gt;Something is wrong...&lt;/p&gt;