<%response.expires=0 application.lock myid=Session("myid") if myid="" then response.end myname=Session("myname") call get_guests call get_maxuser call get_votes user_num=0 for i=0 to MaxUser if guests(i,0)<>"" then user_num=user_num+1 end if next%> <%if user_num<5 and votes(0)=0 then%> <%elseif votes(0)=0 and myname<>"" and myname=guests(myid,0) AND Session("mytemp")=guests(myid,1) and (guests(myid,14) or request.cookies("vtime")=cstr(Session("mytemp"))) then%>
目前人太少了,不能有任何提议!

<%elseif votes(9)=myname then%>
你暂时没有提议的资格!

<%elseif (not guests(myid,8)) and votes(0)<>0 then if votes(0)=1 then errText="
  • 正在进行掌柜选举
  • 总人数:"&votes(4)&"
  • 响应人数:"&votes(3) elseif votes(0)=2 then errText="
  • 正在弹劾管理员"&votes(1)&"
  • 总人数:"&votes(4)&"
  • 赞成人数:"&votes(2)&"
  • 反对人数:"&votes(3) elseif votes(0)=3 then errText="
  • 正在提议踢"&votes(1)&"出去
  • 总人数:"&votes(4)&"
  • 赞成人数:"&votes(2)&"
  • 反对人数:"&votes(3) end if%>
    • <%=errText%>

    • 你已经投过票了或是没有投票权力!

     
    踢人
    弹劾<%if noadmin then response.write "目前没有人具有管理权限"%>

     
    <%elseif votes(0)>1 then%> <%if votes(0)=3 then%> <%elseif votes(0)=2 then%> <%end if%>
    无论你同意与否,都希望你能投出神圣一票
    让坏人得到惩罚,让好人不被冤枉!
    <%end if%> <%application.unlock%>