Sha256: d0d8f6f51e28ab90d2d5682365f8d3170d90a57ad9d2372cc9ccaedff65b8aea

Contents?: true

Size: 1.61 KB

Versions: 17

Compression:

Stored size: 1.61 KB

Contents

<script type="text/ng-template" id="promethee/components/cover/localize">
  <div ng-show="master.attributes.surtitle.value || master.attributes.title.value || master.attributes.subtitle.value">
    <hr>

    <div class="row">
      <div class="col-md-6">
        <img ng-src="/promethee/blob/{{master.attributes.image.value.id}}" class="img-fluid img-responsive" style="max-width: 200px">
      </div>
    </div>

    <div class="row" ng-show="master.attributes.surtitle.value">
      <div class="col-md-6">
        <b>Surtitle</b>
        <p>{{master.attributes.surtitle.value}}</p>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <b>Surtitle</b>
          <input class="form-control" ng-model="component.attributes.surtitle.value" type="text">
        </div>
      </div>
    </div>

    <div class="row" ng-show="master.attributes.title.value">
      <div class="col-md-6">
        <b>Title</b>
        <p>{{master.attributes.title.value}}</p>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <b>Title</b>
          <input class="form-control" ng-model="component.attributes.title.value" type="text">
        </div>
      </div>
    </div>

    <div class="row" ng-show="master.attributes.subtitle.value">
      <div class="col-md-6">
        <b>Subtitle</b>
        <p>{{master.attributes.subtitle.value}}</p>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <b>Subtitle</b>
          <input class="form-control" ng-model="component.attributes.subtitle.value" type="text">
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-4.1.7 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.6 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.5 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.4 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.3 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.2 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.1 app/views/promethee/components/cover/_localize.html.erb
promethee-4.1.0 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.8 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.7 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.6 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.5 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.4 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.3 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.2 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.1 app/views/promethee/components/cover/_localize.html.erb
promethee-4.0.0 app/views/promethee/components/cover/_localize.html.erb