Class: RedmineWikiExporterModule::Constant
- Inherits:
-
Object
- Object
- RedmineWikiExporterModule::Constant
- Defined in:
- lib/redmine_wiki_exporter/constant.rb
Class Method Summary collapse
Class Method Details
.css ⇒ Object
27 28 |
# File 'lib/redmine_wiki_exporter/constant.rb', line 27 def self.css end |
.footer ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/redmine_wiki_exporter/constant.rb', line 19 def self. "</div>\n</body> \n</html> \n" end |
.header ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/redmine_wiki_exporter/constant.rb', line 5 def self.header "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> \n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\"> \n<head> \n<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" /> \n<title>docs</title> \n<link href=\"style.css\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" /> \n</head> \n<body>\n<div class=\"wiki\">\n" end |