Commit ff334700c2e2f5bd4760d69cd7a169555ba1a5eb
1 parent
e52721a27d
Exists in
master
and in
1 other branch
Attempt 2
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
templates/cardlist.html
View file @
ff33470
<body> | 1 | 1 | <body> | |
<div class="row"> | 2 | 2 | <div class="row"> | |
<a class="btn" id="showHidden" ng-click="show = !show" style="margin-top: 15px">Show Hidden</a> | 3 | 3 | <a class="btn" id="showHidden" ng-click="show = !show" style="margin-top: 15px">Show Hidden</a> | |
4 | 4 | |||
<div class="input-field col s6 right"> | 5 | 5 | <div class="input-field col s6 right"> | |
<i class="mdi-action-search prefix"></i> | 6 | 6 | <i class="mdi-action-search prefix"></i> | |
<input id="search" type="text" class="validate" ng-model="searchText"/> | 7 | 7 | <input id="search" type="text" class="validate" ng-model="searchText"/> | |
<label for="search">Search</label> | 8 | 8 | <label for="search">Search</label> | |
</div> | 9 | 9 | </div> | |
</div> | 10 | 10 | </div> | |
11 | 11 | |||
<div class="row"> | 12 | 12 | <div class="row"> | |
<form> | 13 | 13 | <form> | |
<div class="col s12"> | 14 | 14 | <div class="col s12"> | |
<div class="col s2"> | 15 | 15 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekOneCheck" ng-model="filter['week1']"/> | 16 | 16 | <input type="checkbox" class="filled-in" id="weekOneCheck" ng-model="filter['week1']"/> | |
<label for="weekOneCheck">Week One</label> | 17 | 17 | <label for="weekOneCheck">Week One</label> | |
</div> | 18 | 18 | </div> | |
<div class="col s2"> | 19 | 19 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekTwoCheck" ng-model="filter['week2']"/> | 20 | 20 | <input type="checkbox" class="filled-in" id="weekTwoCheck" ng-model="filter['week2']"/> | |
<label for="weekTwoCheck">Week Two</label> | 21 | 21 | <label for="weekTwoCheck">Week Two</label> | |
</div> | 22 | 22 | </div> | |
<div class="col s2"> | 23 | 23 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekThreeCheck" ng-model="filter['week3']"/> | 24 | 24 | <input type="checkbox" class="filled-in" id="weekThreeCheck" ng-model="filter['week3']"/> | |
<label for="weekThreeCheck">Week Three</label> | 25 | 25 | <label for="weekThreeCheck">Week Three</label> | |
</div> | 26 | 26 | </div> | |
<div class="col s2"> | 27 | 27 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekFourCheck" ng-model="filter['week4']"/> | 28 | 28 | <input type="checkbox" class="filled-in" id="weekFourCheck" ng-model="filter['week4']"/> | |
<label for="weekFourCheck">Week Four</label> | 29 | 29 | <label for="weekFourCheck">Week Four</label> | |
</div> | 30 | 30 | </div> | |
<div class="col s2"> | 31 | 31 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekFiveCheck" ng-model="filter['week5']"/> | 32 | 32 | <input type="checkbox" class="filled-in" id="weekFiveCheck" ng-model="filter['week5']"/> | |
<label for="weekFiveCheck">Week Five</label> | 33 | 33 | <label for="weekFiveCheck">Week Five</label> | |
</div> | 34 | 34 | </div> | |
</div> | 35 | 35 | </div> | |
<div class="col s12"> | 36 | 36 | <div class="col s12"> | |
<div class="col s2"> | 37 | 37 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekSixCheck" ng-model="filter['week6']"/> | 38 | 38 | <input type="checkbox" class="filled-in" id="weekSixCheck" ng-model="filter['week6']"/> | |
<label for="weekSixCheck">Week Six</label> | 39 | 39 | <label for="weekSixCheck">Week Six</label> | |
</div> | 40 | 40 | </div> | |
<div class="col s2"> | 41 | 41 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekSevenCheck" ng-model="filter['week7']"/> | 42 | 42 | <input type="checkbox" class="filled-in" id="weekSevenCheck" ng-model="filter['week7']"/> | |
<label for="weekSevenCheck">Week Seven</label> | 43 | 43 | <label for="weekSevenCheck">Week Seven</label> | |
</div> | 44 | 44 | </div> | |
<div class="col s2"> | 45 | 45 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekEightCheck" ng-model="filter['week8']"/> | 46 | 46 | <input type="checkbox" class="filled-in" id="weekEightCheck" ng-model="filter['week8']"/> | |
<label for="weekEightCheck">Week Eight</label> | 47 | 47 | <label for="weekEightCheck">Week Eight</label> | |
</div> | 48 | 48 | </div> | |
<div class="col s2"> | 49 | 49 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekNineCheck" ng-model="filter['week9']"/> | 50 | 50 | <input type="checkbox" class="filled-in" id="weekNineCheck" ng-model="filter['week9']"/> | |
<label for="weekNineCheck">Week Nine</label> | 51 | 51 | <label for="weekNineCheck">Week Nine</label> | |
</div> | 52 | 52 | </div> | |
<div class="col s2"> | 53 | 53 | <div class="col s2"> | |
<input type="checkbox" class="filled-in" id="weekTenCheck" ng-model="filter['week10']"/> | 54 | 54 | <input type="checkbox" class="filled-in" id="weekTenCheck" ng-model="filter['week10']"/> | |
<label for="weekTenCheck">Week Ten</label> | 55 | 55 | <label for="weekTenCheck">Week Ten</label> | |
</div> | 56 | 56 | </div> | |
</div> | 57 | 57 | </div> | |
</form> | 58 | 58 | </form> | |
</div> | 59 | 59 | </div> | |
60 | 60 | |||
<div class="list" style="padding: 0px 15px"> | 61 | 61 | <div class="list" style="padding: 0px 15px"> | |
<ul class="collection" | 62 | 62 | <ul class="collection" | |
ng-repeat="(weeknum, week_cards) in cards | filter:searchText | filter:filterByDate | groupBy: 'material_week_num' | orderBy:min"> | 63 | 63 | ng-repeat="(weeknum, week_cards) in cards | filter:searchText | filter:filterByDate | groupBy: 'material_week_num' | orderBy:-material_week_num"> | |
<li class="collection-header"><h3>Week {{weeknum}}</h3></li> | 64 | 64 | <li class="collection-header"><h3>Week {{weeknum}}</h3></li> | |
<li class="collection-item" ng-click="expand = !expand" ng-repeat="card in week_cards" ng-show="show || !card.is_hidden"> | 65 | 65 | <li class="collection-item" ng-click="expand = !expand" ng-repeat="card in week_cards" ng-show="show || !card.is_hidden"> | |
<div>{{card.text}} | 66 | 66 | <div>{{card.text}} | |
<span class="badge">{{dayofweek(card)}}</span> | 67 | 67 | <span class="badge">{{dayofweek(card)}}</span> | |
<p class="right-align" ng-show="expand"> | 68 | 68 | <p class="right-align" ng-show="expand"> | |
<a href="" class="tooltipped" ng-click="pull(card)" ng-show="!card.is_in_deck" data-position="bottom" data-delay="50" data-tooltip="Add to Deck"> | 69 | 69 | <a href="" class="tooltipped" ng-click="pull(card)" ng-show="!card.is_in_deck" data-position="bottom" data-delay="50" data-tooltip="Add to Deck"> | |
<i class="mdi-content-add-circle-outline small"></i></a> | 70 | 70 | <i class="mdi-content-add-circle-outline small"></i></a> | |
<a href="" class="tooltipped" ng-click="unpull(card)" ng-show="card.is_in_deck" data-position="bottom" data-delay="50" data-tooltip="Add to Deck"> | 71 | 71 | <a href="" class="tooltipped" ng-click="unpull(card)" ng-show="card.is_in_deck" data-position="bottom" data-delay="50" data-tooltip="Add to Deck"> | |
<i class="mdi-content-remove-circle-outline small"></i></a> | 72 | 72 | <i class="mdi-content-remove-circle-outline small"></i></a> | |
<a href="" class="tooltipped" ng-click="hide(card)" ng-show="!card.is_hidden" data-position="bottom" data-delay="50" data-tooltip="Hide"> | 73 | 73 | <a href="" class="tooltipped" ng-click="hide(card)" ng-show="!card.is_hidden" data-position="bottom" data-delay="50" data-tooltip="Hide"> | |
<i class="mdi-action-visibility-off small"></i></a> | 74 | 74 | <i class="mdi-action-visibility-off small"></i></a> | |
<a href="" class="tooltipped" ng-click="unhide(card)" ng-show="card.is_hidden" data-position="bottom" data-delay="50" data-tooltip="Unhide"> | 75 | 75 | <a href="" class="tooltipped" ng-click="unhide(card)" ng-show="card.is_hidden" data-position="bottom" data-delay="50" data-tooltip="Unhide"> | |
<i class="mdi-action-visibility small"></i></a> | 76 | 76 | <i class="mdi-action-visibility small"></i></a> | |
<a href="" ng-click="flag(card)" data-position="bottom" data-delay="50" data-tooltip="Flag"> | 77 | 77 | <a href="" ng-click="flag(card)" data-position="bottom" data-delay="50" data-tooltip="Flag"> | |
<i class="mdi-content-flag small"></i></a> | 78 | 78 | <i class="mdi-content-flag small"></i></a> | |
</p> | 79 | 79 | </p> | |
</div> | 80 | 80 | </div> | |
</li> | 81 | 81 | </li> | |
</ul> | 82 | 82 | </ul> | |
</div> | 83 | 83 | </div> | |
84 | 84 | |||
85 | 85 | |||
<div class="fixed-action-btn back-to-top" style="bottom: 45px; right: 24px; display: none;"> | 86 | 86 | <div class="fixed-action-btn back-to-top" style="bottom: 45px; right: 24px; display: none;"> | |
<a class="btn-floating btn-large"> | 87 | 87 | <a class="btn-floating btn-large"> |