Erro no template???
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Erro no template???
Bom dia senhores:
Estou a trabalhar na edição de um template. Devo ter feito algum erro na edição que está a me aparecer 2 Links para o Painel de controle.
Teria como arrumar?
Fórum: http://designforumeiros.forumbrasil.net/ (punBB)
Última edição por T-Dog em 22.11.12 9:15, editado 1 vez(es)
Re: Erro no template???
Olá querido,
O que o senhor editou? Poderia nos mandar o que o senhor editou?
Até mais.
O que o senhor editou? Poderia nos mandar o que o senhor editou?
Até mais.
Re: Erro no template???
index_body
index_box
overall_footer_begin
overall_header
- Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN message_admin_index -->
<div class="main">
<!-- BEGIN message_admin_titre -->
<div class="main-head">
<h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div id="pun-announcement">
<p>{message_admin_index.message_admin_txt.MES_TXT}</p>
</div>
<!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form main-box center">
<label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
</div>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p class="right">{TOTAL_POSTS}</p>
<p>{TOTAL_USERS}</p>
<p>{NEWEST_USER}</p>
</div>
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{LEGEND} : {GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</div>
</div>
<!-- END disable_viewonline -->
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form main-box center">
<label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<!-- END switch_user_login_form_footer -->
{CHATBOX_BOTTOM}
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
index_box
- Código:
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<div class="main"><div id="tabel_principal" class="indexp"><div class="main-head"><div class="page-title"><h2><b><font style="font-family: Arial;">{catrow.tablehead.L_FORUM}</font></b></h2><div align="right" id="sus-jos"><img src="http://i30.servimg.com/u/f30/13/40/91/61/top210.png" onclick="$('html,body').animate({scrollTop: $('#top').offset().top}, 2000);"><img src="http://i36.servimg.com/u/f36/11/96/49/61/bottom14.png" onclick="$('html,body').animate({scrollTop: $('#pun-foot').offset().top}, 2000);"></div></div></div><div class="main-content"><table cellspacing="0" class="table" id="tabel_subiecte"><thead><tr><th class="tcl"><div class="titluri">Forum<div></th><th class="tc2"><div class="titluri">Subiecte</div></th><th class="tc3"><div class="titluri">Mesaje</div></th><th class="tcr"><div class="titluri">Ultimele mesaje</div></th></tr></thead><tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<tr><td class="tcl" style="padding-right: 0px; padding-left: 55px;"><span class="status" style="margin-right: -45px; margin-left: -45px;"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span><h3 class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h3><br />{catrow.forumrow.FORUM_DESC}<br><br /><strong></strong> </td><td class="tc2"><div id="statistici_subiecte">{catrow.forumrow.TOPICS}</div></td><td class="tc3"><div id="statistici_subiecte">{catrow.forumrow.POSTS}</div></td><td class="tcr"><span>{catrow.forumrow.LAST_POST}</td></tr><tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</tbody></table></div><div class="tabel_footer"> </div>
<!-- END tablefoot --><!-- END catrow -->
overall_footer_begin
- Código:
</tr></tbody></table><br><strong></strong> </td><td class="tc2"> <img src="http://d14.zedo.com//OzoDB/0/0/0/blank.gif" id="zzblankad" border="0" height="1" width="1"></div></div><div style="height: 3px;"></div></div></div></div></div><div id="footer_box"><div class="main" id="footer_anunt"></div><span id="delete_cookies">
<a href="forum.htm?mode=delete_cookies">Excluir Cookies
</a></span></div><script>jQuery(document).ready(function() {jQuery('#profile-advanced-layout').before(' <style> #footer_box{display: none !important;} </style> ');});</script><div id="emptyidright"></div></div></div></div><br><div class="clear"></div><p id="panou" class="center"><strong></strong></p><div id="copyright" align="center"><table width="900px"><tbody><tr><td align="left"><a href="/forum.htm"><img src="http://i26.servimg.com/u/f26/11/96/49/61/home10.png" alt="Pagina principala" name="Pagina principala"></a>
</br>
<img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>Está com alguma dúvida? Entre em contato conosco no nosso email.<br/><img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>Entre em contato com:<font style="font-family: Tahoma; font-size: 11px"> <a href="/u1" title="T-Dog"><span style="color:#006FFF"><strong>T-Dog</strong></span></a> </font><br/><img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>Atualizações em Breve - Design Forumeiros<br/></div></td><td width="45%" align="left"><div class="smallfont" align="left"><span class="time"></span><!--
Do not remove this copyright notice --><img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>Skin rip by: Son - Edited by: <font style="font-family: Tahoma; font-size: 11px"> <a href="/u1" title="T-Dog"><span style="color:#FFA500"><strong>T-Dog</strong></span></a> </font><br/><img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>Versão PUNBB - Suporte by Forumeiros<br><img src="http://i65.servimg.com/u/f65/15/55/28/69/tick10.gif"/>@ 2012-2013 - Todos os direitos reservador Design Forumeiros<br><a href="http://www.mozilla.com/en-US/products/download.html" target="_blank"> <img title="Baixe aqui o Firefox" src=" http://www.stockbiz.vn/StockbizToolbar/images/icon-ff.jpg" alt="Get Firefox Now" border="0"></a><a href="http://www.google.com/chrome/eula.html?hl=vi&brand=CHMA&utm_campaign=vi&utm_source=vi-ha-apac-vi-bk&utm_medium=ha&installdataindex=homepagepromo" target="_blank"> <img title="Baixe aqui o Chorme" src=" https://members.adam.com.au/signup/version2_5/images/chrome_icon.png" alt="Get Chrome Now" border="0"></a>
</td><td id="footer_links" align="right"></td></tr></tbody></table></div></div></div><div id="pun-foot"></div></div>
{ADMIN_LINK}
<script src="http://scriptfm.googlecode.com/files/tipsy.js" type="text/javascript"></script>
<script type="text/javascript" src="http://friends4u.googlecode.com/files/tooltip.js"></script>
overall_header
- Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<script type="text/javascript" src="http://www.08sh.tk/h21-slimbox"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des ?l?ments */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des ?l?ments et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
pm.focus();
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<meta name="title" content="Fg-coding" /><link rel="stylesheet" href="http://dl.dropbox.com/u/57978077/fg1.css" type="text/css" /><link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="Fg-Coding" /><link rel="search" type="application/opensearchdescription+xml" href="http://www.hitforum.ro/ro/search/improvedsearch.xml" title="Cauta forumuri" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script><script src="http://illiweb.com/rs3/22/frm/lang/ro.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
$(document).ready(function(){});//]]></script><script type="text/javascript">//<![CDATA[
var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-16704729']);_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();//]]></script><script type="text/javascript" src="http://www.fg-coding.net/h28-.htm"></script> <script type="text/javascript" src="http://www.fg-coding.net/h29-.htm"></script> <script type="text/javascript" src="http://www.cntt-k3.biz/h57-page"></script></head><script type="text/javascript" src="http://darkspectre.bravehost.com/jquery_menu_effect.js"></script>
<!-- BEGIN switch_user_logged_out -->
<div id="conectare" align="center"><div class="c_continut">
<form action="{S_LOGIN_ACTION}" method="post" > <table align=center><tr><td><span style="color: white; font-size: 12px;">Nome do Usuário </span><input type="text" class="bginput" style="font-size: 11px"
name="username" id="username" size="15" accesskey="u" tabindex="101"
value="Username" onfocus="if (this.value == 'Username') this.value = '';" /></td><td><span style="color: white; font-size: 12px;">Senha: </span><input type="password" class="bginput" style="font-size: 11px;"
name="password" id="password" size="15" tabindex="102"
value="*****" onfocus="if (this.value == '*****') this.value = '';" /></td><td colspan="2" ><label for="autologin">
<input type="checkbox" name="cookieuser" value="1"
tabindex="103" id="autologin" accesskey="c" />Save?</label>
<td><input class="button" value="Đăng nhập" tabindex="104"
title="Enter your username and password in the boxes provided to login,
or click the 'register' button to create a profile for yourself." accesskey="s"
type="submit" name="login" />
</td>
<td style="color: white;" ><a style="font-weight: bold; color: white;" href="/profile.forum?mode=register">Đăng ký</a> || <a style="font-weight: bold; color: white;" href="/profile.forum?mode=sendpassword">Quên mật khẩu</a></td></tr></table></form></div></div><!-- END switch_user_logged_out -->
<body><a id="top" name="top" accesskey="t"></a><div class="minwidth_IE"><div class="layout_IE"><div class="container_IE"><div class="pun"><div id="pun-intro" class="clearfix"></div><div id="page-body"><div id="continut_centrare"><div id="social_icons" align="right"><a href="LINK FACEBOOK" target="_blank"><img src="http://i66.servimg.com/u/f66/11/96/49/61/facebo10.png" title="Facebook của lớp ĐH Tin3a" alt="Facebook của lớp ĐH Tin3a"></a><a href="LINK YOUTUBE" target="_blank"><img src="http://i66.servimg.com/u/f66/11/96/49/61/youtub10.png" title="Youtube" alt="Youtube"></a></div><table id="header" cellspacing="0" cellpadding="0"><tr><td class="logo_bar"><table width="100%"> <td> <a href="/forum" id="pun-logo"><img src="http://i.imgur.com/4hcR2.png" alt="Design Forumeiros" /></a> </td><td><div align="right" id="browser_box"><div id="browser_list">Utilize os navegadores abaixo:</div><ul id="browser_list" class="browsers"><li><a href="http://www.google.ro/chrome" target="_blank">Google Chrome</a></li><li><a href="http://www.mozilla-europe.org/ro/firefox/" target="_blank">Mozila Firefox</a></li><li>
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">Internet Explorer 7+</a></li></ul><div id="browser_list" class="browser_exp_triger">Leia nossas Regras</div><script type="text/javascript">$(document).ready(function() { $('.browser_exp_triger').click(function() {$('#browser_exp').slideToggle(400);return false;});});</script></div></td></table><div id="bara_link-uri"><center><script type="text/javascript"><!--
google_ad_client = "1";/* 728x15 bara de link-uri */google_ad_slot = "4102753328";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </center> </div> </td></tr><tr><td class="bara_searchbox"> <table width="100%" cellspacing="0" cellpadding="0"><td><span id="other_pages"><a href="LINK">•EM BREVE</a><a href="/LINK">•EM BREVE</a><a href="LINK">•EM BREVE</a><a href="LINK">•EM BREVE</a><a href="LINK">•EM BREVE</a></span></td><td align="right">
<div id="search-box"><form method="get" action="/search.forum" id="search"><p class="nomargin"><input type="text" name="search_keywords" class="inputbox search" id="keywords" maxlength="128" value="Search..." onclick="if (this.value == 'Search...') this.value = '';" onblur="if (this.value == '') this.value = 'Search...';"/></form></div>
<td></table></td></tr></table><p id="pun-desc">FG-coding este un forum pentru sprijin reciproc între administratorii forumurilor forumgratuit.</p><head><script>$(function(){$('#pun-navlinks a').css( {backgroundPosition: "0px 32px"} ).mouseover(function(){$(this).stop().animate({backgroundPosition:"(-0px 64px)"}, {duration:350})}).mouseout(function(){$(this).stop().animate({backgroundPosition:"(0px 32px)"}, {duration:300, complete:function(){$(this).css({backgroundPosition: "0px 32px"})}})})});</script><script type="text/javascript">$(function(){$("#vertical_slider li a").each(function(){$(this).hover(function(){$(this).animate({width: "405px"}, {queue:false, duration:450});},function() {$(this).animate({width: "128px"}, {queue:false, duration:450});});});/*To use this you need to load jquery easing plugins*/$("#vertical_slider.easing li a").each(function(){$(this).hover(function(){$(this).animate({width: "405px"}, {queue:false, duration:450, easing:'easeOutBack'});},function() {$(this).animate({width: "128px"}, {queue:false, duration:450, easing:'easeInBack'});});});});</script></head><ul id="vertical_slider"><li><a href="http://www.cntt-k3.biz/f5-forum" class="rss_feed"><p><strong>Thông Báo mới nhất</strong><br />Cập nhật thông báo mới nhất từ diễn đàn <br /><br> </p></a></li><li><a href="/f11-forum" class="news1"><p><strong style="font-size:24px;">Thủ thuật - Phần mềm</strong><br />Tổng hợp những thủ thuật , phần mềm hay <br>cần thiết cho máy tính của bạn<br> </p></a></li><li><a href="/f10-forum" class="suport2"><p><strong>Ebook</strong><br />Sách điện tử <br>Những cuốn sách hay về PC cần tham khảo<br></p></a></li><li><a href="/c2-category" class="portfolio3"><p><strong>Forumotion</strong><br />Tổng hợp tài nguyên Forumotion <br>Code , Skin , hỏi đáp ... tất cả ở đây<br> </p></a></li></ul><div id="pun-head"><div id="pun-navlinks"><ul class="clearfix"><li><a class="mainmenu" href="/forum">{GENERATED_NAV_BAR}</a> </li></ul></div></div><div id="as"><script type="text/javascript">
</script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><div id="emptyidcc" class="no-left"><div id="outer-wrapper"><div id="wrapper"><div id="container"><div id="content"><div id="emptyidleft"></div><div id="main"><div id="main-content"><div class="add-google1718" ><iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="728" height="90" src="http://ad.z5x.net/st?ad_type=iframe&ad_size=728x90§ion=783931"></iframe><br class="clear" /></div><div style="clear:both;"></div><style type="text/css">html body .add-google1718,html body .add-google1718 iframe,html body iframe[name="google_ads_frame"],html body .add-google1718 iframe[name="google_ads_frame"],html body #wrap #page-body div.add-google1718,html body #page-body .add-google1718{display:block!important;visibility:visible!important;float:none!important;position:inherit!important;left:inherit!important;top:inherit!important;right:inherit!important;bottom:inherit!important;margin:0 auto!important;padding:inherit!important;filter:alpha(opacity=100)!important;-moz-opacity:1!important;-khtml-opacity:1!important;opacity:1!important;z-index:9999!important;text-align:center!important}html body .add-google1718,html body .add-google1718 iframe[name="google_ads_frame"]{width:728px!important;height:90px!important;min-height:90px!important}html body .add-google1718 iframe{border:0px!important}html body iframe[name="google_ads_frame"]{width:100%!important;height:inherit!important;min-height:inherit!important}</style><div style="height:3px"></div>
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}"><td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
<script type="text/javascript" src="http://codeforum.googlecode.com/files/FMvar.js"></script>
<script src="http://illiweb.com/rs3/13/frm/admin/admin.js" type="text/javascript"></script>
Re: Erro no template???
Css:
- Código:
*{margin:0;padding:0}* html{scrollbar-3dlight-color:#;scrollbar-arrow-color:#;scrollbar-darkshadow-color:#;scrollbar-face-color:#;scrollbar-highlight-color:#;scrollbar-shadow-color:#;scrollbar-track-color:#}*+ html{scrollbar-3dlight-color:#;scrollbar-arrow-color:#;scrollbar-darkshadow-color:#;scrollbar-face-color:#;scrollbar-highlight-color:#;scrollbar-shadow-color:#;scrollbar-track-color:#}body{background-attachment:scroll;background-color:#765c43;background-image:url(http://i19.servimg.com/u/f19/13/19/48/88/bg210.png);color:#572300;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #fff;
overflow: hidden;
cursor: crosshair;
}
.colorpicker_color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(http://b3club.forumj.net/users/2611/10/63/87/album/ovl10.png);
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(http://b3club.forumj.net/users/2611/10/63/87/album/select10.gif);
margin: -5px 0 0 -5px;
}
.colorpicker_hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.colorpicker_hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(http://b3club.forumj.net/users/2611/10/63/87/album/indic10.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.colorpicker_new_color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #fff;
}
.colorpicker_current_color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #fff;
}
.colorpicker input {
background-color: transparent;
border: 1px solid transparent;
position: absolute;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #898989;
top: 4px;
right: 11px;
text-align: right;
margin: 0;
padding: 0;
height: 11px;
}
.colorpicker_hex {
position: absolute;
width: 72px;
height: 22px;
background: url(http://b3club.forumj.net/users/2611/10/63/87/album/hex10.png) top;
left: 212px;
top: 142px;
}
.colorpicker_hex input {
right: 6px;
}
.colorpicker_field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.colorpicker_field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.colorpicker_rgb_r, .colorpicker_rgb_g, .colorpicker_rgb_b {
background-image: url(http://b3club.forumj.net/users/2611/10/63/87/album/rgb_r10.png);
}
.colorpicker_rgb_r {
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
top: 112px;
left: 212px;
}
.colorpicker_hsb_h, .colorpicker_hsb_s, .colorpicker_hsb_b {
background-image: url(http://b3club.forumj.net/users/2611/10/63/87/album/h10.png);
}
.colorpicker_hsb_h {
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(http://b3club.forumj.net/users/2611/10/63/87/album/submit10.png) top;
left: 322px;
top: 142px;
overflow: hidden;
}
.colorpicker_focus {
background-position: center;
}
.colorpicker_hex.colorpicker_focus, .colorpicker_submit.colorpicker_focus, .colorpicker_slider{
background-position: bottom;
}
a[href="/calendar"] {display:none!important;}
a[href="/profile?mode=editprofile&page_profil=attachments"] {display:none!important;}
a[href="/search?search_id=favouritesearch"] {display:none!important;}
#mudimPanel{-moz-box-shadow:5px 5px 5px #000;-moz-opacity:.9;-moz-transition:all 2s ease;-webkit-box-shadow:5px 5px 5px #000;-webkit-transition:all 2s ease;background:#FFF url(http://i49.servimg.com/u/f49/16/49/44/04/60426210.jpg) no-repeat right center!important;bottom:9px!important;box-shadow:5px 5px 5px #000;filter:alpha(opacity=90);font-size:9px!important;font-weight:700;height:47px!important;left:-333px!important;opacity:.9;padding:4px 26px 4px 4px !important;vertical-align:middle;width:330px!important}#mudimPanel:hover{-moz-opacity:1;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;filter:alpha(opacity=100);left:0!important;opacity:1}
#top-button {
position: fixed;
bottom: 30px;
right: 0px;
width: 32px;
height: 20px
text-indent: -9999px;
}
#top-button a {
display: block;
width: 32px;
height: 20px;
background: url(http://i23.servimg.com/u/f23/16/03/04/56/up-suc10.png) top center no-repeat;
overflow: hidden;
border: none;
}
#text_editor_textarea{background: white url(http://i44.servimg.com/u/f44/17/14/91/37/inputb10.png) no-repeat bottom left;
border:1px solid #BCBCBC;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:2px;}
.slide_likebox {
float:right;
width:247px;
height:385px;
background: url(http://www.9xstudio.biz/users/2611/10/63/87/album/c3zfb210.png) no-repeat !important;
display:block;
right:-205px;
padding:0;
position:fixed;
top: 200px;
z-index: 999;
}
.slide_text {
font-family: Geneva, Verdana, sans-serif;
font-size: 8px;
padding-left: 10px;
text-decoration: none;
color: #FFF;
}
#tabel_principal .main-head{
background: url(http://i36.servimg.com/u/f36/11/96/49/61/thead211.png) no-repeat center;
text-align: center;
height: 40px;
padding: 0px;
z-index: 0 !important;}
.blog table.table td{border: none;}
#tabel_principal .main-head h2, #tabel_principal .main-head h1{
color: white;
text-shadow: 1px 1px 0px black;
font-weight: bold;
position: relative;
bottom: -5px;}
#tabel_principal .tabel_footer {
background: WHITE url(http://i36.servimg.com/u/f36/11/96/49/61/tfoot210.png) no-repeat center;
height: 16px;
margin-bottom: 10px;}
#tabel_principal .main-content{
border: none !important;
border-left: 2px solid #6f2f00 !important;
border-right: 2px solid #6f2f00 !important;
margin-bottom: 0px !important;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;}
.row4 {
background: white;
}
.news-pa td.nws {
background: url(http://i34.servimg.com/u/f34/15/74/80/34/t-l217.png) no-repeat 5px 50% #F2F2F2;
color: 0372be;
padding: 5px 5px 5px 25px;
text-align: left;
}
td.nws span.date {
font-size: 9px;
font-weight: 700;
}
a:hover {
color: #6hf5f1;
text-decoration: none;
font-style: italic;
text-shadow: IndianRed 3px 3px 5px;
}
.recentlink:hover {
-webkit-transition-property: all;
-webkit-transition-duration: 0.2s;
margin: 0 0 0 20px;
}
/*linking---------*/
a[href="/u1"]:hover
{
font-size:20px
text-shadow: 0.5px 0.5px 0 green, 1.5px 1.5px 0 green;
text-shadow: 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black;
color:
rgb(255, 255, 255);
}
/*linking---------*/
.vote {
width: 24px; / *-- Width c?a hình --* /
}
/* tcat-------------------------------------------------------------*/
.tcat, td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic
{
background: #f9f9f9 url(http://i44.servimg.com/u/f44/13/54/69/46/thead_10.gif) repeat-x top left;
color: #4d4d4d;
font: bold 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* login icons-------------------------------------------------------------*/
#password, #username{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
padding:1px 1px 1px 16px;
width:100px;
}
#password {
background:#FFFFFF url(http://i28.servimg.com/u/f28/15/68/89/57/pass9610.png) no-repeat scroll left center; }
#username {
background:#FFFFFF url(http://i28.servimg.com/u/f28/15/68/89/57/id966810.png) no-repeat scroll left center; }
input.mainoption, input[type=submit], input[type=text], input[type=password], select, textarea{
background: #FFF;
color: #000; border:1px solid #CCC;
}
#vertical_slider {
font :italic 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
color:#999;
text-align:center;
list-style: none;
margin-bottom: 10px;
margin-top: 4px;
padding: 0;}
#vertical_slider a{
text-decoration:none;
color:#999;}
#vertical_slider li{
height: 90px;
padding: 0px;
margin:0 15px 0 0;
list-style:none;
display:inline;}
#vertical_slider li a{
display: inline-block!important;
overflow: hidden;
height: 90px;
line-height:90px;
width: 128px;
white-space:nowrap;
text-align:left;}
#vertical_slider li a p {
padding:0 0 0 135px;
line-height:normal;}
#vertical_slider li a p strong {
font-size:24px;
color:#336600;}
#vertical_slider li a.rss_feed {
background:url(http://i36.servimg.com/u/f36/11/96/49/61/rss10.png) top left no-repeat;}
#vertical_slider li a.news1 {
background:url(http://i1129.photobucket.com/albums/m513/nguyenanhdung_2010/skin%20fg-coding/3.png) top left no-repeat;}
#vertical_slider li a.suport2 {
background:url(http://i1129.photobucket.com/albums/m513/nguyenanhdung_2010/skin%20fg-coding/2.png) top left no-repeat;}
#vertical_slider li a.portfolio3 {
background:url(http://i1129.photobucket.com/albums/m513/nguyenanhdung_2010/skin%20fg-coding/4.png) top left no-repeat;}
/* tooltip
--------------------------------------------------- */
#dhtmlpointer, #dhtmltooltip
{
z-index: 999;
left: -300px; top:0px;
visibility: hidden;
position: absolute;
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}
#dhtmltooltip
{
border: #000000 0px solid;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 15px;
font-size: 9pt; font-weight:bold;
font-family: Arial; color:#fff;
background-color: #000;
width: auto;
max-width: 340px;
width:expression(document.body.clientWidth > 340? "340px": "auto");
text-align:left;
}
/*tooltip
--------------------------------------------------- */
Re: Erro no template???
Olá,
Troque teu overall_footer_end pelo abaixo:
Até mais.
Troque teu overall_footer_end pelo abaixo:
- Código:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div>
<div>
<div>
<div>
<div>
<div>
<ul>
<li>
<!-- END html_validation -->
</li>
</ul>
<!-- BEGIN switch_footer_links -->
<ul>
<li>
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
{switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</li>
</ul>
<!-- END switch_footer_links -->
</div>
<br />
<p class="center">
<strong>{ADMIN_LINK}</strong>
</p>
</div>
{PROTECT_FOOTER}
</div>
</div>
</div>
</div>
<div id="footer">
<script type="text/javascript">
$(function() {
$('#back-top').click(function() {
$('body,html').animate({scrollTop:0},800);
});
});
</script>
<div id="back-top">
<a href="#"><img src="http://i36.servimg.com/u/f36/11/96/49/61/backto10.png"/></a>
</div>
<div id="f-content">
<ul id="social">
<h1> <img src="http://i36.servimg.com/u/f36/11/96/49/61/users_10.png"/> Find us on: </h1>
<li>
<a href="#" target="_blank"> <img src="http://i36.servimg.com/u/f36/11/96/49/61/facebo10.png" alt="Facebook"/>
Find us on Facebook </a>
</li>
<li>
<a href="#" target="_blank"> <img src="http://i36.servimg.com/u/f36/11/96/49/61/twitte10.png" alt="Twitter"/>
Follow us on Twitter </a>
</li>
<li>
<a href="/rss"> <img src="http://i36.servimg.com/u/f36/11/96/49/61/rss11.png" alt="RSS"/>
RSS Feed </a>
</li>
<li>
<a href="/sitemap.xml"> <img src="http://i36.servimg.com/u/f36/11/96/49/61/portal10.png" alt="Sitemap"/>
Sitemap </a>
</li>
</ul>
<div id="connect">
<!-- BEGIN switch_user_logged_out -->
<h1> <img src="http://i36.servimg.com/u/f36/11/96/49/61/lock12.png"/> Log in </h1>
<form action="/login" method="post" autocomplete="off"><fieldset class="frm-set login"><dl> <dd><input type="text" placeholder="Username" tabindex="1" name="username" id="username" size="20" maxlength="40" value="" class="inputbox autowidth" autocomplete="off" autofill="off"/></dd></dl><dl><dd><input type="password" placeholder="Password" tabindex="2" id="password" name="password" size="20" maxlength="25" class="inputbox autowidth" autocomplete="off" autofill="off"/></dd><dd><a href="/profile?mode=sendpassword" rel="nofollow">Lost Password?</a></dd></dl><dl><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked"/> Remember Me </label></dd></dl><dl><dd class="login"><input type="submit" name="login" tabindex="6" value="Login" class="button1"/></dd></dl></fieldset></form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div id="user-panel">
<h1> <img src="http://i36.servimg.com/u/f36/11/96/49/61/commen10.png"/> User Panel </h1>
<script>
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
link = jQuery('.frm-set dl:first img', data).attr('src');
jQuery('#avatar').attr('src', link);
});
});
</script>
<span><img id="avatar" src="http://i36.servimg.com/u/f36/11/96/49/61/no_ava10.gif" align="left" width="45"/><span class="USERLINK"></span><br />
<b>Messages:</b> <span class="USERCOUNTPOST"></span><br />
<br /> </span>
<a href="/profile?mode=editprofile&page_profil=informations" target="_blank"> My Profile </a>
<br />
<a href="/search?search_id=watchsearch" target="_blank"> Topic(s) being watched </a>
<br />
<a href="/search?search_id=egosearch" target="_blank"> Topics I Replied </a>
<br />
<a href="/search?search_id=newposts" target="_blank"> New on forum <br /> <small>(<span class="USERLASTVISIT"> </span>)</small> </a> </div>
<!-- END switch_user_logged_in -->
</div>
<ul id="site-links">
<h1> <img src="http://i36.servimg.com/u/f36/11/96/49/61/link10.png"/> Forum Links </h1>
<li>
<a href="#"> Announcements </a>
</li>
<li>
<a href="#"> About Us </a>
</li>
<li>
<a href="/forum?mode=delete_cookies"> Delete cookies </a>
</li>
<li>
<a href="/faq"> Help </a>
</li>
<li>
<a href="/memberlist?mode=overall_posters"> Top Users </a>
</li>
<li>
<a href="/contact"> Contact Us </a>
</li>
</ul>
<div id="other">
<h1> <img src="http://i36.servimg.com/u/f36/11/96/49/61/star_o10.png"/> Video/Whatever</h1>
<iframe width="180" height="150" src="http://www.youtube.com/embed/SDB_eZFWQrc" frameborder="0" allowfullscreen></iframe>
</div>
</div> </div>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});
$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
} );
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
Até mais.
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos