{** * templates/controllers/informationCenter/note.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display a single information center note. * *} {* These variables are both "safe" to be used unescaped. *} {assign var="noteId" value=$note->getId()} {assign var="formId" value="deleteNoteForm-$noteId"}