File Manager
<?php /* Smarty version Smarty-3.1.14, created on 2025-05-04 18:36:13
compiled from "1556aa211bb87514a440d40be613f99f35891c3c" */ ?>
<?php /*%%SmartyHeaderCode:6963528756817977d99eff3-78393340%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1556aa211bb87514a440d40be613f99f35891c3c' =>
array (
0 => '1556aa211bb87514a440d40be613f99f35891c3c',
1 => 0,
2 => 'string',
),
),
'nocache_hash' => '6963528756817977d99eff3-78393340',
'function' =>
array (
),
'variables' =>
array (
'label_width' => 0,
'field_width' => 0,
'field_border' => 0,
'rounded_corners' => 0,
'field_border_hover' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.14',
'unifunc' => 'content_6817977d9a7b91_56486912',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_6817977d9a7b91_56486912')) {function content_6817977d9a7b91_56486912($_smarty_tpl) {?>
<?php if (isset($_smarty_tpl->tpl_vars['label_width'])) {$_smarty_tpl->tpl_vars['label_width'] = clone $_smarty_tpl->tpl_vars['label_width'];
$_smarty_tpl->tpl_vars['label_width']->value = '300'; $_smarty_tpl->tpl_vars['label_width']->nocache = null; $_smarty_tpl->tpl_vars['label_width']->scope = 0;
} else $_smarty_tpl->tpl_vars['label_width'] = new Smarty_variable('300', null, 0);?>
<?php if (isset($_smarty_tpl->tpl_vars['field_width'])) {$_smarty_tpl->tpl_vars['field_width'] = clone $_smarty_tpl->tpl_vars['field_width'];
$_smarty_tpl->tpl_vars['field_width']->value = '200'; $_smarty_tpl->tpl_vars['field_width']->nocache = null; $_smarty_tpl->tpl_vars['field_width']->scope = 0;
} else $_smarty_tpl->tpl_vars['field_width'] = new Smarty_variable('200', null, 0);?>
<?php if (isset($_smarty_tpl->tpl_vars['field_border'])) {$_smarty_tpl->tpl_vars['field_border'] = clone $_smarty_tpl->tpl_vars['field_border'];
$_smarty_tpl->tpl_vars['field_border']->value = 'border: #ccc solid 2px;'; $_smarty_tpl->tpl_vars['field_border']->nocache = null; $_smarty_tpl->tpl_vars['field_border']->scope = 0;
} else $_smarty_tpl->tpl_vars['field_border'] = new Smarty_variable('border: #ccc solid 2px;', null, 0);?>
<?php if (isset($_smarty_tpl->tpl_vars['field_border_hover'])) {$_smarty_tpl->tpl_vars['field_border_hover'] = clone $_smarty_tpl->tpl_vars['field_border_hover'];
$_smarty_tpl->tpl_vars['field_border_hover']->value = 'border: #666 solid 2px;'; $_smarty_tpl->tpl_vars['field_border_hover']->nocache = null; $_smarty_tpl->tpl_vars['field_border_hover']->scope = 0;
} else $_smarty_tpl->tpl_vars['field_border_hover'] = new Smarty_variable('border: #666 solid 2px;', null, 0);?>
<?php $_smarty_tpl->_capture_stack[0][] = array('default', 'rounded_corners', null); ob_start(); ?>border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;<?php list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
if (!empty($_capture_buffer)) {
if (isset($_capture_assign)) $_smarty_tpl->assign($_capture_assign, ob_get_contents());
if (isset( $_capture_append)) $_smarty_tpl->append( $_capture_append, ob_get_contents());
Smarty::$_smarty_vars['capture'][$_capture_buffer]=ob_get_clean();
} else $_smarty_tpl->capture_error();?>
.formbuilder div {
margin: 0 0 5px 0;
}
.formbuilder div div {
margin: 0 0 0 <?php echo $_smarty_tpl->tpl_vars['label_width']->value;?>
px;
padding: 0 0 5px 0;
}
.formbuilder input[type="email"],
.formbuilder input[type="file"],
.formbuilder input[type="option"],
.formbuilder input[type="text"],
.formbuilder textarea,
.formbuilder select {
width: <?php echo $_smarty_tpl->tpl_vars['field_width']->value;?>
px;
margin: 0 5px 0 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
<?php echo $_smarty_tpl->tpl_vars['field_border']->value;?>
<?php echo $_smarty_tpl->tpl_vars['rounded_corners']->value;?>
}
.formbuilder select {
width: <?php echo $_smarty_tpl->tpl_vars['field_width']->value+4;?>
px;
}
.formbuilder input[type="email"]:hover,
.formbuilder input[type="file"]:hover,
.formbuilder input[type="option"]:hover,
.formbuilder input[type="text"]:hover,
.formbuilder textarea:hover,
.formbuilder select:hover {
<?php echo $_smarty_tpl->tpl_vars['field_border_hover']->value;?>
cursor: default;
}
.formbuilder input[type="submit"] {
width: <?php echo $_smarty_tpl->tpl_vars['field_width']->value+4;?>
px;
margin: 10px 0 0 0;
<?php echo $_smarty_tpl->tpl_vars['field_border']->value;?>
<?php echo $_smarty_tpl->tpl_vars['rounded_corners']->value;?>
cursor: pointer;
}
.formbuilder input[type="submit"]:hover {
<?php echo $_smarty_tpl->tpl_vars['field_border_hover']->value;?>
}
.formbuilder label {
width: <?php echo $_smarty_tpl->tpl_vars['label_width']->value;?>
px;
float: left;
}
.formbuilder input[type="checkbox"] + label,
.formbuilder input[type="radio"] + label {
width: 60px;
float: left;
}
.formbuilder input[type="checkbox"] + label.label {
width: 190px;
float: right;
}
.formbuilder_text_error {
color: #f00;
font-weight: bold;
}
.captchapict {
width: <?php echo $_smarty_tpl->tpl_vars['field_width']->value;?>
px;
<?php echo $_smarty_tpl->tpl_vars['field_border']->value;?>
<?php echo $_smarty_tpl->tpl_vars['rounded_corners']->value;?>
}
.formbuilder_field_error input[type="email"],
.formbuilder_field_error input[type="file"],
.formbuilder_field_error input[type="option"],
.formbuilder_field_error input[type="text"],
.formbuilder_field_error select,
.formbuilder_field_error textarea,
.formbuilder_field_error .captchapict {
border: #f00 solid 2px;
}
/**
* Below some more available CSS codes...
* Note: when you need them, the sequence of all lines is important!
.formbuilder input { }
.formbuilder input[type="button"] { }
.formbuilder input[type="radio"] { }
.formbuilder input[type="checkbox"] { }
.formbuilder legend { }
.formbuilder optgroup { }
.formbuilder fieldset { }
.formbuilder form { }
*
**/
/* Stylesheet: FA9B::Formbuilder-splendid Modified On 2015-11-25 16:21:55 */
body {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*'Lora', 'Times New Roman', serif; */
font-size: 20px;
color: #404040;
background-color: #f5f5f5;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: underline;
}
h1,
h2,
h3 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
font-weight: bold;
}
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
color: #ADBE97;
}
a {
color: #ADBE97;
}
a:hover,
a:focus {
color: #768379;
}
a img:hover,
a img:focus {
cursor: zoom-in;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
.dropdown-menu{
background-color : rgba(0,0,0,0.7);
}
.dropdown-menu li a:hover {
background-color : rgba(4,4,4,0.7);
}
.content, .well {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #fff;
border: 1px solid #e1e1e8;
border-radius: 6px;
}
.navbar-custom {
background: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 800;
color: #768379;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
.navbar-custom {
background: transparent;
border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-brand {
color: #ADBE97;
padding: 20px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: color: #768379;
}
.navbar-custom .nav li a {
color: #ADBE97;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: #768379;
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #f2f2f2;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #ADBE97;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #768379;
}
.navbar-custom.is-fixed .nav li a {
color: #ADBE97;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #768379;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.intro-header {
background-color: #808080;
background: no-repeat center center;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 24px;
line-height: 1.1,
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
background-color: rgba(45, 45, 45, 0.6);
margin: 10px 0 0;
-moz-border-radius: 6px;
border-radius: 6px;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: 'Lora', 'Times New Roman', serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
.post-preview > a {
color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #0085a1;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview > .post-meta {
color: #808080;
font-size: 18px;
font-style: italic;
margin-top: 0;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #0085a1;
text-decoration: underline;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
/* Stylesheet: Bootstrap Modified On 2016-01-06 14:39:00 */
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;
left:100%;
margin-top:-6px;
margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display:block;
}
.dropdown-submenu>a:after {
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#cccccc;
margin-top:5px;
margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
/* Stylesheet: FA9B-SUBMENU Modified On 2015-11-23 10:34:30 */
<?php }} ?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com