-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
38 lines (38 loc) · 1.65 KB
/
Copy pathindex.php
File metadata and controls
38 lines (38 loc) · 1.65 KB
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
<?php require 'generator.php'; ?>
<html>
<head>
<title>Castle Control</title>
<style type="text/css">
body {margin: 5px; font: 11px Verdana, Arial, Helvetica, sans-serif; background-color: #FFFFFF;}
.castleWrapper{width:405px; margin:20px; padding:10px; border:1px solid #000000; color: #000000; overflow: auto; text-align: left;}
.castlePic{width:149px; height:99px; border:1px solid #000; float:left; margin-right:10px;}
.castleInfo div{width:400px;}
.castleName{width:450px; background: #000000; color: #FFFFFF; margin-bottom:5px; padding:2px;}
#AdenPic{background:url(./castle_control_image/aden.jpg) no-repeat;}
#DionPic{background:url(./castle_control_image/dion.jpg) no-repeat;}
#GiranPic{background:url(./castle_control_image/giran.jpg) no-repeat;}
#GludioPic{background:url(./castle_control_image/gludio.jpg) no-repeat;}
#GoddardPic{background:url(./castle_control_image/goddard.jpg) no-repeat;}
#InnadrilPic{background:url(./castle_control_image/innadril.jpg) no-repeat;}
#OrenPic{background:url(./castle_control_image/oren.jpg) no-repeat;}
#RunePic{background:url(./castle_control_image/rune.jpg) no-repeat;}
#SchuttgartPic{background:url(./castle_control_image/schuttgart.jpg) no-repeat;}
</style>
<script language="javascript" type="text/javascript" src="./helios.js"></script>
</head>
<body>
<center>
<script language="javascript">
document.write(gludioinfo);
document.write(dioninfo);
document.write(giraninfo);
document.write(oreninfo);
document.write(adeninfo);
document.write(innadrilinfo);
document.write(goddardinfo);
document.write(runeinfo);
document.write(schuttgartinfo);
</script>
</center>
</body>
</html>