echo_title函数删除

This commit is contained in:
hyzboy 2016-08-28 20:04:33 +04:00
parent a81d1210f3
commit 8c5ba6ac3a

View File

@ -8,18 +8,13 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0, width=device-width" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0, width=device-width" />
<script src="3rdpty/aui-min.js"></script> <script src="3rdpty/aui/aui-min.js"></script>
<link href="3rdpty/bootstrap3/css/bootstrap.min.css" rel="stylesheet"/></link> <link href="3rdpty/aui-css/css/bootstrap.min.css" rel="stylesheet"/></link>
</head> </head>
<body> <body>
'; ';
} }
function echo_title()
{
echo '<center><h1 style="margin-top: 10px">Enterprise Resource Management System</h1></center>';
}
function echo_page_header($header,$subtext) function echo_page_header($header,$subtext)
{ {
echo '<div class="page-header" style="margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px;"><h1>'.$header.'<small>'.$subtext.'</small></h1></div>'; echo '<div class="page-header" style="margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px;"><h1>'.$header.'<small>'.$subtext.'</small></h1></div>';