国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

135 lines
5.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>连载内容列表</title>
  6. <link href='css/base.css' rel='stylesheet' type='text/css'>
  7. <script language="javascript" src="js/main.js"></script>
  8. <script language="javascript" src="../static/js/dedeajax2.js"></script>
  9. <script language="javascript" src="js/story.js"></script>
  10. <style type="text/css">
  11. <!--
  12. #addCatalog {
  13. position:absolute;
  14. left:455px;
  15. top:64px;
  16. width:325px;
  17. height:238px;
  18. z-index:2;
  19. background-color: #F2FDDB;
  20. border:1px solid #889D8F;
  21. padding:6px;
  22. display:none
  23. }
  24. #editCatalog {
  25. position:absolute;
  26. left:455px;
  27. top:64px;
  28. width:325px;
  29. height:238px;
  30. z-index:1;
  31. background-color: #F2FDDB;
  32. border:1px solid #889D8F;
  33. padding:6px;
  34. display:none
  35. }
  36. -->
  37. </style>
  38. </head>
  39. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  40. <div class="bodytitle">
  41. <div class="bodytitleleft"></div>
  42. <div class="bodytitletxt" style="padding-left:10px;">小说管理 <a href="../book" target="_blank">[查看首页]</a></div>
  43. </div>
  44. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;">
  45. <tr>
  46. <td bgcolor="#EDF9D5" background='images/tbg.gif'>
  47. <table width='96%' border="0" cellpadding='0' cellspacing='0'>
  48. <tr>
  49. <td width='30%' class="tbtitletxt" style="padding-left:10px;"><strong>连载内容列表</strong></td>
  50. <td align='right'>
  51. [<a href="story_books.php"><u>图书管理</u></a>]
  52. &nbsp;
  53. [<a href="story_add.php"><u>新增图书</u></a>]
  54. &nbsp;
  55. [<a href="story_catalog.php"><u>栏目管理</u></a>]
  56. </td>
  57. </tr>
  58. </table>
  59. </td>
  60. </tr>
  61. </table>
  62. <table width="98%" border="0" cellpadding="5" cellspacing="1" align="center" style=" border:1px solid #CFCFCF;line-height:31px;margin:auto;border-top:none;">
  63. <tr>
  64. <td style="background:#ffffff;padding:3px;" >
  65. <table border="0" cellspacing="0" cellpadding="0" width="98%">
  66. <tr>
  67. <td width='50%'>
  68. <form name='form1' action='story_list_content.php' method='get'>
  69. <table border="0" cellspacing="0" cellpadding="0">
  70. <tr>
  71. <td style='padding-left:10px;padding-right:10px;'>关键字:</td>
  72. <td style='padding-right:10px;'>
  73. <input name="keyword" type="text" id="keyword" value="<?php echo $keyword; ?>" size="30" class='alltxt' />
  74. </td>
  75. <td style='padding-right:10px;'>
  76. <select name='booktype'>
  77. <option value='-1'>类型</option>
  78. <option value='0'>小说</option>
  79. <option value='1'>漫画</option>
  80. </select>
  81. </td>
  82. <td><input type="submit" name="Submit" value="搜 索" class='np coolbg' /></td>
  83. </tr>
  84. </table>
  85. </form>
  86. </td>
  87. <td align='right'>
  88. <?php
  89. if(!empty($bookid)){
  90. echo "<a href='story_add_content.php?bookid={$bookid}'>添加内容</a> | ";
  91. echo "<a href='story_list_chapter.php?bookid={$bookid}'>本书章节</a> | ";
  92. echo "<a href='story_list_content.php'>所有内容</a>";
  93. }
  94. ?>
  95. </td>
  96. </tr>
  97. </table>
  98. </td>
  99. </tr>
  100. </table>
  101. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" style=" margin-top:3px; margin-bottom:3px; line-height:31px;background:#CFCFCF;">
  102. <tr align="center" style="background:#FBFCE2;height:26px">
  103. <td width="24%">文章标题</td>
  104. <td width="32%" align='left' style="padding-left:8px;">图书名称/章节名称/章节内序号</td>
  105. <td width="12%">添加时间</td>
  106. <td>管理项目</td>
  107. </tr>
  108. {dede:datalist}
  109. <tr align="center" height='26' bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  110. <td align="center">{dede:field.title/}</td>
  111. <td align='left' style="padding-left:8px;">
  112. <a href='story_list_content.php?bookid={dede:field.bookid/}'>{dede:field.bookname/}</a>
  113. <a href='story_list_content.php?bookid={dede:field.bookid/}&chapid={dede:field.chapterid/}'>{dede:field.chaptername/}</a>{dede:field.sortid/} </td>
  114. <td> {dede:field.addtime function=GetDateMK(@me)/}</td>
  115. <td>
  116. <a href='javascript:PreViewCt({dede:field.id/},{dede:field.booktype/});'>预览</a> |
  117. <?php
  118. if($fields['booktype']==1) $editfile = 'story_photo_edit.php?cid=';
  119. else $editfile = 'story_content_edit.php?cid=';
  120. ?>
  121. <a href='<?php echo $editfile.$fields['id']; ?>'>修改</a> |
  122. <a href='javascript:DelStoryContent({dede:field.id/})'>删除</a> </td>
  123. </tr>
  124. {/dede:datalist}
  125. </table>
  126. <table width="98%" border="0" cellpadding="5" cellspacing="1" align="center" style=" border:1px solid #CFCFCF;line-height:31px;margin:auto;">
  127. <tr>
  128. <td style="background:#F9FCEF;" >
  129. {dede:pagelist listsize=5 /}
  130. </td>
  131. </tr>
  132. </table>
  133. </div>
  134. </body>
  135. </html>