MyBB Support

Help to update a theme from 1.6 to 1.8

Submitted by windman, , Thread ID: 30321

Thread Closed
windman
Closed Account
Level:
0
Reputation:
0
Posts:
7
Likes:
0
Credits:
11
05-03-2017, 12:47 AM
#1
Hi guy's would like to get some help to update this theme to 1.8 as at the moment the thread layout is like this

[Image: 9NufW9j.png]


The theme is yaldaram rip a xenforo like theme
Code:
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Yci2" version="1810">
<properties>
<templateset><![CDATA[15]]></templateset>
<editortheme><![CDATA[mybb.css]]></editortheme>
<imgdir><![CDATA[images]]></imgdir>
<logo><![CDATA[images/logo.png]]></logo>
<tablespace><![CDATA[10]]></tablespace>
<borderwidth><![CDATA[0]]></borderwidth>
<color><![CDATA[]]></color>
<disporder><![CDATA[a:7:{s:10:"global.css";i:1;s:10:"usercp.css";i:2;s:8:"css3.css";i:3;s:9:"modcp.css";i:4;s:16:"star_ratings.css";i:5;s:14:"showthread.css";i:6;s:17:"thread_status.css";i:7;}]]></disporder>
</properties>
<stylesheets>
<stylesheet name="global.css" version="1810"><![CDATA[body {
background: #202020 url(images/icy/bgtop.jpg) top left repeat;
color: #a0a0a0;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Titillium Web, Tahoma, Verdana, Arial, Sans-Serif;
font-size: 16px;
overflow-y: scroll;
}

a:link,
a:visited {
color: #fff;
text-decoration: none;
}

a:hover,
a:active {
color: #fff;
text-decoration: none;
}

.wrap {
    width: 80%;
    margin: auto;
}

#header {
  position: relative;
  background: #279BC7 url(images/icy/back.png) center right repeat-x;
    padding: 20px 0px;
  text-align: center;
}

#bridge {
    background: #1a1a1a;
    height: 50px;
    color: #fff;
text-align: left;
}

#container {
    background: #202020;
    width: 80%;
color: #a0a0a0;
text-align: left;
line-height: 1.4;
margin: auto;
min-width: 990px;
}

#content {
width: auto !important;
padding: 20px 0px;
overflow: hidden;
}

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

ul.head_menu li {
    position: relative;
    display: block;
    float: left;
}

ul.head_menu li a {
padding: 14px 20px;
display: inline-block;
}

ul.head_menu li:hover a,
ul.head_menu li a:hover {
    background: #279BC7;
}

ul.head_menu li ul {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 50px;
    background: #279BC7;
    width: 180px;
    overflow: hidden;
    margin: 0;
    padding: 10px 0px;
}

ul.head_menu li ul li {
    display: block !important;
    float: none !important;
    margin: 0 !important;
}

ul.head_menu li ul li a:link,
ul.head_menu li ul li a:visited {
    display: block;
    float: none !important;
background: #279BC7;
    padding: 10px 15px;
border: 0;
    color: #fff;
    font-size: 13px;
}

ul.head_menu li ul li a:hover {
background: #fff !important;
    color: #202020;
}

#panel {
    background: #1a1a1a;
    padding: 10px;
    text-align: left;
}

#panel .links_l {
    float: left;
}

#panel .links_r {
    float: right;
}

#panel .links_l a {
    margin-right: 15px;
}

#panel .links_r a {
    margin-left: 15px;
}

#quick_login .remember_me input {
vertical-align: middle;
margin: -3px 0 0 5px;
}

#footer {
    background: #279BC7;
clear: both;
    padding: 20px 0px;
    color: #fff;
    text-align: left;
}

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

#footer ul.menu li {
margin: 0 5px;
display: inline;
}

#copyright {
    background: #1a1a1a;
    padding: 20px 0px;
    text-align: left;
}

#debug {
float: right;
text-align: right;
margin-top: 20px;
font-size: 11px;
}

.scaleimages img {
max-width: 100%;
}

.forum_status {
height: 30px;
width: 30px;
background: url(images/forum_icon_sprite.png) no-repeat 0 0;
display: inline-block;
}

.forum_on {
background-position: 0 0;
    color: #fff;
}

.forum_off {
background-position: 0 -30px;
    color: #a0a0a0;
}

.forum_offlock {
background-position: 0 -60px;
    color: #303030;
}

.forum_offlink {
background-position: 0 -90px;
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
background: url(images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
background-position: 0 0;
}

.subforum_minioff {
background-position: 0 -10px;
}

.subforum_miniofflock {
background-position: 0 -20px;
}

.subforum_miniofflink {
background-position: 0 -30px;
}

table {
}

.tborder {
width: 100%;
margin: auto auto;
padding: 0px;
}

.tfixed {
table-layout: fixed;
word-wrap: break-word;
}

.thead {
background: #279BC7;
color: #ffffff;
}

.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: #1a1a1a;
color: #fff;
padding: 6px 10px;
font-size: 12px;
}

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

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

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

.trow1, .trow2 {
background: #202020;
border-bottom: 1px solid #303030;
}

.trow_shaded {
background: #303030;
border-bottom: 1px solid 303030;
}

.no_bottom_border {
border-bottom: 0;
}

.post.unapproved_post {
background: #ffdde0;
}

.post.unapproved_post .post_author {
border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
background: #FFFBD9;
color: #333;
border-right-color: #F7E86A;
border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
color: #333;
}

.trow_sep {
background: #ddd;
color: #333;
border-bottom: 1px solid #c5c5c5;
padding: 6px;
font-size: 12px;
font-weight: bold;
}

.tfoot {
background: #279BC7;
color: #fff;
}

.thead input.textbox,
.thead select {
border: 1px solid #fff;
}

.bottommenu {
background: #efefef;
color: #333;
border: 1px solid #4874a3;
padding: 10px;
}

.navigation {
    border: 1px solid #303030;
    padding: 10px;
color: #a0a0a0;
font-size: 14px;
}

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

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

.navigation a:hover,
.navigation a:active {
text-decoration: underline;
}

.navigation .active {
color: #fff;
font-weight: 700;
}

.smalltext {
font-size: 14px;
}

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

fieldset {
padding: 12px;
border: 1px solid #ddd;
margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
border-color: #bbb;
}

fieldset.align_right {
text-align: right;
}

input.textbox {
background: #ffffff;
color: #202020;
border: 1px solid #fff;
padding: 5px;
outline: 0;
font-family: Titillium Web, Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
}

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

select {
background: #ffffff;
padding: 5px;
border: 1px solid #fff;
outline: 0;
font-family: Titillium Web, Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
}

button,
input.button {
padding: 5px;
cursor: pointer;
font-family: Titillium Web, Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
background: #279BC7;
border: 1px solid #279BC7;
color: #fff;
outline: 0;
}

button:hover,
input.button:hover {
    background: #fff;
border-color: #fff;
    color: #279BC7;
}

form {
margin: 0;
padding: 0;
}

form input.error {
border: 1px solid #f30;
color: #f30;
background: #ffffff;
padding: 3px;
outline: 0;
font-size: 13px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
border: 1px solid #0c0;
background: #ffffff;
padding: 3px;
outline: 0;
font-size: 13px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form label.error {
color: #f30;
margin: 5px;
padding: 0px;
display: block;
font-weight: bold;
font-size: 11px;
}

form #message {
  width: 500px;
}

.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}

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

.post .editor_control_bar {
background: #303030;
}

.popup_menu {
background: #fff;
border: 1px solid #ccc;
}

.popup_menu .popup_item {
background: #efefef;
color: #333;
}

.popup_menu .popup_item:hover {
background: #0072BC;
color: #fff;
}

.trow_reputation_positive {
border-left: 5px solid #4FFF4F;
}

.trow_reputation_negative {
border-left: 5px solid #FF7373;
}

.reputation_positive {
color: #4FFF4F;
}

.reputation_neutral {
color: #a0a0a0;
}

.reputation_negative {
color: #FF7373;
}

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

._neutral {
color: #a0a0a0;
border:1px solid #a0a0a0;
}

._minus {
color: #FF7373;
border:1px solid #FF7373;
}

._plus {
color: #4FFF4F;
border:1px solid #4FFF4F;
}

img {
border: none;
}

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

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

.clear {
clear: both;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

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

.hiddenrow {
display: none;
}

.selectall {
background: #FFFBD9;
border-bottom: 1px solid #F7E86A;
color: #333;
text-align: center;
}

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

.tcat_menu > .expcolimage {
margin-top: 0;
}

blockquote {
border: 1px solid #202020;
margin: 0;
background: #202020;
padding: 10px;
}

blockquote cite {
font-weight: bold;
border-bottom: 1px solid #202020;
font-style: normal;
display: block;
padding-bottom: 3px;
margin: 0 0 10px 0;
}

blockquote cite span {
float: right;
font-weight: normal;
font-size: 12px;
color: #666;
}

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

.codeblock {
background: #1a1a1a;
border: 1px solid #1a1a1a;
padding: 10px;
}

.codeblock .title {
border-bottom: 1px solid #202020;
font-weight: 700;
padding-bottom: 3px;
margin: 0 0 10px 0;
}

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

.smilie {
vertical-align: middle;
}

.smilie_pointer {
cursor: pointer;
}

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

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

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

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

.subject_new {
font-weight: bold;
}

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

.pm_alert {
background: #333333;
border-top: 1px solid #499FED;
border-bottom: 1px solid #499FED;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-size: 14px;
}

.red_alert {
background: #FBE3E4;
color: #A5161A;
text-align: center;
padding: 10px;
margin-bottom: 20px;
font-size: 14px;
word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
color: #A5161A;
}

.high_warning {
color: #CC0000;
}

.moderate_warning {
color: #F3611B;
}

.low_warning {
color: #AE5700;
}

.online {
color: #15A018;
}

.offline {
color: #C7C7C7;
}

div.error {
padding: 10px;
background: #FFF6BF;
font-size: 16px;
}

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

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

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

.pagination {
font-size: 14px;
padding-top: 10px;
margin-bottom: 15px;
}

.tfoot .pagination,
.tcat .pagination {
padding-top: 0;
}

.pagination .pages {
font-weight: bold;
}

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

.pagination a {
background: #279BC7;
border: 1px solid #279BC7;
}

.pagination .pagination_current {
background: none;
color: #a0a0a0;
border: 1px solid #303030;
font-weight: bold;
}

.pagination a:hover {
background: #fff;
color: #279BC7;
border-color: #fff;
text-decoration: none;
}

.pagination .go_page img {
margin-bottom: -4px;
}

.drop_go_page {
background: #f5f5f5;
padding: 4px;
}

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

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

.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;
margin-top: 7px;
}

.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;
}

#posts_container {
padding: 0;
}

.ignored_post {
border-top: 3px solid #333;
padding: 15px;
}

.ignored_post .show_ignored_post {
margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
background-position: 0 -400px;
}

.post {
    background: #1a1a1a;
overflow: hidden;
}

.post.classic {
padding-top: 15px;
}

.post .post_author {
border-bottom: 1px solid #202020;
border-top: 2px solid #202020;
background: #202020;
padding: 5px;
overflow: hidden;
}

.post.classic .post_author {
border: 1px solid #303030;
float: left;
width: 15%;
margin: 0 1% 15px 0;
border-left: 0;
padding: 5px 1%;
}

.post .post_author .buddy_status {
vertical-align: middle;
margin-top: -4px;
}

.post .post_author div.author_avatar {
float: left;
margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
float: none;
text-align: center;
margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
padding: 5px;
border: 1px solid #202020;
background: #1a1a1a;
}

.post .post_author div.author_information {
float: left;
padding: 6px 8px;
}

.post.classic .post_author div.author_information {
float: none;
padding: 0;
text-align: center;
}

.post .post_author div.author_statistics {
float: right;
font-size: 14px;
padding: 3px 10px 3px 5px;
color: #a0a0a0;
line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
border-top: 1px dotted #ccc;
margin: 6px 0 0 0;
padding: 6px 6px 3px 6px;
float: none;
}

.post .post_head {
font-size: 11px;
padding-bottom: 4px;
border-bottom: 1px dotted #303030;
margin-bottom: 4px;
}

.post .post_head span.post_date {
color: #666;
}

.post .post_head span.edited_post {
font-size: 10px;
color: #999;
}

.post .post_head span.edited_post a {
color: #666;
}

.post_body {
font-size: 14px;
padding: 12px 0;
}

.post.classic .post_content {
float: left;
width: 79%;
padding: 0 1% 5px 1%;
}

.post_content {
padding: 9px 10px 5px 10px;
}

.post_content .signature {
margin-top: 5px;
border-top: 1px dotted #ddd;
padding: 10px 0 4px 0;
}

.post .post_meta {
margin: 4px 0;
font-size: 11px;
color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
color: #777;
}

