⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolview.wm

📁 java servlet编程源码
💻 WM
字号:
## toolview.wm

#set $Response.ContentType = "text/html"

#set $title = "Tool Listing"
#set $deck = "A list of content creation tools"
#set $desc = "Without tools, people are nothing more than animals.  And \
              pretty weak ones at that.  Here's a list of servlet-based \
              content creation tools you can use so you won't be a servlet \
              weakling."

#parse "header.wm"

## Define a value to be read by the servlet
#param $defaultState = "LIVE"

#foreach $tool in $tools {

  <HR SIZE=2 ALIGN=LEFT>

  <H3>
  $tool.Name

  #if ($tool.isNewWithin(45)) {
    <FONT COLOR=#FF0000><B> (New!) </B></FONT>
  } 
  #else {
    #if ($tool.isUpdatedWithin(45)) {
      <FONT COLOR=#ff0000><B> (Updated!) </B></FONT>
    }
  } 
  </H3>
  <A HREF="$tool.HomeURL">$tool.HomeURL</A><BR>

  $tool.Comments

}

#parse "footer.wm"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -