data['asset'] ?? new NullAsset(); $assetImage = $this->data['assetImage'] ?? new NullMedia(); $assetTypes = $this->data['types'] ?? []; /** * @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getHtml('Profile'); ?>
id === 0) : ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
data['attributeView']->render( $asset->attributes, $this->data['attributeTypes'] ?? [], $this->data['units'] ?? [], '{/api}accounting/asset/attribute?csrf={$CSRF}', $asset->id ); ?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
data['media-upload']->render('asset-file', 'files', '', $asset->files); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
data['asset-notes']->render('asset-notes', '', $asset->notes); ?>
request->uri->fragment === 'c-tab-8' ? ' checked' : ''; ?>>