true
Data has been saved
Saving data failed
${app}hiddenfalsehiddentrueenfalsefalsexpath?${id}${collection}${app}
Failed to load inscription
Data has been saved
Please correct form before saving
Data has been saved
Please correct form before saving
return createUUID();
{}false
true
const url = new URL(window.location.href);
url.pathname += $id + '.xml';
history.pushState(null, '', url.toString());
const editors =
form.querySelectorAll('jinn-xml-editor[valid="false"],jinn-epidoc-editor[valid="false"]');
if(editors.length !== 0){ return false; }else{ return true; }
if($input) { return $input.substring(0, 2); } return $default;
return checkDate($value);
let $lang := instance('vars')/language for $term in $terms order by
$term/catDesc[@xml:lang = $lang] return $term
for $term in $langs order by $term return $term
max(( 0, for $bibl in $bibls/@xml:id where starts-with($bibl, 'bibl-') return
xs:int(substring-after($bibl, 'bibl-')) )) + 1
console.log($value); navigator.clipboard.writeText($value); return $value;
const found = document.querySelector($selector); if(found){
found.scrollIntoView({block: "start", inline: "nearest", behavior:"smooth"}); }