File tree 10 files changed +5
-37
lines changed
10 files changed +5
-37
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<div class="content">
14
14
<div class="banner">
15
- <div class="logoSlovenia"><img src="images/slovenia.png" style="padding-top : 5px" /></div>
16
15
<div class="logoFlag"><img src="images/banner.jpg" /></div>
17
16
</div>
18
17
<script type="text/javascript">
Original file line number Diff line number Diff line change @@ -37,19 +37,9 @@ body {
37
37
margin-top : 1px
38
38
}
39
39
40
-
41
- .logoSlovenia {
42
- float : left;
43
- width : 400px ;
44
- border-left : 2px solid black;
45
- border-top : 2px solid black;
46
- border-bottom : 2px solid black;
47
- height : 64px
48
- }
49
-
50
40
.logoFlag {
51
41
float : left;
52
- width : 595 px ;
42
+ width : 995 px ;
53
43
border-top : 2px solid black;
54
44
border-right : 2px solid black ;
55
45
border-bottom : 2px solid black
Original file line number Diff line number Diff line change 8
8
<li><a href="index.php">Home</a></li>
9
9
<li><a href="<?php echo getLinkPage ("login " )?> ">Log In</a></li>
10
10
<li><a href="<?php echo getLinkPage ("contact " )?> ">Contact Us</a></li>
11
- <li><a href="<?php echo getLinkPage ("sitemap " )?> ">SiteMap</a></li>
12
11
</ul>
13
12
<div class="privacy">
14
13
<br/><br/>
Original file line number Diff line number Diff line change 1
1
<head >
2
2
<meta http-equiv = " content-type" content = " text/html; charset=utf-8" />
3
- <title >Embassy of Slovenia </title >
3
+ <title >DB- Embassy</title >
4
4
<meta name = " viewport" content = " width=device-width, initial-scale=1.0"
5
5
<meta name = " description" content = " " >
6
6
<meta name = " author" content = " Laurea student" >
7
7
8
- <link rel = " shortcut icon" href = " ./bootstrap-2.3.0/ico/favicon.png" >
9
8
<link href = " ./bootstrap-2.3.0/css/bootstrap.css" rel = " stylesheet" >
10
9
<link href = " ./bootstrap-2.3.0/css/bootstrap-responsive.css" rel = " stylesheet" >
11
10
</head >
Original file line number Diff line number Diff line change 15
15
16
16
<div class="banner">
17
17
18
- <div class="logoSlovenia"><img src="images/slovenia.png" style="padding-top : 5px" /></div>
19
18
<div class="logoFlag"><img src="images/banner.jpg" /></div>
20
19
21
20
</div>
Original file line number Diff line number Diff line change 2
2
<div class="navbar-inner">
3
3
<div class="container">
4
4
<div class="nav-collapse collapse">
5
- <img src="images/logo.png" class ="logoTopBar"/>
6
- <h2 class="titleTopBar">Embassy of slovenia </h2>
5
+ <img style="width:50px; height:50px" src="images/logo.png" class ="logoTopBar"/>
6
+ <h2 class="titleTopBar">DB- Embassy</h2>
7
7
<div class="navbar-form pull-right socialTopBar" >
8
- <span class="marginRight10"> Follow us : </span>
9
- <a title="Facebook" href="http://www.facebook.com/slovenia.usembassy?v=wall" target="_blank">
10
- <img alt="Facebook" title="Facebook" src="http://photos.state.gov/libraries/slovakia/328671/social-media/20x20_facebook.jpg" /></a>
11
-
12
-
13
- <a title="Slocast" href="http://www.slocast.si/" target="_blank" class="marginRight5">
14
-
15
- <img alt="Slocast" title="Slocast" src="http://photos.state.gov/libraries/slovakia/328671/social-media/slocast-20.jpg" >
16
- </a>
17
- <a title="Twitter" href="http://twitter.com/USEmbassySLO" target="_blank" class="marginRight5">
18
-
19
- <img alt="Twitter" title="Twitter" src="http://photos.state.gov/libraries/slovakia/328671/social-media/20x20_twitter.jpg" >
20
- </a>
21
- <a title="YouTube" href="http://www.youtube.com/user/USEmbassyLjubljana" target="_blank" class="marginRight5">
22
-
23
- <img alt="YouTube" title="YouTube" src="http://photos.state.gov/libraries/slovakia/328671/social-media/20x20_youtube.jpg" >
24
- </a>
25
8
<a class="btn " href="<?php echo getLinkPage ("login " )?> ">Sign in</a>
26
9
<?php
27
10
if (isset ($ _SESSION [SESSION_PREFIX .'id ' ]))
Original file line number Diff line number Diff line change 12
12
13
13
<div class="content">
14
14
<div class="banner">
15
- <div class="logoSlovenia"><img src="images/slovenia.png" style="padding-top : 5px" /></div>
16
15
<div class="logoFlag"><img src="images/banner.jpg" /></div>
17
16
</div>
18
17
<script type="text/javascript">
63
62
$ res = $ db ->query ($ sql );
64
63
while ($ row = $ res ->fetch ())
65
64
{
66
- echo '<tr id= ' .$ row ['id ' ].'> ' ;
65
+ echo '<tr id="row ' .$ row ['id ' ].'" > ' ;
67
66
echo "<td> " .$ row ['login ' ]."</td> " ;
68
67
echo "<td></td> " ;
69
68
echo "<td> " .$ row ['mail ' ]."</td> " ;
You can’t perform that action at this time.
0 commit comments