cms/app-client/app/templates/application.hbs
changeset 91 acfeddc7821d
parent 84 36f84e8f1ad5
child 94 62984937a062
equal deleted inserted replaced
90:f0609941aa98 91:acfeddc7821d
     8   <div class="corpus-app-player">
     8   <div class="corpus-app-player">
     9     {{partial "player"}}
     9     {{partial "player"}}
    10   </div>
    10   </div>
    11   {{partial "results"}}
    11   {{partial "results"}}
    12 </div>
    12 </div>
       
    13 
       
    14 {{#if isShowingModal}}
       
    15   {{#ember-wormhole to='info-modal'}}
       
    16     <div class="overlay" {{action 'toggleModal'}}></div>
       
    17     <div class="dialog">
       
    18       <h1>{{currentDetails.title}}</h1>
       
    19       <p><b>Description: </b>{{currentDetails.description}}</p>
       
    20       <p><b>Interviewer: </b>{{currentDetails.interviewer}}</p>
       
    21       <p><b>Type de Discours: </b>{{currentDetails.type}}</p>
       
    22       <p><b>Localisation: </b>{{currentDetails.spatial}}</p>
       
    23       <p><b>Langue: </b>{{currentDetails.language}}</p>
       
    24       <p><b>Date de Creation: </b>{{currentDetails.created}}</p>
       
    25       <button class="pull-right" {{action 'toggleModal'}}>Close</button>
       
    26     </div>
       
    27   {{/ember-wormhole}}
       
    28 {{/if}}