/**
* @var ?Artwork $artwork
*/
if($artwork === null){
$artwork = new Artwork();
$artwork->Artist = new Artist();
}
$isEditForm = $isEditForm ?? false;
?>
See the US-PD clearance section of the SEMoS for details on this section.
PD proof must take the form of either:
or proof that the artwork was reproduced in a book published before = PD_STRING ?>, including the following:
or a reason for a special exception:
if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null) || $artwork->CanEbookUrlBeChangedBy($GLOBALS['User'] ?? null)){ ?>
if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?>
} ?>
if($artwork->CanEbookUrlBeChangedBy($GLOBALS['User'] ?? null)){ ?>
} ?>
} ?>