Login Overview
Here are a few examples of common login getContents and monklets.
Donations Example:
tag="login"
type="donate"
display="popup"
label="Click Here to Give Online"
Login Example:
getContent(
"login",
"display:popup",
"label:Login",
"show:Welcome __username__ | <a href="me">My Account</a> | <a href=__logout__>Log out</a>"
);