Skip to content

Instantly share code, notes, and snippets.

@slemarchand
Created May 12, 2013 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slemarchand/5565251 to your computer and use it in GitHub Desktop.
Save slemarchand/5565251 to your computer and use it in GitHub Desktop.
import com.liferay.portal.service.*
number = com.liferay.portal.service.UserLocalServiceUtil.getUsersCount();
out.println(
"""
<div style="background-color:black; text-align: center">
<h1 style="color: #37A9CC; font-size:xx-large">${number}</h1>
</div>
""");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment