r252859 - itu.faculty/trunk/itu/faculty/browser

"H. Turgut Uyar" <svn-changes-z4DKO/[email protected]> Mon, 9 Mar 2015 08:03:46 +0000 (UTC)
Newsgroups gmane.comp.web.zope.plone.collective.cvs
Message-ID <[email protected]>
Author: uyar
Date: Mon Mar  9 08:03:45 2015
New Revision: 252859

Modified:
   itu.faculty/trunk/itu/faculty/browser/staff_directory_view.pt
Log:
list research areas in staff directory

Modified: itu.faculty/trunk/itu/faculty/browser/staff_directory_view.pt
==============================================================================
--- itu.faculty/trunk/itu/faculty/browser/staff_directory_view.pt	(original)
+++ itu.faculty/trunk/itu/faculty/browser/staff_directory_view.pt	Mon Mar  9 08:03:45 2015
@@ -67,6 +67,18 @@
             <span tal:replace="member/phone">+90 555 2855555</span><br />
             <span i18n:translate="label_email" tal:omit-tag="">E-mail</span>:
             <span tal:replace="member/get_email">nobody [AT] itu edu tr</span><br />
+            <span tal:define="areas member/get_research_areas"
+                  tal:condition="areas"
+                  tal:omit-tag="">
+              <span i18n:translate="label_research_areas"
+                    tal:omit-tag="">Research Areas</span>:
+              <span tal:repeat="area areas" tal:omit-tag="">
+                <span tal:condition="not:repeat/area/start" tal:omit-tag="">|</span>
+                <a href="#"
+                   tal:content="area/title"
+                   tal:attributes="href area/absolute_url">Artificial Intelligence</a>
+              </span>
+            </span>
           </p>
         </div>
       </div>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/