Files
hustoj/web/template/sidebar/footer.php
2024-10-10 12:56:56 +08:00

38 lines
1.2 KiB
PHP

</div>
</div>
<script src="<?php echo $OJ_CDN_URL.$path_fix."template/$OJ_TEMPLATE"?>/css/semantic.min.js"></script>
<script src="<?php echo $path_fix."template/$OJ_TEMPLATE"?>/css/Chart.min.js"></script>
<footer>
<style>
.footer {
line-height: 1.4285em;
font-family: "Lato", "Noto Sans CJK SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", "Droid Sans Fallback", "sans-serif";
box-sizing: inherit;
padding: 0 !important;
border: none !important;
color: #888;
font-size: 1rem;
margin: 35px 0 14px !important;
position: relative;
width: 100%;
bottom: 0;
background: none transparent;
border-radius: 0;
box-shadow: none;
}
</style>
<?php include(dirname(__FILE__)."/js.php");?>
</div>
</footer>
<?php if (isset($_SESSION[$OJ_NAME.'_user_id'])){ ?>
<iframe id="sk" src="session.php" height=0px width=0px ></iframe>
<?php } ?>
<?php if (file_exists(dirname(__FILE__)."/css/$OJ_CSS")){ ?>
<link href="<?php echo $path_fix."template/$OJ_TEMPLATE"?>/css/<?php echo $OJ_CSS?>" rel="stylesheet">
<?php } ?>
</body>
</html>