Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
  2. <div id='ipsLayout_mainArea'>
  3. <a id='elContent'></a>
  4. {{if \IPS\Member::loggedIn()->member_group_id == 43}}
  5.  
  6. <style>
  7. .gradback {
  8. background: linear-gradient(to right, #c545e9, #3b7ce6);
  9. }
  10. .ipsMessage a {
  11. border-bottom: 0px;
  12. }
  13. a:hover {
  14. color: #fff;
  15. }
  16. .ipsSocial_text {
  17. display: table-cell;
  18. }
  19. .ipsSocial {
  20. min-width: 165px;
  21. max-width: 315px;
  22. }
  23. .oswaldfont2 {
  24. font-family: 'Oswald', sans-serif;
  25. }
  26. </style>
  27. <div class="gradback ipsMessage_error ipsMessage ipsType_center" style="margin-bottom: -10px"><p class="ipsType_reset ipsType_large"><strong>Привяжите свой аккаунт Steam, это обязательно.</strong></p><b class="fontsize15px">У вас не привязан аккаунт Steam! В связи с этим ваши возможности на форуме ограничены. Чтобы снять ограничения привяжите аккаунт, кликнув на кнопку ниже.</b>
  28. <br><br>
  29.  
  30.  
  31. <form accept-charset="utf-8" method="post" action="https://unionrpg.com/index.php?/settings/login/&service=12" data-controller="core.global.core.login">
  32. <input type="hidden" name="csrfKey" value="{expression="\IPS\Session::i()->csrfKey"}">
  33. <center><button type="submit" name="_processLogin" value="12" class="ipsButton ipsButton_verySmall ipsButton_fullWidth ipsSocial " style="background-color: #171a21">
  34. <span class="ipsSocial_icon">
  35. <i class="fa fa-steam"></i>
  36. </span>
  37. <span class="ipsSocial_text">Привязать Steam</span>
  38. </button></center>
  39. </form>
  40.  
  41. </div>
  42. <br>
  43. {{endif}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement