cms/app-client/app/templates/application.hbs
changeset 95 f7ab931581af
parent 94 62984937a062
child 99 7a0f42034a25
equal deleted inserted replaced
94:62984937a062 95:f7ab931581af
    14 {{#if detail}}
    14 {{#if detail}}
    15   {{#ember-wormhole to='info-modal'}}
    15   {{#ember-wormhole to='info-modal'}}
    16     <div class="overlay" {{action 'toggleModal'}}></div>
    16     <div class="overlay" {{action 'toggleModal'}}></div>
    17     <div class="dialog">
    17     <div class="dialog">
    18       <div class="dialog-header">
    18       <div class="dialog-header">
    19         <h2>Document details</h2>
    19         <h2>Notice</h2>
    20       </div>
    20       </div>
    21       <h3>{{modalItem.title}}</h3>
    21       <div class="dialog-body">
    22       <p><b>Description: </b>{{modalItem.description}}</p>
    22         <p><b>Titre </b>{{modalItem.title}}</p>
    23       <p><b>Interviewer: </b>{{modalItem.interviewer}}</p>
    23         <p><b>Langue </b>{{modalItem.language}}</p>
    24       <p><b>Type de Discours: </b>{{modalItem.type}}</p>
    24         <p><b>Enregistré le </b>{{modalItem.modified}}</p>
    25       <p><b>Localisation: </b>{{modalItem.spatial}}</p>
    25         <p><b>Interviewer </b>{{modalItem.publishers}}</p>
    26       <p><b>Langue: </b>{{modalItem.language}}</p>
    26         <p><b>Description </b>{{modalItem.description}}</p>
    27       <p><b>Date de Creation: </b>{{modalItem.created}}</p>
    27         <p><b>Type de Discours </b>{{modalItem.type}}</p>
    28       <button class="pull-right" {{action 'toggleModal'}}>Close</button>
    28         <p><b>Localisation </b>{{modalItem.spatial}}</p>
       
    29       </div>
       
    30       <div class="dialog-footer">
       
    31         <button class="pull-right" {{action 'toggleModal'}}>Close</button>
       
    32       </div>
    29     </div>
    33     </div>
    30   {{/ember-wormhole}}
    34   {{/ember-wormhole}}
    31 {{/if}}
    35 {{/if}}