initializing git repo
This commit is contained in:
commit
3df8fc53b8
86 changed files with 5649 additions and 0 deletions
21
templates/GreenPartstock0/template.php
Executable file
21
templates/GreenPartstock0/template.php
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>ldPtartstock</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/menu.css">
|
||||
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/message.css">
|
||||
<link rel="stylesheet" type="text/css" href="./templates/GreenPartstock0/partview.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="HeadContainer">
|
||||
<?php echo $TemplateMainMenu ?>
|
||||
<?php echo $TemplateLogin ?>
|
||||
</div>
|
||||
<?php echo $TemplateMessage ?>
|
||||
<?php echo $TemplateBody ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue