All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.conf.sit_javaee6.mockup.vm Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version













#if ($watcher.continue)

#end

$mock.name




トップ
#foreach ($area in $mock.areas) #area($area) #end

## ## #macro (navTree $nodes) #foreach ($node in $nodes)
  • #if ($node.isPage()) $node.name #else $node.name #end #if (not $node.children.isEmpty())
      #navTree ($node.children)
    #end
  • #end #end ## ## #macro(area $area)

    $area.name

    #if ($area.type == "フォーム")
    #set ($lane = 0) #foreach ($item in $area.items) #if ($velocityCount > 1 && $lane >= $area.formLane) #set ($lane = 0) #end #set ($lane = $lane + 1) #end
    #item($item)
    $item.guidance
    #foreach ($subItem in $item.bottomSubItems) #item($subItem) #end
    #elseif ($area.type == "テーブル") #foreach ($item in $area.items) #end #foreach ($item in $area.items) #end
    $item.label
    #item($item)
    #elseif ($area.type == "ボックス")
    #foreach ($item in $area.items)
    #itemWithLabel($item)
    #end
    #else #end
    #end ## ## #macro(itemWithLabel $item) #item($item) #end ## ## #macro(item $item) #if ($item.control == "テキスト") $item.label #elseif ($item.control == "テキストボックス") #elseif ($item.control == "パスワード") #elseif ($item.control == "テキストボックス") #elseif ($item.control == "ラジオボタン") #foreach ($code in $item.options) #end #elseif ($item.control == "単一チェックボックス") #elseif ($item.control == "複数チェックボックス") #foreach ($code in $item.options) #end #elseif ($item.control == "ボタン") #elseif ($item.control == "セレクトボックス") #elseif ($item.control == "リンク") $item.label #elseif ($item.control == "イメージ") $item.label #else #end #foreach ($subItem in $item.rightSubItems) #item($subItem) #end #end




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy