Ejemplo n.º 1
0
<?php

include_once '../Controllers/back_tagControl.php';
$rs = getAllTags();
$sort = sortTags($rs);
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="stylesheet" href="../public/stylesheets/back.css">
        <style type="text/css">
            .block {
                margin: 10px 20px;
                padding 0 20px;
            }
            .block > h2 {
                padding-left: 10px;
                margin-bottom: 5px;
            }
            .tag {
                margin: 0 5px;
                padding: 5px 8px;
                color: #696969;
                font-family: "微软雅黑";
                font-size: 0.8em;
                border: 1px solid #e6e6e6;
            }
            .tag:hover {
                cursor: pointer;
Ejemplo n.º 2
0
<?php

include_once 'Controllers/tagsShow.php';
$tags = getAllTags();
$tagsList = sortTags($tags);
?>
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
	<title>标签</title>
	<link rel="stylesheet" type="text/css" href="public/stylesheets/global.css"/>
	<link rel="stylesheet" type="text/css" href="public/stylesheets/tags.css"/>
	<script type="text/javascript" src="public/javascripts/navSlide.js"></script>
	<script type="text/javascript">
	window.onload = function(){
        initSlide(0);
	};
	</script>
</head>
<body>
    <?php 
include_once 'menu.php';
?>
	<div id="mainBox">
		<div id="container">
			<div class="container-header">
				<span class="line"></span>
				<h2 class="content-title">&nbsp;标签导航</h2>
			</div>
			<?php