added: a new index template: index_fullscreen.html
is chosen automatically when 'fullscreen' parameter is passed git-svn-id: svn://ttmath.org/publicrep/winix/trunk@776 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
30
html/index_fullscreen.html
Executable file
30
html/index_fullscreen.html
Executable file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="{language}">
|
||||
|
||||
<head>
|
||||
|
||||
<title>[doc_title]</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset={charset}">
|
||||
|
||||
[if doc_css_tab]
|
||||
[for doc_css_tab]
|
||||
<link rel="stylesheet" href="[if-no doc_css_tab_file_is_global][doc_base_url_static][end][doc_css_tab_file]" type="text/css">
|
||||
[end]
|
||||
[else]
|
||||
<link rel="stylesheet" href="[doc_base_url_static]/winix/winix.css" type="text/css">
|
||||
[end]
|
||||
|
||||
[include "index_head_functions_add.html"]
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="winix_containerfull">
|
||||
[include "slog.html"]
|
||||
[content]
|
||||
</div> <!-- winix_containerfull -->
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user