[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/blog/protected/Portlets/ -> CategoryPortlet.tpl (source)

   1  <div class="portlet">
   2  
   3  <h2 class="portlet-title">
   4  Categories
   5  <com:THyperLink
   6      Text="[+]"
   7      Tooltip="Create a new category"
   8      NavigateUrl=<%= $this->Service->constructUrl('Posts.NewCategory') %>
   9      Visible=<%= $this->User->IsAdmin %> />
  10  </h2>
  11  
  12  <div class="portlet-content">
  13  <com:TBulletedList
  14      ID="CategoryList"
  15      DisplayMode="HyperLink"
  16      DataTextField="Name"
  17      DataValueField="ID"
  18      EnableViewState="false"
  19      />
  20  </div><!-- end of portlet-content -->
  21  
  22  </div><!-- end of portlet -->


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7