Advertisement
tdreamerboy

Untitled

Feb 2nd, 2014
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 54.33 KB | None | 0 0
  1. <!-- ***********************************************************************
  2. * IP.Board 3 - By Rikki Tissier - (c)2008 Invision Power Services          *
  3. ****************************************************************************
  4. * ipb_profile.html to profile_view_body.html - Modified by JScript         *
  5. ************************************************************************ -->
  6. <div id="ajax_loading" style="display: none;"><img alt="Carregando..." src="http://i69.servimg.com/u/f69/18/17/62/92/ajax_l10.gif"></div>
  7. <div id="document_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E;"></div>
  8. <div class="pun-crumbs">
  9.     <br>
  10.     <span class="desc lighter"><a class="desc lighter" href="{U_INDEX}">{L_INDEX}</a> » Visualizando perfil: {PUSERNAME}</span>
  11.     <br>
  12. </div>
  13. <!-- BEGIN switch_user_logged_in -->
  14. <div id="pun-visit" class="clearfix" style="display: none">
  15.     <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
  16. </div>
  17. <!-- END switch_user_logged_in -->
  18. <!-- BEGIN switch_user_logged_out -->
  19. <!-- Backup
  20. <div id="pun-visit">
  21.     <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
  22. </div>
  23. -->
  24. <!-- END switch_user_logged_out -->
  25. <!-- BEGIN switch_user_logged_in -->
  26. <ul class="topic_buttons">
  27.     <li class="editPerfil" style="display: none"><a href="/profile?mode=editprofile">Editar meu perfil</a></li>
  28.     <li class="editMember" style="display: none"><a href="">Editar membro</a></li>
  29.     <li class="FlagSpam" style="display: none"><a href="javascript:void(0);" onclick="show_popup('ban_member_popup');">Banir membro</a></li>
  30. </ul>
  31. <!-- END switch_user_logged_in -->
  32. <div id="profile_background" class="ipsBox clear2 vcard">
  33.     <div class="ipsVerticalTabbed ipsLayout ipsLayout_withleft ipsLayout_smallleft clearfix">
  34.         <div id="user_status" style="display: none">{USER_ONLINE}</div>
  35.         <div id="profile_tabs" class="ipsVerticalTabbed_tabs ipsLayout_left">
  36.             <p class="short photo_holder">
  37.                 <a title="Atualizar a foto atual" class="ipsType_smaller ipsPad" id="change_photo" style="display: none" href="javascript:void(0);" onclick="show_popup('photo_popup_popup')">Alterar</a>
  38.                 {AVATAR_IMG}
  39.             </p>
  40.             <div class="warn_panel clear2 ipsType_small">
  41.                 <strong><a title="Visualizar histório de Alerta" id="warn_link" href="javascript:void(0);">Alerta</a></strong>
  42.             </div>
  43.             <ul class="clear2">
  44.                 <li data-tabid="user_info" class="tab_toggle" id="tab_link_core_info"><a href="#pane_core_info">Visão Geral</a></li>
  45.                 <li data-tabid="status" class="tab_toggle" id="tab_link_members_status" onclick="readPerfilMessages();"><a title="Visualizar Atualizações Recentes de Status" href="#pane_members_status">Atualizações Recentes de Status</a></li>
  46.                 <li data-tabid="reputation" class="tab_toggle" id="tab_link_members_reputation"><a title="Visualizar Reputação" href="#pane_members_reputation">Reputação</a></li>
  47.                 <li data-tabid="friends" class=" tab_toggle" id="tab_link_members:friends"><a title="Visualizar Amigos" href="#pane_members_friends">Amigos</a></li>
  48.                 <li data-tabid="topics" class="tab_toggle" id="tab_link_forums_topics"><a title="Visualizar Tópicos" href="#pane_forums_topics">Tópicos</a></li>
  49.                 <li data-tabid="posts" class="tab_toggle" id="tab_link_forums_posts"><a title="Visualizar Posts" href="#pane_forums_posts">Posts</a></li>
  50.                 <li data-tabid="shoutbox" class="tab_toggle" id="tab_link_shoutbox_shoutbox"><a title="Visualizar My Shouts" href="#pane_forums_shouts">My Shouts</a></li>
  51.             </ul>
  52.         </div>
  53.         <div id="profile_content" class="ipsVerticalTabbed_content ipsLayout_content ipsBox_container" style="min-height: 461px;">
  54.             <div class="ipsPad">
  55.                 <div id="profile_content_main">
  56.                     <div id="user_info_cell">
  57.                         <h1 class="ipsType_pagetitle">
  58.                             <span class="fn nickname">{USERNAME}</span>
  59.                         </h1>
  60.                         Cadastrado: <span class="joined_in"></span><br>
  61.                         <span id="user_suspended" class="ipsBadge ipsBadge_red" style="display: none; margin-right: 4px;">Postagem desativada</span>
  62.                         <span id="user_banned" class="ipsBadge ipsBadge_red" style="display: none; margin-right: 4px;">Banido</span>
  63.                         <span id="user_connected" data-tooltip="" class="ipsBadge ipsBadge_green reset_cursor"></span>
  64.                         <span class="desc lighter"> Última atividade: {LAST_VISIT_TIME}</span><!--<span id="last_activity"></span></span>-->
  65.                     </div>
  66.                     <div id="user_status_cell" style="display: none">
  67.                         <div id="user_latest_status">
  68.                             <div>
  69.                                 <span id="uneditable" class="user_comments" style="display: block"></span>
  70.                                 <span id="editable" class="user_comments" style="display: none"></span>
  71.                                 <br>
  72.                                 <!--<textarea id="profile_field_2_-20" class="inputbox" name="profile_field_2_-20" cols="60" rows="7"></textarea>-->
  73.                                 <span class="ipsType_smaller desc lighter blend_links" style="display: block"><a href="javascript:void(0);" onclick="editableField()">{L_UPDATE}</a></span>
  74.                             </div>
  75.                         </div>
  76.                     </div>
  77.                     <span style="margin-bottom: 10px" class="rating left clear2">
  78.                         <a title="Neutro" id="user_rate_1" href="javascript:void(0);"><img class="rate_img" alt="-" src="http://i69.servimg.com/u/f69/16/62/61/50/star_o10.png"></a>
  79.                         <a title="Regular" id="user_rate_2" href="javascript:void(0);"><img class="rate_img" alt="-" src="http://i69.servimg.com/u/f69/16/62/61/50/star_o10.png"></a>
  80.                         <a title="Bom" id="user_rate_3" href="javascript:void(0);"><img class="rate_img" alt="-" src="http://i69.servimg.com/u/f69/16/62/61/50/star_o10.png"></a>
  81.                         <a title="Ótimo" id="user_rate_4" href="javascript:void(0);"><img class="rate_img" alt="-" src="http://i69.servimg.com/u/f69/16/62/61/50/star_o10.png"></a>
  82.                         <a title="Excelente" id="user_rate_5" href="javascript:void(0);"><img class="rate_img" alt="-" src="http://i69.servimg.com/u/f69/16/62/61/50/star_o10.png"></a>
  83.                         <span class="desc" id="rating_text"></span>
  84.                     </span>
  85.                     <ul id="user_utility_links" class="ipsList_inline">
  86.                         <li class="ipsButton_secondary" id="add_friend" style="display: none">
  87.                             <a title="Adicionar como Amigo" href="/profile?friend={PUSERNAME}&mode=editprofile&page_profil=friendsfoes"><img alt="Adicionar como Amigo" src="http://i69.servimg.com/u/f69/16/62/61/50/user_d10.png">&nbsp;&nbsp; Adicionar como amigo</a>
  88.                         </li>
  89.                         <li class="ipsButton_secondary" id="remove_friend" style="display: none">
  90.                             <a title="Remover Amigo" href="/profile?foe={PUSERNAME}&mode=editprofile&page_profil=friendsfoes"><img alt="Remover Amigo" src="http://i69.servimg.com/u/f69/16/62/61/50/user_d10.png">&nbsp;&nbsp; Remover amigo</a>
  91.                         </li>
  92.                         <li class="ipsButton_secondary" id="pm_button" style="display: none">
  93.                             <a title="Enviar MP" href="#"><img alt="Enviar MP" src="http://i69.servimg.com/u/f69/16/62/61/50/email_10.png">&nbsp;&nbsp; Enviar MP</a>
  94.                         </li>
  95.                         <li>
  96.                             <a class="ipsButton_secondary" href="/st/{PUSERNAME}"><img alt="Localizar Tópicos" src="http://i69.servimg.com/u/f69/16/62/61/50/page_t10.png">&nbsp;&nbsp;  Meu Conteúdo</a>
  97.                         </li>
  98.                     </ul>
  99.                 </div>
  100.  
  101.                 <div class="clearfix" id="profile_panes_wrap" style="height: auto;">
  102.                     <div class="ipsLayout ipsLayout_withright ipsLayout_largeright clearfix tab_link_pane" id="pane_core_info">
  103.                         <div class="ipsLayout_content">
  104.                             <div class="general_box clearfix" id="user_humor_id" style="display: none">
  105.                                 <h3>Quem sou eu</h3>
  106.                                 <div class="ipsPad">
  107.                                     <span class="user_humor"></span><br>
  108.                                 </div>
  109.                             </div>
  110.                             <hr>
  111.                             <div class="general_box clearfix">
  112.                                 <h3>Estatísticas</h3>
  113.                                 <br>
  114.                                 <ul class="ipsList_data clearfix">
  115.                                     <li class="clear2 clearfix">
  116.                                         <span class="row_title">Grupo:</span>
  117.                                         <span class="row_data"><span style="color:red">{POSTER_RANK}</span></span><!--<span id="poster_rank" class="row_data"></span>-->
  118.                                     </li>
  119.                                     <li class="clear2 clearfix">
  120.                                         <span class="row_title">Posts:</span>
  121.                                         <span id="amount_posts" class="row_data"></span>
  122.                                     </li>
  123.                                     <li class="clear2 clearfix" style="display: none;">
  124.                                         <span class="row_title">Visualizações:</span>
  125.                                         <span class="row_data"></span>
  126.                                     </li>
  127.                                     <li class="clear2 clearfix" style="display: none;">
  128.                                         <span class="row_title">Título:</span>
  129.                                         <span class="row_data"></span>
  130.                                     </li>
  131.                                     <!-- BEGIN profile_field -->
  132.                                     <li class="clear2 clearfix" id="field_id{profile_field.ID}">
  133.                                         <span class="row_title">{profile_field.LABEL}</span>
  134.                                         <span class="row_data">{profile_field.CONTENT}</span>
  135.                                     </li>
  136.                                     <!-- END profile_field -->
  137.                                     <li class="clear2 clearfix">
  138.                                         <span class="row_title">Última visita:</span>
  139.                                         <span class="row_data">{LAST_VISIT_TIME}</span><!--<span class="row_data"><span id="last_visit_time"></span></span>-->
  140.                                     </li>
  141.                                 </ul>
  142.                                 <br>
  143.                             </div>
  144.                             <div class="general_box clearfix" id="contact_field">
  145.                                 <h3>Contato</h3>
  146.                                 <br>
  147.                                 <ul class="ipsList_data clearfix">
  148.                                     <!-- BEGIN contact_field -->
  149.                                     <li class="clear2 clearfix">
  150.                                         <span class="row_title">{contact_field.LABEL}</span>
  151.                                         <span class="row_data">{contact_field.CONTENT}</span>
  152.                                     </li>
  153.                                     <!-- END contact_field -->
  154.                                     <!-- Backup
  155.                                     <li id="cnt_email" class="clear2 clearfix">
  156.                                         <span class="row_title">E-mail:</span>
  157.                                         <span class="row_data">
  158.                                             <a href=""></a>
  159.                                         </span>
  160.                                     </li>
  161.                                     <li id="cnt_msn">
  162.                                         <span class="row_title">MSN</span>
  163.                                         <span class="row_data">
  164.                                             <img alt="MSN" src="http://i69.servimg.com/u/f69/16/62/61/50/profil10.gif">&nbsp;
  165.                                             <a href="" class="url"></a>
  166.                                         </span>
  167.                                     </li>
  168.                                     <li id="cnt_skype">
  169.                                         <span class="row_title">Skype</span>
  170.                                         <span class="row_data">
  171.                                             <img alt="Skype" src="http://i78.servimg.com/u/f78/18/17/62/92/profil10.gif">&nbsp;
  172.                                             <a href="" class="url"></a>
  173.                                         </span>
  174.                                     </li>
  175.                                     -->
  176.                                 </ul>
  177.                             </div>
  178.                         </div>
  179.                         <div class="ipsLayout_right">
  180.                             <div data-tooltip="{PUSERNAME}" class="reputation zero" id="reputation_panel">
  181.                                 <span class="number"></span>
  182.                                 <span class="title"></span>
  183.                             </div>
  184.                             <br>
  185.                             <div class="general_box clearfix">
  186.                                 <h3>Ferramentas do Usuário</h3>
  187.                                 <ul class="ipsPad">
  188.                                     <li >
  189.                                         <a rel="nofollow" id="st_pusername" href="/st/{PUSERNAME}">
  190.                                             <img alt="- " src="http://i69.servimg.com/u/f69/16/62/61/50/page_t10.png">&nbsp;&nbsp; Procurar por mensagens
  191.                                         </a>
  192.                                     </li>
  193.                                     <li>
  194.                                         <a rel="nofollow" id="sta_pusername" href="/sta/{PUSERNAME}">
  195.                                             <img alt="- " src="http://i69.servimg.com/u/f69/16/62/61/50/topics10.png">&nbsp;&nbsp; Visualizar somente os tópicos
  196.                                         </a>
  197.                                     </li>
  198.                                     <li>
  199.                                         <a rel="nofollow" id="spa_pusername" href="/spa/{PUSERNAME}">
  200.                                             <img alt="- " src="http://i69.servimg.com/u/f69/16/62/61/50/t_unre10.png">&nbsp;&nbsp; Visualizar somente os posts
  201.                                         </a>
  202.                                     </li>
  203.                                     <!-- BEGIN switch_auth_user -->
  204.                                     <li id="administrative" style="display: ;">
  205.                                         <span class="row_title"><br>{L_ADMINISTRATE_USER}: </span>
  206.                                         <span class="row_data">
  207.                                             <strong>
  208.                                                 <span id="admin_user">{ADMINISTRATE_USER}</span>
  209.                                                 <span id="ban_user">{BAN_USER}</span>
  210.                                             </strong>
  211.                                         </span>
  212.                                     </li>
  213.                                     <!-- END switch_auth_user -->
  214.                                     <!-- BEGIN switch_admin_user_comment_active -->
  215.                                     <form action="{S_PROFILE_ACTION}" method="post" name="post">
  216.                                         <dl>
  217.                                             <dt>{L_COMMENTS} :<br /><span class="italic">{L_MODS_AND_ADMINS}</span></dt>
  218.                                             <dd><textarea name="admin_user_comment_text" rows="8" cols="30">{ADMIN_USER_COMMENT}</textarea></dd>
  219.                                         </dl>
  220.                                         <dl class="frm-buttons clearfix">
  221.                                             <dt>&nbsp;</dt>
  222.                                             <dd><input type="hidden" value="update_admin_user_comment" name="mode" />
  223.                                             <input type="hidden" value="{USER_ID}" name="userid" />
  224.                                             <input type="submit" name="user_comment_maj" value="{L_UPDATE}" /></dd>
  225.                                         </dl>
  226.                                     </form>
  227.                                     <!-- END switch_admin_user_comment_active -->
  228.                                 </ul>
  229.                             </div>
  230.                             <div id="friends_overview" class="general_box clearfix">
  231.                                 <h3>{L_FRIENDS_AND_FOES}</h3>
  232.                                 <ul class="ipsPad">
  233.                                     <!-- BEGIN switch_allow_friendsfoes -->
  234.                                     <li id="friends_foes">
  235.                                         {FRIENDSFOES}
  236.                                     </li>
  237.                                     <!-- END switch_allow_friendsfoes -->
  238.                                 </ul>
  239.                             </div>
  240.                             <div class="general_box clearfix">
  241.                                 <h3>Últimos visitantes</h3>
  242.                                 <ul class="ipsList_withminiphoto ipsPad">
  243.                                     <li class="clearfix">
  244.                                         <!--
  245.                                         <a class="ipsUserPhotoLink left" title="Visualizar Perfil" href="javascript:void(0);"><img class="ipsUserPhoto ipsUserPhoto_mini" alt="Foto" src="#"></a>
  246.                                         -->
  247.                                         <div class="list_content">
  248.                                             <br>
  249.                                             <span class="desc lighter">ítem em fase de implementação!</span>
  250.                                         </div>
  251.                                     </li>
  252.                                 </ul>
  253.                             </div>
  254.                         </div>
  255.                     </div>
  256.                     <!-- #region tabStatus -->
  257.                     <div class="tab_link_pane" id="pane_members_status" style="display: none;">
  258.                         <div class="main ipsLayout_content">
  259.                             <div class="main-head" style="margin-top: -10px ! important;">
  260.                                 <h1 class="page-title">Atualizações Recentes de Status</h1>
  261.                             </div>
  262.                             <div id="pane_members_status" style="height: auto; left: 10px; position: static; top: 132px; width: auto;">
  263.                                 <div class="status_update" style="height: 31px;"></div>
  264.                                 <div class="ipsBox clearfix">
  265.                                     <div id="status_wrapper">
  266.                                         <p id="noStatusUpdates" class="ipsBox_container ipsPad">Não há atualizações de status para mostrar</p>
  267.                                     </div>
  268.                                 </div>
  269.                                 <iframe name="iPerfmsg" height="0px" width="0px" frameborder="0"></iframe>
  270.                             </div>
  271.                         </div>
  272.                     </div>
  273.                     <!-- #endregion tabStatus -->
  274.                     <!-- #region tabReputation -->
  275.                     <div class="tab_link_pane" id="pane_members_reputation" style="display: none;">
  276.                         <div class="ipsLayout_content">
  277.                             <div class="main paged" style="margin-top: -15px;">
  278.                                 <div class="no_messages" style="margin-top: 15px;">Ítem em fase de implementação!</div>
  279.                             </div>
  280.                         </div>
  281.                     </div>
  282.                     <!-- Backup
  283.                     <div class="tab_link_pane" id="pane_members_reputation" style="display: none;">
  284.                         <div class="general_box">
  285.                             <div class="maintitle ipsFilterbar clearfix">
  286.                                 <ul class="ipsList_inline ipsType_smaller left">
  287.                                     <li class="active">
  288.                                         <a href="javascript:void(0);">Fórum</a>
  289.                                     </li>
  290.                                     <li>
  291.                                         <a href="javascript:void(0);">Calendar</a>
  292.                                     </li>
  293.                                 </ul>
  294.                                 <ul class="ipsList_inline ipsType_smaller right">
  295.                                     <li class="active">
  296.                                         <a href="javascript:void(0);">Recebida</a>
  297.                                     </li>
  298.                                 </ul>
  299.                             </div>
  300.                             <div class="no_messages">Não há conteúdo para visualizar.</div>
  301.                         </div>
  302.                     </div>
  303.                     -->
  304.                     <!-- #endregion tabReputation -->
  305.                     <!-- #region tabFriends -->
  306.                     <div class="tab_link_pane" id="pane_members_friends" style="display: none;">
  307.                         <div class="general_box">
  308.                             <div id="friend_list" class="friend_list clear">
  309.                                 <h3 class="bar">{L_FRIENDS_AND_FOES}</h3>
  310.                                 <ul class="ipsPad">
  311.                                     <!-- BEGIN switch_allow_friendsfoes -->
  312.                                     <li id="friends_foes">
  313.                                         {FRIENDSFOES}
  314.                                     </li>
  315.                                     <!-- END switch_allow_friendsfoes -->
  316.                                 </ul>
  317.                             </div>
  318.                             <br>
  319.                         </div>
  320.                     </div>
  321.                     <!-- #endregion tabFriends -->
  322.                     <!-- #region tabTopics -->
  323.                     <div class="tab_link_pane" id="pane_forums_topics" style="display: none;">
  324.                         <div class="ipsLayout_content">
  325.                             <div class="main paged" style="margin-top: -15px;">
  326.                             </div>
  327.                         </div>
  328.                     </div>
  329.                     <!-- #endregion tabTopics -->
  330.                     <!-- #region tabPosts -->
  331.                     <div class="tab_link_pane" id="pane_forums_posts" style="display: none;">
  332.                         <div class="ipsLayout_content">
  333.                             <div class="main paged" style="margin-top: -15px;">
  334.                             </div>
  335.                         </div>
  336.                     </div>
  337.                     <!-- #endregion tabPosts -->
  338.                     <!-- #region tabShouts -->
  339.                     <div class="tab_link_pane" id="pane_forums_shouts" style="display: none;">
  340.                         <div class="ipsLayout_content">
  341.                             <div class="main paged" style="margin-top: -15px;">
  342.                             </div>
  343.                         </div>
  344.                     </div>
  345.                     <!-- #endregion tabShouts -->
  346.                 </div>
  347.             </div>
  348.         </div>
  349.     </div>
  350. </div>
  351. <div class="pun-crumbs">
  352.     <br>
  353.     <span class="desc lighter"><a class="desc lighter" href="{U_INDEX}">{L_INDEX}</a> » Visualizando perfil: {PUSERNAME}</span>
  354. </div>
  355. <div id="photo_popup_popup" style="display:none; z-index: 10001; top: 14px; left: 22%; position: fixed;" class="popupWrapper">
  356.     <div id="photo_popup_inner" class="popupInner" style="width: 750px;">
  357.         <!--<form name="photoEditorForm" id="photoEditorForm" action="" enctype="multipart/form-data" method="post">-->
  358.         <form id="ucp" class="frm-form" name="post" method="post" enctype="multipart/form-data" action="/profile">
  359.             <h3 style="padding: 8px 10px 9px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px;">Editor de Foto</h3>
  360.             <div class="ipsBox">
  361.                 <div class="fixed_inner"><!-- style="height: 500px; max-height: 500px; overflow: auto;">-->
  362.                     <fieldset class="fixed_inner ipsBox_container" id="ips_photoWrap">
  363.                         <div id="ips_sidePanel">
  364.                             <div id="ips_currentPhoto">
  365.                                 {AVATAR_IMG}<!--<img width="120" height="120" class="ipsUserPhoto" src="">-->
  366.                             </div>
  367.                             <div style="display:none" id="ips_cropperControls">
  368.                                 <a class="ipsButton_secondary desc cropperCancel" href="javascript:void(0);">Cancelar</a> <a class="ipsButton_secondary desc cropperAccept" href="javascript:void(0);">Ok</a>
  369.                             </div>
  370.                             <div style=";" id="ips_cropperStart">
  371.                                 <a class="ipsButton_secondary desc cropperStart" href="javascript:void(0);">Ajustar Corte</a>
  372.                             </div>
  373.                         </div>
  374.                         <div id="ips_photoOptions">
  375.                             <ul>
  376.                                 <li class="ips_option row2">
  377.                                     <div class="iframe_photo_popup">
  378.                                     </div>
  379.                                 </li>
  380.                                 <!-- Backups
  381.                                 <li class="ipsPad_half clearfix right">
  382.                                     <input type="button" class="ipsButton important ips_photoRemove" value="Excluir Foto" name="avatardel">
  383.                                     <input class="ipsButton ips_photoSubmi" type="submit" value="Concluir" name="submit">
  384.                                 </li>
  385.                                 -->
  386.                             </ul>
  387.                         </div>
  388.  
  389.                         <iframe id="iframe_photo_popup" height="0" width="0" frameBorder="0" style="display: none;" src="/profile?mode=editprofile&page_profil=avatars">Your browser does not support IFRAMEs</iframe>
  390.                     </fieldset>
  391.                 </div>
  392.             </div>
  393.         </form>
  394.     </div>
  395.     <div id="sign_in_popup_close" class="popupClose clickable">
  396.         <img alt="x" src="http://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="show_popup('photo_popup_popup');">
  397.     </div>
  398. </div>
  399.  
  400. <!-- #region sign_in_popup -->
  401. <div id="ban_member_popup" style="display: none; position: fixed; top: 9%; left: 27%; z-index: 10001" class="popupWrapper">
  402.     <div id="ban_member_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
  403.         <div style="" id="inline_ban_form">
  404.             <form id="confirm_ban" method="post" target="iBanMember" action="/modcp?tid={TID}">
  405.                 <h3>Confirmar - Banir membro</h3>
  406.                 <div class="ipsBox_notice ipsForm_center">
  407.                     Determine o período e o motivo para suspender o membro!
  408.                 </div>
  409.                 <div class="ipsForm ipsForm_horizontal">
  410.                     <fieldset>
  411.                         <ul>
  412.                             <li class="ipsField ipsField_primary">
  413.                                 <label class="ipsField_title" for="ban_user_date">Por um período de:</label>
  414.                                 <div class="ipsField_content">
  415.                                     <input type="text" tabindex="0" size="10" name="ban_user_date" class="input_text" id="ips_bandate"><span> dias decorridos.</span>
  416.                                 </div>
  417.                             </li>
  418.                             <li class="ipsField ipsField_primary">
  419.                                 <label class="ipsField_title" for="ban_user_reason">Pelo seguinte motivo:</label>
  420.                                 <div class="ipsField_content">
  421.                                     <input type="text" tabindex="1" size="40" name="ban_user_reason" class="input_text" id="ips_banreason"><br>
  422.                                 </div>
  423.                             </li>
  424.                             <li class="ipsField ipsField_checkbox">
  425.                                 <span class="desc lighter">Os campos acima são opcionais!</span>
  426.                             </li>
  427.                         </ul>
  428.                     </fieldset>
  429.                     <div class="ipsForm_submit ipsForm_center">
  430.                         <input type="hidden" value="{TID}" name="tid">
  431.                         <input type="hidden" value="ban" name="mode">
  432.                         <input type="hidden" value="{CUR_USER_ID}" name="user_id">
  433.                         <input type="submit" tabindex="2" class="login-submit ipsButton important" name="confirm" value="Confirmar"/>&nbsp;
  434.                         <input type="button" tabindex="3" class="login-submit ipsButton" name="cancel" onclick="show_popup('ban_member_popup');" value="Cancelar"/>
  435.                     </div>
  436.                 </div>
  437.             </form>
  438.         </div>
  439.     </div>
  440.     <div id="ban_member_popup_close" class="popupClose clickable">
  441.         <img alt="x" src="http://i69.servimg.com/u/f69/16/62/61/50/close_10.png" onclick="show_popup('ban_member_popup');">
  442.     </div>
  443.     <iframe name="iBanMember" height="0px" width="0px" frameborder="0"></iframe>
  444. </div>
  445. <style type="text/css">
  446.     <!--
  447. ol, ul {
  448.    list-style: none outside none;
  449. }    
  450.     .popupWrapper {background-color: rgba(70, 70, 70, 0.6);border-radius: 4px 4px 4px 4px;box-shadow: 0 12px 25px rgba(0, 0, 0, 0.7);padding: 4px;}
  451.     .popupInner {background: none repeat scroll 0 0 #FFFFFF;box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);overflow-x: hidden;overflow-y: auto;width: 500px;}
  452.     .popupInner h3 {background-color: #2C5687;background: url("http://i78.servimg.com/u/f78/18/17/62/92/mainti10.png") repeat-x scroll center top #2C5687;border-color: #316897;border-style: solid;border-width: 1px 1px 0;box-shadow: 0 1px 0 #528CBC inset;color: #FFFFFF;font-size: 16px;font-weight: 300;padding: 8px 10px 9px !important;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);}
  453.     .ipsForm_horizontal .ipsField {margin-bottom: 15px;}
  454.     .ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {margin-left: 200px;}
  455.     .ipsForm_horizontal .ipsField_title {float: left;line-height: 1.8;padding-right: 15px;text-align: right;width: 185px;}
  456.     .ipsField .ipsField_title {font-size: 15px;font-weight: bold;}
  457.     .ipsField_primary input {font-size: 18px;}
  458.     .input_text, .ipsTagBox_wrapper {background: none repeat scroll 0 0 #FFFFFF;border-color: #848484 #C1C1C1 #E1E1E1;border-radius: 2px 2px 2px 2px;border-style: solid;border-width: 1px;padding: 4px;}
  459.     .input_text:focus {border-color: #4E4E4E #7C7C7C #A3A3A3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
  460.     input.inactive, select.inactive, textarea.inactive {color: #C4C4C4;}
  461.     .ipsForm_horizontal .ipsField_checkbox {margin: 0 0 5px 200px;}
  462.     .ipsForm .ipsField_checkbox input {float: left;margin-top: 3px;}
  463.     .ipsForm .ipsField_checkbox .ipsField_content {margin-left: 25px;}
  464.     .desc.lighter, .desc.lighter.blend_links a {color: #A4A4A4;}
  465.     .ipsForm_center {text-align: center;}
  466.     .desc, .desc.blend_links a, p.posted_info {color: #777777;font-size: 12px;}
  467.     .ipsPad_top {padding-top: 9px;}
  468.     .ipsType_smaller, .ipsType_smaller a {font-size: 11px !important;}
  469.     .ipsForm_submit {background-color: #CCCCCC;background: -moz-linear-gradient(center top , #E4E4E4 0%, #CCCCCC 100%) repeat-x scroll 0 0 transparent !important;border-top: 1px solid #CCCCCC;margin-top: 25px;padding: 5px 10px;}
  470.     .popupClose {position: absolute;right: 16px;top: 12px;}
  471.     .clickable {cursor: pointer;}
  472.     .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton{
  473.         -moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_11.png") repeat-x scroll center top #212121;
  474.         border-color: #212121;border-image: none;border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 1px 1px 0;box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);color: #FFFFFF !important;cursor: pointer;display: inline-block;
  475.         font: 300 12px/30px Helvetica,Arial,sans-serif;height: 30px;min-width: 125px;padding: 0 10px;text-align: center;text-shadow: 0 -1px 0 #191919;
  476.     }
  477.    .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  478.        background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_10.png") repeat-x scroll center top #812200;
  479.        border-color: #812200;
  480.        box-shadow: 0 1px 0 0 #DB6E46 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  481.     }  
  482.     .ipsButton_secondary {
  483.         background-color: #DBDBDB;background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat-x scroll 0 0 transparent !important;border: 1px solid #DBDBDB;border-radius: 3px 3px 3px 3px;
  484.         box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);color: #616161;display: inline-block;font-size: 12px;height: 22px;line-height: 22px;padding: 0 10px;transition: all 0.2s ease-in-out 0s;white-space: nowrap;
  485.     }
  486.    .ipsBox_notice {
  487.        line-height: 1.6;
  488.        margin-bottom: 10px;
  489.        padding: 10px;
  490.    }
  491.    .ipsBox_notice, .ipsBox_highlight {
  492.        background: none repeat scroll 0 0 #F4FCFF;
  493.        border-bottom: 1px solid #CAE9F5;
  494.    }
  495.     -->
  496. </style>
  497. <!-- #endregion sign_in_popup -->
  498.                    
  499. <script type="text/javascript">
  500.     //<![CDATA[
  501.     /* Plugin to Add Hover Class! */
  502.     (function($){
  503.         $.fn.hoverClass = function(c) {
  504.             return this.hover(
  505.             function() { $(this).toggleClass(c); }
  506.           );
  507.         };
  508.     }(jQuery));
  509.  
  510.     /*$('[id^=field_id]').hoverClass('hover');*/
  511.  
  512.     function editableField(){
  513.         $('#user_status_cell #uneditable').hide();
  514.         $('#user_status_cell #editable').show();
  515.     };
  516.  
  517.     /* ---- Variables definitions 1---- */
  518.     /*find username and state*/
  519.     var UserName = $('#profile_content').find('span.fn.nickname').text();
  520.     <!-- BEGIN switch_show_status -->
  521.     var UserStats = $.trim('{USER_ONLINE}');
  522.     <!-- END switch_show_status -->
  523.     var pUserName = encodeURI(UserName); /*encodeURI('{PUSERNAME}');*/ /*to avoid espace in url names!*/
  524.     var sStarIMG = 'http://i69.servimg.com/u/f69/18/17/62/92/star10.png';
  525.     var UserNum = {CUR_USER_ID}; /*location.href.split('/u')[1];*/ /*ID number of user*/
  526.     var Logged_As = $('#pun-visit strong').text();
  527.     /*related to reputations - Place the numbers and labels reputation of your forum*/
  528.     var iReputation_1 = 0;
  529.     var iReputation_2 = 10;
  530.     var iReputation_3 = 20;
  531.     var iReputation_4 = 100;
  532.     var iReputation_5 = 200;
  533.     var lReputation_1 = 'Neutro';
  534.     var lReputation_2 = 'Regular';
  535.     var lReputation_3 = 'Bom';
  536.     var lReputation_4 = 'Ótimo';
  537.     var lReputation_5 = 'Excelente';
  538.     /*related to tabs*/
  539.     var tabTopicsLoaded = 0;
  540.     var tabPostsLoaded = 0;
  541.     var tabShoutsLoaded = 0;
  542.     var activeTab = '';
  543.     /*----------------------------------*/
  544.  
  545.     /*sets default user image*/
  546.     var $Sel = $('#profile_tabs').find('p.short.photo_holder');
  547.     if($.trim($Sel.find('img').attr('src')) =='') {
  548.         $Sel.append('<img alt="- foto" src="http://illiweb.com/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
  549.         $('#photo_popup_inner #ips_currentPhoto').append('<img alt="- foto" src="http://illiweb.com/fa/invision/pp-blank-thumb.png" id="profile_photo" class="ipsUserPhoto">');
  550.     } else {
  551.         $Sel.find('img').attr('id','profile_photo').addClass('ipsUserPhoto');
  552.     }
  553.    
  554.     /*sets joined in*/
  555.     $('#user_info_cell').find('span.joined_in').html($('#field_id-4').find('div.field_uneditable').text()); /*id-4 => "Data de inscrição"*/
  556.    
  557.     /*sets state*/
  558.     if(UserStats == 'conectado') {
  559.         $('#user_info_cell #user_connected').html('online').addClass('ipsBadge_green').removeClass('ipsBadge_lightgrey');
  560.     } else {
  561.         $('#user_info_cell #user_connected').html('offline').addClass('ipsBadge_lightgrey').removeClass('ipsBadge_green');
  562.     };
  563.  
  564.     /*sets profile fields*/
  565.    $('.ipsList_data [id^=field_id]:contains("_Log")').hide();    
  566.     $('#field_id-6').hide();
  567.     $('#field_id-14').hide();
  568.     $('#field_id-4').hide();
  569.    
  570.     /* sets posts */
  571.    var posts = $('#field_id-6').find('div.field_uneditable').text();
  572.     $('#amount_posts').text(posts);
  573.    
  574.    /* field_id1 (Título) = First field added to the perfil! */
  575.     var $Len = $('#field_id1');
  576.     if($Len.length) {
  577.         var $Sel = $Len.find('div.field_uneditable');
  578.         if($.trim($Sel.text()) == '-') {
  579.             $Sel.addClass('desc lighter').text('Sem informações');
  580.         }
  581.     }    
  582.    
  583.     /*sets gender*/
  584.     var $Len = $('#field_id-7');
  585.     if($Len.length) {
  586.         $Len.find('span.row_title').html('<span style="color:##66666;">Gênero:</span>');
  587.         var $Sel = $Len.find('div.field_uneditable');
  588.         if($.trim($Sel.text()) == '-') {
  589.             $Sel.html('<img alt="Não informado" src="http://i69.servimg.com/u/f69/18/17/62/92/myster10.png"> Não informado');
  590.         } else {
  591.             var UserGender = $Sel.find('img').attr('src').split('_')[2];
  592.             switch (UserGender)
  593.                 {
  594.                 case 'male.gif':
  595.                     $Sel.html('<img alt="Masculino" src="http://i69.servimg.com/u/f69/18/17/62/92/male10.png"> Masculino');
  596.                     break;
  597.                 case 'female.gif':
  598.                     $Sel.html('<img alt="Feminino" src="http://i69.servimg.com/u/f69/18/17/62/92/female10.png"> Feminino');
  599.                     break;
  600.                 default:
  601.                     $Sel.html('<img alt="Não informado" src="http://i69.servimg.com/u/f69/18/17/62/92/myster10.png"> Não informado');
  602.             }
  603.         }
  604.     }
  605.    
  606.     /*sets Job/hobbies*/
  607.     var $Len = $('#field_id-9');
  608.     if($Len.length) {
  609.         var $Sel = $Len.find('div.field_uneditable');
  610.         if($.trim($Sel.text()) == '-') {
  611.             $Sel.addClass('desc lighter').text('Sem informações');
  612.         }
  613.     }
  614.    
  615.     /*sets localization*/
  616.     var $Len = $('#field_id-11');
  617.     if($Len.length) {
  618.         var $Sel = $Len.find('div.field_uneditable');
  619.         if($.trim($Sel.text()) == '-') {
  620.             $Sel.addClass('desc lighter').text('Sem informações');
  621.         }
  622.     }
  623.    
  624.     /*sets born*/
  625.     var $Len = $('#field_id-12');
  626.     if($Len.length) {
  627.         $Len.find('span.row_title').find('span').text('Nascimento');
  628.         var $Sel = $Len.find('div.field_uneditable');
  629.         if($.trim($Sel.text()) == '-') {
  630.             $Sel.addClass('desc lighter').text('Sem informações');
  631.         }
  632.     }
  633.  
  634.     /*sets user comments*/
  635.     var $Len = $('#field_id-20');
  636.     if($Len.length) {
  637.         $Len.hide();
  638.         var $Sel = $Len.find('div.field_uneditable');  /*id-20 => "Comentários"*/
  639.         if($.trim($Sel.text()) != '-') {
  640.             $('#user_status_cell .user_comments').html($Sel);
  641.             $('#user_status_cell').css('display', '');
  642.         }
  643.     }
  644.    
  645.     /*sets [Quem sou eu] field*/
  646.     var $Len = $('#field_id-8');
  647.     if($Len.length) {
  648.         $Len.hide();
  649.         var $Sel = $Len.find('div.field_uneditable'); /*id-8 => "Humor"*/
  650.         if($.trim($Sel.text()) != '-') {
  651.             $('#user_humor_id').find('.user_humor').html($Sel);
  652.             $('#user_humor_id').css('display', '');
  653.         }
  654.     }
  655.    
  656.     /*sets reputation fields*/ 
  657.     var Reputation = $('#field_id-14').find('div.field_uneditable').text();
  658.     var $Sel = $('#reputation_panel').find('span.title');
  659.     $Sel.text(lReputation_1);
  660.     $('#reputation_panel').find('span.number').text(Reputation);
  661.     $('#reputation_panel').removeClass('zero').addClass('positive');
  662.     switch (Reputation)
  663.         {
  664.         case (Reputation = iReputation_1):
  665.             $('#reputation_panel').removeClass('positive').addClass('zero');
  666.             break;
  667.         case (Reputation > iReputation_1 && Reputation < iReputation_2):
  668.             $('#user_rate_1').find('img').attr('src', sStarIMG);
  669.             break;
  670.         case (Reputation >= iReputation_2 && Reputation < iReputation_3):
  671.             $Sel.text(lReputation_2);
  672.             $('#user_rate_2').find('img').attr('src', sStarIMG);
  673.             break;
  674.         case (Reputation >= iReputation_3 && Reputation < iReputation_4):
  675.             $Sel.text(lReputation_3);
  676.             $('#user_rate_3').find('img').attr('src', sStarIMG);
  677.             break;
  678.         case (Reputation >= iReputation_4 && Reputation < iReputation_5):
  679.             $Sel.text(lReputation_4);
  680.             $('#user_rate_4').find('img').attr('src', sStarIMG);
  681.             break;
  682.         case (Reputation >= iReputation_5):
  683.             $Sel.text(lReputation_5);
  684.             $('#user_rate_5').find('img').attr('src', sStarIMG);
  685.             break;
  686.     }
  687.  
  688.     /*sets friends information*/
  689.     /*                  This load and read all friends fields ¯| */
  690.     /*$('#friends_foes').load(location.href + ' #profile-advanced-right .module.main:last .main-content.clearfix', function() {
  691.  
  692.     });*/
  693.  
  694.     <!-- BEGIN switch_user_logged_in -->
  695.     /* Atualizações Recentes de Status */
  696.     /*                      This load and read all form fields ¯| */
  697.     $('.tab_link_pane #pane_members_status .status_update').load('/privmsg?mode=post_profile&u=' + UserNum + ' .main .frm-form', function() {
  698.         $('.status_update .frm-form .main-head.clearfix').remove();
  699.         $('.status_update .frm-form .main').hide();
  700.         $('.status_update .frm-form .main-content.frm').css('padding', '0px');
  701.         $('.status_update .frm-form .main-content.frm .frm-set')
  702.            .css({ 'border-bottom' : '0', 'background' : 'none repeat scroll 0 0 #71A5C9', 'height' : '0px', 'margin' : '0px', 'padding' : '0px' });
  703.         $('.status_update .frm-form .frm-set.multi #text_editor_select_controls').hide();
  704.         $('.status_update .frm-form .frm-set.multi #text_editor_controls').hide();
  705.         $('.status_update .frm-form .main-content.frm .frm-set > dl').hide();
  706.         $('.status_update .frm-form .frm-set.multi .left').remove();
  707.         $('.status_update .frm-form .frm-set.multi textarea_content').css('width', '100%');
  708.         $('.status_update .frm-form .frm-set.multi #textarea_content dt').remove(); /*.posting-block*/
  709.         $('.status_update .frm-form .frm-set.multi #smiley-box').hide(); /*or remove()*/
  710.         $('.status_update .frm-form .frm-set').css('padding', '0');
  711.         /*.posting-block*/
  712.         $('.status_update .frm-form .frm-set.multi #textarea_content .frm-textarea')
  713.            .css({ 'padding' : '0', 'border-top-width' : '0', 'float' : 'left', 'width' : '100%', 'height' : '31px', 'margin-left' : '5px', 'margin-top' : '0' })
  714.            .append('<input type="submit" accesskey="s" tabindex="6" value="Comentar" name="post" class="ipsButton" style="float:right; position:relative; top: -30px; right: -43px;">')
  715.             .append('<input type="checkbox" name="attach_sig" style="display:none;">'); /*Do not add signature*/
  716.         $('.status_update .frm-textarea #text_editor_textarea').css({ 'width' : '675px', 'height' : '16px', 'padding' : '6px 4px' }).attr('placeholder', 'Deixar uma mensagem...');
  717.         $('.status_update .frm-form .frm-set .frm-buttons input[name=preview]').remove();
  718.         $('.status_update .frm-form .frm-set .frm-buttons input[name=post]').remove();
  719.         $('.status_update .frm-form .frm-set .frm-buttons input[name=username]').val(Logged_As); /*sets user name to send message!*/
  720.         $('.status_update .frm-form .frm-set.multi input[name=subject]').val('Mensagem'); /*sets title to send message!*/
  721.         $('.status_update .frm-form .frm-set .frm-buttons').removeClass('frm-buttons').addClass('post_comment');
  722.         $('.status_update .frm-form .frm-set .post_comment').css('height', '0px');
  723.         $('.status_update .frm-form').attr('target','iPerfmsg');
  724.         $('.status_update .frm-form').submit(function(){var time=setTimeout("fperfMsgSent()",1000);});
  725.         if(UserName == Logged_As) {
  726.             $('.status_update .frm-form .frm-set.multi input[name=subject]').val('O que há em minha mente:'); /*sets title to send message!*/
  727.             $('.status_update .frm-form .frm-set.multi #textarea_content .frm-textarea input[name=post]').val('Atualizar');
  728.             $('.status_update .frm-textarea #text_editor_textarea').attr('placeholder', 'O que há em sua mente?');
  729.         }
  730.         readPerfilMessages();
  731.     });
  732.  
  733.     function fperfMsgSent(){
  734.         if(UserName !== Logged_As) {
  735.             alert('A sua mensagem foi enviada!');
  736.         }
  737.         $('.status_update .frm-textarea #text_editor_textarea').val('');
  738.         readPerfilMessages();
  739.     }
  740.  
  741.     /*                  This load and read all messages fields ¯| */
  742.     function readPerfilMessages() {
  743.         $('.tab_link_pane .ipsBox.clearfix #status_wrapper').load(location.href + 'wall #profile-advanced-details', function() {
  744.             $('#status_wrapper .main-head').remove();
  745.             $('#status_wrapper .main-content.clearfix .pagination.top:first').remove();
  746.             $('#status_wrapper .new-message.bottom').remove();
  747.         });
  748.     }
  749.     <!-- END switch_user_logged_in -->
  750.  
  751.     <!-- BEGIN switch_user_logged_in -->
  752.     /* ---- Variables definitions 2---- */
  753.     var UserFriends = $('#friends_foes > a:first').text();
  754.     var UserFoes = $('#friends_foes > a:last').text();
  755.     /*----------------------------------*/
  756.  
  757.     /*sets user utility [Buttons] and [Links]*/
  758.     if(UserName == Logged_As) {
  759.         $('.topic_buttons li.editPerfil').css('display', '');
  760.         $('#change_photo').css('display', '');
  761.     } else {
  762.         var $Sel = $('#admin_user');
  763.         if($Sel.length) {
  764.             $('.topic_buttons li.editMember').css('display', '');
  765.             $('.topic_buttons li.editMember').find('a').attr('href', $Sel.find('a').attr('href'));
  766.         }
  767.         var $Sel = $('#ban_user');
  768.         if($Sel.length) {
  769.             var $href = $Sel.find('a');
  770.             if($href.length) {
  771.                 $('.topic_buttons li.FlagSpam').css('display', '');
  772.                 /*$('.topic_buttons li.FlagSpam').find('a').attr('href', $href.attr('href'));*/
  773.             } else {
  774.                 var Texto = $Sel.text();
  775.                 /*alert(Texto);*/
  776.             }  
  777.         }
  778.         if(UserFriends !=='') {
  779.             $('#add_friend').css('display', '');
  780.         } else {
  781.             $('#remove_friend').css('display', '');
  782.         }
  783.         $('#pm_button').css('display', '').find('a').attr('href', '/privmsg?mode=post&u=' + UserNum);
  784.     }
  785.     <!-- END switch_user_logged_in -->
  786.  
  787.     $('#ban_member_popup #confirm_ban').submit(function(){
  788.         var time=setTimeout("winReload('O membro '+UserName+' foi alertado com sucesso!')",1000);
  789.     });
  790.    
  791.     function winReload(msg){
  792.         if(msg.length){
  793.             alert(msg);
  794.         }
  795.         window.location.reload()
  796.     }
  797.  
  798.     function Question() {
  799.         if (confirm("Tem certeza que deseja continuar?")==true) {
  800.             x="You pressed OK!";
  801.         } else {
  802.             x="You pressed Cancel!";
  803.         }
  804.         document.getElementById("demo").innerHTML=x;
  805.     }
  806.     /*
  807.     function show_popup(id) {
  808.         var $oObj = $('#'+id);
  809.         if ($oObj.css('display') == 'none') {
  810.             $oObj.add('#document_modal').fadeIn('slow');
  811.             $("input:text:eq(0):visible").focus();
  812.         } else {
  813.             $oObj.add('#document_modal').fadeOut('slow');
  814.         }  
  815.     }
  816.    */
  817.    function show_popup( element, focus ) {
  818.        if ( element == '' ) {return false;}
  819.        var $oObj = $('#' + element);
  820.        var oldIndex = 0;
  821.    
  822.        /* Add an "document_modal" to the code...*/
  823.        $oObj.before('<div id="popup_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E;"></div>');
  824.        /* Save original z-index order and sets new...*/
  825.        oldIndex = $oObj.css('z-index');
  826.        $oObj.css('z-index', '10001');
  827.    
  828.        if ($oObj.css('display') == 'none') {
  829.            $oObj.add('#popup_modal').fadeIn('slow');
  830.            if ( focus != '' ) {$(focus).focus();}
  831.        } else {
  832.            $oObj.add('#popup_modal').fadeOut('slow');
  833.            /* restore original z-index */
  834.            $oObj.css('z-index', oldIndex);
  835.            /* Remove "document_modal"! */
  836.            $oObj.parent().remove('#popup_modal');
  837.         }  
  838.    }
  839.  
  840.    $(document).ready(function(){
  841.         $('#iframe_photo_popup').load(function(){
  842.             var iframe = $('#iframe_photo_popup').contents().find('div .main-content.frm');
  843.             if(iframe.length > 0) {
  844.                 var PhotoPopup = iframe.html();
  845.                 $('#photo_popup_inner').find('div.iframe_photo_popup').html(PhotoPopup);
  846.                 $('.frm-info').css('display', 'none');
  847.                 $('.frm-set').css('margin', '0');
  848.                 $('.frm-set dt').css({ 'font-weight' : '400', 'float' : 'left', 'text-align' : 'left', 'width' : 'auto' });
  849.                 $('.frm-set dd').css({ 'margin-left' : '5px', 'float' : 'left' });
  850.                 $('.frm-set > dl:last-child').css('display', 'none');
  851.                 $('.inputbox').css('width', '80% !important');
  852.                 $('.frm-buttons').css({ 'display' : '', 'margin-bottom' : '0px' });
  853.                 $('.button2').removeClass('button2').addClass('ipsButton ips_photoSubmi');
  854.                 $('.ipsButton.ips_photoSubmi').css('margin-right', '5px');
  855.                 $('.frm-buttons > dd').css('padding-left', '200px');
  856.             }
  857.         });
  858.     });
  859.     $(document).ready(function(){
  860.         $(".tab_toggle:first").addClass("active").show();
  861.  
  862.         $(".tab_toggle").click(function(){
  863.             $(".tab_toggle").removeClass("active");
  864.             $(this).addClass("active");
  865.  
  866.             activeTab = $(this).find("a").attr("href");
  867.             /*var activeTab = '#' + $(this).find("a").attr("onclick");*/
  868.  
  869.             switch (activeTab)
  870.                 {
  871.                 case '#pane_forums_topics':
  872.                     if (tabTopicsLoaded == 0) {$('#ajax_loading').show();tabTopicsLoaded = 1;}
  873.                     $('#pane_forums_topics').find('div.main.paged').load("/sta/"+pUserName+" div .main.paged", function() {
  874.                         TabLoaded();
  875.                        var $Sel = $('#pane_forums_topics').find('div.main.paged');
  876.                         if($Sel.length > 1) {
  877.                             $('#pane_forums_topics .frm-form .page-title').text('Tópicos que criei');
  878.                             $('.posting').css('display', 'none');
  879.                             $('.main-foot').css('display', 'none');
  880.                         } else {
  881.                             $Sel.html('<div class="no_messages" style="margin-top: 15px;">Não há tópicos para exibir</div>');
  882.                         }
  883.                     });
  884.                     break;
  885.                 case '#pane_forums_posts':
  886.                     if (tabPostsLoaded == 0) {$('#ajax_loading').show();tabPostsLoaded = 1;}
  887.                     $('#pane_forums_posts').find('div.main.paged').load("/spa/"+pUserName+" div .main.paged", function() {
  888.                         TabLoaded();
  889.                        var $Sel = $('#pane_forums_posts').find('div.main.paged');
  890.                         if($Sel.length > 1) {
  891.                             $('#pane_forums_posts .page-title').text('Posts que fiz');
  892.                             $('.user.online').css('display', 'none');
  893.                             $('.post .postmain').css('margin-left', '0');
  894.                             $('.post .postmain .posthead').css('margin-left', '0');
  895.                             $('.post .postmain .postfoot').css('margin-left', '0');
  896.                             $('.posting').css('display', 'none');
  897.                             $('.main-foot').css('display', 'none');
  898.                         } else {
  899.                             $Sel.html('<div class="no_messages" style="margin-top: 15px;">Não há posts para exibir</div>');
  900.                         }
  901.                     });
  902.                     break;
  903.                 case '#pane_forums_shouts':
  904.                     if (tabShoutsLoaded == 0) {$('#ajax_loading').show();tabShoutsLoaded = 1;}
  905.                     $('#pane_forums_shouts').find('div.main.paged').load("/st/"+pUserName+" div .main.paged", function() {
  906.                         TabLoaded();
  907.                        var $Sel = $('#pane_forums_shouts').find('div.main.paged');
  908.                         if($Sel.length > 1) {
  909.                             $('#pane_forums_shouts .page-title').text('Todas as minhas mensagens');
  910.                             $('.posting').css('display', 'none');
  911.                             $('.main-foot').css('display', 'none');
  912.                         } else {
  913.                             $Sel.html('<div class="no_messages" style="margin-top: 15px;">Não há mensagens para exibir</div>');
  914.                         }
  915.                     });
  916.                     break;
  917.                 default:
  918.                     $('.tab_link_pane').css('display', 'none');
  919.                     $(activeTab).fadeIn();
  920.             }
  921.             return false;
  922.         });
  923.     });
  924.  
  925.     function TabLoaded() {
  926.         $('.tab_link_pane').css('display', 'none');
  927.         if($("#ajax_loading").is(":visible")) {
  928.             $(activeTab).fadeIn();
  929.             $('#ajax_loading').fadeOut();
  930.         } else {
  931.             $(activeTab).show();
  932.         }
  933.     }
  934.     //]]>
  935. </script>
  936. <style type="text/css">
  937. <!--
  938. /************************************************************************/
  939. /* IP.Board 3 CSS - By Matt Mecham - (c)2011 Invision Power Services    */
  940. /************************************************************************/
  941. .ipsTooltip {
  942.     padding: 5px;
  943.     z-index: 25000;
  944. }
  945. .ipsTooltip_inner {
  946.     background: none repeat scroll 0 0 #333333;
  947.     border: 1px solid #333333;
  948.     border-radius: 4px 4px 4px 4px;
  949.     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  950.     color: #FFFFFF;
  951.     font-size: 12px;
  952.     max-width: 250px;
  953.     padding: 8px;
  954.     text-align: center;
  955. }
  956. .ipsTooltip_inner a {
  957.     color: #FFFFFF;
  958. }
  959. .ipsTooltip_inner span {
  960.     color: #D2D2D2;
  961.     font-size: 11px;
  962. }
  963. .ipsTooltip.top {
  964.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/toolti10.png") no-repeat scroll center bottom transparent;
  965. }
  966. .ipsTooltip.top_left {
  967.     background-position: left bottom;
  968. }
  969. .ipsTooltip.bottom {
  970.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/toolti11.png") no-repeat scroll center top transparent;
  971. }
  972. .ipsTooltip.left {
  973.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/toolti12.png") no-repeat scroll right center transparent;
  974. }
  975. .ipsTooltip.right {
  976.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/toolti13.png") no-repeat scroll left center transparent;
  977. }
  978. #ajax_loading {
  979.     background: -moz-linear-gradient(center top , #95C715 0%, #7BA60D 100%) repeat scroll 0 0 transparent;
  980.     border: 1px solid #7BA60D;
  981.     border-radius: 0 0 5px 5px;
  982.     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
  983.     color: #FFFFFF;
  984.     left: 46%;
  985.     padding: 5px 0 8px;
  986.     position: fixed;
  987.     text-align: center;
  988.     top: 0;
  989.     width: 8%;
  990.     z-index: 10000;
  991. }
  992. .status_update {
  993.     background: none repeat scroll 0 0 #71A5C9;
  994.     color: #FFFFFF;
  995.     padding: 15px 12px;
  996. }
  997. .status_update .input_text {
  998.     padding: 6px 4px;
  999.     width: 70%;
  1000. }
  1001. .input_text, .ipsTagBox_wrapper {
  1002.     background: none repeat scroll 0 0 #FFFFFF;
  1003.     border-color: #848484 #C1C1C1 #E1E1E1;
  1004.     border-radius: 2px 2px 2px 2px;
  1005.     border-style: solid;
  1006.     border-width: 1px;
  1007.     padding: 4px;
  1008. }
  1009. #status_wrapper .ipsBox_container {
  1010.     margin-bottom: 9px;
  1011. }
  1012. /* #region ----- Photo editor styles ----- */
  1013. /* New photo stuffs */
  1014. #ips_photoWrap {
  1015. width: 700px;
  1016. border: 1px solid #D5DDE5;
  1017. margin: 0px auto;
  1018. padding: 6px;
  1019. }
  1020. #ips_sidePanel {
  1021. float: left;
  1022. width: 200px;
  1023. }
  1024. #ips_cropperStart, #ips_cropperControls {
  1025. text-align: right;
  1026. width: 200px;
  1027. margin-top: 8px;
  1028. }
  1029. #ips_currentPhoto {
  1030. text-align: center;
  1031. }
  1032. #ips_currentPhoto img {
  1033. border: 1px solid #D5DDE5;
  1034. background: white;
  1035. max-width: 200px;
  1036. height: auto;
  1037. }
  1038. #gravatar, #upload_photo {
  1039. width: 150px;
  1040. }
  1041. #ips_photoOptions {
  1042. margin-left: 210px;
  1043. }
  1044. li.ips_option {
  1045. border: 1px solid #D5DDE5;
  1046. min-height: 120px;
  1047. margin-bottom: 5px;
  1048. }
  1049. .ips_photoPreview {
  1050. width: 100px;
  1051. height: 100px;
  1052. display: block;
  1053. overflow: hidden;
  1054. margin: 6px;
  1055. float: left;
  1056. border: 1px solid #D5DDE5;
  1057. }
  1058. .ips_photoPreview label {
  1059. text-align: center;
  1060. background: white;
  1061. }
  1062. .ips_photoPreview label img {
  1063. max-width:120px;
  1064. max-height:120px;
  1065. }
  1066. .ips_photoControls {
  1067. padding-top: 10px;
  1068. margin-left: 120px;
  1069. }
  1070. .ips_photoOptionText {
  1071. margin-left: 18px;
  1072. line-height: 130%;
  1073. padding-bottom: 3px;
  1074. }
  1075. .imgCrop_wrap { display: inline-block; }
  1076.  
  1077. .row2, .post_block.row2 {
  1078.     background-color: #F1F6F9;
  1079. }
  1080. /* #region ----- profile_background ----- */
  1081. #change_photo {
  1082.     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  1083.     border-radius: 3px 3px 3px 3px;
  1084.     color: #FFFFFF;
  1085.     left: 0;
  1086.     opacity: 0.3;
  1087.     position: absolute;
  1088.     top: 0;
  1089.     transition: all 0.4s ease-in-out 0s;
  1090. }
  1091. .photo_holder:hover #change_photo {
  1092.     background: none repeat scroll 0 0 #000000;
  1093.     opacity: 1;
  1094. }
  1095. .no_messages {
  1096.     background-color: #F6F8FA;
  1097.     color: #1C2837;
  1098.     padding: 15px 10px;
  1099. }
  1100. .clear2 {
  1101.     clear: both;
  1102. }
  1103. .ipsBox, .ipsPad {
  1104.     padding: 9px;
  1105. }
  1106. .ipsBox {
  1107.     background: none repeat scroll 0 0 #EBF0F3;
  1108. }
  1109. .clearfix:after {
  1110.     clear: both;
  1111.     content: ".";
  1112.     display: block;
  1113.     height: 0;
  1114.     visibility: hidden;
  1115. }
  1116. .ipsLayout_smallleft.ipsLayout_withleft {
  1117.     padding-left: 150px;
  1118. }
  1119. .ipsLayout_smallleft.ipsLayout .ipsLayout_left {
  1120.     margin-left: -150px;
  1121.     width: 140px;
  1122. }
  1123. .ipsLayout .ipsLayout_left {
  1124.     float: left;
  1125.     margin-left: -210px;
  1126.     width: 200px;
  1127. }
  1128. .ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  1129.     position: relative;
  1130. }
  1131. .photo_holder {
  1132.     position: relative;
  1133. }
  1134. .short {
  1135.     text-align: center;
  1136. }
  1137. #profile_photo {
  1138.     max-height: 138px;
  1139.     max-width: 138px;
  1140. }
  1141. .ipsUserPhoto {
  1142.     background: none repeat scroll 0 0 #FFFFFF;
  1143.     border: 1px solid #D5D5D5;
  1144.     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  1145.     padding: 1px;
  1146. }
  1147. .warn_panel {
  1148.     margin: 8px 0;
  1149.     text-align: center;
  1150. }
  1151. .ipsType_small {
  1152.     font-size: 12px;
  1153. }
  1154. .ipsVerticalTabbed_tabs > ul {
  1155.     border-left: 1px solid #DBE4EF;
  1156.     border-top: 1px solid #DBE4EF;
  1157.     margin-top: 10px;
  1158.     width: 149px !important;
  1159. }
  1160. .ipsVerticalTabbed_tabs li {
  1161.     background: none repeat scroll 0 0 #F6F8FB;
  1162.     border-bottom: 1px solid #DBE4EF;
  1163.     color: #808080;
  1164.     font-size: 13px;
  1165. }
  1166. .ipsVerticalTabbed_tabs li.active a {
  1167.     background: none repeat scroll 0 0 #FFFFFF;
  1168.     border-right: 1px solid #FFFFFF;
  1169.     color: #353535;
  1170.     font-weight: bold;
  1171.     position: relative;
  1172.     width: 135px;
  1173.     z-index: 8000;
  1174. }
  1175. .ipsVerticalTabbed_tabs li a {
  1176.     color: #8D8D8D;
  1177.     display: block;
  1178.     outline: 0 none;
  1179.     padding: 10px 8px;
  1180.     transition: background-color 0.3s ease-in-out 0s;
  1181. }
  1182. .ipsVerticalTabbed_tabs li a:hover {
  1183.     background: none repeat scroll 0 0 #EAEFF5;
  1184.     color: #808080;
  1185. }
  1186. .ipsVerticalTabbed_content {
  1187.     min-height: 400px;
  1188. }
  1189. .ipsLayout_content {
  1190.     float: left;
  1191.     width: 100%;
  1192. }
  1193. .ipsBox_container {
  1194.     background: none repeat scroll 0 0 #FFFFFF;
  1195.     border: 1px solid #DBE4EF;
  1196. }
  1197. #profile_content_main {
  1198.     line-height: 1.3;
  1199.     margin-bottom: 20px;
  1200.     min-height: 75px;
  1201. }
  1202. #user_info_cell {
  1203.     display: table-cell;
  1204.     padding-right: 15px;
  1205.     white-space: nowrap;
  1206. }
  1207. .ipsType_pagetitle, .ipsType_subtitle {
  1208.     color: #323232;
  1209.     font: 300 26px/1.3 Helvetica,Arial,sans-serif;
  1210. }
  1211. .reset_cursor {
  1212.     cursor: default;
  1213. }
  1214. .ipsBadge {
  1215.     border-radius: 4px 4px 4px 4px;
  1216.     color: #FFFFFF;
  1217.     display: inline-block;
  1218.     font-size: 9px;
  1219.     font-weight: bold;
  1220.     height: 15px;
  1221.     line-height: 15px;
  1222.     padding: 0 5px;
  1223.     text-transform: uppercase;
  1224.     vertical-align: middle;
  1225. }
  1226. .ipsBadge_lightgrey {
  1227.     background: none repeat scroll 0 0 #B3B3B3;
  1228. }
  1229. .ipsBadge_green {
  1230.     background: none repeat scroll 0 0 #7BA60D;
  1231. }
  1232. .ipsBadge_red {
  1233.     background: none repeat scroll 0 0 #BF1D00;
  1234. }
  1235. .desc.lighter, .desc.lighter.blend_links a {
  1236.     color: #A4A4A4;
  1237. }
  1238. .desc, .desc.blend_links a, p.posted_info {
  1239.     color: #777777;
  1240.     font-size: 12px;
  1241. }
  1242. #user_status_cell {
  1243.     display: table-cell;
  1244.     vertical-align: top;
  1245.     width: 100%;
  1246. }
  1247. #user_latest_status {
  1248.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/profil10.png") no-repeat scroll 0 50% transparent;
  1249.     padding-left: 11px;
  1250. }
  1251. #user_latest_status > div {
  1252.     background-color: #EBECE5;
  1253.     border-radius: 6px 6px 6px 6px;
  1254.     color: #343434;
  1255.     font-size: 14px;
  1256.     min-height: 45px;
  1257.     padding: 10px 15px;
  1258.     word-wrap: break-word;
  1259. }
  1260. #user_latest_status > div > span {
  1261.     /*display: block;*/
  1262. }
  1263. .ipsType_smaller, .ipsType_smaller a {
  1264.     font-size: 11px !important;
  1265. }
  1266. .rating {
  1267.     margin-top: 10px;
  1268.     display: block;
  1269.     line-height: 16px;
  1270.     margin-bottom: 4px;
  1271. }
  1272. .rating img {
  1273.     vertical-align: top;
  1274. }
  1275. .ipsLayout_content img {
  1276.     max-width: 100%;
  1277. }
  1278. fieldset, img {
  1279.     border: 0 none;
  1280. }
  1281. #user_utility_links {
  1282.     margin-top: 10px;
  1283.     text-align: right;
  1284. }
  1285. .ipsList_inline > li:first-child {
  1286.     margin-left: 0;
  1287. }
  1288. .ipsList_inline > li {
  1289.     display: inline-block;
  1290.     margin: 0 3px;
  1291. }
  1292. .ipsButton_secondary {
  1293.     background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
  1294.     border: 1px solid #DBDBDB;
  1295.     border-radius: 3px 3px 3px 3px;
  1296.     box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.3);
  1297.     color: #616161;
  1298.     display: inline-block;
  1299.     font-size: 12px;
  1300.     height: 22px;
  1301.     line-height: 22px;
  1302.     padding: 0 10px;
  1303.     transition: all 0.2s ease-in-out 0s;
  1304.     white-space: nowrap;
  1305. }
  1306. .ipsButton_secondary a {
  1307.     color: #616161;
  1308. }
  1309. .topic_buttons li {
  1310.     float: right;
  1311.     margin: 0 0 10px 10px;
  1312. }
  1313. .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  1314.     -moz-border-bottom-colors: none;
  1315.     -moz-border-left-colors: none;
  1316.     -moz-border-right-colors: none;
  1317.     -moz-border-top-colors: none;
  1318.     background: url("http://i78.servimg.com/u/f78/18/17/62/92/topic_13.png") repeat-x scroll center top #212121;
  1319.     border-color: #212121;
  1320.     border-image: none;
  1321.     border-radius: 3px 3px 3px 3px;
  1322.     border-style: solid;
  1323.     border-width: 1px 1px 0;
  1324.     box-shadow: 0 1px 0 0 #5C5C5C inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  1325.     color: #FFFFFF !important;
  1326.     cursor: pointer;
  1327.     display: inline-block;
  1328.     font: 300 12px/30px Helvetica,Arial,sans-serif;
  1329.     height: 30px;
  1330.     min-width: 125px;
  1331.     padding: 0 10px;
  1332.     text-align: center;
  1333.     text-shadow: 0 -1px 0 #191919;
  1334. }
  1335. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  1336.     margin: 0;
  1337.     padding: 0;
  1338. }
  1339. .ipsLayout_largeright.ipsLayout_withright {
  1340.     padding-right: 280px;
  1341. }
  1342. .ipsLayout.ipsLayout_withright {
  1343.     clear: left;
  1344.     padding-right: 280px;
  1345. }
  1346. .general_box {
  1347.     background: none repeat scroll 0 0 #FCFCFC;
  1348.     margin-bottom: 10px;
  1349. }
  1350. .general_box h3 {
  1351.     background: none repeat scroll 0 0 #DBE2EC;
  1352.     color: #204066;
  1353.     font: 14px helvetica,arial,sans-serif;
  1354.     padding: 8px 10px;
  1355. }
  1356. .ipsList_data li {
  1357.     line-height: 1.3;
  1358.     margin-bottom: 6px;
  1359. }
  1360. .ipsList_data .row_title, .ipsList_data .ft {
  1361.     display: inline-block;
  1362.     float: left;
  1363.     font-weight: bold;
  1364.     padding-right: 10px;
  1365.     text-align: right;
  1366.     width: 120px;
  1367. }
  1368. #profile_panes_wrap .ipsList_data .row_data {
  1369.     display: block;
  1370.     margin-left: 130px;
  1371. }
  1372. .ipsList_data .row_data {
  1373.     display: inline-block;
  1374.     max-width: 100%;
  1375.     word-wrap: break-word;
  1376. }
  1377. .ipsLayout_largeright.ipsLayout .ipsLayout_right {
  1378.     margin-right: -280px;
  1379.     width: 270px;
  1380. }
  1381. .ipsLayout .ipsLayout_right {
  1382.     float: right;
  1383.     margin-right: -210px;
  1384.     width: 200px;
  1385. }
  1386. .reputation {
  1387.     border-radius: 3px 3px 3px 3px;
  1388.     display: inline-block;
  1389.     font-weight: bold;
  1390.     padding: 3px 8px;
  1391. }
  1392. .positive {
  1393.     color: #6F8F52;
  1394. }
  1395. #profile_panes_wrap .reputation {
  1396.     display: block;
  1397.     float: none;
  1398.     font-weight: normal;
  1399.     margin: 0 0 5px;
  1400.     padding: 10px;
  1401.     text-align: center;
  1402. }
  1403. #profile_panes_wrap .reputation .number {
  1404.     display: block;
  1405.     font-size: 20px;
  1406.     font-weight: bold;
  1407. }
  1408. .reputation.positive, .reputation.negative {
  1409.     color: #FFFFFF;
  1410. }
  1411. .reputation.positive, .members li.positive {
  1412.     background: none repeat scroll 0 0 #6F8F52;
  1413. }
  1414. .reputation.negative, .members li.negative {
  1415.     background: none repeat scroll 0 0 #B82929;
  1416. }
  1417. .reputation.zero {
  1418.     background: none repeat scroll 0 0 #DEDEDE;
  1419.     color: #6E6E6E;
  1420. }
  1421. .ipsUserPhoto_mini {
  1422.     height: 30px;
  1423.     width: 30px;
  1424. }
  1425. img, .input_check, .input_radio {
  1426.     vertical-align: middle;
  1427. }
  1428. .ipsList_withminiphoto > li {
  1429.     margin-bottom: 8px;
  1430. }
  1431. .left {
  1432.     float: left;
  1433. }
  1434. hr {
  1435.     display: none;
  1436. }
  1437. .short.photo_holder > img {
  1438.     background: none repeat scroll 0 0 #FFFFFF;
  1439.     border: 1px solid #D5D5D5;
  1440.     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  1441.     padding: 1px;
  1442.     max-height: 138px;
  1443.     max-width: 138px;
  1444. }
  1445. .contact_field img {
  1446.     margin-bottom: 6px;
  1447.     margin-top: 6px;
  1448. }
  1449. /* #endregion ----- profile_background ----- */
  1450. -->
  1451. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement