view release on metacpan or search on metacpan
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<br />
<div class='app_block_table'
id='div_ident_16'>
<fieldset>
<legend>
Table
( <a href='javascript:show_or_hide( "hideable_ident_16" );'>
edit</a> |
<a href="#" name='app_body_delete::ident_16' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='app_block::ident_16'
value='company'
onblur='javascript:update_tree(
"name",
"table::ident_16",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_16'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_16::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"table_statement_text",
"ident_16::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this table
</td>
</tr>
<tr>
<td> foreign_display </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
id='ident_16::foreign_display'
value="%name"
class='urgency_3'
onblur='javascript:update_tree(
"table_statement_text",
"ident_16::foreign_display",
this.value
)'
/>
</td>
<td>
Pattern string for other tables: %last, %first
</td>
</tr>
<tr>
<td> refered_to_by </td>
<td>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<option value='ident_16::ident_15'
id='field_edit_option::ident_15'>
email
</option>
</select>
<div id='fields_for_ident_16' >
<div id='field_edit_ident_4' style='display: none'>
<div class='app_block_element'
id='div_ident_4'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_4" );'>edit</a> |
<a href="#" name='field_block_delete::ident_4' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_4'
value='id'
onblur='javascript:update_tree(
"name",
"field::ident_4",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_4'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_4::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_4::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_4::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_4::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_4::is'
value="primary_key"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_4::is",
this,
"full_edit"
)'
/>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_5' style='display: none'>
<div class='app_block_element'
id='div_ident_5'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_5" );'>edit</a> |
<a href="#" name='field_block_delete::ident_5' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_5'
value='name'
onblur='javascript:update_tree(
"name",
"field::ident_5",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_5'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_5::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_5::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_5::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_5::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_5::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_5::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_6' style='display: none'>
<div class='app_block_element'
id='div_ident_6'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_6" );'>edit</a> |
<a href="#" name='field_block_delete::ident_6' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_6'
value='description'
onblur='javascript:update_tree(
"name",
"field::ident_6",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_6'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_6::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_6::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_6::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_6::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_6::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_6::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_7' style='display: none'>
<div class='app_block_element'
id='div_ident_7'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_7" );'>edit</a> |
<a href="#" name='field_block_delete::ident_7' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_7'
value='created'
onblur='javascript:update_tree(
"name",
"field::ident_7",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_7'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_7::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_7::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_7::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_7::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_7::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_7::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_8' style='display: none'>
<div class='app_block_element'
id='div_ident_8'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_8" );'>edit</a> |
<a href="#" name='field_block_delete::ident_8' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_8'
value='modified'
onblur='javascript:update_tree(
"name",
"field::ident_8",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_8'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_8::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_8::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_8::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_8::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_8::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_8::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_9' style='display: none'>
<div class='app_block_element'
id='div_ident_9'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_9" );'>edit</a> |
<a href="#" name='field_block_delete::ident_9' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_9'
value='street'
onblur='javascript:update_tree(
"name",
"field::ident_9",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_9'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_9::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_9::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_9::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_9::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_9::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_9::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_10' style='display: none'>
<div class='app_block_element'
id='div_ident_10'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_10" );'>edit</a> |
<a href="#" name='field_block_delete::ident_10' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_10'
value='city'
onblur='javascript:update_tree(
"name",
"field::ident_10",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_10'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_10::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_10::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_10::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_10::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_10::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_10::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_11' style='display: none'>
<div class='app_block_element'
id='div_ident_11'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_11" );'>edit</a> |
<a href="#" name='field_block_delete::ident_11' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_11'
value='state'
onblur='javascript:update_tree(
"name",
"field::ident_11",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_11'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_11::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_11::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_11::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_11::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_11::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_11::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_12' style='display: none'>
<div class='app_block_element'
id='div_ident_12'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_12" );'>edit</a> |
<a href="#" name='field_block_delete::ident_12' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_12'
value='zip'
onblur='javascript:update_tree(
"name",
"field::ident_12",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_12'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_12::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_12::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_12::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_12::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_12::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_12::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_13' style='display: none'>
<div class='app_block_element'
id='div_ident_13'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_13" );'>edit</a> |
<a href="#" name='field_block_delete::ident_13' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_13'
value='phone'
onblur='javascript:update_tree(
"name",
"field::ident_13",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_13'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_13::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_13::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_13::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_13::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_13::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_13::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_14' style='display: none'>
<div class='app_block_element'
id='div_ident_14'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_14" );'>edit</a> |
<a href="#" name='field_block_delete::ident_14' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_14'
value='cell'
onblur='javascript:update_tree(
"name",
"field::ident_14",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_14'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_14::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_14::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_14::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_14::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_14::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_14::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_15' style='display: none'>
<div class='app_block_element'
id='div_ident_15'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_15" );'>edit</a> |
<a href="#" name='field_block_delete::ident_15' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_15'
value='email'
onblur='javascript:update_tree(
"name",
"field::ident_15",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_15'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_15::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_15::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_15::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_15::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_15::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_15::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<br />
<div class='app_block_table'
id='div_ident_32'>
<fieldset>
<legend>
Table
( <a href='javascript:show_or_hide( "hideable_ident_32" );'>
edit</a> |
<a href="#" name='app_body_delete::ident_32' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='app_block::ident_32'
value='customer'
onblur='javascript:update_tree(
"name",
"table::ident_32",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_32'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_32::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"table_statement_text",
"ident_32::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this table
</td>
</tr>
<tr>
<td> foreign_display </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
id='ident_32::foreign_display'
value="%name"
class='urgency_3'
onblur='javascript:update_tree(
"table_statement_text",
"ident_32::foreign_display",
this.value
)'
/>
</td>
<td>
Pattern string for other tables: %last, %first
</td>
</tr>
<tr>
<td> refered_to_by </td>
<td>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<option value='ident_32::ident_31'
id='field_edit_option::ident_31'>
email
</option>
</select>
<div id='fields_for_ident_32' >
<div id='field_edit_ident_20' style='display: none'>
<div class='app_block_element'
id='div_ident_20'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_20" );'>edit</a> |
<a href="#" name='field_block_delete::ident_20' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_20'
value='id'
onblur='javascript:update_tree(
"name",
"field::ident_20",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_20'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_20::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_20::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_20::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_20::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_20::is'
value="primary_key"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_20::is",
this,
"full_edit"
)'
/>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_21' style='display: none'>
<div class='app_block_element'
id='div_ident_21'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_21" );'>edit</a> |
<a href="#" name='field_block_delete::ident_21' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_21'
value='name'
onblur='javascript:update_tree(
"name",
"field::ident_21",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_21'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_21::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_21::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_21::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_21::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_21::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_21::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_22' style='display: none'>
<div class='app_block_element'
id='div_ident_22'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_22" );'>edit</a> |
<a href="#" name='field_block_delete::ident_22' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_22'
value='description'
onblur='javascript:update_tree(
"name",
"field::ident_22",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_22'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_22::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_22::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_22::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_22::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_22::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_22::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_23' style='display: none'>
<div class='app_block_element'
id='div_ident_23'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_23" );'>edit</a> |
<a href="#" name='field_block_delete::ident_23' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_23'
value='created'
onblur='javascript:update_tree(
"name",
"field::ident_23",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_23'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_23::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_23::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_23::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_23::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_23::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_23::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_24' style='display: none'>
<div class='app_block_element'
id='div_ident_24'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_24" );'>edit</a> |
<a href="#" name='field_block_delete::ident_24' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_24'
value='modified'
onblur='javascript:update_tree(
"name",
"field::ident_24",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_24'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_24::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_24::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_24::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_24::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_24::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_24::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_25' style='display: none'>
<div class='app_block_element'
id='div_ident_25'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_25" );'>edit</a> |
<a href="#" name='field_block_delete::ident_25' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_25'
value='street'
onblur='javascript:update_tree(
"name",
"field::ident_25",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_25'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_25::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_25::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_25::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_25::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_25::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_25::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_26' style='display: none'>
<div class='app_block_element'
id='div_ident_26'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_26" );'>edit</a> |
<a href="#" name='field_block_delete::ident_26' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_26'
value='city'
onblur='javascript:update_tree(
"name",
"field::ident_26",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_26'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_26::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_26::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_26::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_26::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_26::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_26::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_27' style='display: none'>
<div class='app_block_element'
id='div_ident_27'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_27" );'>edit</a> |
<a href="#" name='field_block_delete::ident_27' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_27'
value='state'
onblur='javascript:update_tree(
"name",
"field::ident_27",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_27'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_27::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_27::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_27::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_27::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_27::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_27::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_28' style='display: none'>
<div class='app_block_element'
id='div_ident_28'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_28" );'>edit</a> |
<a href="#" name='field_block_delete::ident_28' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_28'
value='zip'
onblur='javascript:update_tree(
"name",
"field::ident_28",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_28'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_28::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_28::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_28::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_28::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_28::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_28::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_29' style='display: none'>
<div class='app_block_element'
id='div_ident_29'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_29" );'>edit</a> |
<a href="#" name='field_block_delete::ident_29' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_29'
value='phone'
onblur='javascript:update_tree(
"name",
"field::ident_29",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_29'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_29::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_29::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_29::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_29::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_29::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_29::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_30' style='display: none'>
<div class='app_block_element'
id='div_ident_30'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_30" );'>edit</a> |
<a href="#" name='field_block_delete::ident_30' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_30'
value='cell'
onblur='javascript:update_tree(
"name",
"field::ident_30",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_30'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_30::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_30::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_30::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_30::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_30::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_30::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_31' style='display: none'>
<div class='app_block_element'
id='div_ident_31'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_31" );'>edit</a> |
<a href="#" name='field_block_delete::ident_31' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_31'
value='email'
onblur='javascript:update_tree(
"name",
"field::ident_31",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_31'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_31::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_31::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_31::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_31::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_31::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_31::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<br />
<div class='app_block_table'
id='div_ident_47'>
<fieldset>
<legend>
Table
( <a href='javascript:show_or_hide( "hideable_ident_47" );'>
edit</a> |
<a href="#" name='app_body_delete::ident_47' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='app_block::ident_47'
value='invoice'
onblur='javascript:update_tree(
"name",
"table::ident_47",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_47'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_47::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"table_statement_text",
"ident_47::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this table
</td>
</tr>
<tr>
<td> foreign_display </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
id='ident_47::foreign_display'
value="%number"
class='urgency_3'
onblur='javascript:update_tree(
"table_statement_text",
"ident_47::foreign_display",
this.value
)'
/>
</td>
<td>
Pattern string for other tables: %last, %first
</td>
</tr>
<tr>
<td> refered_to_by </td>
<td>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<option value='ident_47::ident_46'
id='field_edit_option::ident_46'>
notes
</option>
</select>
<div id='fields_for_ident_47' >
<div id='field_edit_ident_36' style='display: none'>
<div class='app_block_element'
id='div_ident_36'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_36" );'>edit</a> |
<a href="#" name='field_block_delete::ident_36' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_36'
value='id'
onblur='javascript:update_tree(
"name",
"field::ident_36",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_36'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_36::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_36::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_36::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_36::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_36::is'
value="primary_key"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_36::is",
this,
"full_edit"
)'
/>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_37' style='display: none'>
<div class='app_block_element'
id='div_ident_37'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_37" );'>edit</a> |
<a href="#" name='field_block_delete::ident_37' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_37'
value='number'
onblur='javascript:update_tree(
"name",
"field::ident_37",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_37'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_37::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_37::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_37::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_37::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_37::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_37::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_38' style='display: none'>
<div class='app_block_element'
id='div_ident_38'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_38" );'>edit</a> |
<a href="#" name='field_block_delete::ident_38' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_38'
value='description'
onblur='javascript:update_tree(
"name",
"field::ident_38",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_38'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_38::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_38::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_38::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_38::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_38::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_38::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_39' style='display: none'>
<div class='app_block_element'
id='div_ident_39'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_39" );'>edit</a> |
<a href="#" name='field_block_delete::ident_39' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_39'
value='created'
onblur='javascript:update_tree(
"name",
"field::ident_39",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_39'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_39::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_39::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_39::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_39::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_39::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_39::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_40' style='display: none'>
<div class='app_block_element'
id='div_ident_40'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_40" );'>edit</a> |
<a href="#" name='field_block_delete::ident_40' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_40'
value='modified'
onblur='javascript:update_tree(
"name",
"field::ident_40",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_40'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_40::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_40::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_40::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_40::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_40::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_40::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_41' style='display: none'>
<div class='app_block_element'
id='div_ident_41'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_41" );'>edit</a> |
<a href="#" name='field_block_delete::ident_41' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_41'
value='company'
onblur='javascript:update_tree(
"name",
"field::ident_41",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_41'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_41::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_41::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_41::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_41::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_41::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_41::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_42' style='display: none'>
<div class='app_block_element'
id='div_ident_42'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_42" );'>edit</a> |
<a href="#" name='field_block_delete::ident_42' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_42'
value='customer'
onblur='javascript:update_tree(
"name",
"field::ident_42",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_42'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_42::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_42::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_42::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_42::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_42::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_42::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_43' style='display: none'>
<div class='app_block_element'
id='div_ident_43'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_43" );'>edit</a> |
<a href="#" name='field_block_delete::ident_43' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_43'
value='status'
onblur='javascript:update_tree(
"name",
"field::ident_43",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_43'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_43::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_43::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_43::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_43::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_43::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_43::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_44' style='display: none'>
<div class='app_block_element'
id='div_ident_44'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_44" );'>edit</a> |
<a href="#" name='field_block_delete::ident_44' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_44'
value='sent'
onblur='javascript:update_tree(
"name",
"field::ident_44",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_44'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_44::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_44::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_44::is'
value="date"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_44::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_44::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_44::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_45' style='display: none'>
<div class='app_block_element'
id='div_ident_45'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_45" );'>edit</a> |
<a href="#" name='field_block_delete::ident_45' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_45'
value='paid'
onblur='javascript:update_tree(
"name",
"field::ident_45",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_45'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_45::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_45::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_45::is'
value="date"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_45::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_45::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_45::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_46' style='display: none'>
<div class='app_block_element'
id='div_ident_46'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_46" );'>edit</a> |
<a href="#" name='field_block_delete::ident_46' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_46'
value='notes'
onblur='javascript:update_tree(
"name",
"field::ident_46",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_46'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_46::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_46::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_46::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_46::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_46::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_46::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<br />
<div class='app_block_table'
id='div_ident_61'>
<fieldset>
<legend>
Table
( <a href='javascript:show_or_hide( "hideable_ident_61" );'>
edit</a> |
<a href="#" name='app_body_delete::ident_61' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='app_block::ident_61'
value='task'
onblur='javascript:update_tree(
"name",
"table::ident_61",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_61'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_61::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"table_statement_text",
"ident_61::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this table
</td>
</tr>
<tr>
<td> foreign_display </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
id='ident_61::foreign_display'
value="%name"
class='urgency_3'
onblur='javascript:update_tree(
"table_statement_text",
"ident_61::foreign_display",
this.value
)'
/>
</td>
<td>
Pattern string for other tables: %last, %first
</td>
</tr>
<tr>
<td> refered_to_by </td>
<td>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
<option value='ident_61::ident_60'
id='field_edit_option::ident_60'>
notes
</option>
</select>
<div id='fields_for_ident_61' >
<div id='field_edit_ident_51' style='display: none'>
<div class='app_block_element'
id='div_ident_51'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_51" );'>edit</a> |
<a href="#" name='field_block_delete::ident_51' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_51'
value='id'
onblur='javascript:update_tree(
"name",
"field::ident_51",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_51'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_51::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_51::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_51::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_51::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_51::is'
value="primary_key"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_51::is",
this,
"full_edit"
)'
/>
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_52' style='display: none'>
<div class='app_block_element'
id='div_ident_52'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_52" );'>edit</a> |
<a href="#" name='field_block_delete::ident_52' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_52'
value='name'
onblur='javascript:update_tree(
"name",
"field::ident_52",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_52'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_52::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_52::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_52::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_52::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_52::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_52::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_53' style='display: none'>
<div class='app_block_element'
id='div_ident_53'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_53" );'>edit</a> |
<a href="#" name='field_block_delete::ident_53' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_53'
value='description'
onblur='javascript:update_tree(
"name",
"field::ident_53",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_53'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_53::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_53::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_53::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_53::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_53::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_53::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_54' style='display: none'>
<div class='app_block_element'
id='div_ident_54'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_54" );'>edit</a> |
<a href="#" name='field_block_delete::ident_54' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_54'
value='created'
onblur='javascript:update_tree(
"name",
"field::ident_54",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_54'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_54::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_54::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_54::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_54::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_54::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_54::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_55' style='display: none'>
<div class='app_block_element'
id='div_ident_55'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_55" );'>edit</a> |
<a href="#" name='field_block_delete::ident_55' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_55'
value='modified'
onblur='javascript:update_tree(
"name",
"field::ident_55",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_55'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_55::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_55::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_55::is'
value="datetime"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_55::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_55::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_55::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_56' style='display: none'>
<div class='app_block_element'
id='div_ident_56'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_56" );'>edit</a> |
<a href="#" name='field_block_delete::ident_56' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_56'
value='invoice'
onblur='javascript:update_tree(
"name",
"field::ident_56",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_56'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_56::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_56::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_56::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_56::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_56::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_56::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_57' style='display: none'>
<div class='app_block_element'
id='div_ident_57'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_57" );'>edit</a> |
<a href="#" name='field_block_delete::ident_57' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_57'
value='due_date'
onblur='javascript:update_tree(
"name",
"field::ident_57",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_57'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_57::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_57::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_57::is'
value="date"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_57::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_57::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_57::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_58' style='display: none'>
<div class='app_block_element'
id='div_ident_58'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_58" );'>edit</a> |
<a href="#" name='field_block_delete::ident_58' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_58'
value='hours'
onblur='javascript:update_tree(
"name",
"field::ident_58",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_58'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_58::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_58::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_58::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_58::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_58::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_58::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_59' style='display: none'>
<div class='app_block_element'
id='div_ident_59'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_59" );'>edit</a> |
<a href="#" name='field_block_delete::ident_59' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_59'
value='charge_per_hour'
onblur='javascript:update_tree(
"name",
"field::ident_59",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_59'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_59::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_59::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_59::is'
value="int4"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_59::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_59::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_59::is",
this,
"full_edit"
)'
t/tentmaker/ajax_09/billing_initial view on Meta::CPAN
</fieldset>
<br style='clear: both' />
</div>
</div>
<!--<br />-->
<div id='field_edit_ident_60' style='display: none'>
<div class='app_block_element'
id='div_ident_60'>
<fieldset>
<legend>Field
( <a href='javascript:show_or_hide( "hideable_ident_60" );'>edit</a> |
<a href="#" name='field_block_delete::ident_60' onclick='javascript:delete_block( this )'>delete</a>
)
</legend>
<table>
<tr>
<td> Name: </td>
<td>
<input type='text'
id='field_name::ident_60'
value='notes'
onblur='javascript:update_tree(
"name",
"field::ident_60",
this.value
)'
/>
</td>
</tr>
<tr>
<td colspan='2'>
<div id='hideable_ident_60'
style='display: none'
>
<table class='bordered'>
<tr>
<th> Keyword </th>
<th> Value(s) </th>
<th> Description </th>
</tr>
<tr>
<td> not_for </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<select multiple
name='ident_60::not_for' class='urgency_0'
onchange='javascript:
myvalue = walk_selections( this );
update_tree(
"field_statement_text",
"ident_60::not_for",
myvalue
)'
>
<option value='SQL' >
SQL
</option>
<option value='Model' >
Model
</option>
</select>
</td>
<td>
Tell Model and/or SQL to skip this field
</td>
</tr>
<tr>
<td> is </td>
<td>
<!-- values are double qouted to prevent clashes with single
quotes in the values -->
<input type='text'
name='ident_60::is'
value="varchar"
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_60::is",
this,
"full_edit"
)'
/>
<br />
<input type='text'
name='ident_60::is'
value=''
class='urgency_10'
onblur='javascript:update_multivalue(
"field_statement_text",
"ident_60::is",
this,
"full_edit"
)'