mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2569c554ce
commit
c040d4d713
317 changed files with 14496 additions and 0 deletions
19
common/tpl/common_header.html
Normal file
19
common/tpl/common_header.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>{Context::getBrowserTitle()}</title>
|
||||
<script type='text/javascript' src='./common/js/x.js'></script>
|
||||
<script type='text/javascript' src='./common/js/common.js'></script>
|
||||
<script type='text/javascript' src='./common/js/xml_handler.js'></script>
|
||||
<script type='text/javascript' src='./common/js/xml_js_filter.js'></script>
|
||||
<!--@foreach(Context::getJsFile() as $key => $js_file)-->
|
||||
<script type='text/javascript' src='{$js_file}'></script>
|
||||
<!--@end-->
|
||||
<link rel='stylesheet' HREF='./common/css/default.css' type='text/css' />
|
||||
<!--@foreach(Context::getCssFile() as $key => $css_file)-->
|
||||
<link rel='stylesheet' HREF='{$css_file}' type='text/css' />
|
||||
<!--@end-->
|
||||
{Context::getHtmlHeader()}
|
||||
</head>
|
||||
<body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue