Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[PROBLEM] Nie pokazuja sie obrazki;/


Rekomendowane odpowiedzi

Opublikowano

Nie Pokazuja sie Obrazki na forum

Screen http://imageshack.us/photo/my-images/577/53021512.png/

 

Kod



<?xml version="1.0" encoding="UTF-8"?>
<theme name="MineCraft Theme" version="1603">
	<properties>
		<templateset><![CDATA[5]]></templateset>
		<editortheme><![CDATA[Office_2007]]></editortheme>
		<imgdir><![CDATA[images/mc_theme]]></imgdir>
		<logo><![CDATA[images/mc_theme/logo.png]]></logo>
		<tablespace><![CDATA[4]]></tablespace>
		<borderwidth><![CDATA[0]]></borderwidth>
	</properties>
	<stylesheets>
		<stylesheet name="modcp.css" attachedto="modcp.php" version="1603"><![CDATA[.modcp_nav_item {
	display: block;
	padding: 1px 0 1px 23px;
}

.modcp_nav_home {
	background: url('images/mc_theme/modcp/home.gif') no-repeat left center;
}

.modcp_nav_announcements {
	background: url('images/mc_theme/modcp/announcements.gif') no-repeat left center;
}

.modcp_nav_reports {
	background: url('images/mc_theme/modcp/reports.gif') no-repeat left center;
}

.modcp_nav_modqueue {
	background: url('images/mc_theme/modcp/modqueue.gif') no-repeat left center;
}

.modcp_nav_modlogs {
	background: url('images/mc_theme/modcp/modlogs.gif') no-repeat left center;
}

.modcp_nav_editprofile {
	background: url('images/mc_theme/modcp/editprofile.gif') no-repeat left center;
}

.modcp_nav_banning {
	background: url('images/mc_theme/modcp/banning.gif') no-repeat left center;
}

.modcp_nav_warninglogs {
	background: url('images/mc_theme/modcp/warninglogs.gif') no-repeat left center;
}

.modcp_nav_ipsearch {
	background: url('images/mc_theme/modcp/ipsearch.gif') no-repeat left center;
}

.modqueue_message {
	overflow: auto;
	max-height: 250px;
}

.modqueue_controls {
	width: 270px;
	float: right;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	font-weight: bold;
}

.modqueue_controls label {
	margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
	font-weight: bold;
}

.modqueue_meta {
	color: #444;
	font-size: 95%;
	margin-bottom: 8px;
}

.modqueue_mass {
	list-style: none;
	margin: 0;
	width: 150px;
	padding: 0;
}

.modqueue_mass li {
	margin-bottom: 4px;
	padding: 0;
}

.modqueue_mass li a {
	display: block;
	padding: 4px;
	border: 1px solid transparent;
}

.modqueue_mass li a:hover {
	background: #efefef;
	border: 1px solid #ccc;
	text-decoration: none;
}]]>
		</stylesheet>
		<stylesheet name="global.css" version="1603"><![CDATA[body {
	background: #efefef url(images/mc_theme/bg.png);
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}
.logo{
	text-align: left;
        height: 160px;
        width: auto;
       
        
}

.banner{
        background: #8f996b url(images/mc_theme/trowx.png) top left repeat-x;	
        border-radius: 8px;
        border: 2px solid #000000;
        text-align: center; 
        float: right;
        width: 430px;
        height: 75px;
}

a:link {
	color: #ADFF2F;
	text-decoration: none;
}

a:visited {
	color: #ADFF2F;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}




#container {
	width: 75%;
	background: url(images/mc_theme/bg2.png);
        box-shadow: 0 0 10px 10px #79553a;
	border: none;
        border-radius: 10px;
	color: #ffffff;
        font-size: 16px;
        font-weight: none;
        margin-top: 20px;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;

}

.menu ul {
	background: #59b04f url(images/mc_theme/thead.png) left repeat-x;
        border-radius: 8px;
        border: 1px solid #000000;
	color: #ffffff;
        text-align: left;
	font-size: 13px;
        font-weight: bold;
	padding: 4px;
        width: auto;
        height: auto;
}

.menu ul a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #ADFF2F;
	text-decoration: none;
}

#panel {
	
        background: #69855b;
        position: relative; top: 100px; right: 20px;
        color: #000000;
        float: right;
        border: 2px solid #000000;
        border-radius: 8px;
	padding: 5px;
	height: 137px;
        width: 430px;
        font-size: 13px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
        border-top: 1px solid #000000;        
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
}