.post_controls {
clear: both;
background: #1a1a1a;
border-bottom: 1px solid #303030;
padding: 5px;
overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
padding: 5px;
margin: 2px;
font-size: 14px;
background: #279BC7;
border: 1px solid #279BC7;
color: #fff;
}

.postbit_buttons > a:hover {
border-color: #fff;
    background: #fff;
    color: #297BC7;
}

.postbit_buttons a span {
display: inline-block;
}

.postbit_buttons a.postbit_find span {
background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
background-position: 0 -320px;
}

a.button:link,
a.button:visited,
a.button:active {
background: #279BC7;
color: #fff;
display: inline-block;
padding: 4px 8px;
margin: 2px 2px 6px 2px;
border: 1px solid #279BC7;
font-size: 16px;
}

a.button:hover {
    background: #fff;
    border-color: #fff;
    color: #279BC7;
}

a.button.small_button {
font-size: 14px;
margin: 0;
padding: 3px 6px;
}

a.button span {

}

a.button.new_thread_button span {
background-position: 0 -340px;
}

a.button.new_reply_button span {
background-position: 0 -360px;
}

a.button.closed_button span {
background-position: 0 -380px;
}

a.button.rate_user_button span {
background-position: 0 -400px;
}

a.button.add_buddy_button span {
background-position: 0 -440px;
}

a.button.remove_buddy_button span {
background-position: 0 -480px;
}

a.button.add_ignore_button span {
background-position: 0 -460px;
}

a.button.remove_ignore_button span {
background-position: 0 -500px;
}

a.button.report_user_button span {
background-position: 0 -520px;
}

.quick_jump {
background: url(images/jump.png) no-repeat 0;
width: 13px;
height: 13px;
padding-left: 13px; /* amount of padding needed for image to fully show */
margin-top: -3px;
border: none;
}

.pollbar {
background: url(images/pollbar.png) top left repeat-x;
border: 1px solid #3f3f3f;
height: 10px;
}

.pollbar .percent {
display: none;
}

.posticons_label {
white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
position: absolute;
}

.ie6.top-right {
right: auto;
bottom: auto;
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
z-index: 9999;
color: #fff;
font-size: 12px;
position: fixed;
}

.jGrowl.top-left {
left: 0px;
top: 0px;
}

.jGrowl.top-right {
right: 0px;
top: 0px;
}

.jGrowl.bottom-left {
left: 0px;
bottom:0px;
}

.jGrowl.bottom-right {
right: 0px;
bottom: 0px;
}

.jGrowl.center {
top: 0px;
width: 50%;
left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
margin-left: auto;
margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
background-color: #000;
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
display: none;
border-radius: 5px;
}

.jGrowl .jGrowl-notification {
min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
font-weight: bold;
font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
z-index: 99;
float: right;
font-weight: bold;
font-size: 1em;
cursor: pointer;
}

.jGrowl .jGrowl-closer {
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
font-size: .9em;
font-weight: bold;
text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
.jGrowl {
display: none;
}
}

/** jGrowl End **/

/** Modal Start **/

.modal {
display: none;
width: 400px;
text-align: left;
background: #fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
background: url(images/spinner_big.gif) no-repeat center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
position: absolute;
background-color: #777777;
}

div.jqi {
width: 400px;
max-width:90%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
position: absolute;
background-color: #ffffff;
font-size: 11px;
text-align: left;
border: solid 1px #eeeeee;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 7px;
}

div.jqi .jqiclose {
position: absolute;
top: 4px; right: -2px;
width: 18px;
cursor: default;
color: #bbbbbb;
font-weight: bold;
}

div.jqi .jqistate {
background-color: #fff;
}

div.jqi .jqititle {
padding: 5px 10px;
font-size: 16px;
line-height: 20px;
border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
padding: 10px;
line-height: 20px;
color: #444444;
}

div.jqi .jqibuttons {
text-align: right;
margin: 0 -7px -7px -7px;
border-top: solid 1px #e4e4e4;
background-color: #f4f4f4;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
margin: 0;
padding: 6px 20px;
background-color: transparent;
font-weight: normal;
border: none;
border-left: solid 1px #e4e4e4;
color: #777;
font-weight: bold;
font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
color: #287ade;
outline: none;
}

.jqiwarning .jqi .jqibuttons {
background-color: #b95656;
}

/* sub states */

