<p align="right"><a href="adminhome.php">Home</a>  &nbsp; &nbsp;
<center>
<h2>Indian Institute of Technology,Indore</h2>
<h1>KSHIP</h1>
<h3>Assign Translation</h3>
<body style="background-image :url(iitilogo-2.png);
		background-repeat: no-repeat;
		background attachment: fixed;
		background-position: 50% 28%;
		background-size: 500px 800px
		">
<?php 
require_once '../classes/Article.php';
$rows = Article::retrieveUnpublished();
if ($rows) {
    ?>
<table>
<tr>
<th>
Click on any translation for publishing:-
</th>
</tr>
<?php 
    foreach ($rows as $row) {
        ?>
<tr>
<td>
<?php 
        echo "<a href=" . "'" . "verifypage1.php?title=" . urlencode($row) . "&amp;pageno=1&amp;count=0' target=" . "'" . "_blank" . "'>" . $row . "</a>";