//work out how many pages are left attached to this document
varform=this.closest('form');
varpagesCount=form.data('pages-count');
//display an appropriate message
varmessage='';
if(pagesCount>1){
message="Permanently delete this document and remove it from all pages where it is referenced?\n\nWarning: this document is attached to a total of "+pagesCount+" pages. Deleting it here will permanently delete it from this page and all other pages where it is referenced.";
}else{
message="Permanently delete this document and remove it from this page?\n\nNotice: this document is only attached to this page, so deleting it won't affect any other pages.";