[%
site.html = {
# copyright = 'HILIS 4.00 © HMDS 2009', # moved to footer.tt
grey_null = '<span class="grey">[NULL]</span>'
on_focus = 'onfocus="style.backgroundColor=\'#fff\'" onblur="style.backgroundColor=\'#f5f5f5\'"'
disabled = 'style="color: #000; background: #fff" disabled'
submit = "<input type='submit' value='Submit' name='.submit' class='button' />"
go_btn = "<input type='submit' value='Go' name='.submit' class='button' />"
reset = '<input type="reset" name=".reset" class="button" />'
readonly = 'readonly="readonly"'
invalid = '<span class="dfv_errors">« invalid</span>',
back_button = '<input type="button" value="<< Back" onclick="history.back()" class="button" />'
ie_span_fix = '<span class="invisible">MSIE FIX</span>',
}
%]