Example #1
0
           height:100px;
        }
        #upload-images div img{
	       width:100px;
           height:100px;
        }
        input{
	       margin:10px;
        }
    </style>
</head>
<body>
<div align="center">
    <div style="margin:0 auto;">
        <h1>发布文章&nbsp;&nbsp;&nbsp;&nbsp;<a href="<?php 
echo Blog_Plugin_Urls::getAdminListUrl(array('page' => 1));
?>
" style="font-size: 8px;">查看文章列表</a></h1>
        选择分类:<select id="cate" name="cate">
            <?php 
if ($cate) {
    foreach ($cate as $key => $val) {
        ?>
                <option value="<?php 
        echo $key;
        ?>
" <?php 
        if ($key == $articleInfo['cate']) {
            ?>
selected<?php 
        }