Author: david
Date: Fri Oct 29 12:20:26 2010
New Revision: 8660

Log:
indenting

Modified:
   trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php

Modified: trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php     Fri Oct 
29 12:13:46 2010        (r8659)
+++ trunk/apps/qubit/modules/oai/templates/harvesterListSuccess.php     Fri Oct 
29 12:20:26 2010        (r8660)
@@ -1,54 +1,50 @@
 <h1><?php echo __('Harvested Sites') ?></h1>
+
 <table class="list">
-<thead>
-  <tr>
+  <thead>
+    <tr>
       <th><?php echo __('Repository') ?></th>
       <th><?php echo __('Harvest') ?></th>
       <th><?php echo __('Delete') ?></th>
-  </tr>
-</thead>
-<tbody>
-<?php foreach($repositories as $rep): ?>
-  <tr>
+    </tr>
+  </thead>
+  <tbody>
+  <?php foreach($repositories as $rep): ?>
+    <tr>
       <td>
         <div>
           <a href="<?php echo $rep->getUri();?>?verb=Identify"><?php echo 
$rep->getName(); ?></a><br>Last Harvest: <?php $harvest = 
QubitOaiHarvest::getLastHarvestByID($rep->id); echo 
$harvest->getLastHarvest();;?>
         </div>
-      </td>
-      <td>
+      </td><td>
       <?php foreach($rep->getOaiHarvests() as $harvestJob): ?>
         <?php echo url_for('oai/harvest')?>/next/<?php echo 
$harvestJob->id.'/'?>"><?php echo __('Harvest') ?></a>
       <?php endforeach; ?>
       </td><td><a href ="<?php echo 
url_for('oai/deleteRepository').'/'.$rep->id.'/'?>"><?php echo __('Delete') 
?></a></td>
-  </tr>
-<?php endforeach; ?>
-
-</tbody>
+    </tr>
+  <?php endforeach; ?>
+  </tbody>
 </table>
 <br>
 <div class="tableHeader" style="margin-bottom: 10px;"><?php echo __('Add New 
Repository') ?></div>
   <form action="<?php echo url_for('oai/harvesterList') ?>" method="post">
-
-      <table class="List">
+    <table class="List">
       <thead>
-    <tr>
-      <th width="30%"><?php echo __('Name')?></th>
-      <th><?php echo __('Value')?></th>
-    </tr>
-
+        <tr>
+          <th width="30%"><?php echo __('Name')?></th>
+          <th><?php echo __('Value')?></th>
+        </tr>
       </thead>
       <tbody>
-            <?php echo $form ?>
-    <tr>
-            <td>&nbsp;</td>
-            <td>
-              <div style="float: right; margin: 3px 8px 0 0;">
-                <input class="form-submit" type="submit" value="<?php echo 
__('Save') ?>"/>
-              </div>
-            </td>
-          </tr>
-
+        <?php echo $form ?>
+        <tr>
+          <td>&nbsp;</td>
+          <td>
+            <div style="float: right; margin: 3px 8px 0 0;">
+              <input class="form-submit" type="submit" value="<?php echo 
__('Save') ?>"/>
+            </div>
+          </td>
+        </tr>
       </tbody>
-</table>
-      </form>
+    </table>
+  </form>
 </div>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to