国内流行的内容管理系统(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.

145 lines
6.9KB

  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>圈子管理>圈子列表><?php echo $groupname?></title>
  6. <script language='javascript' src='js/main.js'></script>
  7. <link href="css/base.css" rel="stylesheet" type="text/css" />
  8. <style type="text/css">
  9. .rb{ border-right:1px solid #98CAEF }
  10. .tb{ border-top:1px solid #98CAEF }
  11. a.current {border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;background:#ffffff;color:#FF0000;font-weight:bold;}
  12. </style>
  13. <script type="text/javascript">
  14. function checkSubmit(){
  15. if(document.form1.groupname.value==""){
  16. alert("圈子名称不能为空!");
  17. return false;
  18. }
  19. }
  20. function SelectImage(fname,vlist){
  21. if(document.all){
  22. var posLeft = window.event.clientY-100;
  23. var posTop = window.event.clientX-400;
  24. }
  25. else{
  26. var posLeft = 100;
  27. var posTop = 100;
  28. }
  29. window.open("./dialog/select_images.php?f="+fname+"&imgstick="+vlist, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
  30. }
  31. </script>
  32. </head>
  33. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  34. <div class="bodytitle">
  35. <div class="bodytitleleft"></div>
  36. <div class="bodytitletxt">圈子管理</div>
  37. </div>
  38. <table width="98%" border="0" cellpadding="0" cellspacing="0" align="center" style="border:1px solid #CFCFCF;">
  39. <tr>
  40. <td width="100%" valign="top">
  41. <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-bottom:1px solid #CFCFCF;" class="gtab">
  42. <tr>
  43. <td height="26" background="images/tbg.gif" >
  44. <a href="group_main.php">圈子列表</a>
  45. <a class="current" id="cate_1">基本资料</a>
  46. <a href="group_user.php?gid=<?php echo $id?>"><span id="cate_2">成员管理</span></a>
  47. <a href="group_guestbook.php?gid=<?php echo $id?>"><span id="cate_3">留言管理</span></a>
  48. <a href="group_notice.php?gid=<?php echo $id?>"><span id="cate_4">公告管理</span></a></td>
  49. </tr>
  50. </table>
  51. </td>
  52. </tr>
  53. <tr >
  54. <td height="26" align="left" bgcolor="#FFFFFF">
  55. <div id="cate_info_1">
  56. <form name="form1" action="group_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();">
  57. <input name="action" type="hidden" value="save">
  58. <input name="id" type="hidden" value="<?php echo $id?>">
  59. <table width="100%" border="0" cellpadding="0" cellspacing="6" bgcolor="#FFFFFF">
  60. <tr bgcolor="#FDFEE9" height="26">
  61. <td width="8%" height="30" align="right" bgcolor="#FFFFFF" >名称:</td>
  62. <td height="30" colspan="2" align="left" bgcolor="#FFFFFF" >
  63. <input name="groupname" type="text" id="groupname" value="<?php echo $groupsname?>" size="50" maxlength="70" />
  64. *在30个字符内。</td>
  65. </tr>
  66. <tr bgcolor="#FDFEE9" height="26">
  67. <td height="30" align="right" bgcolor="#FFFFFF" >隶属类:</td>
  68. <td height="30" colspan="2" align="left" bgcolor="#FFFFFF" >
  69. <select name="store" id="store">
  70. <option value="0">选择一分类</option>
  71. <?php echo $option?>
  72. </select>
  73. *更改圈子类目。</td>
  74. </tr>
  75. <tr bgcolor="#FDFEE9" height="26">
  76. <td height="30" align="right" bgcolor="#FFFFFF" >&nbsp;</td>
  77. <td height="30" colspan="2" align="left" valign="middle" bgcolor="#FFFFFF" >
  78. <input name="issystem" type="radio" id="issystem_0" value="0" <?php if(!$groupissystem) echo "checked='checked'";?> />
  79. 普通
  80. <input type="radio" name="issystem" value="1" id="issystem_1" <?php if($groupissystem) echo "checked='checked'";?> />
  81. 官方
  82. <input type="radio" name="ishidden" value="0" id="ishidden_0" <?php if(!$groupishidden) echo "checked='checked'";?> />
  83. 开放
  84. <input type="radio" name="ishidden" value="1" id="ishidden_1" <?php if($groupishidden) echo "checked='checked'";?> />
  85. 关闭
  86. <input type="radio" name="isindex" id="isindex" value="1" <?php if($groupisindex) echo "checked='checked'";?> />
  87. 推荐模块封面<br /> </td>
  88. </tr>
  89. <tr bgcolor="#FDFEE9" height="26">
  90. <td height="30" align="right" bgcolor="#FFFFFF" >创建人:</td>
  91. <td height="30" colspan="2" align="left" bgcolor="#FFFFFF" ><input name="creater" type="text" id="creater" value="<?php echo $groupcreater?>" maxlength="15" />
  92. *设置圈子的初始创建人。</td>
  93. </tr>
  94. <tr bgcolor="#FDFEE9" height="26">
  95. <td height="12" align="right" bgcolor="#FFFFFF" ><input type='checkbox' class='np' name='ddisremote' value='1'>
  96. 远程,图标: </td>
  97. <td width="44%" height="12" align="left" bgcolor="#FFFFFF" >
  98. <table width="100%" border="0" cellspacing="1" cellpadding="1">
  99. <tr>
  100. <td height="30"> 本地上传请点击“浏览”按钮
  101. <input name="litpic" type="file" id="litpic" style="width:200" onChange="SeePic(document.picview,document.form1.litpic);"> </td>
  102. </tr>
  103. <tr>
  104. <td height="30">
  105. <input name="picname" type="text" id="picname" style="width:250" value="<?php echo $groupimg?>" onChange="SeePic(document.picview,this.value);">
  106. <input type="button" name="Submitss" value="在网站内选择" style="width:120" onClick="SelectImage('form1.picname','');" class='inputbut'> </td>
  107. </tr>
  108. </table> </td>
  109. <td width="48%" align="left" bgcolor="#FFFFFF" >&nbsp;<img src="<?php echo $groupimg?>" name="picview" id="picview"></td>
  110. </tr>
  111. <tr bgcolor="#FDFEE9" height="26">
  112. <td height="30" align="right" bgcolor="#FFFFFF" >管理员:</td>
  113. <td height="30" colspan="2" align="left" bgcolor="#FFFFFF" ><input name="master" type="text" id="master" value="<?php echo $ismaster?>" size="20" />
  114. *设置圈子管理员,最多可以设三位,多位用&quot;,&quot;逗号隔开。</td>
  115. </tr>
  116. <tr bgcolor="#FDFEE9" height="26">
  117. <td height="30" align="right" bgcolor="#FFFFFF" >说明:</td>
  118. <td height="30" colspan="2" align="left" bgcolor="#FFFFFF" ><textarea name="des" cols="60" rows="5" id="des"><?php echo $groupdes?></textarea>
  119. *给圈子做个简介,最多100个字符。</td>
  120. </tr>
  121. <tr>
  122. <td width="8%" height="33">&nbsp;</td>
  123. <td width="44%"><input type="submit" name="button" id="button" value="更新设置" class="np coolbg"/></td>
  124. <td >&nbsp;</td>
  125. </tr>
  126. </table>
  127. </form>
  128. </div>
  129. <!--基本资料结束-->
  130. </td>
  131. </tr>
  132. </table>
  133. <a name="nmes" id="nmes"></a>
  134. </body>
  135. </html>