Advertisement
Millie-non

mod_login, mod_whoisonline (Peaceful)

Dec 4th, 2020 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. -------------------------------------------------- ¡¡¡mod_login!!!!!
  2. <!-- BEGIN switch_login_small -->
  3. <div class="pcf-Wwig"><h1>{L_LOGIN}</h1></div>
  4. <div style="text-align: center; margin: 10px;"><form action="{S_LOGIN_ACTION}" method="post">
  5. <p><label for="username"><strong>{L_USERNAME}:</strong></label></p>
  6. <p style="height:2em;valign:top;"><input type="text" name="username" id="username" size="15" maxlength="40" value="{USERNAME}" class="inputbox autowidth" /></p>
  7. <p><label for="password"><strong>{L_PASSWORD}:</strong></label></p>
  8. <p style="height:2em;valign:top;"><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></p>
  9. <p align="center"><a href="{U_SEND_PASSWORD}" rel="nofollow">{L_SEND_PASSWORD}</a></p>
  10. <p align="center"><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" {AUTOLOGIN_CHECKED} /><label for="autologin"> {L_AUTO_LOGIN}</label></p>
  11. <p align="center"><input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></p>
  12. </form></div>
  13. <!-- END switch_login_small -->
  14.  
  15. <!-- BEGIN switch_profile -->
  16. <div class="pcf-Wwig"><h1>{L_MY_PROFILE}</h1></div>
  17.  
  18. <div class="login-avatar">{USERNAME_AVATAR}</div>
  19. <div class="login-usn">{USERNAME}</div>
  20. <div class="box-content">
  21. <m>{L_MESSAGES}</m><n>{NB_MESSAGES}</n>
  22. <m>{L_PM}</m><n>{NB_PM_UNREAD} / {NB_PM_READ}</n>
  23. <up><a href="{U_PROFILE}">Editar {L_MY_PROFILE}</a></up>
  24. </div>
  25. <!-- END switch_profile -->
  26.  
  27. -------------------------------------------------- ¡¡¡mod_whoisonline!!!!!
  28. <div class="pcf-Wwig"><h1>{L_WHO_IS_ONLINE}</h1></div>
  29. <div class="pcf-wigGbox" style="text-align: center;">{TOTAL_USERS_ONLINE}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{RECORD_USERS}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement