default.view.protocol.protocol.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-biz Show documentation
Show all versions of sirius-biz Show documentation
Provides a framework for building web based business applications
@*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*@
@args sirius.web.controller.Page protocol
@extends(view.wondergem.template.html, title: NLS.get("JournalEntry.plural"))
@section(breadcrumbs) {
@i18n("JournalEntry.plural")
}
@pageHeader("JournalEntry.plural")
@filterbox(protocol, "system/protocol")
@tableSearchHeader(protocol, "system/protocol")
@table(protocol) {
@i18n("JournalEntry.tod")
@i18n("JournalEntry.username")
@i18n("JournalEntry.userId")
@i18n("JournalEntry.targetName") (@i18n("JournalEntry.targetId"))
@i18n("JournalEntry.targetType")
@i18n("JournalEntry.subsystem")
@for(sirius.biz.protocol.JournalEntry msg : protocol.getItems()) {
@NLS.toUserString(msg.getTod())
@msg.getUsername()
@msg.getUserId()
@msg.getTargetName() (@msg.getTargetId())
@msg.getTargetType()
@msg.getSubsystem()
@msg.getChanges()
}
}
@pagination(protocol, "protocol")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy