function content_523730db70b506_68136762($_smarty_tpl)
    {
        if (!is_callable('smarty_function_sitename')) {
            include '/homepages/26/d480780604/htdocs/plugins/function.sitename.php';
        }
        if (!is_callable('smarty_function_cms_jquery')) {
            include '/homepages/26/d480780604/htdocs/plugins/function.cms_jquery.php';
        }
        if (!is_callable('smarty_function_root_url')) {
            include '/homepages/26/d480780604/htdocs/plugins/function.root_url.php';
        }
        ?>
<!doctype html>
<html>
	<head>
		<meta charset="<?php 
        echo $_smarty_tpl->tpl_vars['encoding']->value;
        ?>
" />
		<title><?php 
        echo lang('logintitle');
        ?>
 - <?php 
        echo smarty_function_sitename(array(), $_smarty_tpl);
        ?>
</title>
		<base href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/" />
		<meta name="generator" content="CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved." />
		<meta name="robots" content="noindex, nofollow" />
		<meta name="viewport" content="initial-scale=1.0 maximum-scale=1.0 user-scalable=no" />
		<meta name="HandheldFriendly" content="True"/>
		<link rel="shortcut icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/cmsms-favicon.ico"/>
		<link rel="stylesheet" href="loginstyle.php" />
		<!-- learn IE html5 -->
		<!--[if lt IE 9]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		<?php 
        echo smarty_function_cms_jquery(array('exclude' => "jquery.ui.nestedSortable-1.3.4.js,jquery.json-2.2.js", 'append' => (string) $_smarty_tpl->tpl_vars['config']->value['admin_url'] . "/themes/OneEleven/includes/login.js"), $_smarty_tpl);
        ?>

	</head>
	<body id="login">
		<div id="wrapper">
			<div class="login-container">
				<div class="login-box cf"<?php 
        if (isset($_smarty_tpl->tpl_vars['error']->value)) {
            ?>
 id="error"<?php 
        }
        ?>
>
					<div class="logo">
						<img src="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/layout/cmsms_login_logo.png" width="180" height="36" alt="CMS Made Simple&trade;" />
					</div>
					<div class="info-wrapper open">
					<aside class="info">
					<h2><?php 
        echo lang('login_info_title');
        ?>
</h2>
						<p><?php 
        echo lang('login_info');
        ?>
</p>
							<?php 
        echo lang('login_info_params');
        ?>

							<p><strong>(<?php 
        echo $_SERVER['HTTP_HOST'];
        ?>
)</strong></p>					
						<p class="warning"><?php 
        echo lang('warn_admin_ipandcookies');
        ?>
</p>
					</aside>
					<a href="#" title="<?php 
        echo lang('open');
        ?>
/<?php 
        echo lang('close');
        ?>
" class="toggle-info"><?php 
        echo lang('open');
        ?>
/<?php 
        echo lang('close');
        ?>
</a>
					</div>					
					<header>
						<h1><?php 
        echo lang('logintitle');
        ?>
</h1>
					</header>
					<form method="post" action="login.php">
						<fieldset>
                                                        <?php 
        if (isset($_smarty_tpl->tpl_vars['usernamefld'])) {
            $_smarty_tpl->tpl_vars['usernamefld'] = clone $_smarty_tpl->tpl_vars['usernamefld'];
            $_smarty_tpl->tpl_vars['usernamefld']->value = 'username';
            $_smarty_tpl->tpl_vars['usernamefld']->nocache = null;
            $_smarty_tpl->tpl_vars['usernamefld']->scope = 0;
        } else {
            $_smarty_tpl->tpl_vars['usernamefld'] = new Smarty_variable('username', null, 0);
        }
        ?>
							<?php 
        if (isset($_GET['forgotpw'])) {
            if (isset($_smarty_tpl->tpl_vars['usernamefld'])) {
                $_smarty_tpl->tpl_vars['usernamefld'] = clone $_smarty_tpl->tpl_vars['usernamefld'];
                $_smarty_tpl->tpl_vars['usernamefld']->value = 'forgottenusername';
                $_smarty_tpl->tpl_vars['usernamefld']->nocache = null;
                $_smarty_tpl->tpl_vars['usernamefld']->scope = 0;
            } else {
                $_smarty_tpl->tpl_vars['usernamefld'] = new Smarty_variable('forgottenusername', null, 0);
            }
        }
        ?>
							<label for="lbusername"><?php 
        echo lang('username');
        ?>
</label>
							<input id="lbusername"<?php 
        if (!isset($_POST['lbusername'])) {
            ?>
 class="focus"<?php 
        }
        ?>
 placeholder="<?php 
        echo lang('username');
        ?>
" name="<?php 
        echo $_smarty_tpl->tpl_vars['usernamefld']->value;
        ?>
" type="text" size="15" value="" autofocus="autofocus" />
						<?php 
        if (isset($_GET['forgotpw']) && !empty($_GET['forgotpw'])) {
            ?>
							<input type="hidden" name="forgotpwform" value="1" />
						<?php 
        }
        ?>
						<?php 
        if (!isset($_GET['forgotpw']) && empty($_GET['forgotpw'])) {
            ?>
							<label for="lbpassword"><?php 
            echo lang('password');
            ?>
</label>
							<input id="lbpassword"<?php 
            if (!isset($_POST['lbpassword']) || isset($_smarty_tpl->tpl_vars['error']->value)) {
                ?>
 class="focus"<?php 
            }
            ?>
 placeholder="<?php 
            echo lang('password');
            ?>
" name="password" type="password" size="15" />
						<?php 
        }
        ?>
						<?php 
        if (isset($_smarty_tpl->tpl_vars['changepwhash']->value) && !empty($_smarty_tpl->tpl_vars['changepwhash']->value)) {
            ?>
 
							<label for="lbpasswordagain"><?php 
            echo lang('passwordagain');
            ?>
</label>
							<input id="lbpasswordagain"  name="passwordagain" type="password" size="15" placeholder="<?php 
            echo lang('passwordagain');
            ?>
" />
							<input type="hidden" name="forgotpwchangeform" value="1" />
							<input type="hidden" name="changepwhash" value="<?php 
            echo $_smarty_tpl->tpl_vars['changepwhash']->value;
            ?>
" />
						<?php 
        }
        ?>
							<input class="loginsubmit" name="loginsubmit" type="submit" value="<?php 
        echo lang('submit');
        ?>
" />
							<input class="loginsubmit" name="logincancel" type="submit" value="<?php 
        echo lang('cancel');
        ?>
" />
						</fieldset>
					</form>
					<?php 
        if (isset($_GET['forgotpw']) && !empty($_GET['forgotpw'])) {
            ?>
						<div class="message warning">
							<?php 
            echo lang('forgotpwprompt');
            ?>

						</div>
					<?php 
        }
        ?>
					<?php 
        if (isset($_smarty_tpl->tpl_vars['error']->value)) {
            ?>
						<div class="message error">
							<?php 
            echo $_smarty_tpl->tpl_vars['error']->value;
            ?>

						</div>
					<?php 
        }
        ?>
					<?php 
        if (isset($_smarty_tpl->tpl_vars['warninglogin']->value)) {
            ?>
						<div class="message warning">
							<?php 
            echo $_smarty_tpl->tpl_vars['warninglogin']->value;
            ?>

						</div>
					<?php 
        }
        ?>
					<?php 
        if (isset($_smarty_tpl->tpl_vars['acceptlogin']->value)) {
            ?>
						<div class="message success">
							<?php 
            echo $_smarty_tpl->tpl_vars['acceptlogin']->value;
            ?>

						</div>
					<?php 
        }
        ?>
					<?php 
        if (isset($_smarty_tpl->tpl_vars['changepwhash']->value) && !empty($_smarty_tpl->tpl_vars['changepwhash']->value)) {
            ?>
						<div class="warning message">
							<?php 
            echo lang('passwordchange');
            ?>

						</div>
					<?php 
        }
        ?>
 <a href="<?php 
        echo smarty_function_root_url(array(), $_smarty_tpl);
        ?>
" title="<?php 
        echo lang('goto');
        ?>
 <?php 
        echo smarty_function_sitename(array(), $_smarty_tpl);
        ?>
"> <img class="goback" width="16" height="16" src="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/layout/goback.png" alt="<?php 
        echo lang('goto');
        ?>
 <?php 
        echo smarty_function_sitename(array(), $_smarty_tpl);
        ?>
" /> </a>
					<p class="forgotpw">
						<a href="login.php?forgotpw=1"><?php 
        echo lang('lostpw');
        ?>
</a>
					</p>
				</div>			
				<footer>
					<small class="copyright">Copyright &copy; <a rel="external" href="http://www.cmsmadesimple.org">CMS Made Simple&trade;</a></small>
				</footer>
			</div>
		</div>
	</body>
</html><?php 
    }
    function content_56b328bd90ad29_08480200($_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_truncate')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\lib\\smarty\\plugins\\modifier.truncate.php';
        }
        if (!is_callable('smarty_function_sitename')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.sitename.php';
        }
        if (!is_callable('smarty_function_cms_jquery')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_jquery.php';
        }
        if (!is_callable('smarty_cms_function_module_available')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.module_available.php';
        }
        if (!is_callable('smarty_function_cms_module')) {
            include 'C:\\xampp\\htdocs\\projects\\usse\\plugins\\function.cms_module.php';
        }
        ?>
<!doctype html>
<html lang="<?php 
        echo smarty_modifier_truncate($_smarty_tpl->tpl_vars['lang']->value, '2', '');
        ?>
" dir="<?php 
        echo $_smarty_tpl->tpl_vars['lang_dir']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        if (!empty($_smarty_tpl->tpl_vars['pagetitle']->value)) {
            echo $_smarty_tpl->tpl_vars['pagetitle']->value;
            ?>
 - <?php 
        }
        echo smarty_function_sitename(array(), $_smarty_tpl);
        ?>
</title>
		<base href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/" />
		<meta name="generator" content="CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved." />
		<meta name="robots" content="noindex, nofollow" />
		<meta name="viewport" content="initial-scale=1.0 maximum-scale=1.0 user-scalable=no" />
		<meta name="HandheldFriendly" content="True"/>
		<link rel="shortcut icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/cmsms-favicon.ico"/>
		<link rel='apple-touch-icon' href='<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/apple-touch-icon-iphone.png' /> 
		<link rel='apple-touch-icon' sizes='72x72' href='<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/apple-touch-icon-ipad.png' /> 
		<link rel='apple-touch-icon' sizes='114x114' href='<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/apple-touch-icon-iphone4.png' />
		<link rel='apple-touch-icon' sizes='144x144' href='<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/apple-touch-icon-ipad3.png' />		
		<meta name='msapplication-TileImage' content='<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/favicon/ms-application-icon.png' />
		<meta name='msapplication-TileColor' content='#f89938'>
		<link rel="stylesheet" href="style.php?<?php 
        echo $_smarty_tpl->tpl_vars['secureparam']->value;
        ?>
