Changeset 4194


Ignore:
Timestamp:
12/17/13 15:31:24 (10 years ago)
Author:
andmor
Message:

Displaying license info in the schema metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.site/site/partials/workspace.html

    r4157 r4194  
    5454                            <p data-ng-if="selectedSchema['sc:schema']['sc:access']['sc:all']['actions'] != 'r'">private</p>
    5555                        </div>
     56                        <div class="span2">
     57                            <h4>License:</h4>
     58                            <a data-ng-if="selectedSchema['sc:schema']['sc:license'] != undefined"  href="{{selectedSchema['sc:schema']['sc:license']['sc:license-text']}}" data-tooltip-append-to-body="true" data-tooltip-placement="right" data-tooltip-html-unsafe="{{selectedSchema['sc:schema']['sc:license']['sc:full-name']}}<br/><span>OSI approved: </span><span>{{selectedSchema['sc:schema']['sc:license']['sc:OSI-approved']}}</span><br/><br/><span>Click to see license text...</span>">
     59                                <small><span data-ng-bind="selectedSchema['sc:schema']['sc:license']['xml:id']"/></small>
     60                            </a>                           
     61                            <p data-ng-if="selectedSchema['sc:schema']['sc:license'] == undefined">--</p>
     62                        </div>
    5663                    </div>
    5764                    <div class="row-fluid">
Note: See TracChangeset for help on using the changeset viewer.