extras-buildsys/www index.psp,1.4,1.5

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Jul 29 05:25:25 UTC 2005


Author: skvidal

Update of /cvs/fedora/extras-buildsys/www
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16153/www

Modified Files:
	index.psp 
Log Message:

despam



Index: index.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/index.psp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.psp	27 Jul 2005 06:14:00 -0000	1.4
+++ index.psp	29 Jul 2005 05:25:23 -0000	1.5
@@ -65,6 +65,7 @@
         # endif
 
         joblink = job_link(job['uid'])
+        username = job['username'].replace('@', ' ')
 %>
         <tr>
             <td class="job<%=top%><%=col_mod%>"><a href="job.psp<%=joblink%>"><%=job['uid']%></a></td>
@@ -72,7 +73,7 @@
             <td class="job<%=top%><%=col_mod%>"><%=source%></td>
             <td class="job<%=top%><%=col_mod%>"><font class="status-<%=job['status']%>"><%=job['status']%></font></td>
             <td class="job<%=top%><%=col_mod%>"><%=job['target']%></td>
-            <td class="job<%=top%><%=col_mod%>"><%=job['username']%></td>
+            <td class="job<%=top%><%=col_mod%>"><%=username%></td>
         <tr>
 <%
         i = i + 1
@@ -93,6 +94,7 @@
         # endif
 
         joblink = job_link(job['uid'])
+        username = job['username'].replace('@', ' ')
 %>
         <tr>
             <td class="job<%=top%><%=col_mod%>"><a href="job.psp<%=joblink%>"><%=job['uid']%></a></td>
@@ -100,7 +102,7 @@
             <td class="job<%=top%><%=col_mod%>"><%=source%></td>
             <td class="job<%=top%><%=col_mod%>"><font class="status-<%=job['status']%>"><%=job['status']%></font></td>
             <td class="job<%=top%><%=col_mod%>"><%=job['target']%></td>
-            <td class="job<%=top%><%=col_mod%>"><%=job['username']%></td>
+            <td class="job<%=top%><%=col_mod%>"><%=username%></td>
         <tr>
 <%
         i = i + 1




More information about the fedora-extras-commits mailing list