updates to outdated URLs and branch names (typically master -> main)
This commit is contained in:
parent
7046bdfad7
commit
abd40c25f5
68 changed files with 102 additions and 100 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
**Thank you for submitting a pull request! Title this pull request with a brief description of what the pull request fixes/improves/changes. Please describe the pull request in detail using the template below.**
|
**Thank you for submitting a pull request! Title this pull request with a brief description of what the pull request fixes/improves/changes. Please describe the pull request in detail using the template below.**
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
**[JIRA Issue](https://jira.duraspace.org/projects/VIVO)**: (please link to issue)
|
**[JIRA Issue](https://jira.lyrasis.org/projects/VIVO)**: (please link to issue)
|
||||||
|
|
||||||
* Other Relevant Links (Mailing list discussion, related pull requests, etc.)
|
* Other Relevant Links (Mailing list discussion, related pull requests, etc.)
|
||||||
|
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,3 +22,6 @@ utilities/rdbmigration/.work
|
||||||
**/bin/
|
**/bin/
|
||||||
|
|
||||||
vivo-home/
|
vivo-home/
|
||||||
|
|
||||||
|
.fake
|
||||||
|
.ionide
|
|
@ -14,12 +14,12 @@ desired information across disciplines.
|
||||||
http://vivoweb.org/
|
http://vivoweb.org/
|
||||||
|
|
||||||
### VIVO Project Wiki
|
### VIVO Project Wiki
|
||||||
https://wiki.duraspace.org/display/VIVO/
|
https://wiki.lyrasis.org/display/VIVO/
|
||||||
|
|
||||||
### Installation Instructions
|
### Installation Instructions
|
||||||
|
|
||||||
Installation instructions for the latest release can be found at this location on the wiki:
|
Installation instructions for the latest release can be found at this location on the wiki:
|
||||||
https://wiki.duraspace.org/display/VIVODOC112x/Installing+VIVO
|
https://wiki.lyrasis.org/display/VIVODOC112x/Installing+VIVO
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ development, implementation, and testing.
|
||||||
|
|
||||||
## Contributing Code
|
## Contributing Code
|
||||||
If you would like to contribute code to the VIVO project, please open a ticket
|
If you would like to contribute code to the VIVO project, please open a ticket
|
||||||
in our [JIRA](https://jira.duraspace.org/projects/VIVO), and prepare a
|
in our [JIRA](https://jira.lyrasis.org/projects/VIVO), and prepare a
|
||||||
pull request that references your ticket. Contributors welcome!
|
pull request that references your ticket. Contributors welcome!
|
||||||
|
|
||||||
## Citing VIVO
|
## Citing VIVO
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
<project
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -72,4 +69,4 @@
|
||||||
<type>tar.gz</type>
|
<type>tar.gz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
|
@ -10,7 +10,7 @@
|
||||||
# For more information on specific properties, see the configuration reference
|
# For more information on specific properties, see the configuration reference
|
||||||
# or installation options section of the technical documentation for the
|
# or installation options section of the technical documentation for the
|
||||||
# version of VIVO you are running:
|
# version of VIVO you are running:
|
||||||
# https://wiki.duraspace.org/display/VIVO/VIVO+Technical+Documentation
|
# https://wiki.lyrasis.org/display/VIVO/VIVO+Technical+Documentation
|
||||||
#
|
#
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -272,7 +272,7 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>vivo-dependencies</id>
|
<id>vivo-dependencies</id>
|
||||||
<name>VIVO Dependencies</name>
|
<name>VIVO Dependencies</name>
|
||||||
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
|
<url>https://raw.github.com/vivo-project/dependencies/main/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
|
|
28
pom.xml
28
pom.xml
|
@ -1,5 +1,4 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -68,7 +67,7 @@
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>Vitro-languages</id>
|
<id>Vitro-languages</id>
|
||||||
<activation>
|
<activation>
|
||||||
<file>
|
<file>
|
||||||
|
@ -78,8 +77,8 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>../Vitro-languages</module>
|
<module>../Vitro-languages</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>VIVO-languages</id>
|
<id>VIVO-languages</id>
|
||||||
<activation>
|
<activation>
|
||||||
<file>
|
<file>
|
||||||
|
@ -89,8 +88,8 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>../VIVO-languages</module>
|
<module>../VIVO-languages</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>vitro</id>
|
<id>vitro</id>
|
||||||
<activation>
|
<activation>
|
||||||
<file>
|
<file>
|
||||||
|
@ -489,16 +488,19 @@
|
||||||
<failOnError>false</failOnError>
|
<failOnError>false</failOnError>
|
||||||
</configuration>
|
</configuration>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet><!-- by default, id = "default" -->
|
<reportSet>
|
||||||
<reports><!-- select non-aggregate reports -->
|
<!-- by default, id = "default" -->
|
||||||
|
<reports>
|
||||||
|
<!-- select non-aggregate reports -->
|
||||||
<report>javadoc</report>
|
<report>javadoc</report>
|
||||||
<report>test-javadoc</report>
|
<report>test-javadoc</report>
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
<reportSet><!-- aggregate reportSet, to define in poms
|
<reportSet>
|
||||||
|
<!-- aggregate reportSet, to define in poms
|
||||||
having modules -->
|
having modules -->
|
||||||
<id>aggregate</id>
|
<id>aggregate</id>
|
||||||
<inherited>false</inherited><!-- don't run aggregate
|
<inherited>false</inherited> <!-- don't run aggregate
|
||||||
in child modules -->
|
in child modules -->
|
||||||
<reports>
|
<reports>
|
||||||
<report>aggregate</report>
|
<report>aggregate</report>
|
||||||
|
@ -530,7 +532,7 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>vivo-dependencies</id>
|
<id>vivo-dependencies</id>
|
||||||
<name>VIVO Dependencies</name>
|
<name>VIVO Dependencies</name>
|
||||||
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
|
<url>https://raw.github.com/vivo-project/dependencies/main/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -560,4 +562,4 @@
|
||||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# RC Script
|
# RC Script
|
||||||
|
|
||||||
RC_VERSION=1.11.1
|
RC_VERSION=1.12.0
|
||||||
RC_NUM=1
|
RC_NUM=1
|
||||||
|
|
||||||
git checkout master
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
git push origin master:rel-${RC_VERSION}-RC
|
git push origin main:rel-${RC_VERSION}-RC
|
||||||
|
|
||||||
|
|
||||||
git checkout rel-${RC_VERSION}-RC
|
git checkout rel-${RC_VERSION}-RC
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
echo 'New version number required eg. 1.9.0-rc1'
|
echo 'New version number required eg. 1.12.0-RC1'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<!-- Note: ?workshop is a generic name for any intervening event between a presentation and -->
|
<!-- Note: ?workshop is a generic name for any intervening event between a presentation and -->
|
||||||
<!-- a conference, such as a workshop or session or exhibit. tlw72 -->
|
<!-- a conference, such as a workshop or session or exhibit. tlw72 -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations
|
||||||
This list view used for both roleContributesTo and BFO_0000054, which
|
This list view used for both roleContributesTo and BFO_0000054, which
|
||||||
is for events.
|
is for events.
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- VIVO-specific default list view config file for object properties
|
<!-- VIVO-specific default list view config file for object properties
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
<!-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||||
|
|
||||||
<!-- See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
<!-- See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- Custom list view config file for core:webpage
|
<!-- Custom list view config file for core:webpage
|
||||||
|
|
||||||
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
See guidelines at https://wiki.lyrasis.org/display/VIVODOC112x/Custom+List+View+Configurations -->
|
||||||
|
|
||||||
<list-view-config>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
.btn-default,
|
.btn-default,
|
||||||
.btn-primary,
|
.btn-primary,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||||
html {
|
html {
|
||||||
|
@ -187,7 +187,7 @@ td,
|
||||||
th {
|
th {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/main/src/css/main.css */
|
||||||
@media print {
|
@media print {
|
||||||
*,
|
*,
|
||||||
*:before,
|
*:before,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#transitions
|
* http://getbootstrap.com/javascript/#transitions
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#alerts
|
* http://getbootstrap.com/javascript/#alerts
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#buttons
|
* http://getbootstrap.com/javascript/#buttons
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#carousel
|
* http://getbootstrap.com/javascript/#carousel
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -540,7 +540,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#collapse
|
* http://getbootstrap.com/javascript/#collapse
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
/* jshint latedef: false */
|
/* jshint latedef: false */
|
||||||
|
@ -753,7 +753,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#dropdowns
|
* http://getbootstrap.com/javascript/#dropdowns
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -919,7 +919,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#modals
|
* http://getbootstrap.com/javascript/#modals
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -1260,7 +1260,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* Inspired by the original jQuery.tipsy by Jason Frame
|
* Inspired by the original jQuery.tipsy by Jason Frame
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -1780,7 +1780,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#popovers
|
* http://getbootstrap.com/javascript/#popovers
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -1889,7 +1889,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#scrollspy
|
* http://getbootstrap.com/javascript/#scrollspy
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -2062,7 +2062,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#tabs
|
* http://getbootstrap.com/javascript/#tabs
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
@ -2218,7 +2218,7 @@ if (typeof jQuery === 'undefined') {
|
||||||
* http://getbootstrap.com/javascript/#affix
|
* http://getbootstrap.com/javascript/#affix
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
* Copyright 2011-2016 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue