-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
57 lines (45 loc) · 1.87 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php include("php-viking/viking.php") ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Your description goes here" />
<meta name="keywords" content="your,keywords,goes,here" />
<meta name="author" content="Your Name" />
<link rel="stylesheet" type="text/css" href="index.css" title="Variant Duo" media="screen,projection" />
<title>php-viking</title>
</head>
<body>
<div id="wrap">
<h1><a href="index.php">PHP-VIKING 0.3</a></h1>
<p class="slogan"><?php viking_4_login_Form(); viking_3_createDb_Form(1); viking_3_deleteDb_Form(1);?> </p>
<div id="menu">
<p class="menulinks">
<strong class="hide">Main menu:</strong>
<?php viking_3_createDb_Link(1); ?>
<?php viking_3_deleteDb_Link(1); ?>
<?php viking_4_login_logout(); ?>
</p>
</div>
<!<img class="feature" src="sample1.jpg" width="980" height="50" alt="sample image" />
<div id="content">
<div class="left">
<h2><?php viking_3_showDbName(1); viking_3_selectDb(1);?></h2>
<p><?php viking_3_showDb(1); viking_3_showObject(1);?></p>
</div>
<div class="right">
<h2><?php viking_3_showDbName(2); viking_3_selectDb(2);?></h2>
<p><?php viking_3_showDb(2); viking_3_showObject(2);?></p>
</div>
<div class="middle">
<h2><?php viking_3_showDbName(3); viking_3_selectDb(3); ?></h2>
<p><?php viking_3_showDb(3); viking_3_showObject(3);?></p>
</div>
<hr class="clear" />
<p class="centered">User: <?php viking_4_showUserLoggedIn(); ?> </p>
</div>
<p class="footer">Copyright © 2011 <a href="index.php">ADCAJO</a><br />
Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a></p>
</div>
</body>
</html>