" />
		<!-- learn IE html5 -->
		<!--[if lt IE 9]>
		<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		<?php 
        echo smarty_function_cms_jquery(array('append' => (string) $_smarty_tpl->tpl_vars['config']->value['admin_url'] . "/themes/OneEleven/includes/jquery.cookie.min.js," . (string) $_smarty_tpl->tpl_vars['config']->value['admin_url'] . "/themes/OneEleven/includes/standard.js"), $_smarty_tpl);
        ?>

		<!-- THIS IS WHERE HEADER STUFF SHOULD GO -->
	 	<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['headertext']->value) === null || $tmp === '' ? '' : $tmp;
        ?>

		<!-- custom jQueryUI Theme 1.8.21 see style.css or link in UI Stylesheet for color reference //-->
		<link href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/css/default-cmsms/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
        <?php 
        echo smarty_cms_function_module_available(array('name' => 'FileManager', 'assign' => 'fmgood'), $_smarty_tpl);
        ?>

        <?php 
        if (isset($_smarty_tpl->tpl_vars['fmgood']->value) && $_smarty_tpl->tpl_vars['fmgood']->value) {
            echo smarty_function_cms_module(array('module' => 'FileManager', 'action' => 'javascript'), $_smarty_tpl);
        }
        ?>
	</head>
	<body##BODYSUBMITSTUFFGOESHERE## lang="<?php 
        echo smarty_modifier_truncate($_smarty_tpl->tpl_vars['lang']->value, '2', '');
        ?>
