use Safe\DateTime;
$artwork = $artwork ?? null;
if($artwork === null){
$artwork = new Artwork();
$artwork->Artist = new Artist();
}
$isEditForm = $isEditForm ?? false;
$isAdminView = $isAdminView ?? false;
$now = new DateTime('now', new DateTimeZone('America/Juneau')); // Latest continental US time zone
?>
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->CanEbookWwwFilesysemPathBeChangedBy($GLOBALS['User'] ?? null)){ ?>
if($artwork->CanStatusBeChangedBy($GLOBALS['User'] ?? null)){ ?>
} ?>
if($artwork->CanEbookWwwFilesysemPathBeChangedBy($GLOBALS['User'] ?? null)){ ?>
} ?>
} ?>