code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a hidden input control. The hid...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Hidden.java
Java
asf20
3,019
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * * A class representing a select input control. The...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Select.java
Java
asf20
8,995
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a text area input control. The ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/TextArea.java
Java
asf20
5,242
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.WingConstants; import org....
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Meta.java
Java
asf20
6,931
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import org.dspace.app.xmlui.wi...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Reference.java
Java
asf20
5,933
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a composite input control. The ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Composite.java
Java
asf20
9,877
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing the Button input control. The b...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Button.java
Java
asf20
2,596
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Xref.java
Java
asf20
5,199
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.HashMap; import java.util.Map; import org...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/RepositoryMeta.java
Java
asf20
6,016
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.Message; import org.dspac...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/TextContainer.java
Java
asf20
2,476
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import java.util.List; import ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/UserMeta.java
Java
asf20
9,972
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a paragraph, the "p" element. ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Para.java
Java
asf20
3,444
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Option.java
Java
asf20
2,471
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import org.dspace.app.xmlui.wi...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/ReferenceSet.java
Java
asf20
7,103
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * Class representing a Division, or the div element, i...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Division.java
Java
asf20
32,714
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/WingDocument.java
Java
asf20
8,693
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Figure.java
Java
asf20
3,533
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a character container, such as ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/RichTextContainer.java
Java
asf20
22,302
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * This class represents a generic Wing Container. The ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Container.java
Java
asf20
2,846
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing an an abstract input control (w...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Field.java
Java
asf20
18,892
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a list item. * * The item el...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Item.java
Java
asf20
3,293
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a File input controls. The file...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/File.java
Java
asf20
1,470
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a table. * * The table eleme...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Table.java
Java
asf20
7,491
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.xml.sax.ContentHandler; import org.xml.sax.SAXEx...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/WingElement.java
Java
asf20
1,534
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Head.java
Java
asf20
2,550
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Label.java
Java
asf20
2,979
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Metadata.java
Java
asf20
5,901
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * This interface represents all structural wing elemen...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/StructuralElement.java
Java
asf20
874
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a radio input control. Radio in...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Radio.java
Java
asf20
8,375
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a highlighted inline element of...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Highlight.java
Java
asf20
3,028
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/AbstractWingElement.java
Java
asf20
15,161
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a table cell. * * The cell e...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Cell.java
Java
asf20
5,538
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a password input control. The p...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Password.java
Java
asf20
2,143
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.io.ByteArrayInputStream; import java.io.IOExcep...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/SimpleHTMLFragment.java
Java
asf20
20,307
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class represented parameters to fields. The parame...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Params.java
Java
asf20
11,880
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class that represents a List element. * * The l...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/List.java
Java
asf20
18,855
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a CheckBox input control. The c...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/CheckBox.java
Java
asf20
8,861
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.WingException; import org....
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/WingMergeableElement.java
Java
asf20
2,810
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import java.util.List; import ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/PageMeta.java
Java
asf20
9,878
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import java.util.List; import ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Body.java
Java
asf20
7,707
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class that represents a table row. * * The row ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Row.java
Java
asf20
10,331
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; /** * A class representing a text input control. The text ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Text.java
Java
asf20
5,076
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import org.dspace.app.xmlui.wi...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Options.java
Java
asf20
6,455
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import java.util.ArrayList; import java.util.List; import ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Instance.java
Java
asf20
8,836
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.AttributeMap; import org.d...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Trail.java
Java
asf20
2,806
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.WingContext; import org.ds...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Help.java
Java
asf20
2,046
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing.element; import org.dspace.app.xmlui.wing.WingContext; import org.ds...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Error.java
Java
asf20
2,055
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing; import org.dspace.app.xmlui.wing.element.Body; import org.dspace.ap...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/WingConstants.java
Java
asf20
3,319
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing; import org.apache.avalon.framework.parameters.ParameterException; i...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/IncludePageMeta.java
Java
asf20
13,036
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing; import java.io.Serializable; /** * * This class represents an i...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/Message.java
Java
asf20
4,726
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.wing; import org.dspace.app.xmlui.wing.element.Body; import org.dspace.ap...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/WingTransformer.java
Java
asf20
1,596
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // script.aculo.us builder.js v1.8.2, Tue Nov 18 18:30:58 +0100 2008 // Copyright (c) 2005-2008 Thomas ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/static/js/scriptaculous/builder.js
JavaScript
asf20
4,960
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // Client-side scripting to support DSpace Choice Control // IMPORTANT NOTE: // This code depends on a...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/static/js/choice-support.js
JavaScript
asf20
21,407
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 1999-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/exception2html.xslt
XSLT
asf20
7,235
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: .8em; ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style.css
CSS
asf20
24,543
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ span.ds-form-label { width: 140px; } div#ds-body { width: 604px; padding-right: 5px; ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie6.css
CSS
asf20
2,168
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ div#ds-body { margin-top: 12px; } div.ds-option-set { padding: 30px 2px 3px 2px; width: 133px; mar...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Reference/lib/style-ie.css
CSS
asf20
2,306
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexey Ma...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/Mirage.xsl
XSLT
asf20
1,802
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // Client-side scripting to support DSpace Choice Control // IMPORTANT NOTE: // This version of choice...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/js/choice-support.js
JavaScript
asf20
22,511
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Dr...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/js/DD_belatedPNG_0.0.8a.js
JavaScript
asf20
12,414
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Modifications to the rendering of elements in the administrative aspect. Author: art...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/administrative/administrative.xsl
XSLT
asf20
4,892
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of the authority control related pages. Author: art.lowel at atmire.com ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/general/choice-authority-control.xsl
XSLT
asf20
18,441
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of a list of items (e.g. in a search or browse results page) Author: a...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-list.xsl
XSLT
asf20
13,345
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of a list of collections (e.g. on a community homepage, or on the community...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/collection-list.xsl
XSLT
asf20
4,725
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of a list of communities (e.g. on a community homepage, or on the community...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/community-list.xsl
XSLT
asf20
4,791
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering specific to the item display page. Author: art.lowel at atmire.com Aut...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl
XSLT
asf20
24,485
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Templates to cover the forms and forms fields. Author: art.lowel at atmire.com A...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/forms.xsl
XSLT
asf20
17,678
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- This stylesheet contains helper templates for things like i18n and standard attributes. ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/utils.xsl
XSLT
asf20
2,755
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Templates to cover the attribute calls. Author: art.lowel at atmire.com Author: ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/attribute-handlers.xsl
XSLT
asf20
10,277
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Global variables accessible from other templates Author: art.lowel at atmire.com ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/global-variables.xsl
XSLT
asf20
1,671
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Main structure of the page, determines where header, footer, body, navigation are str...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl
XSLT
asf20
32,729
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Templates to cover the common dri elements. Author: art.lowel at atmire.com Auth...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/elements.xsl
XSLT
asf20
3,593
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering specific to the navigation (options) Author: art.lowel at atmire.com A...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/navigation.xsl
XSLT
asf20
7,679
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * style.css * * Primary Styles */ /*Font size percentages based on the tables at developer.yaho...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/style.css
CSS
asf20
19,951
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ * { float: none; /* Screens are not big enough to account for floats */ font-size: 80%; /...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/handheld.css
CSS
asf20
451
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * print.css * * print styles */ * { background: transparent !important; color: #444 !important; ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/print.css
CSS
asf20
835
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * base.css * * minimal base styles */ /* #444 looks better than black: twitter.com/H_FJ/status...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/base.css
CSS
asf20
2,574
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * helper.css * * Non-semantic helper classes */ /* for image replacement */ .ir { display:block...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/helper.css
CSS
asf20
1,206
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** Additions for Authority Control elements **/ /* for scriptaculous autocomplete */ div.autocomplete ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/authority-control.css
CSS
asf20
3,208
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* reset.css */ /* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baselin...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/reset.css
CSS
asf20
2,439
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * Media queries for responsive design */ @media all and (orientation:portrait) { /* Style adjus...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/css/media.css
CSS
asf20
790
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl
XSLT
asf20
49,503
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Author: Alexey Maslov Description: This styles...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/General-Handler.xsl
XSLT
asf20
11,448
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexey Ma...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/structural.xsl
XSLT
asf20
164,256
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/QDC-Handler.xsl
XSLT
asf20
17,767
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/MODS-Handler.xsl
XSLT
asf20
24,095
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- template.xsl Version: $Revision: 5845 $ Date...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/Kubrick.xsl
XSLT
asf20
46,395
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ // jQuery code for the Kubrick theme. // // This applies some style that couldn't be achieved with ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/kubrick-jquery.js
JavaScript
asf20
1,479
<?xml version="1.0"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- This template is in the public domain available from http://www.exslt...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/xsl/date.day-in-month.template.xsl
XSLT
asf20
4,139
<?xml version="1.0"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- This template is in the public domain available from http://www.exslt...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/xsl/date.year.template.xsl
XSLT
asf20
3,849
<?xml version="1.0"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- This template is in the public domain available from http://www.exslt...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/xsl/date.month-name.template.xsl
XSLT
asf20
5,060
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ body { background:#D5D6D7 url(../../images/kubrickbgcolor.jpg) repeat scroll 0%; color:#333333; font-fa...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/css/style.css
CSS
asf20
43,743
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ #page { background-position:center; } /* Styles for the header */ #ds-header { height:140...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/css/style-ie6.css
CSS
asf20
4,549
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* Styles for the header */ #ds-user-box { position: relative; left: 33px; top: -174px; }...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/css/style-ie7.css
CSS
asf20
1,941
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* The browse-by navigation box in the search/navigation box that appears in the middle of the page whe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/css/style-safari2.css
CSS
asf20
513
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* The browse-by navigation box in the search/navigation box that appears in the middle of the page whe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/Kubrick/lib/css/style-safari3.css
CSS
asf20
840
<?xml version="1.0" encoding="UTF-8"?> <!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- TODO: Describe this XSL file Author: Alexe...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml.xsl
XSLT
asf20
1,100
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- OAI harvesting specific rendering Author: art.lowel at atmire.com Author: lieven...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml-alt/aspect/administrative/harvesting.xsl
XSLT
asf20
2,446
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of the authority control related pages. Author: art.lowel at atmire.com ...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml-alt/aspect/general/choice-authority-control.xsl
XSLT
asf20
17,966
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Starting point of the artifactbrowser transformation. This xsl references all artifac...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml-alt/aspect/artifactbrowser/artifactbrowser.xsl
XSLT
asf20
1,594