Advertisement
Guest User

Overal_header

a guest
Jan 1st, 2016
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
  3. <head>
  4. <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  5. <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  6. <meta http-equiv="content-script-type" content="text/javascript" />
  7. <meta http-equiv="content-style-type" content="text/css" />
  8. <!-- BEGIN switch_compat_meta -->
  9. <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  10. <!-- END switch_compat_meta -->
  11. <!-- BEGIN switch_canonical_url -->
  12. <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  13. <!-- END switch_canonical_url -->
  14. {META_FAVICO}
  15. {META}
  16. {META_FB_LIKE}
  17. <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  18. {T_HEAD_STYLESHEET}
  19. {CSS}
  20. <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  21. <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  22. <script src="{JQUERY_PATH}" type="text/javascript"></script>
  23. <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  24.  
  25.  
  26. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  27. <script type="text/javascript" src="http://proyecto4reyes.googlecode.com/svn/trunk/jquery.min.js"></script>
  28.  
  29. <!-- BEGIN switch_fb_login -->
  30. <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  31. <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  32. <!-- END switch_fb_login -->
  33.  
  34. <!-- BEGIN switch_ticker -->
  35. <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  36. <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  37. <!-- END switch_ticker -->
  38.  
  39. <!-- BEGIN switch_ticker_new -->
  40. <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  41. <script type="text/javascript">//<![CDATA[
  42. /* Definir le sens de direction en fonction du panneau admin */
  43. var tickerDirParam = "{switch_ticker.DIRECTION}";
  44. var slid_vert = false;
  45. var auto_dir = 'next';
  46. var h_perso = parseInt({switch_ticker.HEIGHT});
  47.  
  48. switch( tickerDirParam )
  49. {
  50. case 'top' :
  51. slid_vert = true;
  52. break;
  53.  
  54. case 'left':
  55. break;
  56.  
  57. case 'bottom':
  58. slid_vert = true;
  59. auto_dir = 'prev';
  60. break;
  61.  
  62. case 'right':
  63. auto_dir = 'prev';
  64. break;
  65.  
  66. default:
  67. slid_vert = true;
  68. }
  69.  
  70. $(document).ready(function() {
  71.  
  72. var width_max = $('ul#fa_ticker_content').width();
  73. var width_item = Math.floor(width_max / {switch_ticker.SIZE});
  74.  
  75. if (width_max > 0)
  76. {
  77. $('#fa_ticker_content').css('display','block');
  78.  
  79. $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
  80. if ($(this).width() > width_item)
  81. {
  82. var ratio = $(this).width() / width_item;
  83. var new_height = Math.round($(this).height() / ratio);
  84. $(this).height(new_height).width(width_item);
  85. }
  86. });
  87.  
  88. if (slid_vert)
  89. {
  90. var height_max = h_perso;
  91.  
  92. $('ul#fa_ticker_content li').each( function () {
  93. if ($(this).height() > height_max)
  94. {
  95. height_max = $(this).height();
  96. }
  97. } );
  98.  
  99. $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
  100. $('ul#fa_ticker_content li').height(height_max);
  101. }
  102.  
  103. $('#fa_ticker_content').jcarousel({
  104. vertical: slid_vert,
  105. wrap: 'circular',
  106. auto: {switch_ticker.STOP_TIME},
  107. auto_direction: auto_dir,
  108. scroll: 1,
  109. size: {switch_ticker.SIZE},
  110. height_max: height_max,
  111. animation: {switch_ticker.SPEED}
  112. });
  113. }
  114. else
  115. {
  116. $('ul#fa_ticker_content li:not(:first)').css('display','none');
  117. $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
  118. }
  119. });
  120. //]]>
  121. </script>
  122. <!-- END switch_ticker_new -->
  123.  
  124. <script type="text/javascript">
  125. //<![CDATA[
  126. $(document).ready(function(){
  127. <!-- BEGIN switch_enable_pm_popup -->
  128. pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
  129. if(pm != null) { pm.focus(); }
  130. <!-- END switch_enable_pm_popup -->
  131. <!-- BEGIN switch_report_popup -->
  132. report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
  133. if(report != null) { report.focus(); }
  134. <!-- END switch_report_popup -->
  135. <!-- BEGIN switch_ticker -->
  136. ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  137. <!-- END switch_ticker -->
  138. });
  139.  
  140. <!-- BEGIN switch_login_popup -->
  141. var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  142. <!-- END switch_login_popup -->
  143.  
  144. <!-- BEGIN switch_login_popup -->
  145. $(document).ready( function() {
  146. $(window).resize(function() {
  147. var windowWidth = document.documentElement.clientWidth;
  148. var popupWidth = $("#login_popup").width();
  149. var mypopup = $("#login_popup");
  150.  
  151. $("#login_popup").css({
  152. "left": windowWidth/2 - popupWidth/2
  153. });
  154. });
  155. });
  156. <!-- END switch_login_popup -->
  157. //]]>
  158. </script>
  159. {GREETING_POPUP}
  160. <!-- BEGIN switch_ticker_new -->
  161. <style>
  162. .jcarousel-skin-tango .jcarousel-item {
  163. text-align:center;
  164. width: 10px;
  165. }
  166.  
  167. .jcarousel-skin-tango .jcarousel-item-horizontal {
  168. margin-right: {switch_ticker.SPACING}px;
  169. }
  170.  
  171. .jcarousel-skin-tango .jcarousel-item-vertical {
  172. margin-bottom: {switch_ticker.SPACING}px;
  173. }
  174. </style>
  175. <!-- END switch_ticker_new -->
  176. {HOSTING_JS}
  177. <!-- BEGIN google_analytics_code -->
  178. <script type="text/javascript">
  179. //<![CDATA[
  180. var _gaq = _gaq || [];
  181. _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
  182. _gaq.push(["_trackPageview"]);
  183. _gaq.push(['_trackPageLoadTime']);
  184.  
  185. <!-- BEGIN google_analytics_code_bis -->
  186. _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  187. _gaq.push(['b._trackPageview']);
  188. <!-- END google_analytics_code_bis -->
  189.  
  190. (function() {
  191. var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
  192. ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
  193. var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  194. })();
  195. //]]>
  196. </script>
  197. <!-- END google_analytics_code -->
  198. <script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
  199.  
  200. <style id="styleBackground" type="text/css">body, .noBackgroundBlur .col_c_icon img, .noBackgroundBlur .maintitle{ background-color: #c1b2ab; background-image: url(http://i.imgur.com/dJYGcXV.jpg); }.backgroundBlur #userBar, .backgroundBlur #shadowWrap, .backgroundBlur .col_c_icon img, .backgroundBlur .maintitle, .backgroundBlur #footer_utilities, .backgroundBlur .pagination .pages li.active, .backgroundBlur .post_block h3{ background-color: #645d57; background-image: url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcR7lDzLKDaD6Q4chOeRZ9KpRiR-FMbEpgf8RnCFOj3Wyi8waTbdzCzVEg); }</style>
  201. </head>
  202.  
  203. <body id="ipboard_body" class="backgroundBlur cbe">
  204. <!-- BEGIN hitskin_preview -->
  205. <div id="hitskin_preview" style="display: block;">
  206. <h1><img src="http://illiweb.com/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  207. <div class="content">
  208. <p>
  209. {hitskin_preview.L_THEME_SITE_PREVIEW}
  210. <br />
  211. <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
  212. </p>
  213. </div>
  214. </div>
  215. <!-- END hitskin_preview -->
  216.  
  217. <!-- BEGIN switch_login_popup -->
  218. <div id="login_popup" class="module main">
  219. <div id="login_popup_title" class="main-head">
  220. <div class="h3">{SITENAME}</div>
  221. </div>
  222. <div class="main-content">
  223. {LOGIN_POPUP_MSG}
  224. <div id="login_popup_buttons">
  225. <form action="{S_LOGIN_ACTION}" method="get">
  226. <input type="submit" class="button2" value="{L_LOGIN}" />
  227. <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
  228. <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
  229. </form>
  230. </div>
  231. </div>
  232. </div>
  233. <!-- END switch_login_popup -->
  234.  
  235. <a id="top" name="top" accesskey="t"></a>
  236.  
  237. <div class="minwidth_IE">
  238. <div class="layout_IE">
  239. <div class="container_IE">
  240. <div id="ipbwrapper" class="wrapper">
  241.  
  242. <!-- ::: BRANDING STRIP: Logo and search box ::: -->
  243. <div id="branding">
  244. <div id="logo">
  245.  
  246. <a href="/" class="textLogo" title="Go to community index" rel="home" accesskey="1"><i>Las Venturas, Real Life</i></a>
  247. </div>
  248. <div id="search" class="right">
  249. <form action="http://www.ipbfocus.com/skindemo/index.php?app=core&amp;module=search&amp;do=search&amp;fromMainBar=1" method="post" id="search-box">
  250. <fieldset>
  251. <label for="main_search" class="hide">Search</label>
  252. <a href="http://www.ipbfocus.com/skindemo/index.php?app=core&amp;module=search&amp;search_in=forums" title="Advanced Search" accesskey="4" rel="search" id="adv_search" class="right">Advanced</a>
  253. <span id="search_wrap" class="right">
  254. <input type="text" id="main_search" name="search_term" class="" size="17" tabindex="100" placeholder="Search...">
  255. <span class="choice ipbmenu clickable" id="search_options" style="">Forums</span>
  256. <input type="submit" class="submit_input clickable" value="">
  257. </span>
  258.  
  259. </fieldset>
  260. </form>
  261. </div>
  262. </div>
  263. <div id="shadowWrap" class="clearfix">
  264. <div id="sideNav">
  265. <!-- BEGIN switch_user_logged_in -->
  266.  
  267. <h4>Olá, <span class="USERNAME"></span></h4>
  268.  
  269.  
  270. <div id="user_navigation" class="not_logged_in">
  271. <ul class="ipsList_inline">
  272. <a href="/profile?mode=editprofile" title="Editar Perfil">
  273. <script>
  274. jQuery(document).ready(function(){
  275. jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
  276. link = jQuery('.frm dl dd img', data).attr('src');
  277. if(link){
  278. jQuery('#avatar').html('<center><img src="'+link+'" alt="" /></center>');
  279. }else{
  280. jQuery('#avatar').html('');
  281. }
  282. });
  283. });
  284. </script><div id="avatar"><center></center></div><br>
  285. <div id="user_navigation" class="logged_in">
  286.  
  287. <li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Ler minhas mensagens privadas"><img src="http://i.imgur.com/TeAddws.gif" alt=""> Mensagens Privadas</a></li>
  288. <li><a data-clicklaunch="getNotificationsList" id="notify_link" href="/search?search_id=watchsearch" title="Ver todas minhas notificações"><img src="http://i.imgur.com/TeAddws.gif" alt=""> Notificações</a></li>
  289. <li><a href="/login?logout=1">Deslogar da Conta</a></li>
  290. </ul>
  291. </div>
  292. <!-- END switch_user_logged_in -->
  293. <!-- BEGIN switch_user_logged_out -->
  294. <h4>Welcome <span class="USERNAME"></span></h4>
  295. <div id="user_navigation" class="not_logged_in">
  296. <ul>
  297. <li>
  298. <a href="/register" title="Create Account" id="register_link"><img src="http://i.imgur.com/sowoEuE.png" alt=""> Crie uma Conta</a>
  299. </li>
  300. <li><a href="/login" title="Sign In" id="sign_in"><img src="http://i.imgur.com/g7gGCEK.png" alt=""> Inicie uma Sessão</a></li>
  301. <li>
  302. <span class="services">
  303.  
  304.  
  305.  
  306. </span>
  307. </li>
  308. </ul>
  309. </div>
  310. <!-- END switch_user_logged_out -->
  311.  
  312. <h4 id="togNav">Navegação<span class="sideShow"></span><span class="sideHide"></span></h4>
  313. <!-- ::: APPLICATION TABS ::: -->
  314. <div id="primary_nav" class="clearfix toggleContent">
  315. <ul class="ipsList_inline" id="community_app_menu">
  316.  
  317. <li id="nav_home" class="left"><a href="/" title="Homepage" rel="home">Home</a></li>
  318.  
  319. <li id="nav_app_forums" class="left active"><a href="/forum" title="Go to Forums">Fóruns</a></li>
  320.  
  321. <li id="nav_app_members" class="left "><a href="/memberlist" title="Membros">Membros</a></li>
  322.  
  323. <li id="nav_app_calendar" class="left "><a href="/calendar" title="Calendário">Calendar</a></li>
  324.  
  325. <li id="nav_app_downloads" class="left "><a href="/#" title="Go to Downloads">Downloads</a></li>
  326.  
  327. <li id="nav_app_blog" class="left "><a href="/#" title="Veja os Membros Banidos">Banidos</a></li>
  328.  
  329. <li id="nav_app_nexus" class="left "><a href="/#" title="Lojinha">24-7</a></li>
  330.  
  331. <li id="nav_app_gallery" class="left "><a href="/gallery" title="Galeria">Galeria</a></li>
  332.  
  333. <li id="nav_app_ccs" class="left "><a href="/search?search_id=newposts" title="Outros">Novos Tópicos</a></li>
  334.  
  335. <li id="nav_search"><a href="/search">Buscar</a></li>
  336.  
  337. <li id="nav_app_rules"><a href="/f1-noticias" title="Importante">Importante</a></li>
  338.  
  339. </ul>
  340. </div>
  341.  
  342. <h4 id="togSocial">Cidade Roleplay <span class="hideSmall">em outras Redes Sociais, siga nos</span><span class="sideShow"></span><span class="sideHide"></span></h4>
  343. <div class="toggleContent">
  344. <ul class="sideLinks" id="socialSideLinks">
  345. <li id="sideFacebook"><a href="https://www.facebook.com/losangelescrp/?fref=ts">Curta no Facebook</a></li><li id="sideTwitter"><a href="https://twitter.com/@WKhalifaBWR">Follow us on Twitter</a></li><li id="sideYoutube"><a href="https://www.youtube.com/channel/UCsTw00dXWEH-aEQmqPWyVhg">Youtube</a></li><li id="sideGoogle"><a href="http://plus.google.com">Add us on Google+</a></li><li id="sideVimeo"><a href="http://www.vimeo.com">Watch us on Vimeo</a></li><li id="sidePinterest"><a href="http://www.pinterest.com">Follow us on Pinterest</a></li><li id="sideFlickr"><a href="http://www.flickr.com">Browse our Flickr page</a></li>
  346. </ul>
  347. </div>
  348.  
  349. </div>
  350. <div id="mainContent" style="min-height: 930px;">
  351.  
  352. <div id="nav_wrap" class="clearfix">
  353.  
  354.  
  355.  
  356. <!-- ::: NAVIGATION BREADCRUMBS ::: -->
  357. <div id="secondary_navigation" class="clearfix">
  358. <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
  359. <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="first">
  360. <a href="/" itemprop="url">
  361. <span itemprop="title">LA CRP</span>
  362. </a>
  363. </li>
  364.  
  365. </ol>
  366. <ul id="secondary_links" class="ipsList_inline right">
  367. <li><a href="/#" accesskey="2" title="View New Content">View New Content</a></li>
  368.  
  369. <li id="toggleBackgroundPicker"><span data-tooltip="Change Background Image"><img src="http://i.imgur.com/7ak26Cd.png" alt=""></span></li>
  370. </ul>
  371. </div>
  372.  
  373. </div>
  374. <!-- ::: MAIN CONTENT AREA ::: -->
  375. <div id="content" class="clearfix">
  376.  
  377. <div id="toggle_background"><div id="custom_background" class="clearfix"><div>
  378. <span data-backgroundimage="background1" data-backgroundcolor="#c1b2ab" data-blurbackgroundcolor="#645d57" style="background-image: url();"></span>
  379. </div></div></div>
  380. <!-- BEGIN switch_user_logged_out -->
  381. <div class="guestMessage">
  382. <div class="guestHeader">Los Angeles City. SAMP-BR</div>
  383. Cadastre-se agora para obter acesso a todos os nossos recursos. Uma vez cadastrado e logado, você será capaz de criar tópicos, postar respostas a tópicos já existentes, ver a reputação de seus companheiros, começar seu próprio mensageiro privado, atualizações de status pós, gerir o seu perfil e muito mais. Esta mensagem será removida depois de ter assinado em<br>
  384. <a href="/login" class="guestButton">Iniciar Sessão</a> <a href="/register" class="guestButton">Criar uma Conta</a>
  385. </div>
  386. <!-- END switch_user_logged_out -->
  387. <!-- ::: CONTENT ::: -->
  388. <div class="pun">
  389.  
  390. <!-- BEGIN switch_ticker_new -->
  391. <div id="fa_ticker_block" style="padding-top:4px;">
  392. <div class="module main">
  393. <div class="main-content clearfix">
  394. <div id="fa_ticker_container">
  395. <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
  396. <!-- BEGIN ticker_row -->
  397. <li>{switch_ticker.ticker_row.ELEMENT}</li>
  398. <!-- END ticker_row -->
  399. </ul>
  400. </div>
  401. </div>
  402. </div>
  403. </div>
  404. <!-- END switch_ticker_new -->
  405.  
  406. <!-- BEGIN switch_ticker -->
  407. <div id="fa_ticker_block" style="padding-top:4px;">
  408. <div class="module main">
  409. <div class="main-content clearfix">
  410. <div id="fa_ticker_container">
  411. <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
  412. <div class="fa_ticker_content">
  413. <!-- BEGIN ticker_row -->
  414. <div>{switch_ticker.ticker_row.ELEMENT}</div>
  415. <!-- END ticker_row -->
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. </div>
  421. </div>
  422. <!-- END switch_ticker -->
  423.  
  424. <div id="page-body">
  425. <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
  426. <div id="outer-wrapper">
  427. <div id="wrapper">
  428. <div id="container">
  429. <div id="content">
  430.  
  431. <div id="main">
  432. <div id="main-content">
  433.  
  434. <!-- BEGIN html_validation -->
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449. </div>
  450. </body>
  451. </html>
  452. <!-- END html_validation -->
  453.  
  454. <!-- #region sign_in_popup -->
  455. <div id="document_modal" class="modal" style="display:none; width: 1263px; height: 1174px; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E;"></div>
  456. <div id="sign_in_popup_popup" style="display:none; z-index: 10001; top: 152px; left: 283.5px; position: fixed;" class="popupWrapper">
  457. <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
  458. <div style="" class="ipbfs_login" id="inline_login_form">
  459. <form id="login" method="post" action="/login.forum">
  460. <h3>Iniciar Sesion</h3>
  461.  
  462. <div class="ipbfs_login_row">
  463. <div class="ipbfs_login_col">
  464. <span class="right desc lighter blend_links"><a href="/register" title="¡registrarse ahora!">Registre-se agora mesmo</a></span>
  465. <strong><label for="ips_username">Nombre de Usuario</label></strong>
  466. <div class="ipsField_content">
  467. <input type="text" tabindex="1" size="30" placeholder="Nombre de usuário" name="username" class="input_text ipbfs_login_input ipbfs_luser" id="ips_username">
  468. </div>
  469. </div>
  470. <div class="ipbfs_login_col">
  471. <span class="right desc lighter blend_links"><a href="/profile?mode=sendpassword" title="redordar contraseña">He olvidado mi contraseña</a></span>
  472. <strong><label for="ips_password">Contraseña</label></strong>
  473. <div class="ipsField_content">
  474. <input type="password" tabindex="2" size="30" placeholder="Contraseña" name="password" class="input_text ipbfs_login_input ipbfs_lpassword" id="ips_password"><br>
  475. </div>
  476. </div>
  477. </div>
  478. <div class="clearfix">
  479. <div class="ipbfs_login_col">
  480. <input type="checkbox" class="input_check left" value="1" name="autologin" checked="checked" id="autologin">
  481. <div style="padding-left: 20px;">
  482. <label for="autologin">
  483. <strong>Recordame</strong>
  484. <span style="display: block; padding-top: 5px;" class="desc lighter">Isso não é recomendado para computadores compartilhados</span>
  485. </label>
  486. </div>
  487. </div>
  488. <div class="ipbfs_login_col">
  489. <input type="checkbox" class="input_check left" value="1" name="anonymous" id="anonymous">
  490. <div style="padding-left: 20px;">
  491. <label for="anonymous">
  492. <strong>Iniciar sessão de forma anônima</strong>
  493. <span style="display: block; padding-top: 5px;" class="desc lighter">Não ficará visível na lista de Membros Online</span>
  494. </label>
  495. </div>
  496. </div>
  497. </div>
  498. <div class="ipsForm_submit ipsForm_center clear" style="height: 29px;">
  499. <input type="submit" name="login" value="Iniciar Sesión" class="input_submit">
  500. <input name="redirect" type="hidden" value="" />
  501. </div>
  502. </form>
  503. </div>
  504. </div>
  505. <div id="sign_in_popup_close" class="popupClose clickable">
  506. <img alt="x" src="http://i78.servimg.com/u/f78/18/17/62/92/close_10.png" onclick="show_popup('sign_in_popup_popup');">
  507. </div>
  508. </div>
  509. <script type="text/javascript">
  510. //<![CDATA[
  511. $(document).ready(function() {
  512. $('#user_navigation #sign_in').attr('href', '#').attr('onclick', "show_popup('sign_in_popup_popup');");
  513. /*
  514. $('#user_navigation #sign_in').click(function() {
  515. sign_in_popup();
  516. });
  517. */
  518. });
  519. function show_popup(id) {
  520. var $oObj = $('#'+id);
  521. if ($oObj.css('display') == 'none') {
  522. $oObj.add('#document_modal').fadeIn('slow');
  523. $("input:text:eq(0):visible").focus();
  524. } else {
  525. $oObj.add('#document_modal').fadeOut('slow');
  526. }
  527. }
  528. //]]>
  529. </script>
  530. <style type="text/css">
  531. <!--
  532. .popupWrapper {
  533. box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5) !important;
  534. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
  535. padding: 8px !important;
  536. border-radius: 5px !important;
  537. }
  538. .ipbfs_login .ipsForm_submit {
  539. margin-top: 0;
  540. }
  541. .ipbfs_login .ipsBox_notice {
  542. margin: 0;
  543. }
  544. .ipbfs_login .input_submit {
  545. font-size: 13px;
  546. }
  547. #sign_in_popup_inner {
  548. width: 680px !important;
  549. }
  550. .popupInner {
  551. box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  552. overflow-x: hidden;
  553. overflow-y: auto;
  554. width: 500px;
  555. }
  556. .popupInner h3 {
  557. border-bottom: 1px solid #d8d8d8;
  558. text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  559. background:#eee url("http://i56.servimg.com/u/f56/17/97/98/69/highli12.png") repeat-x 0 0 ;
  560. padding: 8px 10px 9px;
  561. }
  562. .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  563. background: none repeat scroll 0 0 #fff;
  564. }
  565. .ipsBox_notice {
  566. line-height: 1.6;
  567. margin-bottom: 10px;
  568. padding: 10px;
  569. }
  570. .ipsBox_notice, .ipsBox_highlight {
  571. background: none repeat scroll 0 0 #F4FCFF;
  572. border-bottom: 1px solid #CAE9F5;
  573. }
  574. .ipbfs_login_row {
  575. overflow: hidden;
  576. }
  577. .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
  578. border-top: 0 none;
  579. }
  580. #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  581. border-bottom: 1px solid #E3E3E3;
  582. border-top: 1px solid #fff;
  583. }
  584. .ipbfs_login_col {
  585. float: left;
  586. padding: 15px 10px;
  587. width: 314px;
  588. }
  589. .desc.lighter, .desc.lighter.blend_links a {
  590. color: #646464;
  591. }
  592. .desc, .desc.blend_links a, p.posted_info {
  593. color: #898989;
  594. font-size: 11px;
  595. }
  596. .right {
  597. float: right;
  598. }
  599. .ipbfs_login_col a:hover {
  600. text-decoration: underline;
  601. }
  602. .ipbfs_login_row label {
  603. font-size: 1.15em;
  604. }
  605. input:-moz-placeholder {
  606. color: #939393;
  607. }
  608. .ipbfs_luser {
  609. background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/user10.png") !important;
  610. background-position: 7px 60% !important;
  611. background-repeat: no-repeat !important;
  612. }
  613. .ipbfs_login_input {
  614. font-size: 14px !important;
  615. margin-top: 10px;
  616. padding: 6px 0 6px 28px !important;
  617. width: 284px;
  618. }
  619. .input_text, .ipsTagBox_wrapper, textarea {
  620. background: none repeat scroll 0 0 #FCFCFC;
  621. border: 1px solid #D4D4D4;
  622. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  623. color: #000;
  624. padding: 6px;
  625. text-shadow: #FFF 0px 1px 0px;
  626. }
  627. input, select, textarea {
  628. font: 12px tahoma,helvetica,arial,sans-serif;
  629. }
  630. .ipbfs_lpassword {
  631. background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/key10.png");
  632. background-position: 7px 60% !important;
  633. background-repeat: no-repeat !important;
  634. }
  635. .clearfix:after {
  636. clear: both;
  637. content: ".";
  638. display: block;
  639. height: 0;
  640. overflow: hidden;
  641. visibility: hidden;
  642. }
  643. .left {
  644. float: left;
  645. }
  646. img, .input_check, .input_radio {
  647. vertical-align: middle;
  648. }
  649. .ipsForm_center {
  650. text-align: center !important;
  651. }
  652. .ipsForm_submit {
  653. margin-top: 25px;
  654. padding: 5px 10px;
  655. text-align: right;
  656. }
  657. .clear {
  658. clear: both;
  659. }
  660. #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  661. background: #e4e4e4 url('http://i56.servimg.com/u/f56/17/97/98/69/highli12.png') repeat-x 0 0;
  662. border-top: 1px solid #d8d8d8;
  663. }
  664. .popupClose {
  665. position: absolute;
  666. right: 20px;
  667. top: 20px;
  668. }
  669. .clickable {
  670. cursor: pointer;
  671. }
  672. .input_submit, .ipsButton_secondary {
  673. outline: medium none;
  674. }
  675. .input_submit {
  676. background: #3c3c3c ;
  677. border-color: #333;
  678. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.13) inset;
  679. color: #FFF;
  680. text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  681. border-radius: 3px;
  682. }
  683. .input_submit {
  684. text-decoration: none;
  685. border-width: 1px;
  686. border-style: solid;
  687. padding: 5px 12px;
  688. cursor: pointer;
  689. }
  690. .pun h2, .pun h3, .pun input, .pun select, .pun th {
  691. font-family: helvetica,arial,sans-serif !important;
  692. font-size: 14px;
  693. font-style: normal;
  694. font-variant: normal;
  695. font-weight: 300;
  696. }
  697. body {
  698. color: #5a5a5a !important;
  699. font: 11px tahoma,helvetica,arial,sans-serif !important;
  700. }
  701. -->
  702. </style>
  703. <!-- #endregion sign_in_popup -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement