All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.view.protocol.protocol.html Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
@*
*  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