home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / wh / qim / viewstate.asp < prev   
Text File  |  2006-06-01  |  6KB  |  139 lines

  1. <%
  2. '==================================
  3. '=╬─ ╝■ ├√ú║viewwebstate.asp
  4. '=╩╩╙├░µ▒╛ú║FeitecCMS AC V1.3 Free
  5. '=╣ª    ─▄ú║═°╒╛╡▒╟░╫┤╠¼▓Θ┐┤
  6. '=╫≈    ╒▀ú║╙Ω│╟[From to FeitecStudio]
  7. '=╚╒    ╞┌ú║2006-2-19 18:09
  8. '=░µ    ╚¿ú║http://www.feitec.com/
  9. '=╝╝╩⌡╠╓┬█ú║6602510íó14040543ú¿╨┬╩╓╚║ú⌐
  10. '==================================
  11. %>
  12. <!--#include file="Ft_config.asp"-->
  13. <!--#include file="Ft_conn.asp"-->
  14. <!--#include file="Ft_format.asp"-->
  15. <!--#include file="Ft_lib.asp"-->
  16. <%
  17. sub_title="╡▒╟░╫┤╠¼╔Φ╓├"
  18. call head()
  19. call body()
  20. call foot()
  21. sub body()
  22.     '==================================
  23.     '=╣ª    ─▄ú║╚í│÷╡▒╟░─ú░σ
  24.     '==================================
  25.     StrTemp=split(mb_other,"|||@@@|||")
  26.     Ft_mbstr=replace(StrTemp(1),"$webname$",webname)
  27.     '==================================
  28.     '=╣ª    ─▄ú║╫≤└╕╣½╣▓─┌╚▌╧╘╩╛
  29.     '==================================
  30.     Ft_mbstr=replace(Ft_mbstr,"{left_pub}",left_pub())
  31.     '==================================
  32.     '=╣ª    ─▄ú║╙╥└╕─┌╚▌╧╘╩╛
  33.     '==================================
  34.     '╗ß╘▒╧╡═│
  35.     if user_system=0 then
  36.         Ft_mbstr=replace(Ft_mbstr,"$usersystem$","<span class=""disable_font""> ╗ß╘▒╧╡═│╣╪▒╒</span>")
  37.     elseif user_system=1 then
  38.         Ft_mbstr=replace(Ft_mbstr,"$usersystem$","<span class=""key_font""> ╗ß╘▒╧╡═│┐¬╖┼ú¼╗ß╘▒╫ó▓ß╨Φ╥¬═¿╣²╔≤║╦</span>")
  39.     elseif user_system=2 then
  40.         Ft_mbstr=replace(Ft_mbstr,"$usersystem$","<span class=""key_font""> ╗ß╘▒╧╡═│┐¬╖┼ú¼╗ß╘▒╫╘╙╔╫ó▓ßú¼▓╗╙├═¿╣²╔≤║╦</span>")
  41.     elseif user_system=3 then
  42.         Ft_mbstr=replace(Ft_mbstr,"$usersystem$","<span class=""key_font""> ╗ß╘▒╧╡═│┐¬╖┼ú¼╘▌═ú╨┬╗ß╘▒╫ó▓ß</span>")
  43.     end if
  44.     '╤Θ╓ñ┬δ
  45.     if usecode=1 then
  46.         Ft_mbstr=replace(Ft_mbstr,"$usecode$"," ╩╣╙├")
  47.     else
  48.         Ft_mbstr=replace(Ft_mbstr,"$usecode$","<span class=""disable_font""> ╣╪▒╒</span>")
  49.     end if
  50.     '╙╤╟Θ┴┤╜╙
  51.     if link_ok=1 then
  52.         Ft_mbstr=replace(Ft_mbstr,"$linkok$"," ┐¬╖┼")
  53.     elseif link_ok=0 then
  54.         Ft_mbstr=replace(Ft_mbstr,"$linkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  55.     elseif link_ok=2 then
  56.         Ft_mbstr=replace(Ft_mbstr,"$linkok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  57.     else
  58.         Ft_mbstr=replace(Ft_mbstr,"$linkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  59.     end if
  60.     '┴⌠╤╘╣ª─▄
  61.     if book_ok=1 then
  62.         Ft_mbstr=replace(Ft_mbstr,"$bookok$"," ┐¬╖┼")
  63.     elseif book_ok=0 then
  64.         Ft_mbstr=replace(Ft_mbstr,"$bookok$","<span class=""disable_font""> ╣╪▒╒</span>")
  65.     elseif book_ok=2 then
  66.         Ft_mbstr=replace(Ft_mbstr,"$bookok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  67.     else
  68.         Ft_mbstr=replace(Ft_mbstr,"$bookok$","<span class=""disable_font""> ╣╪▒╒</span>")
  69.     end if
  70.     '┴⌠╤╘╔≤║╦
  71.     if bookpass_ok=1 then
  72.         Ft_mbstr=replace(Ft_mbstr,"$bookpassok$"," ┤≥┐¬")
  73.     elseif bookpass_ok=0 then
  74.         Ft_mbstr=replace(Ft_mbstr,"$bookpassok$","<span class=""disable_font""> ╣╪▒╒</span>")
  75.     else
  76.         Ft_mbstr=replace(Ft_mbstr,"$bookpassok$"," ┤≥┐¬")
  77.     end if
  78.     '┴⌠╤╘╥⌠└╓
  79.     if gbmusicok=1 then
  80.         Ft_mbstr=replace(Ft_mbstr,"$gbmusicok$"," ┐¬╖┼")
  81.     elseif gbmusicok=0 then
  82.         Ft_mbstr=replace(Ft_mbstr,"$gbmusicok$","<span class=""disable_font""> ╣╪▒╒</span>")
  83.     elseif gbmusicok=2 then
  84.         Ft_mbstr=replace(Ft_mbstr,"$gbmusicok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  85.     else
  86.         Ft_mbstr=replace(Ft_mbstr,"$gbmusicok$","<span class=""disable_font""> ╣╪▒╒</span>")
  87.     end if
  88.     '╗ß╘▒╗╪╕┤┴⌠╤╘
  89.     if userrepgb=1 then
  90.         Ft_mbstr=replace(Ft_mbstr,"$userrepgb$"," ╘╩╨φ")
  91.     elseif userrepgb=0 then
  92.         Ft_mbstr=replace(Ft_mbstr,"$userrepgb$","<span class=""disable_font""> ╣╪▒╒</span>")
  93.     else
  94.         Ft_mbstr=replace(Ft_mbstr,"$userrepgb$","<span class=""disable_font""> ╣╪▒╒</span>")
  95.     end if
  96.     '╦╤╦≈╥²╟µ
  97.     if searchok=1 then
  98.         Ft_mbstr=replace(Ft_mbstr,"$searchok$"," ┐¬╖┼")
  99.     elseif searchok=0 then
  100.         Ft_mbstr=replace(Ft_mbstr,"$searchok$","<span class=""disable_font""> ╣╪▒╒</span>")
  101.     elseif searchok=2 then
  102.         Ft_mbstr=replace(Ft_mbstr,"$searchok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  103.     else
  104.         Ft_mbstr=replace(Ft_mbstr,"$searchok$","<span class=""disable_font"">╣╪▒╒</span>")
  105.     end if
  106.     '╨┬╬┼╞└┬█
  107.     if newsremark_ok=1 then
  108.         Ft_mbstr=replace(Ft_mbstr,"$newsremarkok$"," ┐¬╖┼")
  109.     elseif newsremark_ok=0 then
  110.         Ft_mbstr=replace(Ft_mbstr,"$newsremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  111.     elseif newsremark_ok=2 then
  112.         Ft_mbstr=replace(Ft_mbstr,"$newsremarkok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  113.     else
  114.         Ft_mbstr=replace(Ft_mbstr,"$newsremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  115.     end if
  116.     '╬─╒┬╞└┬█
  117.     if artremark_ok=1 then
  118.         Ft_mbstr=replace(Ft_mbstr,"$artremarkok$"," ┐¬╖┼")
  119.     elseif artremark_ok=0 then
  120.         Ft_mbstr=replace(Ft_mbstr,"$artremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  121.     elseif artremark_ok=2 then
  122.         Ft_mbstr=replace(Ft_mbstr,"$artremarkok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  123.     else
  124.         Ft_mbstr=replace(Ft_mbstr,"$artremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  125.     end if
  126.     '╚φ╝■╞└┬█
  127.     if softremark_ok=1 then
  128.         Ft_mbstr=replace(Ft_mbstr,"$softremarkok$"," ┐¬╖┼")
  129.     elseif softremark_ok=0 then
  130.         Ft_mbstr=replace(Ft_mbstr,"$softremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  131.     elseif softremark_ok=2 then
  132.         Ft_mbstr=replace(Ft_mbstr,"$softremarkok$","<span class=""key_font""> ╗ß╘▒┐¬╖┼</span>")
  133.     else
  134.         Ft_mbstr=replace(Ft_mbstr,"$softremarkok$","<span class=""disable_font""> ╣╪▒╒</span>")
  135.     end if
  136.     response.write Ft_mbstr
  137. end sub
  138. %>
  139.