4-8
templtes/admin.tpl
{include file="header.tpl"} |
< div class = "img-container" > |
< a href = "index.php" class = "nav-link text-white" >首頁</ a > |
< a href = "index.php" class = "nav-link text-white" >編輯精選</ a > |
< a href = "index.php" class = "nav-link text-white" >街巷故事</ a > |
< a href = "index.php" class = "nav-link text-white" >市井觀點</ a > |
< a href = "index.php" class = "nav-link text-white" >私房知識塾</ a > |
< a href = "admin.php" class = "nav-link text-white" >管理</ a > |
< form action = "admin.php" method = "post" > |
< label for = "title" class = "col-form-label sr-only" >文章標題</ label > |
< input type = "text" class = "form-control" name = "title" id = "title" placeholder = "請輸入文章標題" > |
< label for = "content" class = "col-form-label sr-only" >文章內容</ label > |
< textarea name = "content" id = "content" rows = "20" class = "form-control" placeholder = "請輸入文章內容" ></ textarea > |
< div class = "text-center" > |
< input type = "hidden" name = "op" value = "insert" > |
< button type = "submit" class = "btn btn-primary" >儲存</ button > |
{include file="footer.tpl"} |