" id="<?php 
        echo md5($_smarty_tpl->tpl_vars['pagetitle']->value);
        ?>
" class="<?php 
        echo $_smarty_tpl->tpl_vars['pagealias']->value;
        ?>
">
		<!-- start container -->
		<div id="oe_container" class="sidebar-on">
			<!-- start header -->
			<header role="banner" class="cf header">
				<!-- start header-top -->
				<div class="header-top cf">
					<!-- logo -->
					<div class="cms-logo">
						<a href="http://www.cmsmadesimple.org" rel="external"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value['admin_url'];
        ?>
/themes/OneEleven/images/layout/cmsms-logo.jpg" width="205" height="69" alt="CMS Made Simple" title="CMS Made Simple" /></a>
					</div>
					<!-- title -->
					<span class="admin-title"> <?php 
        echo lang('adminpaneltitle');
        ?>
 - <?php 
        echo smarty_function_sitename(array(), $_smarty_tpl);
        if (!empty($_smarty_tpl->tpl_vars['pagetitle']->value)) {
            ?>
 - <?php 
            echo $_smarty_tpl->tpl_vars['pagetitle']->value;
        }
        ?>
</span>
				</div>
				<div class='clear'></div>
				<!-- end header-top //-->
				<!-- start header-bottom -->
				<div class="header-bottom cf">
					<!-- welcome -->
					<div class="welcome">
						<span><a class="welcome-user" href="myaccount.php?<?php 
        echo $_smarty_tpl->tpl_vars['secureparam']->value;
        ?>
" title="<?php 
        echo lang('myaccount');
        ?>
"><?php 
        echo lang('myaccount');
        ?>
</a> <?php 
        echo lang('welcome_user');
        ?>
: <a href="myaccount.php?<?php 
        echo $_smarty_tpl->tpl_vars['secureparam']->value;
        ?>
"><?php 
        echo $_smarty_tpl->tpl_vars['user']->value->username;
        ?>
