-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php20121201
91 lines (63 loc) · 2.37 KB
/
home.php20121201
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?php
$Table = "data";
$result = mysql_query("SELECT * FROM $Table where id ='2'");
echo "<table>";
while($row = mysql_fetch_array($result))
{
$layout="RowOddCH";
$item[0] = "";
$item[0] .= " <div class=$layout>";
if($row['title']!=null)
{
$item[0] .= "<h1>".$row['title'].":"." ". $row['sub_title']."</h1>";
}
$item[0] .= $row['text'] ;
// $item[0] .= "</div>";
echo $item[0];
}
$Table = "images";
$HeaderHeigth="100%";
$ImageSize="11%";
$PathImage = "Pictures/";
$result = mysql_query("SELECT * FROM $Table where id <= '7'");
$rownumber=0;
//echo "<div class=\"footerLogoH\">";
echo "<tr><td class='RowOddCH'>";
while($row = mysql_fetch_array($result))
{
$rownumber++;
echo "<a href=\"" . $PHP_SELF . "?refNo=" . $row['id'] . "&fileRef=" . "images" . "\">" . " <img src=\"" . $PathImage . $row['image'] . "\" width = $ImageSize alt= \"logo\" > "."</a>";
//echo " <img src=\"" . $PathImage . $row['image'] . "\" width = $ImageSize > ";
//echo $row['caption'] ;
//echo "</div>";
}
echo "</td></tr>";
//echo "</div>";
echo "</div>";
echo "</td></tr>";
$Table = "data";
$s1 = "SELECT * FROM $Table where id ='1'";
$result3 = mysql_query("$s1");
echo "<tr><td bgcolor='#F6F6F6'>";
while($row3 = mysql_fetch_array($result3))
{
$layout="RowEvenCH";
$item[0] = "";
$item[0] .= " <div class=$layout >";
if($row3['title']!=null)
{
$item[0] .= "<div class='bgRed'>".$row3['title']."</div><div class='bgGrey'>". $row3['sub_title']."</div><br>";
}
$item[0] .= $row3['text'] ;
$item[0] .= "</div>";
echo $item[0];
}
echo "</td></tr><tr><td>
</div><div id='fade_base' style='margin:20px 0px;border:1px red; padding:5px;line-height:1.8em;text-align:center;font-size:30px'>
<strong><em><a id='fade_link'></a></em></strong>
</div></td></tr></table>";
?>
<script type="text/javascript" src="marquee.js"></script>
<!-- Paste this code into the BODY section of your HTML document -->
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FUkieriConcreteCongress&width=292&height=62&colorscheme=light&show_faces=false&border_color=red&stream=false&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
<a class="linkbox_fb" style="font-size:12px"; href="http://www.facebook.com/events/322315104460101/" target="_blank">UCC on Facebook</a>