/[LeafOK_CVS]/fenglin/bbs/themes/default/section_setting.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/default/section_setting.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.10 by sysadm, Wed Apr 23 07:12:09 2025 UTC Revision 1.12 by sysadm, Wed Apr 23 10:44:16 2025 UTC
# Line 48  function refresh_textarea(updateFieldMap Line 48  function refresh_textarea(updateFieldMap
48    
49  function section_setting(f)  function section_setting(f)
50  {  {
51          instance.post('section_setting_service.php', {          instance.post('section_service_setting.php', {
52                  sid: <?= $result_set["data"]["sid"]; ?>,                  sid: <?= $result_set["data"]["sid"]; ?>,
53                  sname: f.sname.value,                  sname: f.sname.value,
54                  title: f.title.value,                  title: f.title.value,
# Line 412  window.addEventListener("load", () => { Line 412  window.addEventListener("load", () => {
412  ?>  ?>
413                                          <p>                                          <p>
414                                                  <?= ($section_master["major"] ? "正版主" : "副版主"); ?>&nbsp;&nbsp;                                                  <?= ($section_master["major"] ? "正版主" : "副版主"); ?>&nbsp;&nbsp;
415                                                  <a class="s3" href="show_profile.php?uid=<?= $section_master['uid']; ?>" target=_blank><?= $section_master["username"]; ?></a>&nbsp;&nbsp;                                                  <a class="s3" href="view_user.php?uid=<?= $section_master['uid']; ?>" target=_blank><?= $section_master["username"]; ?></a>&nbsp;&nbsp;
416                                                  <?= (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<?= (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>&nbsp;&nbsp;                                                  <?= (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<?= (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>&nbsp;&nbsp;
417  <?php  <?php
418                          if ($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || $section_master["major"] == 0)                          if ($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || $section_master["major"] == 0)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1