| 224 |
<p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">版块设定</p> |
<p style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; FONT-FAMILY: 楷体">版块设定</p> |
| 225 |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
<p><span id="err_msg_prompt" name="err_msg" style="color: red"></span></p> |
| 226 |
<form method="post" action="#" id="section_setting" name="section_setting" > |
<form method="post" action="#" id="section_setting" name="section_setting" > |
| 227 |
<table border="1" cellpadding="10" cellspacing="0" width="90%" bgcolor="#ffdead"> |
<table border="1" cellpadding="10" cellspacing="0" width="1050" bgcolor="#ffdead"> |
| 228 |
<tr> |
<tr> |
| 229 |
<td width="30%" align="right"> |
<td width="25%" align="right"> |
| 230 |
版块名称 |
版块名称 |
| 231 |
</td> |
</td> |
| 232 |
<td width="70%"> |
<td width="75%"> |
| 233 |
<select id="section_switch" name="section_switch" size="1"> |
<select id="section_switch" name="section_switch" size="1"> |
| 234 |
<? |
<? |
| 235 |
foreach ($result_set["data"]["section_hierachy"] as $c_index => $section_class) |
foreach ($result_set["data"]["section_hierachy"] as $c_index => $section_class) |
| 255 |
<td> |
<td> |
| 256 |
<span id="err_msg_comment" name="err_msg" style="color: red;"></span> |
<span id="err_msg_comment" name="err_msg" style="color: red;"></span> |
| 257 |
<textarea id="textarea_comment" name="textarea" cols="80" rows="5"><? echo htmlspecialchars($result_set["data"]["comment"], ENT_HTML401, 'UTF-8'); ?></textarea> |
<textarea id="textarea_comment" name="textarea" cols="80" rows="5"><? echo htmlspecialchars($result_set["data"]["comment"], ENT_HTML401, 'UTF-8'); ?></textarea> |
| 258 |
限3行80列以内 |
<br />限3行80列以内 |
| 259 |
</td> |
</td> |
| 260 |
</tr> |
</tr> |
| 261 |
<tr> |
<tr> |
| 265 |
<td> |
<td> |
| 266 |
<span id="err_msg_announcement" name="err_msg" style="color: red;"></span> |
<span id="err_msg_announcement" name="err_msg" style="color: red;"></span> |
| 267 |
<textarea id="textarea_announcement" name="textarea" cols="80" rows="5"><? echo htmlspecialchars($result_set["data"]["announcement"], ENT_HTML401, 'UTF-8'); ?></textarea> |
<textarea id="textarea_announcement" name="textarea" cols="80" rows="5"><? echo htmlspecialchars($result_set["data"]["announcement"], ENT_HTML401, 'UTF-8'); ?></textarea> |
| 268 |
限3行以内,每行不超过150字符 |
<br />限3行以内,每行不超过150字符 |
| 269 |
</td> |
</td> |
| 270 |
</tr> |
</tr> |
| 271 |
<? |
<? |
| 292 |
<a class="s3" href="show_profile.php?uid=<? echo $section_master['uid']; ?>" target=_blank><? echo $section_master["username"]; ?></a> |
<a class="s3" href="show_profile.php?uid=<? echo $section_master['uid']; ?>" target=_blank><? echo $section_master["username"]; ?></a> |
| 293 |
<? echo (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<? echo (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?> |
<? echo (new DateTimeImmutable($section_master["begin_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?>--<? echo (new DateTimeImmutable($section_master["end_dt"]))->setTimezone($_SESSION["BBS_user_tz"])->format("y年m月d日"); ?> |
| 294 |
<? |
<? |
| 295 |
if ($section_master["username"] != $_SESSION["BBS_username"] && |
if ($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || $section_master["major"] == 0) |
|
($_SESSION["BBS_priv"]->checkpriv($sid, S_ADMIN) || |
|
|
($section_master["major"] == 0 && $_SESSION["BBS_priv"]->checkpriv($sid, S_MAN_M)))) |
|
| 296 |
{ |
{ |
| 297 |
?> |
?> |
| 298 |
<a class="s2" href="#" onclick="return master_op(section_setting, 2, '<? echo $section_master["username"]; ?>');">撤销</a> |
<a class="s2" href="#" onclick="return master_op(section_setting, 2, '<? echo $section_master["username"]; ?>');">撤销</a> |