Skip to content

Commit

Permalink
Pop up for images added left right display and cls
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1234511 committed Sep 24, 2015
1 parent 54c0792 commit ae28f38
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Add/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
8
2 changes: 1 addition & 1 deletion Admin/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57
69
2 changes: 1 addition & 1 deletion Display/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
2 changes: 1 addition & 1 deletion Login/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
49
52
2 changes: 1 addition & 1 deletion Register/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
62
65
3 changes: 2 additions & 1 deletion Search/search_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Rating: <?php echo $row[rating] ?>&#13;
Year: <?php echo $row[year] ?>"
data-html="true" href="<?php echo $display ?>?image=<?php echo $row["id"] ?><?php echo $row[poster] ?>" >
<img src="<?php echo $site ?>thumnails/<?php echo $row["id"] ?><?php echo $row[poster] ?>"/></a>
<img src="<?php echo $site ?>thumnails/<?php echo $row["id"] ?><?php echo $row['poster'] ?>"/></a>
<?php
if($x === '1')
{
Expand Down Expand Up @@ -183,6 +183,7 @@
if($offset1<($total_pages-1)){
?>
<a href='#' onclick="ajaxFunction1('<?php echo $in ?>',0,<?php echo $limit ?>,<?php echo $r ?>);">&gt;&gt;</a>

<?php
}
?>
Expand Down
2 changes: 1 addition & 1 deletion Subscribe/countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
13
2 changes: 1 addition & 1 deletion countlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
153
220
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,11 @@ header {
background: blue;
width: 100%;
position:fixed;
height: 13%;
}
header h1 {
text-align: left;

}
header h1:hover {
-webkit-transform: rotate(-90deg);
Expand Down
2 changes: 1 addition & 1 deletion data.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<?php
include ("Config/config.php");
?>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8"/>
<title>Movies</title>
Expand Down

0 comments on commit ae28f38

Please sign in to comment.