Guest User

Untitled

a guest
May 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ////// POUR LE MODULE CUSTOM -- EFFACER CETTE LIGNE APRES USAGE
  2. <div role="tabpanel" class="tab-pane" id="ptabreminder">
  3.  
  4. <p ng-hide="hasItems()">Pas de sélection</p>
  5. <div ng-repeat="(day, daysessions) in sessions" ng-show="hasItems()">
  6. <h5 class="myh5">{{ day }}</h5>
  7. <ul>
  8. <li ng-repeat="session in daysessions">
  9. {{ session.slot }}, {{ session.room }}:<br /> <a ng-href="{{session.link}}">{{ session.title }}</a> - <span style="cursor:pointer" ng-click="toggleSession(session.id)">x</span>
  10. </li>
  11. </ul>
  12. </div>
  13. </div>
  14.  
  15. //////// POUR L'ARTICLE Le Programme -- EFFACER APRES USAGE
  16.  
  17. <div class="programme" ng-app="jddSite" ng-controller="ProgramCtrl">
  18. {tab Vendredi 18 mai 2018}
  19. {loadmodule mod_articles_category,Vendredi 18 mai 2018}
  20. {tab Samedi 19 mai 2018}
  21. {loadmodule mod_articles_category,Samedi 19 mai 2018}
  22. {tab Votre sélection}
  23. {loadmodule mod_custom, Votre sélection}
  24. {/tabs}
  25.  
  26. </div>
Add Comment
Please, Sign In to add comment