Feat(SQL, UI): 1. Calc and Get Many Stored Procedures created for Weather, Lighting Level, Assessment, Distraction Type, Distraction Intensity Level, Distraction, Bribe, Assessment Command Modality Link, Response Quality Metric, Obedience Level, and Assessment Response. \n 2. Assessments and Assessment pages created with data loading and hooked up, but not saving.
This commit is contained in:
17
templates/components/dog/_td_notes.html
Normal file
17
templates/components/dog/_td_notes.html
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
{% with _notes = none if (is_blank_row or notes is not defined) else notes %}
|
||||
{% set value_formatted = model.format_null_string_as_blank(notes) %}
|
||||
{% set value_previous = value_formatted | escape %}
|
||||
|
||||
<td class="{{ model.FLAG_NOTES }}">
|
||||
<!--
|
||||
<input type="text"
|
||||
class="{{ model.FLAG_NOTES }}"
|
||||
{{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }} />
|
||||
-->
|
||||
<textarea class="{{ model.FLAG_NOTES }}"
|
||||
{{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}"
|
||||
>{{ value_formatted }}</textarea>
|
||||
</td>
|
||||
{% endwith %}
|
||||
Reference in New Issue
Block a user