[Bps-public-commit] r9185 - in SVKUI: .

clsung at bestpractical.com clsung at bestpractical.com
Mon Oct 1 01:25:42 EDT 2007


Author: clsung
Date: Mon Oct  1 01:25:41 2007
New Revision: 9185

Added:
   SVKUI/trunk/share/web/templates/index2
Modified:
   SVKUI/   (props changed)

Log:
 r9265 at going04:  clsung | 2007-10-01 13:25:38 +0800
 - this won't make sync progress display blocked


Added: SVKUI/trunk/share/web/templates/index2
==============================================================================
--- (empty file)
+++ SVKUI/trunk/share/web/templates/index2	Mon Oct  1 01:25:41 2007
@@ -0,0 +1,17 @@
+<&|/_elements/wrapper,title => 'Hello world' &>
+<% Jifty->web->form->start%>
+<h2>Available mirror sites</h2>
+<%Jifty->web->region (name => 'message', path => '/__jifty/empty')%>
+<div id='jifty-result-popup'></div>
+% while (my $p = $projects->next) {
+%   if ($p->synced == 1) {
+<%Jifty->web->link( url => '/project/'.$p->name, label => $p->name)%>
+%   } else {
+<%Jifty->web->link( url => '/sync2/'.$p->name, label => $p->name, target => '_blank')%>
+%   }
+% }
+<% Jifty->web->form->end%>
+</&>
+<%args>
+$projects
+</%args>



More information about the Bps-public-commit mailing list