1
0

2 Komitmen c3f96beb97 ... 164062e302

Pembuat SHA1 Pesan Tanggal
  Xen 164062e302 Center Section Heading 1 tahun lalu
  Xen a73a3c6c7c Choose Edition Fix 1 tahun lalu
2 mengubah file dengan 22 tambahan dan 8 penghapusan
  1. 21 7
      www/choose_edition.php
  2. 1 1
      www/index.php

+ 21 - 7
www/choose_edition.php

@@ -18,10 +18,25 @@ if( isset( $_GET['loc'] ) ) {
 	<title>68k.news: Choose Your Edition</title>
 </head>
 <body>
-    <center><h1><b>68k.news:</b> <font color="#9400d3"><i>Headlines from the Future</i></font></h1></center>
-    <hr>
-    <center>
-    <small>Basic HTML Google News for vintage computers. Built by <a href="https://youtube.com/ActionRetro" target="_blank"><b>Action Retro</b></a> on YouTube. Tested on Netscape 1.1 through 4 on a Mac SE/30.</small>
+    <h1 class="newsfeed">
+		<i>NewsFeed.FYI</i>
+	</h1>
+	<hr>
+	<p style="text-align: center; font-size: small;">
+		Basic HTML Google News Feed. Based on 
+		<a href="https://github.com/ActionRetro/68k-news" target="_blank">
+			<b>source</b>
+		</a>
+		for 
+		<a href="http://68k.news" target="_blank">
+			<b>68k.news</b>
+		</a>
+		, originally built by 
+		<a href="https://youtube.com/ActionRetro" target="_blank">
+			<b>Action Retro</b>
+		</a>
+		.
+	</p>
     <p><h2>CHOOSE YOUR EDITION:</h2></p>
     <p><a href='/index.php?section=nation&loc=US'>United States</a></p>
     <p><a href='/index.php?section=nation&loc=JP'>Japan</a></p>
@@ -51,8 +66,7 @@ if( isset( $_GET['loc'] ) ) {
     <p><a href='/index.php?section=nation&loc=PL'>Poland</a></p>
     <p><a href='/index.php?section=nation&loc=PT'>Portugal</a></p>
     <p><a href='/index.php?section=nation&loc=PK'>Pakistan</a></p>
-    </center>
-    <small><a href="/index.php?loc=<?php echo $loc ?>">< Back to <font color="#9400d3">68k.news</font> <?php echo $loc ?>front page</a></small>
-	<p><center><small>Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</small></p>
+    
+	<p style="text-align: center; font-size: small;">v1.0 Powered by Mozilla Readability (Andres Rey PHP Port) and SimplePie</p>
 </body>
 </html>

+ 1 - 1
www/index.php

@@ -81,7 +81,7 @@ function clean_str($str) {
 	<?php
 	if($section) {
 		$section_title = explode(" - ", strtoupper($feed->get_title()));
-		echo "<h2 syle='text-align: center;'>" . $section_title[0]  . " NEWS</h2>";
+		echo '<h2 syle="text-align: center;">' . $section_title[0]  . " NEWS</h2>";
 	}
 	?>
 	<p style="text-align: center; font-size: small;">