Class: XmlConv::View::Template

Inherits:
HtmlGrid::DivTemplate
  • Object
show all
Defined in:
lib/xmlconv/view/template.rb

Direct Known Subclasses

Login, Transaction, Transactions

Constant Summary collapse

HTTP_HEADERS =
{
  'Content-Type' => 'text/html;charset=UTF-8'
}
META_TAGS =
[{
  'http-equiv' => 'content-type',
  'content'    => 'tex/html;charset=UTF-8'
}]
COMPONENTS =
{
  [0, 0] => :content,
  [0, 1] => :foot,
}
FOOT =
Foot