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

webpiecesxxxxxpackage.web.secure.crud.userList.html Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

The newest version!
#{extends '../../mainTemplate.html'/}#
#{set title:'Awesome CRUD'/}#
#{set tab:'userlist'/}#

Users

#{list items:users, as:'entity'}# #{/list}# #{else}# #{/else}#
FirstName LastName Email Actions
${entity.firstName}$ ${entity.lastName}$ ${entity.email}$ &{'Edit', 'link.edit'}& &{'Delete', 'link.delete'}&
There are no users, Add one now please.
Add User




© 2015 - 2025 Weber Informatics LLC | Privacy Policy