Ignore:
Timestamp:
01/20/14 17:11:00 (10 years ago)
Author:
andmor
Message:

URL scheme reviewed.
Updated SCHEMAcat CSS and applied styles for Bootstrap 3 compatibility.
Updated SCHEMAcat minified files.
Updated AngularJS to 1.2.8
Updated ui-bootstrap to 0.10.0

File:
1 edited

Legend:

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

    r4238 r4298  
    1 <div id="workspace" data-ng-class="animateWorkspacePageChange" style="padding:0 15px;">
     1<div id="workspace" data-ng-class="animateWorkspacePageChange" class="schemacat-fluid-container">
    22    <div id="workspace-main-row" class="row">
    3         <div class="col-md-3 workspace-master-div">
     3        <div class="col-md-3">
    44            <div class="sidebar-nav-fixed">
    55                <!--<form class="form-search">
     
    3434            </div>
    3535        </div>
    36         <div class="col-md-9 workspace-master-div container">
     36        <div class="col-md-9">
    3737            <div id="schema-background" class="jumbotron">
    38                 <div id="schema-div" data-ng-class="animateSchemaChange">
     38                <div id="schema-div" data-ng-class="animateSchemaChange" class="small">
    3939                    <h1 id="schema-name" data-ng-bind="selectedSchema['sc:schema']['sc:name']"></h1>
    4040                    <p data-ng-if="selectedSchema['sc:schema']['sc:description'] != '[object Object]'" data-ng-bind="selectedSchema['sc:schema']['sc:description']"/>
     
    5858                        <div class="col-md-2">
    5959                            <h4>License:</h4>
    60                             <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 view license text...</span>">
    61                                 <small><span data-ng-bind="selectedSchema['sc:schema']['sc:license']['xml:id']"/></small>
    62                             </a>                           
     60                            <p data-ng-if="selectedSchema['sc:schema']['sc:license'] != undefined">
     61                                <a 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 view license text...</span>">
     62                                    <small data-ng-bind="selectedSchema['sc:schema']['sc:license']['xml:id']"></small>
     63                                </a>
     64                            </p>                           
    6365                            <p data-ng-if="selectedSchema['sc:schema']['sc:license'] == undefined">--</p>
    6466                        </div>
     
    8991                                    <pre><code data-ng-class="prettify" data-ng-bind="schemaFileContent"></code></pre>
    9092                                </div>
    91                                 <div class="control-group error" data-ng-show="showFileAjaxError">
     93                                <div class="has-error small" data-ng-show="showFileAjaxError">
    9294                                    <small class="help-block">
    9395                                        <div>The server responded with an error. Please try again!</div>
Note: See TracChangeset for help on using the changeset viewer.