</style>
<div class="maincontainer">
	<h2><image style="height: 1.5em" src="/img/icons32/document_info.png" /> Glass Reviewer Information <span style="font-size: 0.5em; color: gray">(As of 11/3/2016)</span></h2>
	<p><i>If you would like to suggest amendments to the following information, contact a Glass Administrator.</i></p>
	<h3><image style="height: 1.4em" src="/img/icons32/creative_commons.png" /> On the Subject of Ownership</h3>
	<p>Ensure that the user trying to reclaim the add-on is the original author and not a third party or impersonator.</p>
	<h3><image style="height: 1.4em" src="/img/icons32/roadworks.png" /> On the Subject of Quality</h3>
	<p>Ensure the add-on being imported is not an add-on of which came from RTB's Bargain Bin.</p>
	<hr />
  <table style="width: 100%">
    <thead>
      <tr><th>RTB Add-On</th><th>Glass Add-On</th><th>User</th><th> </th></tr>
    </thead>
    <tbody>
    <?php 
$reclaims = RTBAddonManager::getPendingReclaims();
foreach ($reclaims as $rec) {
    $addon = AddonManager::getFromId($rec->glass_id);
    echo "<tr>";
    echo "<td>";
    echo '<a href="/addons/rtb/view.php?id=' . $rec->id . '">';
    echo $rec->title;
    echo "</a></td>";
    echo "<td>";
    echo '<a href="/addons/addon.php?id=' . $addon->getId() . '">';
    echo $addon->getName();
    echo "</a></td>";
    echo "<td>";
    echo UserManager::getFromBlid($addon->getManagerBLID())->getUsername();
    echo "</td>";
    echo "<td>";
Beispiel #2
0
if ($user && $user->inGroup("Reviewer")) {
    ?>
		<li><a class="addonnavmod" href="review/list.php">Review<?php 
    if (sizeof(AddonManager::getUnapproved()) > 0) {
        echo " <span class=\"notice\">!</span>";
    }
    ?>
</a></li>
		<li><a class="addonnavmod" href="review/updates.php">Updates<?php 
    if (sizeof(AddonManager::getPendingUpdates()) > 0) {
        echo " <span class=\"notice\">!</span>";
    }
    ?>
</a></li>
		<li><a class="addonnavmod" href="review/reclaims.php">Reclaims<?php 
    if (sizeof(RTBAddonManager::getPendingReclaims()) > 0) {
        echo " <span class=\"notice\">!</span>";
    }
    ?>
</a></li>
		<?php 
}
?>
	</ul>

	<table style="width: 100%;">
		<tbody>
			<tr>
				<td style="text-align:center;">
					<h3>Popular Add-Ons</h3>
				</td>