permissions.asp
来自「电子商务网络购物系统」· ASP 代码 · 共 26 行
ASP
26 行
<table width="77%">
<tr><td class="smtext" width="175">
你 <% If blnPost = True Then %><b>可以</b>
<% else %><b>无权</b><% end if %> 在此论坛发表新帖<br />
</td>
<td class="smtext" width="188">
你 <% If blnDelete = True then %><b>可以</b>
<% else %><b>无权</b><% end if %> 删除你在此论坛的主题<br />
</td>
<td class="smtext" width="200">
你 <% If blnPollCreate = True Then %><b>可以</b>
<% else %><b>无权</b><% end if %> 发起投票<br />
</td></tr>
<tr><td class="smtext" width="175">
你 <% If blnReply = True Then %><b>可以</b>
<% else %><b>无权</b><% end if %> 回复此论坛的主题
</td>
<td class="smtext" width="188">
你 <% If blnEdit = True Then %><b>可以</b>
<% else %><b>无权</b><% end if %> 编辑你在此论坛的主题<br />
</td>
<td class="smtext" width="200">
你 <% If blnVote = True Then %><b>可以</b>
<% else %><b>无权</b><% end if %> 参与投票
</td></tr></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?