added: generic html template: index_generic.html
(config option: templates_index_generic) this is a generic template without additional site-css (only uikit), at the moment used only in ckeditor file browser added: to Request class: index_template (std::wstring) - a name of an index html template
This commit is contained in:
16
winixd/html/index_generic.html
Normal file
16
winixd/html/index_generic.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
[# minimalistic template]
|
||||
|
||||
<html lang="{language}">
|
||||
|
||||
<head>
|
||||
[include "index_head_functions_add.html"]
|
||||
<meta charset="UTF-8">
|
||||
<title>[doc_title]</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
[include "slog.html"]
|
||||
[content]
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user