#panel a:link, #panel a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#panel a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: none;

}

table {
	color: #414141 url(images/mc_theme/trowx.png) top bottom repeat-3;	
        font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #ffffff;
	width: 100%;
	margin: auto auto;
	border: #ffffff;;
        border-radius: 8px;
}

.thead {
	background: url(images/mc_theme/thead.png) left repeat-x;
	color: #ffffff;
        border: 1px solid #000000;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        
}

.thead a:link {
        
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #00d41e url(images/mc_theme/tcat.png) left repeat-x;
        border: 1px solid #000000;
        
        border-top: none;
	color: #ffffff;
	font-size: 12px;
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #ffffff;
}

.tcat a:hover, .tcat a:active {
	color: #00d41e;
}

.trow1 {
	background: #8f996b url(images/mc_theme/trowx.png) top left repeat-x;
        color: #FFFFFF;
        border-bottom: 1px solid #000000;
        padding: 5px;
}

.trow2 {
	background: #8f996b url(images/mc_theme/trowx.png) top left repeat-x;
        color: #FFFFFF;
        border-bottom: 1px solid #000000;
        padding: 5px;
}

.trow_shaded {
	background: #ffffff;
        color: #FFFFFF;
}

.trow_selected td {
	background: #ffffff;
}

.trow_sep {
	background: #ffffff;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	
        background: url(images/mc_theme/thead.png) left repeat-x;
	color: #ffffff;
        border: 1px solid #000000;
        border-top: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef url(images/mc_theme/thead.png) left repeat-x;
	color: #ffffff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
	border: 1px solid #000000;
	padding: 10px;
} 
.bottommenu a:link, .bottommenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.bottommenu a:hover {
	color: #ffffff;
	text-decoration: underline;
} 





.navigation { 
        background: url(images/mc_theme/tcat.png) left repeat-x;
	color: #ffffff;
        padding: 4px;
        border: 1px solid #000000;
        border-radius: 8px;
        font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
        color: #ffffff;
	text-decoration: bold;
}

.navigation a:hover, .navigation a:active {
          color: #69855b;
	  text-decoration: none;
}

.navigation .active {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
        
	font-size: 11px;
}

.largetext {
        
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #69855b;
	color: #ffffff;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #69855b;
        color: #ffffff;
	border: 1px solid #000000;
}

.editor {
	background: #69855b;
	border: 1px solid #000000;
}

.editor_control_bar {
	background: #000000;
	border: 1px solid #000000;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ffffff;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #ffffff;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
        background: #69855b;        
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        width: 99,5%;
        height: auto;
        color: #ffffff;
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 4px;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
        color: #000000;
	border: 1px solid #000000;
	margin: 0;
	background: #595959 url(images/mc_theme/bg.png);
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #595959 url(images/mc_theme/bg.png);
        color: #000000;
	border: 1px solid #000000;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
        color: #FBE3E4;
	background: #000000;
	border: 1px solid #000000;
        border-radius: 8px;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #000000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url('images/error.gif') no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url('images/jump.gif') no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}


]]>
		</stylesheet>
		<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1603"><![CDATA[.usercp_nav_item {
	display: block;
	padding: 1px 0 1px 23px;
}
.usercp_nav_composepm {
	background: url('images/mc_theme/usercp/composepm.gif') no-repeat left center;
}

.usercp_nav_pmfolder {
	background: url('images/mc_theme/usercp/pmfolder.gif') no-repeat left center;
}

.usercp_nav_sub_pmfolder {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/sub_pmfolder.gif') no-repeat left center;
}

.usercp_nav_trash_pmfolder {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/trash_pmfolder.gif') no-repeat left center;
}

.usercp_nav_pmtracking {
	background: url('images/mc_theme/usercp/pmtracking.gif') no-repeat left center;
}

.usercp_nav_pmfolders {
	background: url('images/mc_theme/usercp/editfolders.gif') no-repeat left center;
}

.usercp_nav_profile {
	background: url('imagesmc_theme//usercp/profile.gif') no-repeat left center;
}

.usercp_nav_email {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/email.gif') no-repeat left center;
}

.usercp_nav_password {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/password.gif') no-repeat left center;
}

.usercp_nav_username {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/username.gif') no-repeat left center;
}

.usercp_nav_editsig {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/editsig.gif') no-repeat left center;
}

.usercp_nav_avatar {
	padding-left: 40px;
	background: url('images/mc_theme/usercp/avatar.gif') no-repeat left center;
}

.usercp_nav_options {
	background: url('images/mc_theme/usercp/options.gif') no-repeat left center;
}

.usercp_nav_usergroups {
	background: url('images/mc_theme/usercp/usergroups.gif') no-repeat left center;
}

.usercp_nav_editlists {
	background: url('images/mc_theme/usercp/editlists.gif') no-repeat left center;
}

.usercp_nav_attachments {
	background: url('images/mc_theme/usercp/attachments.gif') no-repeat left center;
}

.usercp_nav_drafts {
	background: url('images/mc_theme/usercp/drafts.gif') no-repeat left center;
}

.usercp_nav_subscriptions {
	background: url('images/mc_theme/usercp/subscriptions.gif') no-repeat left center;
}

.usercp_nav_fsubscriptions {
	background: url('images/mc_theme/usercp/fsubscriptions.gif') no-repeat left center;
}

.usercp_nav_notepad {
	background: url('images/mc_theme/usercp/notepad.gif') no-repeat left center;
}

.usercp_nav_viewprofile {
	background: url('images/mc_theme/usercp/viewprofile.gif') no-repeat left center;
}

.usercp_nav_home {
	background: url('images/mc_theme/usercp/home.gif') no-repeat left center;
}

.usercp_notepad {
	width: 99%;
}

.usercp_container {
	margin: 5px;
	padding: 8px;
	border:1px solid #CCCCCC;
}]]>
		</stylesheet>
	</stylesheets>
	<templates>
		<template name="header" version="1603"><![CDATA[<div id="container">

		<a name="top" id="top"></a>
		<div id="header">
			

<hr class="hidden" />

<div id="panel">
{$welcomeblock}
</div>
</div>
<div class="float_right">

</div>
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>



		
	<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />]]></template>
		<template name="header_welcomeblock_guest" version="1603"><![CDATA[<center>
<a href="{$mybb->settings['bburl']}/member.php?action=login"><img src="/images/mc_theme/login.png"/></a>
<a href="{$mybb->settings['bburl']}/member.php?action=register"><img src="/images/mc_theme/register.png"></a>
</center>]]></template>
		<template name="postbit_classic" version="1603"><![CDATA[{$ignore_bit}
<table border="0" cellspacing="1" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="170px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>]]></template>
		<template name="postbit" version="1603"><![CDATA[{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="tcat">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">
				<table cellspacing="1" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
				{$post['attachments']}
				{$post['signature']}

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
			</td>
		</tr>
	</tbody>
</table>]]></template>
		<template name="header_welcomeblock_member" version="1603"><![CDATA[{$lang->welcome_back}<br/><br/>
			
<div class="float_right">{$modcplink}<br/>{$admincplink}</div>
<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a><a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}"><b> ({$lang->welcome_logout})</b></a><br />
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a><br/>
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a><br/>
<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a><br/>
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}]]></template>
		<template name="nav" version="1603"><![CDATA[<div class="menu">
<ul>
<li><a href="/index.php"><img src="/images/mc_theme/toplinks/home.gif"/>Home</a></li>				
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>		
</ul>
</div>
<br/>
<br/>
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>]]></template>
		<template name="footer" version="1603"><![CDATA[<br />
			<div class="bottommenu">
                        <div class="float_right">
				<quickthemeoc>{$task_image}{$auto_dst_detection}</quickthemeoc>
</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
		<hr class="hidden" />
			<div id="copyright">
				
				
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year}
<a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
Styl wykonał<a href="http://grafifor.pl/uzytkownik-Bako"> Bako</a> dla <a href="http://www.grafifor.pl">Grafifor.pl</a><br/>
 
				<br />
<br class="clear" />

		</div>
		</div>]]></template>
		<template name="forumbit_depth1_cat" version="1603"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br/>]]></template>
	</templates>
</theme>

 

 

1377531174-U173186.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...