Commit 03b1c7b0 authored by Jim Fulton's avatar Jim Fulton

Fixed style bugs.

parent 6d69e430
...@@ -10,20 +10,20 @@ ...@@ -10,20 +10,20 @@
<table> <table>
<tr> <th>Id</th> <tr> <th align='LEFT'>Id</th>
<td><input name="id" size="40"></td></tr> <td align='LEFT'><input name="id" size="40"></td></tr>
<tr> <th><em>Title<em></th> <tr> <th align='LEFT'><em>Title<em></th>
<td><input name="title" size="40"></td></tr> <td align='LEFT'><input name="title" size="40"></td></tr>
<tr> <th>Connection id</th> <tr> <th align='LEFT'>Connection id</th>
<td><select name="connection_id"> <td align='LEFT'><select name="connection_id">
<!--#in SQLConnectionIDs--> <!--#in SQLConnectionIDs-->
<option value="<!--#var sequence-item-->"> <option value="<!--#var sequence-item-->">
<!--#var sequence-key--></option> <!--#var sequence-key--></option>
<!--#/in--> <!--#/in-->
</select></td></tr> </select></td></tr>
<tr> <th><em>Arguments<em></th> <tr> <th align='LEFT'><em>Arguments<em></th>
<td><input name="arguments" size="40"></td></tr> <td align='LEFT'><input name="arguments" size="40"></td></tr>
<tr> <td colspan=2><strong>Query template</strong><br> <tr> <td colspan=2 align='LEFT'><strong>Query template</strong><br>
<textarea name="template:text" rows=9 cols=50> <textarea name="template:text" rows=9 cols=50>
select * select *
from data from data
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
<table> <table>
<tr> <th>ID</th> <tr> <th align='LEFT'>ID</th>
<td><!--#var id--></td></tr> <td align='LEFT'><!--#var id--></td></tr>
<tr> <th><em>Title</em></th> <tr> <th align='LEFT'><em>Title</em></th>
<td><input name="title" size="40" <td align='LEFT'><input name="title" size="40"
value="<!--#var title-->"></td></tr> value="<!--#var title-->"></td></tr>
<tr> <th>Connection id</th> <tr> <th align='LEFT'>Connection id</th>
<td><select name="connection_id"> <td align='LEFT'><select name="connection_id">
<!--#in SQLConnectionIDs--> <!--#in SQLConnectionIDs-->
<option value="<!--#var sequence-item-->" <option value="<!--#var sequence-item-->"
<!--#if expr="connection_id==_vars['sequence-item']"--> <!--#if expr="connection_id==_vars['sequence-item']"-->
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
<!--#var sequence-key--></option> <!--#var sequence-key--></option>
<!--#/in--> <!--#/in-->
</select></td></tr> </select></td></tr>
<tr> <th><em>Arguments</em></th> <tr> <th align='LEFT'><em>Arguments</em></th>
<td><input name="arguments" size="40" <td align='LEFT'><input name="arguments" size="40"
value="<!--#var arguments_src-->"></td> value="<!--#var arguments_src-->"></td>
</tr> </tr>
<tr> <td colspan=2><strong>Query template</strong><br> <tr> <td colspan=2 align='LEFT'><strong>Query template</strong><br>
<textarea name="template:text" rows=10 cols=50> <textarea name="template:text" rows=10 cols=50>
<!--#var src fmt=html-quote--> <!--#var src fmt=html-quote-->
</textarea></td></tr> </textarea></td></tr>
......
...@@ -6,21 +6,21 @@ ...@@ -6,21 +6,21 @@
<form action="manage_advanced" method="POST"> <form action="manage_advanced" method="POST">
<table> <table>
<tr> <th>ID</th> <tr> <th align='LEFT'>ID</th>
<td><!--#var id--></td></tr> <td align='LEFT'><!--#var id--></td></tr>
<tr> <th>Title</th> <tr> <th align='LEFT'><em>Title</em></th>
<td><!--#var title--></td></tr> <td align='LEFT'><!--#var title--></td></tr>
<tr> <th>Remote access encyption key</th> <tr> <th align='LEFT'><em>Remote access encyption key</em></th>
<td><input name="key" size="30" <td align='LEFT'><input name="key" size="30"
value="<!--#var key-->"></td></tr> value="<!--#var key-->"></td></tr>
<tr> <th>Maximum number of rows retrieved</th> <tr> <th align='LEFT'><em>Maximum number of rows retrieved</em></th>
<td><input name="max_rows:int" size="10" <td align='LEFT'><input name="max_rows:int" size="10"
value="<!--#var max_rows_-->"></td></tr> value="<!--#var max_rows_-->"></td></tr>
<tr> <th>Maximum number of results in the cache</th> <tr> <th align='LEFT'><em>Maximum number of results in the cache</em></th>
<td><input name="max_cache:int" size="10" <td align='LEFT'><input name="max_cache:int" size="10"
value="<!--#var max_cache_-->"></td></tr> value="<!--#var max_cache_-->"></td></tr>
<tr> <th>Maximum time (seconds) to cache results</th> <tr> <th align='LEFT'><em>Maximum time (seconds) to cache results</em></th>
<td><input name="cache_time:int" size="10" <td align='LEFT'><input name="cache_time:int" size="10"
value="<!--#var cache_time_-->"></td></tr> value="<!--#var cache_time_-->"></td></tr>
<tr><td> </td></tr> <tr><td> </td></tr>
...@@ -29,11 +29,11 @@ You may specify a <strong>class</strong> for the data records. This ...@@ -29,11 +29,11 @@ You may specify a <strong>class</strong> for the data records. This
class must be defined in a file that resides in the <code>Extensions</code> class must be defined in a file that resides in the <code>Extensions</code>
directory of this Principia installation. directory of this Principia installation.
</td> </td>
<tr> <th>Class name</th> <tr> <th align='LEFT'><em>Class name</em></th>
<td><input name="class_name" size="30" <td align='LEFT'><input name="class_name" size="30"
value="<!--#var class_name_-->"></td></tr> value="<!--#var class_name_-->"></td></tr>
<tr> <th>Class file</th> <tr> <th align='LEFT'><em>Class file</em></th>
<td><input name="class_file" size="30" <td align='LEFT'><input name="class_file" size="30"
value="<!--#var class_file_-->"></td></tr> value="<!--#var class_file_-->"></td></tr>
<tr><td> </td></tr> <tr><td> </td></tr>
......
...@@ -10,25 +10,25 @@ and a report for a searchable object. ...@@ -10,25 +10,25 @@ and a report for a searchable object.
<table> <table>
<tr> <th>Select one or more searchable objects</th> <tr> <th align='LEFT'>Select one<br>or more<br>searchable objects</th>
<td><select name="queries:list" size=4 multiple> <td align='LEFT'><select name="queries:list" size=4 multiple>
<!--#in aqueductQueryIds--> <!--#in aqueductQueryIds-->
<option><!--#var sequence-item--></option> <option><!--#var sequence-item--></option>
<!--#/in aqueductQueryIds--> <!--#/in aqueductQueryIds-->
</select></td></tr> </select></td></tr>
<tr> <th>Report Id</th> <tr> <th align='LEFT'>Report Id</th>
<td><input name="report_id" size="40"></td></tr> <td align='LEFT'><input name="report_id" size="40"></td></tr>
<tr> <th><em>Report Title<em></th> <tr> <th align='LEFT'><em>Report Title<em></th>
<td><input name="report_title" size="40"></td></tr> <td align='LEFT'><input name="report_title" size="40"></td></tr>
<tr> <th>Report Style</th> <tr> <th align='LEFT'>Report Style</th>
<td><select name='report_style:int'> <td align='LEFT'><select name='report_style:int'>
<option value="0">Tabular</option> <option value="0">Tabular</option>
<option value="1">Records</option> <option value="1">Records</option>
</select></td></tr> </select></td></tr>
<tr> <th><em>Search Input Id<em></th> <tr> <th align='LEFT'><em>Search Input Id<em></th>
<td><input name="input_id" size="40"></td></tr> <td align='LEFT'><input name="input_id" size="40"></td></tr>
<tr> <th><em>Search Input Title</em></th> <tr> <th align='LEFT'><em>Search Input Title</em></th>
<td><input name="input_title" size="40"></td></tr> <td align='LEFT'><input name="input_title" size="40"></td></tr>
<tr><td></td><td><input type="SUBMIT" name="SUBMIT" value="Add"></td></tr> <tr><td></td><td><input type="SUBMIT" name="SUBMIT" value="Add"></td></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