Advertisement
Guest User

Active Clients Template

a guest
Feb 6th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. {preload_replace:my_page_title="Manage Clients - Active Clients"}
  2.  
  3. {header_logged_in_bs}
  4. {banner}
  5. {if logged_in}
  6.  
  7. {exp:user:stats}
  8. <div class="row">
  9. <div class="col-xs-12 col-md-6"><h1>Active List</h1></div><!-- End .col-xs-12 col-md-6 -->
  10. <div class="col-xs-12 col-md-6"><div align="right" style="margin-left: 30px;">{manage_clients_submenu}</div></div><!-- End .col-xs-12 col-md-6 -->
  11. </div>
  12. <div class="panel panel-default">
  13. <div class="panel-heading"><h3>
  14.  
  15. <!-- START MAILING LIST A CONDITIONALS -->
  16. {if segment_3_category_id=="4"}{segment_3_category_name}
  17. {if mailing_list_a_name}- {mailing_list_a_name}{/if}&nbsp;&nbsp;
  18. {if mailing_list_a_desc}({mailing_list_a_desc}){/if}
  19. {/if}
  20. <!-- END MAILING LIST A CONDITIONALS -->
  21. <!-- START MAILING LIST B CONDITIONALS -->
  22. {if segment_3_category_id=="5"}{segment_3_category_name}
  23. {if mailing_list_b_name}- {mailing_list_b_name}{/if}&nbsp;&nbsp;
  24. {if mailing_list_b_desc}{mailing_list_b_desc}){/if}
  25. {/if}
  26. <!-- END MAILING LIST B CONDITIONALS -->
  27. <!-- START MAILING LIST C CONDITIONALS -->
  28. {if segment_3_category_id=="6"}{segment_3_category_name}
  29. {if mailing_list_c_name}- {mailing_list_c_name}{/if}&nbsp;&nbsp;
  30. {if mailing_list_c_desc}({mailing_list_c_desc}){/if}
  31. {/if}
  32. <!-- END MAILING LIST C CONDITIONALS -->
  33. <!-- START MAILING LIST D CONDITIONALS -->
  34. {if segment_3_category_id=="10"}{segment_3_category_name}
  35. {if mailing_list_d_name}- {mailing_list_d_name}{/if}&nbsp;&nbsp;
  36. {if mailing_list_d_desc}{mailing_list_d_desc}){/if}
  37. {/if}
  38. <!-- END MAILING LIST D CONDITIONALS -->
  39. </h3></div>
  40. <div class="panel-body">
  41.  
  42. {active_clients}
  43. <div>&nbsp;</div>
  44.  
  45.  
  46. </div><!-- .panel-body -->
  47. </div><!-- .panel panel-default -->
  48.  
  49.  
  50. {confirm_modal}
  51.  
  52. {/exp:user:stats}
  53. {/if}
  54. <!--END IF LOGGED-IN -->
  55.  
  56. {footer}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement