Commit 6d69e430 authored by Jim Fulton's avatar Jim Fulton

Fixed style blunders

parent 7525f463
...@@ -9,17 +9,17 @@ ...@@ -9,17 +9,17 @@
<FORM ACTION="manage_addExternalMethod" METHOD="POST"> <FORM ACTION="manage_addExternalMethod" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Id</B></TD> <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TD> <TH ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TH>
</TR> </TR>
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Title</B></TD> <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="50"></TD> <TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="50"></TD>
</TR> </TR>
<tr> <th>Function name</th> <tr> <th ALIGN="LEFT">Function name</th>
<td><input name="function" size="30"></td></tr> <td ALIGN="LEFT"><input name="function" size="30"></td></tr>
<tr> <th>Python module file</th> <tr> <th ALIGN="LEFT">Python module file</th>
<td><input name="module" size="30"></td></tr> <td ALIGN="LEFT"><input name="module" size="30"></td></tr>
<TR> <TR>
<TD></TD> <TD></TD>
<TD><BR><INPUT TYPE="SUBMIT" VALUE="Add"></TD> <TD><BR><INPUT TYPE="SUBMIT" VALUE="Add"></TD>
......
...@@ -10,20 +10,20 @@ ...@@ -10,20 +10,20 @@
<FORM ACTION="manage_edit" METHOD="POST"> <FORM ACTION="manage_edit" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Id</B></TD> <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var id--></TD> <TD ALIGN="LEFT" VALIGN="TOP"><!--#var id--></TD>
</TR> </TR>
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Title</B></TD> <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50" VALUE="<!--#var title-->"> <INPUT TYPE="TEXT" NAME="title" SIZE="50" VALUE="<!--#var title-->">
</TD> </TD>
</TR> </TR>
<tr> <th>Function name</th> <tr> <th ALIGN="LEFT">Function name</th>
<td><input name="function" size="30" <td ALIGN="LEFT"><input name="function" size="30"
value="<!--#var function-->"></td></tr> value="<!--#var function-->"></td></tr>
<tr> <th>Python module file (without suffix)</th> <tr> <th ALIGN="LEFT">Python module file (without suffix)</th>
<td><input name="module" size="30" <td ALIGN="LEFT"><input name="module" size="30"
value="<!--#var module-->"></td></tr> value="<!--#var module-->"></td></tr>
<TR> <TR>
<TR> <TR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment