default: context: lang: 'en' visitor: 'ant' node: 'status' src: "simple text" tem: "simple text" res: "simple text" space_in_tag: src: tem: '!/r:title/' multiline_tag: src: | tem: '!/r:title/' multiline_rtag: src: | tem: '!/r:title/' cdata: src: | res: | multiline_tag: src: |
tem: "!/do='pages'/" show_title: src: "" tem: "<%=h @node.prop['title'] %>" res: "status title" show_title_h_false: src: "" tem: "<%= @node.prop['title'] %>" res: "status title" show_title_with_opts: old_src: "

this is the title

" old_tem: "/

<%= show_title\(:node=>@node\) \+ node_actions\(:node=>@node, .*:actions=>\"all\"/" src: "

this is the title

" tem: "

<%=h @node.prop['title'] %> <%= node_actions(@node, :actions => \"all\") %>

" old_res: "/

/" res: "/

/" show_title_link_http: old_src: "" src: "" old_res: "status title" res: "status title" show_title_link_attribute: context: node: 'bird_jpg' src: "" res: "bird" show_title_link_id: old_src: "" src: "" res: "status title" show_title_in_list: src: "" tem: "/var1.first.prop\['title'\]/" do_title: src: "

" tem: "

<%=h @node.prop['title'] %>

" res: "

status title

" show_title_link_id_from_stored: # disabled old_src: "" old_res: "Clean Water project" show_title_link_id_from_stored_mode_and_format: # disabled old_src: "" old_res: "Clean Water project" show_live_no_tag: src: "" res: "status title" show_format: old_src: "" src: "" res: "22.00" show_format_nil: context: node: 'bird_jpg' old_src: "" src: "" res: "0.00" show_format_hide_zero: context: node: 'bird_jpg' old_src: "" src: "" res: "" show_edit_preview: context: node: 'status' old_src: "" src: "" res: "status summary" title_in_version_context: src: "" res: "/s50.*status title.*edit/" show_shortcut: old_src: "

hello

" src: "

hello

" tem: "

<%=h @node.prop['title'] %>

" res: "

status title

" zazen_shortcut: old_src: "
hello
" src: "
hello
" tem: "
<%= zazen(@node.prop['title'], {:node => @node}) %>
" res: "

status title

" zazen_shortcut_with_live: src: "
hello
" res: "

status title

" zazen: src: "" tem: "
<%= zazen(@node.prop['title'], :node => @node) %>
" res: "

status title

" zazen_code: context: node: style_css src: "" tem: "
<%= zazen(@node.prop['text'], :node => @node, :code => \"#{@node.content_lang}\") %>
" res: "/
body/"

show_name:
  src: "my "
  res: "my status title"

show_text:
  old_src: "my "
  src: "my "
  res: "my status text"

show_width:
  context:
    node: "bird_jpg"
  src: "width = "
  tem: "/@node.prop\['width'\]/"
  res: "width = 660"

show_else:
  old_src: ""
  src: ""
  tem: "<%=h (@node.prop['origin'] or @node.prop['title']) %>"
  res: "status title"

show_default:
  old_src: ""
  src: ""
  tem: "<%=h (@node.prop['origin'] or \"baz\") %>"
  res: "baz"

javascripts:
  src: ""
  tem: "/