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

Fixed style blunders

parent 7525f463
......@@ -9,17 +9,17 @@
<FORM ACTION="manage_addExternalMethod" METHOD="POST">
<TABLE CELLSPACING="2">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"><B>Id</B></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TD>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TH ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TH>
</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>
</TR>
<tr> <th>Function name</th>
<td><input name="function" size="30"></td></tr>
<tr> <th>Python module file</th>
<td><input name="module" size="30"></td></tr>
<tr> <th ALIGN="LEFT">Function name</th>
<td ALIGN="LEFT"><input name="function" size="30"></td></tr>
<tr> <th ALIGN="LEFT">Python module file</th>
<td ALIGN="LEFT"><input name="module" size="30"></td></tr>
<TR>
<TD></TD>
<TD><BR><INPUT TYPE="SUBMIT" VALUE="Add"></TD>
......
......@@ -10,20 +10,20 @@
<FORM ACTION="manage_edit" METHOD="POST">
<TABLE CELLSPACING="2">
<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>
</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" VALUE="<!--#var title-->">
</TD>
</TR>
<tr> <th>Function name</th>
<td><input name="function" size="30"
<tr> <th ALIGN="LEFT">Function name</th>
<td ALIGN="LEFT"><input name="function" size="30"
value="<!--#var function-->"></td></tr>
<tr> <th>Python module file (without suffix)</th>
<td><input name="module" size="30"
<tr> <th ALIGN="LEFT">Python module file (without suffix)</th>
<td ALIGN="LEFT"><input name="module" size="30"
value="<!--#var module-->"></td></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