Sha256: 12da79987e651f44f2e99b6f41e2fdcdc27b5b30a7c5227ac0c873e60d98d455

Contents?: true

Size: 1.22 KB

Versions: 62

Compression:

Stored size: 1.22 KB

Contents

<script type="text/ng-template" id="promethee/components/image/localize">
  <div ng-show="master.attributes.searchable_alt || master.attributes.searchable_caption">
    <hr>

    <div class="row">
      <div class="col-md-6">
        <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-fluid img-responsive">
      </div>
    </div>

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

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/image/_localize.html.erb
promethee-3.0.1 app/views/promethee/components/image/_localize.html.erb
promethee-3.0.0 app/views/promethee/components/image/_localize.html.erb
promethee-2.1.3 app/views/promethee/components/image/_localize.html.erb
promethee-2.1.2 app/views/promethee/components/image/_localize.html.erb
promethee-2.1.1 app/views/promethee/components/image/_localize.html.erb
promethee-2.1.0 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.9 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.8 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.7 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.6 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.5 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.4 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.3 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.2 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.1 app/views/promethee/components/image/_localize.html.erb
promethee-2.0.0 app/views/promethee/components/image/_localize.html.erb
promethee-1.11.29 app/views/promethee/components/image/_localize.html.erb
promethee-1.11.28 app/views/promethee/components/image/_localize.html.erb
promethee-1.11.27 app/views/promethee/components/image/_localize.html.erb