div.jqi .jqiparentstate::after {
background-color: #777;
opacity: 0.6;
filter: alpha(opacity=60);
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
position: absolute;
top: 0;
left: 20%;
width: 60%;
padding: 7px;
border: solid 1px #eeeeee;
border-top: none;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
position: absolute;
height: 0; width: 0;
line-height: 0;
font-size: 0;
border: solid 10px transparent;
}

.jqi .jqiarrowtl {
left: 10px;
top: -20px;
border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc {
left: 50%;
top: -20px;
border-bottom-color: #ffffff;
margin-left: -10px;
}

.jqi .jqiarrowtr {
right: 10px;
top: -20px;
border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl {
left: 10px;
bottom: -20px;
border-top-color: #ffffff;
}

.jqi .jqiarrowbc {
left: 50%;
bottom: -20px;
border-top-color: #ffffff;
margin-left: -10px;
}

.jqi .jqiarrowbr {
right: 10px;
bottom: -20px;
border-top-color: #ffffff;
}

.jqi .jqiarrowlt {
left: -20px;
top: 10px;
border-right-color: #ffffff;
}

.jqi .jqiarrowlm {
left: -20px;
top: 50%;
border-right-color: #ffffff;
margin-top: -10px;
}

.jqi .jqiarrowlb {
left: -20px;
bottom: 10px;
border-right-color: #ffffff;
}

.jqi .jqiarrowrt {
right: -20px;
top: 10px;
border-left-color: #ffffff;
}

.jqi .jqiarrowrm {
right: -20px;
top: 50%;
border-left-color: #ffffff;
margin-top: -10px;
}

.jqi .jqiarrowrb {
right: -20px;
bottom: 10px;
border-left-color: #ffffff;
}

/** Impromptu End */

input.textbox,
input.button,
a.button,
.postbit_button a,
ul.head_menu li a
{
-webkit-transition-duration: .15s;
-moz-transition-duration: .15s;
-o-transition-duration: .15s;
-ms-transition-duration: .15s;
transition-duration: .15s;
}
.alert {
padding:14px 16px;
border-radius:2px;
margin-bottom:8px;
text-align:center;
}

.alert a:link, .alert a:visited {
color:#f9f9f9;
}

.alert a:hover, .alert a:active {
color:rgba(0, 0, 0, 0.500);
}

.alert_red {
background-color:#B75A5A;
color:#581E1E;
}

.alert_green {
background-color:#6cba6f;
color:#104E12;
}

.alert_blue {
background-color:#57A5B1;
color:#184950;
}

.alert_yellow{
background-color:#C3B65A;
color:#60581E;
}

/** Impromptu End */


.postbit_awards {
    background: #2a2a2a;
    margin-top: 5px;
    padding: 5px;
}

]]>
</stylesheet>
<stylesheet name="css3.css" version="1810"><![CDATA[tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
border-right: 0;
}

.tborder {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.tborder tbody tr:last-child td {
border-bottom: 0;
}

.tborder tbody tr:last-child td:first-child {
-moz-border-radius-bottomleft: 2px;
-webkit-border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
}

.tborder tbody tr:last-child td:last-child {
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}

.thead {
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.thead_collapsed {
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

.thead_left {
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.thead_right {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.tcat_menu {
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
-moz-border-radius-bottomleft: 2px !important;
-moz-border-radius-bottomright: 2px !important;
-webkit-border-bottom-left-radius: 2px !important;
-webkit-border-bottom-right-radius: 2px !important;
border-bottom-left-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.post.classic .post_author {
-moz-border-radius: 0 2px 2px 0;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.popup_menu .popup_item_container:last-child .popup_item {
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}

.pagination a {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.pollbar {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

]]>
</stylesheet>
</stylesheets>
<templates>
<template name="footer" version="1805"><![CDATA[<debugstuff>
</div>
</div>
<div id="footer">
    <div class="wrap">

<ul class="menu bottom_links">
<!-- start: footer_contactus -->
<li><a href="{$mybb->settings['bburl']}/contact.php">Contact Us</a></li>
<!-- end: footer_contactus -->
<li><a href="{$mybb->settings['bburl']}/upgrade.php">Upgrade Account</a> </li>
<li><a href="{$mybb->settings['bburl']}/newpoints.php">Coins</a> </li>
<li><a href="{$mybb->settings['bburl']}/groups.php">User Groups</a> </li>
<li><a href="{$mybb->settings['bburl']}/bans.php">Banned Members List</a> </li>
<li><a href="{$mybb->settings['bburl']}/myawards.php">Forum Awards</a></li>
</ul>
    </div>
</div>

<div id="copyright">
    <div class="wrap">
Powered By <a href="http://www.mybb.com" target="_blank">MyBB</a>, &copy; 2015 &mdash; Ripped by <a href="http://nulledbb.com/profile/1/" target="_blank">Aoki</a>.
                <span class="float_right"><a href="http://dynaxel.com" target="_blank"><img src="http://dynaxel.com/static/copyright-darkbg.png" alt="Designed by Dynaxel" height="20px" />
<!-- End powered by -->
    </div>
</div>

<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>]]></template>
<template name="header" version="1805"><![CDATA[<a name="top" id="top"></a>
<div id="panel">
    <div class="wrap" style="position: relative;">
{$welcomeblock}
    </div>
</div>

<div id="header">
    <div class="wrap">
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="images/icy/logo.png" /></a></div>
    </div>
</div>

<div id="bridge">
    <div class="wrap">
    <ul class="head_menu">
<li><a href="{$mybb->settings['bburl']}/index.php" class="forums"><i class="fa fa-home"></i>&nbsp;Forums</a>
            <ul>
    <li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">View New Posts</a></li>
    <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">View Today's Posts</a></li>
            </ul>
        </li>
<li><a href="{$mybb->settings['bburl']}/search.php" class="search"><i class="fa fa-search"></i>&nbsp;Search</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="help"><i class="fa fa-users"></i>&nbsp;Members</a></li>
<li><a href="{$mybb->settings['bburl']}/custom.php?" class="help"><i class="fa fa-list"></i>&nbsp;Custom</a></li>
<li><a href="{$mybb->settings['bburl']}/myawards.php" class="help"><i class="fa fa-trophy"></i>&nbsp;Awards</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=donation" class="help"><i class="fa fa-dollar"></i>&nbsp;Donate</a></li>
<li><a href="{$mybb->settings['bburl']}/upgrade.php" class="help"><i class="fa fa-bookmark"></i>&nbsp;Upgrade</a></li>
    </ul>
    </div>
</div>

<div id="container"></br><div class="alert alert_green"><center><strong>Happy Birthday Loft. - No one cares.</strong></a></center></div></br>
<div class="alert alert_blue"><center><strong>Please PM Jimmy before making any Donations or Upgrades.</strong></a></center></div>
<div id="content">

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />]]></template>
<template name="headerinclude" version="1805"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>
{$stylesheets}
<script type="text/javascript">
lang.unknown_error = "{$lang->unknown_error}";

lang.select2_match = "{$lang->select2_match}";
lang.select2_matches = "{$lang->select2_matches}";
lang.select2_nomatches = "{$lang->select2_nomatches}";
lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
lang.select2_loadmore = "{$lang->select2_loadmore}";
lang.select2_searching = "{$lang->select2_searching}";

var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var rootpath = "{$mybb->settings['bburl']}";
var imagepath = "{$theme['imgdir']}";
var yes_confirm = "{$lang->yes}";
var no_confirm = "{$lang->no}";
var MyBBEditor = null;
var spinner_image = "{$theme['imgdir']}/spinner.gif";
var spinner = "<img src='" + spinner_image +"' alt='' />";
var modal_zindex = 9999;
</script>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script>
jQuery(document).ready(function($) {

$('ul.head_menu li')
.mouseenter(function() {
    $(this).children('ul').fadeIn(150);
})
.mouseleave(function() {
    $(this).children('ul').fadeOut(150);
});

});
</script>]]></template>
<template name="header_welcomeblock_guest" version="1805"><![CDATA[<span class="float_right">
<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true }); return false;" class="login">Login</a> &nbsp;
<a href="{$mybb->settings['bburl']}/member.php?action=register" class="register button">Register</a></span>
</span>
<div style="padding: 7px;">
<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">Hello There, Guest!
</div>
</div>
</div>
<div class="modal" id="quick_login" style="display: none;">
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />
<table width="100%" cellspacing="0" cellpadding="10" border="0" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>Login</strong></td>
</tr>
<tr>
<td class="trow1" width="25%"><strong>Username:</strong></td>
<td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td>
</tr>
<tr>
<td class="trow2"><strong>Password:</strong></td>
<td class="trow2">
<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">Lost Password?</a>
</td>
</tr>
<tr>
<td class="trow1">&nbsp;</td>
<td class="trow1 remember_me">
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" />
<label for="quick_login_remember">Remember me</label>
</td>
</tr>
<tr>
<td class="trow2" colspan="2">
<div align="center"><input name="submit" type="submit" class="button" value="Login" /></div>
</td>
</tr>
</table>
</form>
</div>
<script type="text/javascript">
$("#quick_login input[name='url']").val($(location).attr('href'));
</script>]]></template>
<template name="header_welcomeblock_member" version="1805"><![CDATA[





<style>
.user_avatar {
    position: absolute;
left: 0;
top: -10px;
z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.user_avatar img {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
}


</style>

<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';" /></div>

    
<span style="padding-left: 55px;">
Welcome, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><strong>{$mybb->user['username']}</strong></a> &nbsp;
    <a class="pm_anchor" href="{$mybb->settings['bburl']}/private.php"><i class="fa fa-lg fa-envelope-o"></i><span class="pm_unread hidden"><span>{$mybb->user['unreadpms']}</span></span></a> &nbsp;
    <a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-lg fa-cogs"></i></a>
    {$modcplink}
    {$admincplink}
</span>
<div class="links_r">
    <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><i class="fa fa-power-off"></i>&nbsp; Log Out</a>
</div>]]></template>
<template name="header_welcomeblock_member_admin" version="1805"><![CDATA[<a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php"><i class="fa fa-user-secret"></i></a>]]></template>
<template name="header_welcomeblock_member_moderator" version="1805"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php"><i class="fa fa-gavel"></i></a>]]></template>
<template name="index" version="1805"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}
{$footer}
</body>
</html>]]></template>
<template name="private_send" version="1808"><![CDATA[<html>
<head>
<title>{$lang->compose_pm}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/usercp.js?ver=1808"></script>
</head>
<body>
{$header}
<form action="private.php" method="post" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
{$preview}
{$send_errors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->compose_pm}</strong></td>
</tr>
<tr>
<td class="trow1" valign="top" width="200"><strong>{$lang->compose_to}</strong>
<script type="text/javascript">
<!--
document.write('(<a href="#" onclick="showBcc(); return false;" title="{$lang->compose_bcc_show_title}">{$lang->compose_bcc_show}<\/a>)');
// -->
</script>
<br /><span class="smalltext">{$lang->separate_names}{$buddy_select_to}</span></td>
<td class="trow1" valign="top"><textarea name="to" id="to" rows="2" cols="38" tabindex="1" style="width: 450px;">{$to}</textarea>{$max_recipients}</td>
</tr>
<tr id="bcc_area">
<td class="trow2" valign="top"><strong>{$lang->compose_bcc}</strong>{$buddy_select_bcc}</td>
<td class="trow2"><textarea name="bcc" id="bcc" rows="2" cols="38" tabindex="1" style="width: 450px;">{$bcc}</textarea></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->compose_subject}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="3" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->compose_message}</strong>{$smilieinserter}</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="4">{$message}</textarea>
{$codebuttons}{$message_logging}
</td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="options[signature]" value="1" tabindex="5" {$optionschecked['signature']} />{$lang->options_sig}</label><br />
<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1" tabindex="6" {$optionschecked['disablesmilies']} />{$lang->options_disable_smilies}</label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label>
{$private_send_tracking}
</span></td>
</tr>
</table>
<br />
<input type="hidden" name="action" value="do_send" />
<input type="hidden" name="pmid" value="{$pmid}" />
<input type="hidden" name="do" value="{$do}" />
<div style="text-align: center;">
<input type="submit" class="button" name="submit" value="{$lang->send_message}" tabindex="9" accesskey="s" />
<input type="submit" class="button" name="saveasdraft" value="{$lang->save_draft}" tabindex="10" />
<input type="submit" class="button" name="preview" value="{$lang->preview}" tabindex="11" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
<script type="text/javascript">
<!--
if($("#bcc_area").length > 0 && $("#bcc").val() == "")
{
$("#bcc_area").css("display", "none");
}

function showBcc()
{
if($("#bcc_area").css("display") == 'none')
{
$("#bcc_area").css("display", "");
}
else
{
$("#bcc_area").css("display", "none");
}
}
// -->
</script>
{$autocompletejs}
<script type="text/javascript">
$(".author_avatar img").error(function () {
$(this).unbind("error").closest('.author_avatar').remove();
});
</script>
</body>
</html>]]></template>
</templates>
</theme>


Users browsing this thread: 2 Guest(s)