白云图书馆管理系统 —— 课程作业项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
1.1 KiB

<!-- Content -->
<div class="flex flex-1 flex-col md:px-6 pt-10" id="content">
<!-- Title -->
<div class="px-6 md:px-0 flex justify-between items-center -order-1">
<div>
<h2 class="font-normal">更新分类</h2>
<p class="text-grey-dark mt-2">留空则不作修改</p>
<form action="/admin/do/update-category?page=<?=$_GET['page']?>&cid=<?=$_GET['cid']?>" method="post">
<p class="mt-2" style="color:red">
    <?=strip_tags($_GET['error']??' ')?>
</p>
<p class="text-grey-dark mt-2">
 出版社:<input type="text" name="name" value="<?=$category['name']?>"/>
</p>
<p class="text-grey-dark mt-2">
 
</p>
<input class="bg-indigo-dark hover:bg-indigo-darker text-white text-sm py-2 px-4 rounded-full transition-normal hover:shadow hover:translate-y-1 active:translate-y-1 focus:outline-none" type="submit" value=" 更 新 " />
</form>
</div>
</div>
</div>