Author: shadzik
Date: Tue May 15 23:37:00 2007
New Revision: 8552

Modified:
   toys/stbr/index.php
Log:
- don't show whole email on site, just the person (mailto link is still there)


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Tue May 15 23:37:00 2007
@@ -26,7 +26,7 @@
 </style>
 
 <script type="text/javascript">
-function vm(i)
+function vm(i,w)
 {
 // from Adam Major; http://ivpro.net
 // some modifications: Piotr Budny
@@ -40,7 +40,7 @@
        else
                t +=m.charAt(i);
 
-document.write('<a href="' + proto + ':' + t + '">' + t +'</a>');
+document.write('<a href="' + proto + ':' + t + '">' + w +'</a>');
 }
 </script>
 </head>
@@ -48,6 +48,9 @@
 
 <h2>Send To Builder Requests Log</h2>
 
+th-ready means you requested an upgrade<br/>
+th-test means you reqested an test-build<br/>
+<br/>
 <div id="phonebookTable">
 <table>
 <thead>
@@ -121,11 +124,12 @@
                $filled = $q['queue_requester'] . '/' .$q['queue_date'];
        }
 
+       $q['who'] = $q['arecipient'];
        $q['arecipient'] = strrev($q['arecipient']);
 ?>
 <tr>
 <td width="150px"><a 
href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a></td>
-<td width="200px"><script>vm("<?=$q['arecipient']?>");</script></td>
+<td 
width="200px"><script>vm("<?=$q['arecipient']?>","<?=$q['who']?>");</script></td>
 <td width="150px"><?=$q['builder']?></td>
 <td><?=$filled?></td>
 </tr>
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to