
webpiecesxxxxxpackage.web.secure.crud.userList.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
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
FirstName
LastName
Email
Actions
#{list items:users, as:'entity'}#
${entity.firstName}$
${entity.lastName}$
${entity.email}$
&{'Edit', 'link.edit'}&
&{'Delete', 'link.delete'}&
#{/list}#
#{else}#
There are no users, Add one now please.
#{/else}#
Add User
© 2015 - 2025 Weber Informatics LLC | Privacy Policy