index_body.htm 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="skin/css/base.css" />
  6. <link rel="stylesheet" href="skin/css/home.css" />
  7. <title>乐鱼首页</title>
  8. <base target="_self">
  9. <link rel="stylesheet" type="text/css" href="css/indexbody.css" />
  10. <script language="javascript" src="../include/js/dedeajax2.js"></script>
  11. <script type="text/javascript" src="../include/js/jquery/jquery.js" ></script>
  12. <script language="javascript" src="js/indexbody.js"></script>
  13. <style type="text/css">
  14. .article .title .more{ height: 33px; }
  15. </style>
  16. <script type="text/javascript">
  17. window.onload = function()
  18. {
  19. var myajax = new DedeAjax($DE('updateinfos'));
  20. myajax.SendGet('update_guide.php?dopost=test&auto=no');
  21. };
  22. </script>
  23. </head>
  24. <body>
  25. <div class="article toolbar">
  26. <div class="title ue-clear">
  27. <h2>快捷菜单</h2>
  28. <a href='#' onClick="ListAll()" class="more">管理</a>
  29. </div>
  30. <div class="content">
  31. <ul class="toollist ue-clear">
  32. <div id='quickmenu'>
  33. <?php
  34. $dtp = new DedeTagparse();
  35. $dtp->SetNameSpace('menu','<','>');
  36. $dtp->LoadTemplet($myIcoFile);
  37. if(is_array($dtp->CTags)){
  38. foreach($dtp->CTags as $ctag){
  39. $title = $ctag->GetAtt('title');
  40. $ico = $ctag->GetAtt('ico');
  41. $link = $ctag->GetAtt('link');
  42. echo "<li><a href='{$link}' class='img'><img src='$ico' /></a><p><a href='{$link}'>{$title}</a></p></li>\r\n";
  43. }
  44. }
  45. ?>
  46. <li class="add-btn">
  47. <a href='#' onClick="AddNew()">
  48. <img src="skin/images/add.png" />
  49. </a>
  50. </li>
  51. </div>
  52. </ul>
  53. </div>
  54. </div>
  55. <!--<div class="article half matter">-->
  56. <!-- <div class="wrap-l">-->
  57. <!-- <div class="title ue-clear">-->
  58. <!-- <h2 class="title-list">-->
  59. <!-- <ul class="ue-clear">-->
  60. <!-- <li class="current"><a href="javascript:;">系统更新</a></li> -->
  61. <!-- </ul>-->
  62. <!-- </h2>-->
  63. <!-- <a href="javascript:;" class="more"> </a>-->
  64. <!-- </div>-->
  65. <!-- <div class="content">-->
  66. <!-- <div class="matter-content current ue-clear">-->
  67. <!-- <div class="today">-->
  68. <!-- <p class="year"><SCRIPT> -->
  69. <!-- var d = new Date(); -->
  70. <!-- document.write(d.getFullYear() + "年" +(d.getMonth() + 1) + "月" ); -->
  71. <!-- </SCRIPT></p>-->
  72. <!-- <p class="date"><SCRIPT> -->
  73. <!-- var d = new Date(); -->
  74. <!-- document.write(d.getDate()); -->
  75. <!-- </SCRIPT></p>-->
  76. <!-- </div>-->
  77. <!-- <ul class="matter-list">-->
  78. <!-- <div id='updatetest'>-->
  79. <!-- <div id='updateinfos'>-->
  80. <!-- <div class="query-btn ue-clear">-->
  81. <!-- <?php-->
  82. <!-- echo "<b>您系统版本最后更新时间为:{$oktime} </b><br/>";-->
  83. <!-- echo "<a href='javascript:LoadUpdateInfos();' class='confirm'>进行在线更新</a>";-->
  84. <!-- echo "<a href='sys_repair.php' class='clear'>系统错误修复</a>\r\n";-->
  85. <!-- echo "<iframe name='stafrm' src='{$offUrl}&uptime={$oktime}' frameborder='0' id='stafrm' width='98%' height='50'></iframe>";-->
  86. <!-- ?>-->
  87. <!-- </div>-->
  88. <!-- </div>-->
  89. <!-- </ul>-->
  90. <!-- </div>-->
  91. <!-- -->
  92. <!-- </div>-->
  93. <!-- </div>-->
  94. <!-- <div class="wrap-l">-->
  95. <!-- <div class="title ue-clear">-->
  96. <!-- <h2 class="title-list">-->
  97. <!-- <ul class="ue-clear">-->
  98. <!-- <li class="current"><a href="javascript:;">系统信息</a></li>-->
  99. <!-- -->
  100. <!-- </ul>-->
  101. <!-- </h2>-->
  102. <!-- <a href="javascript:;" class="more">更多</a>-->
  103. <!-- </div>-->
  104. <!-- <div class="content">-->
  105. <!-- -->
  106. <!-- <dd class='intable'>-->
  107. <!-- <table width="100%" class="dboxtable">-->
  108. <!-- <tr>-->
  109. <!-- <td width="15%" class='nline' style="text-align:right">您的级别:</td>-->
  110. <!-- <td class='nline'>-->
  111. <!-- <?php-->
  112. <!-- if($cuserLogin->getUserType()==10) {-->
  113. <!-- echo "总管理员";-->
  114. <!-- } else if($cuserLogin->getUserType()==5) {-->
  115. <!-- echo "频道总编";-->
  116. <!-- } else {-->
  117. <!-- echo "信息采集员或其它管理员";-->
  118. <!-- }-->
  119. <!-- ?>-->
  120. <!-- [<a href="sys_admin_user_add.php">增加管理员</a>]</td>-->
  121. <!-- </tr>-->
  122. <!-- -->
  123. <!-- <tr>-->
  124. <!-- <td width="15%" class='nline' style="text-align:right">PHP版本:</td>-->
  125. <!-- <td class='nline'><?php echo @phpversion(); ?> GD版本:<?php echo @gdversion(); ?></td>-->
  126. <!-- </tr>-->
  127. <!-- -->
  128. <!-- <tr>-->
  129. <!-- <td width="15%" class='nline' style="text-align:right">是否安全模式:</td>-->
  130. <!-- <td class='nline'><font color='red'><?php echo ($isSafeMode ? 'On' : 'Off')?></font>-->
  131. <!-- <?php-->
  132. <!-- if($isSafeMode) {-->
  133. <!-- echo "<br>  <font color='blue'>由于您的系统以安全模式运行,为了确保程序兼容性,第一次进入本系统时请更改“<a href='sys_info.php'><u>更改系统参数</u></a>”里的FTP选项,并选择用FTP形式创建目录,完成后:<a href='testenv.php' style='color:red'><u>点击此进行一次DedeCms目录权限检测&gt;&gt;</u></a></font>";-->
  134. <!-- } else {-->
  135. <!-- echo " <a href='testenv.php' style='color:blue'><u>DedeCMS目录权限检测&gt;&gt;</u></a></font>";-->
  136. <!-- }-->
  137. <!-- ?>-->
  138. <!-- </td>-->
  139. <!-- </tr>-->
  140. <!-- <tr>-->
  141. <!-- <td width="15%" class='nline' style="text-align:right">Register_Globals:</td>-->
  142. <!-- <td class='nline'><font color='red'><?php echo ini_get("register_globals") ? 'On' : 'Off'?></font>  Magic_Quotes_Gpc:<font color='red'><?php echo ini_get("magic_quotes_gpc") ? 'On' : 'Off'?></font></td>-->
  143. <!-- </tr>-->
  144. <!-- -->
  145. <!-- <tr>-->
  146. <!-- <td width="15%" class='nline' style="text-align:right">支持上传的最大文件:</td>-->
  147. <!-- <td class='nline'><font color='red'><?php echo ini_get("post_max_size")?></font> 其它必须函数检测:<?php-->
  148. <!-- $needfunc = array('dir','phpinfo');-->
  149. <!-- $n = 0;-->
  150. <!-- foreach($needfunc as $k) {-->
  151. <!-- if(!function_exists($k)) {-->
  152. <!-- echo "<font color='red'>[{$k}×]</font> ";-->
  153. <!-- $n++;-->
  154. <!-- }-->
  155. <!-- }-->
  156. <!-- if($n==0) {-->
  157. <!-- echo "符合要求";-->
  158. <!-- } else {-->
  159. <!-- echo "被禁用的函数可能导致部份功能无法使用!";-->
  160. <!-- }-->
  161. <!-- ?></td>-->
  162. <!-- </tr>-->
  163. <!-- -->
  164. <!-- -->
  165. <!-- </table>-->
  166. <!-- </dd>-->
  167. <!-- -->
  168. <!-- </div>-->
  169. <!-- </div>-->
  170. </div>
  171. <div class="article half notice">
  172. <div class="wrap-r">
  173. <div class="title ue-clear">
  174. <h2>最新文档</h2>
  175. <a href="content_list.php" class="more">更多</a>
  176. </div>
  177. <div class="content">
  178. <ul class="notice-list">
  179. <?php
  180. $query = "SELECT arc.id, arc.arcrank, arc.title, arc.channel, arc.pubdate, ch.editcon FROM `#@__archives` arc
  181. LEFT JOIN `#@__channeltype` ch ON ch.id = arc.channel
  182. WHERE arc.arcrank<>-2 ORDER BY arc.id DESC LIMIT 0, 5 ";
  183. $arcArr = array();
  184. $dsql->Execute('m', $query);
  185. while($row = $dsql->GetArray('m'))
  186. {
  187. $arcArr[] = $row;
  188. }
  189. ?>
  190. <?php
  191. if(count($arcArr) > 1)
  192. {
  193. foreach($arcArr as $row)
  194. {
  195. if(trim($row['editcon'])=='') {
  196. $row['editcon'] = 'archives_edit.php';
  197. }
  198. $linkstr = "<a class='notice-title' href='{$row['editcon']}?aid={$row['id']}&channelid={$row['channel']}'>{$row['title']}</a>";
  199. if($row['arcrank']==-1) $linkstr .= "<font color='red'>(未审核)</font>";
  200. ?>
  201. <li class='ue-clear'>
  202. <?php echo $linkstr; ?>
  203. <div class='notice-time'><?php echo date('m-d', $row['pubdate']); ?></div>
  204. </li>
  205. <?php
  206. }
  207. } else {
  208. ?>
  209. <li class='ue-clear'>
  210. 暂无新增内容
  211. </li>
  212. <?php
  213. }
  214. ?>
  215. </ul>
  216. <!--最新文档结束-->
  217. </div>
  218. </div>
  219. </div>
  220. <!-- 下面是隐藏的项目 -->
  221. <div id='loaddiv' style='display:none'>
  222. <p align='center' style='padding-top:200px'><img src='images/loadinglit.gif' /> 请稍后,正在下载更新文件列表...</p>
  223. </div>
  224. <div id="editTab">
  225. <span id='editTabBody'>请稍候,正在载入...</span>
  226. </div>
  227. <div id="addTab">
  228. <form name='addform' action='index_body.php'>
  229. <input type='hidden' name='dopost' value='addnew' />
  230. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  231. <tr>
  232. <td height='28' colspan='3' background="images/tbg.gif">
  233. <div style='float:left'><b>增加快捷操作项</b></div>
  234. <div style='float:right;padding:3px 10px 0 0;'>
  235. <a href="javascript:CloseTab('addTab')"><img src="images/close.gif" width="12" height="12" border="0" /></a>
  236. </div>
  237. </td>
  238. </tr>
  239. <tr><td style="height:6px;font-size:1px;border-top:1px solid #8DA659" colspan="2">&nbsp;</td></tr>
  240. <tr>
  241. <td width="20%" height="28" align="right">链接标题:</td>
  242. <td width="70%">
  243. <input name="title" type="text" id="title" class='pubinputs' style="width:255px;"/>
  244. </td>
  245. </tr>
  246. <tr>
  247. <td height="28" width="20%" align="right">ICO图片:</td>
  248. <td width="70%">
  249. <input name="ico" type="text" id="ico" class='pubinputs' style="width:255px;"/>
  250. </td>
  251. </tr>
  252. <tr>
  253. <td height="28" width="20%" align="right">链接网址:</td>
  254. <td width="70%">
  255. <input name="link" type="text" id="link" class='pubinputs' style="width:255px;"/>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td height="45">&nbsp;</td>
  260. <td>
  261. <input type="submit" name="Submit" value="保存项目" class="np coolbg" style="width:80px;cursor:pointer" />
  262. </td>
  263. </tr>
  264. </table>
  265. </form>
  266. </div>
  267. </div>
  268. </body>
  269. </html>