Skip to content

Commit

Permalink
back to init ruanwen_add.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobod1 committed Jan 16, 2017
1 parent a92ffe4 commit 4969fa6
Show file tree
Hide file tree
Showing 149 changed files with 7,105 additions and 196 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
##页面信息

###会员系统
* 生成小类 /vip/
/Users/apple/tina/www/php/QDadvertorial/vip/generateClass.php
* 软文发布 会员系统
/Users/apple/tina/www/php/QDadvertorial/user/ruanwen_add.php
* 会员 价格查询系统 + 导出功能
/Users/apple/tina/www/php/QDadvertorial/vip/index2.php
* 登录验证页面
Expand Down
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<ul class="nav white" id="top_menu">
<li id="_M1" class="top_menu"><a href="javascript:_M(1,'ruanwen_add.php')" hidefocus="true" style="outline:none;">软文发布</a></li>
<li id="_M2" class="top_menu"><a href="javascript:_M(2,'daixie_add.php')" hidefocus="true" style="outline:none;">代写文章</a></li>
<li id="_M3" class="top_menu"><a href="javascript:_M(3,'../vip/index2.php')" hidefocus="true" style="outline:none;">软文价格</a></li>
<li id="_M3" class="top_menu"><a href="javascript:_M(3,'../vip/index1.php')" hidefocus="true" style="outline:none;">软文价格</a></li>
<li id="_M4" class="top_menu"><a href="javascript:_M(4,'info.php')" hidefocus="true" style="outline:none;">个人信息</a></li>
<!--li id="_M5" class="top_menu"><a href="javascript:_M(5,'work_add.php?titleID=ask')" hidefocus="true" style="outline:none;">问题反馈</a></li-->
<li id="_M6" class="top_menu"><a href="javascript:_M(6,'chongzhi.php')" hidefocus="true" style="outline:none;">在线充值</a></li>
Expand Down
4 changes: 2 additions & 2 deletions admin/managemtbiginfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
?></DIV>
</TD>
<TD>
<DIV align=center><?php echo $rs["price"]; ?>元</DIV>
<DIV align=center><?php echo $rs["scprice"]; ?>元</DIV>
</TD>
<TD>
<DIV align=center><?php echo $rs["dlprice1"]; ?>元</DIV>
Expand All @@ -342,7 +342,7 @@
<DIV align=center><?php echo $rs["dlprice3"]; ?>元</DIV>
</TD>
<TD>
<DIV align=center><?php echo $rs["scprice"]; ?>元</DIV>
<DIV align=center><?php echo $rs["price"]; ?>元</DIV>
</TD>
<TD>
<DIV align=center>
Expand Down
37 changes: 37 additions & 0 deletions bootstrap-select.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">

<!-- 可选的Bootstrap主题文件(一般不用引入) -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">

<!--<script language="javascript" type="text/javascript" src="../huo15template/iCheck/js/jquery.js"></script>-->
<script src="huo15template/js/jquery.1.11.3.js"></script>

<script language="javascript" type="text/javascript" src="images/styleswitch.js"></script>
<link rel="stylesheet" href="huo15template/iCheck/all.css?v=1.0.2">
<script src="huo15template/iCheck/icheck.js?v=1.0.2"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->

<link rel="stylesheet" href="huo15template/bootstrap-select/css/bootstrap-select.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="huo15template/bootstrap-select/js/bootstrap-select.js"></script>


</head>
<body>

<select class="selectpicker">
<option>Mustard</option>
<option>Ketchup</option>
<option>Relish</option>
</select>
</body>
</html>
293 changes: 293 additions & 0 deletions huo15template/bootstrap-select/css/bootstrap-select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions huo15template/bootstrap-select/css/bootstrap-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4969fa6

Please sign in to comment.