</a></span>
					</div>
					<!-- breadcrubms -->
					<?php 
        echo $_smarty_tpl->getSubTemplate('breadcrumbs.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('items' => $_smarty_tpl->tpl_vars['theme']->value->get_breadcrumbs()), 0);
        ?>
 
					<!-- bookmarks -->
					<?php 
        echo $_smarty_tpl->getSubTemplate('shortcuts.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>

				</div>
				<!-- end header-bottom //-->
			</header>
			<!-- end header //-->
			<!-- start content -->
			<div id="oe_admin-content">
				<div class="shadow">
					&nbsp;
				</div>
				<!-- start sidebar -->
				<div id="oe_sidebar">
					<aside>
						<?php 
        if (isset($_smarty_tpl->tpl_vars['is_notifications'])) {
            $_smarty_tpl->tpl_vars['is_notifications'] = clone $_smarty_tpl->tpl_vars['is_notifications'];
            $_smarty_tpl->tpl_vars['is_notifications']->value = $_smarty_tpl->tpl_vars['theme']->value->get_notifications();
            $_smarty_tpl->tpl_vars['is_notifications']->nocache = null;
            $_smarty_tpl->tpl_vars['is_notifications']->scope = 0;
        } else {
            $_smarty_tpl->tpl_vars['is_notifications'] = new Smarty_variable($_smarty_tpl->tpl_vars['theme']->value->get_notifications(), null, 0);
        }
        ?>
						<span title="<?php 
        echo lang('open');
        ?>
/<?php 
        echo lang('close');
        ?>
" class="toggle-button close<?php 
        if (empty($_smarty_tpl->tpl_vars['is_notifications']->value)) {
            ?>
 top<?php 
        }
        ?>
"><?php 
        echo lang('open');
        ?>
/<?php 
        echo lang('close');
        ?>
</span>
						<!-- notifications -->
						<?php 
        echo $_smarty_tpl->getSubTemplate('notifications.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('items' => $_smarty_tpl->tpl_vars['theme']->value->get_notifications()), 0);
        ?>
 
							<!-- start navigation -->
						<?php 
        echo $_smarty_tpl->getSubTemplate('navigation.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('nav' => $_smarty_tpl->tpl_vars['theme']->value->get_navigation_tree()), 0);
        ?>
 
						<!-- end navigation //-->
					</aside>
				</div>
				<!-- end sidebar //-->
				<!-- start main -->
				<div id="oe_mainarea" class="cf">
					<?php 
        echo $_smarty_tpl->getSubTemplate('messages.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        if (isset($_smarty_tpl->tpl_vars['fmgood']->value) && $_smarty_tpl->tpl_vars['fmgood']->value) {
            echo smarty_function_cms_module(array('module' => 'FileManager', 'action' => 'dropzone', 'id' => 'dropzone', 'assign' => 'droparea'), $_smarty_tpl);
        }
        ?>
<article role="main" class="content-inner"><header class="pageheader<?php 
        if (isset($_smarty_tpl->tpl_vars['is_ie']->value)) {
            ?>
 drop-hidden<?php 
        }
        ?>
 cf"><?php 
        if (isset($_smarty_tpl->tpl_vars['module_icon_url']->value) || isset($_smarty_tpl->tpl_vars['pagetitle']->value)) {
            ?>
<h1><?php 
            if (isset($_smarty_tpl->tpl_vars['module_icon_url']->value)) {
                ?>
<img src="<?php 
                echo $_smarty_tpl->tpl_vars['module_icon_url']->value;
                ?>
" alt="<?php 
                echo ($tmp = @$_smarty_tpl->tpl_vars['module_name']->value) === null || $tmp === '' ? '' : $tmp;
                ?>
" class="module-icon" /><?php 
            }
            echo ($tmp = @$_smarty_tpl->tpl_vars['pagetitle']->value) === null || $tmp === '' ? '' : $tmp;
            ?>
</h1><?php 
            if (isset($_smarty_tpl->tpl_vars['module_help_url']->value) || isset($_smarty_tpl->tpl_vars['wiki_url']->value)) {
                ?>
 <span class="helptext"> <?php 
                if (isset($_smarty_tpl->tpl_vars['module_help_url']->value)) {
                    ?>
<a href="<?php 
                    echo $_smarty_tpl->tpl_vars['module_help_url']->value;
                    ?>
"><?php 
                    echo lang('module_help');
                    ?>
</a><?php 
                }
                if (isset($_smarty_tpl->tpl_vars['wiki_url']->value)) {
                    ?>
<a href="<?php 
                    echo $_smarty_tpl->tpl_vars['wiki_url']->value;
                    ?>
" class="external" target="_blank"><?php 
                    echo lang('help');
                    ?>
</a> <em>(<?php 
                    echo lang('new_window');
                    ?>
)</em><?php 
                }
                ?>
 </span> <?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['droparea']->value) && !isset($_smarty_tpl->tpl_vars['is_ie']->value)) {
            echo $_smarty_tpl->tpl_vars['droparea']->value;
        }
        ?>
</header><section class="cf"><?php 
        echo $_smarty_tpl->tpl_vars['content']->value;
        ?>
</section></article>
				</div>
				<!-- end main //-->
				<div class="spacer">
					&nbsp;
				</div>
			</div>
			<!-- end content //-->
			<!-- start footer -->
			<?php 
        echo $_smarty_tpl->getSubTemplate('footer.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>
 
			<!-- end footer //-->
		</div>
		<!-- end container //-->
		</body>
</html><?php 
    }