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

Fixed style bugs.

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