|
91 | 91 | </div><!-- /.modal-dialog --> |
92 | 92 | </div><!-- /.modal --> |
93 | 93 |
|
| 94 | + <div class="modal fade" id="multipleFeedsFound" tabindex="-1" role="dialog" aria-labelledby="multipleFeedsFound" aria-hidden="true"> |
| 95 | + |
| 96 | + </div><!-- /.modal --> |
| 97 | + |
94 | 98 | <div class="modal fade" id="createFeed" tabindex="-1" role="dialog" aria-labelledby="createFeedLabel" aria-hidden="true"> |
95 | 99 | <div class="modal-dialog"> |
96 | 100 | <div class="modal-content"> |
|
167 | 171 | </div><!-- /.modal-content --> |
168 | 172 | </div><!-- /.modal-dialog --> |
169 | 173 | </div><!-- /.modal --> |
170 | | - |
| 174 | + |
| 175 | +<script type="text/template" id="template-multipleFeedsListing"> |
| 176 | + <div class="modal-dialog"> |
| 177 | + <div class="modal-content"> |
| 178 | + <div class="modal-header"> |
| 179 | + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
| 180 | + <h4 class="modal-title">Multiple Feeds Found</h4> |
| 181 | + </div> |
| 182 | + <div class="modal-body"> |
| 183 | + <p> |
| 184 | + The Web page provided exports multiple feeds. Please choose one below to add: |
| 185 | + </p> |
| 186 | + <p class="multipleFeedList"> |
| 187 | + </p> |
| 188 | + </div> |
| 189 | + <div class="modal-footer"> |
| 190 | + <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
| 191 | + <button type="button" class="btn btn-primary disabled" id="addMultipleFeedButton">Add</button> |
| 192 | + </div> |
| 193 | + </div><!-- /.modal-content --> |
| 194 | + </div><!-- /.modal-dialog --> |
| 195 | +</script> |
| 196 | + |
| 197 | +<script type="text/template" id="template-multipleFeedEntry"> |
| 198 | + <label> |
| 199 | + <input type="radio" name="aMultipleFeedEntry" value="{{url}}" /> |
| 200 | + {{title}} |
| 201 | + </label> |
| 202 | +</script> |
| 203 | + |
171 | 204 | <script type="text/template" id="template-topNavBar"> |
172 | 205 | <div class="navbar-header"> |
173 | 206 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> |
|
0 commit comments