コード例 #1
0
ファイル: article-update.php プロジェクト: Ethennoob/flat
<?php

include_once '../../lib/common.function.php';
check_admin();
$rs = get_article_by_id(_get('id'), '');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Examples</title>
<link href="../css/style.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/bootstrap.min.css" media="all" rel="stylesheet">
<link rel="stylesheet" href="../css/bootstrapValidator.css"/>
<script type="text/javascript" src="../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/bootstrapValidator.js"></script>
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
</head>
<body>
<div class="col-xs-12">
<form method="post" class="form-horizontal center-block" action="../do.php?k=edit_article">
<table class="table table-bordered">
   <caption><h2>内容修改</h2></caption>
   <tbody>
      <tr>
         <td>标题</td>
         <td><textarea class="form-control" name="title" placeholder="blog title"><?php 
echo $rs['title'];
?>
コード例 #2
0
ファイル: article.php プロジェクト: Ethennoob/flat
<?php

include_once 'lib/common.function.php';
$article = get_article_by_id(_get('id'));
?>
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en"><head>
<title>胖子 UI Pro 文章- Bootstrap 设计框架 - Designmodo</title> 
<meta charset="UTF-8" />
<?php 
include_once 'inc-SEO.php';
?>
<link href="favicon.ico" type="image/ico" rel="shortcut icon">
<link rel='stylesheet' id='mediaelement-css'  href='wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.16.2' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='wp-includes/js/mediaelement/wp-mediaelement.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='smart-coupon-css'  href='wp-content/plugins/woocommerce-smart-coupons/assets/css/smart-coupon.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='dm_style-css'  href='wp-content/themes/designmodov2.1/style.css?t=1433226057' type='text/css' media='all' />
<link rel='stylesheet' id='et_bloom-open-sans-css'  href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css' media='all' />
<link rel='stylesheet' id='et_bloom-css-css'  href='wp-content/plugins/bloom/css/style.css?ver=1.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='top-stories-css'  href='wp-content/plugins/top-stories/css/style.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='woochimp-css'  href='wp-content/plugins/woochimp/assets/css/style.css?ver=1.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='woochimp_skin_2-css'  href='wp-content/plugins/woochimp/assets/css/skins/woochimp_skin_2.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='follow-up-emails-css'  href='wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css?ver=4.1.9' type='text/css' media='all' />
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.11.2'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='wp-content/themes/designmodov2.1/js/mobile-nav.js?ver=1.0'></script>
<script type='text/javascript' src='wp-content/themes/designmodov2.1/js/modernizr.custom.79881.js'></script>
<script type='text/javascript' src='wp-content/themes/designmodov2.1/js/common.js?t=1433226057'></script>

<script type='text/javascript' src='wp-content/plugins/top-stories/js/top-stories.js?v=1&#038;ver=4.2.2'></script>