Update of /cvsroot/phpwebsite-comm/modules/rolodex/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11911/templates
Modified Files:
adv_search_form.tpl
Added Files:
list_category.tpl view_category.tpl
Log Message:
new category views
Index: adv_search_form.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/templates/adv_search_form.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** adv_search_form.tpl 12 Jun 2008 21:18:55 -0000 1.1
--- adv_search_form.tpl 13 Jun 2008 03:51:18 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
<p>{LOCATION_LABEL}<br />{LOCATION_SELECT}</p>
<p>{FEATURE_LABEL}<br />{FEATURE_SELECT}</p>
+ <p>{CATEGORY_LABEL}<br />{CATEGORY_SELECT}</p>
</fieldset>
{SUBMIT}
--- NEW FILE: list_category.tpl ---
{ALPHA_CLICK}
<table width="99%" cellpadding="4">
<tr>
<th>{TITLE_HEADER} {TITLE_SORT}</th>
<th>{DESCRIPTION_HEADER} {DESCRIPTION_SORT}</th>
<th> </th>
</tr>
<!-- BEGIN listrows -->
<tr {TOGGLE}>
<td nowrap="nowrap">{TITLE}</td>
<td>{DESCRIPTION}</td>
<td>{ICON}</td>
</tr>
<!-- END listrows -->
</table>
{EMPTY_MESSAGE}
<div class="align-center">
{TOTAL_ROWS}<br />
{PAGE_LABEL} {PAGES}<br />
{LIMIT_LABEL} {LIMITS}
</div>
<div class="align-right">
{SEARCH}
</div>
--- NEW FILE: view_category.tpl ---
<div id="rolodex-category">
<div align="right">{CATEGORY_LINKS}</div>
<div style="float: right; margin: 0 0 .2em .5em;">{IMAGE}</div>
<p>{DESCRIPTION}</p>
<br style="clear: right;" />
<!-- BEGIN empty --><p>{EMPTY}</p><!-- END empty -->
<!-- BEGIN current-members -->
<div class="rolodex-member">
<fieldset><legend>{MEMBER_TITLE}</legend>
<p>{MEMBER_DESCRIPTION}</p>
<p>{MEMBER_LINKS}</p>
</fieldset>
</div>
<!-- END current-members -->
</div>
|