diff --git a/Source/Plugins/Core/com.equella.core/js/package-lock.json b/Source/Plugins/Core/com.equella.core/js/package-lock.json index b026d9232c..9632b16b30 100644 --- a/Source/Plugins/Core/com.equella.core/js/package-lock.json +++ b/Source/Plugins/Core/com.equella.core/js/package-lock.json @@ -1199,12 +1199,38 @@ "@babel/types": "^7.3.0" } }, + "@types/domhandler": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@types/domhandler/-/domhandler-2.4.1.tgz", + "integrity": "sha512-cfBw6q6tT5sa1gSPFSRKzF/xxYrrmeiut7E0TxNBObiLSBTuFEHibcfEe3waQPEDbqBsq+ql/TOniw65EyDFMA==", + "dev": true + }, + "@types/domutils": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@types/domutils/-/domutils-1.7.2.tgz", + "integrity": "sha512-Nnwy1Ztwq42SSNSZSh9EXBJGrOZPR+PQ2sRT4VZy8hnsFXfCil7YlKO2hd2360HyrtFz2qwnKQ13ENrgXNxJbw==", + "dev": true, + "requires": { + "@types/domhandler": "*" + } + }, "@types/history": { "version": "4.7.2", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.2.tgz", "integrity": "sha512-ui3WwXmjTaY73fOQ3/m3nnajU/Orhi6cEu5rzX+BrAAJxa3eITXZ5ch9suPqtM03OWhAHhPSyBGCN4UKoxO20Q==", "dev": true }, + "@types/htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@types/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-fCxmHS4ryCUCfV9+CJZY1UjkbR+6Al/EQdX5Jh03qBj9gdlPG5q+7uNoDgE/ZNXb3XNWSAQgqKIWnbRCbOyyWA==", + "dev": true, + "requires": { + "@types/domhandler": "*", + "@types/domutils": "*", + "@types/node": "*" + } + }, "@types/istanbul-lib-coverage": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", @@ -1318,6 +1344,16 @@ "@types/react": "*" } }, + "@types/react-html-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/react-html-parser/-/react-html-parser-2.0.1.tgz", + "integrity": "sha512-Lyw0AtG3gahw78CX2pzmzhKaoZCfJNzzuhhPsFVhzFrylMv8NaCmzYaPKglMv3RRHpwBbHuMOkVx0HiwGZKgSA==", + "dev": true, + "requires": { + "@types/htmlparser2": "*", + "@types/react": "*" + } + }, "@types/react-redux": { "version": "5.0.21", "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-5.0.21.tgz", @@ -8699,6 +8735,14 @@ "warning": "^4.0.1" } }, + "react-html-parser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz", + "integrity": "sha512-XeerLwCVjTs3njZcgCOeDUqLgNIt/t+6Jgi5/qPsO/krUWl76kWKXMeVs2LhY2gwM6X378DkhLjur0zUQdpz0g==", + "requires": { + "htmlparser2": "^3.9.0" + } + }, "react-is": { "version": "16.8.4", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.4.tgz", diff --git a/Source/Plugins/Core/com.equella.core/js/package.json b/Source/Plugins/Core/com.equella.core/js/package.json index c88c433fee..96683fcb02 100644 --- a/Source/Plugins/Core/com.equella.core/js/package.json +++ b/Source/Plugins/Core/com.equella.core/js/package.json @@ -50,6 +50,7 @@ "react-beautiful-dnd": "7.1.3", "react-color": "2.17.0", "react-dom": "16.8.4", + "react-html-parser": "2.0.2", "react-redux": "5.1.1", "react-router": "5.0.0", "react-router-dom": "5.0.0", @@ -71,20 +72,21 @@ "license": "Apache-2.0", "devDependencies": { "@types/jest": "22.2.3", - "@types/luxon": "1.15.1", "@types/lodash": "4.14.144", - "@types/tinymce": "4.5.23", + "@types/luxon": "1.15.1", "@types/node": "9.6.52", "@types/react": "16.9.11", "@types/react-autosuggest": "9.3.11", "@types/react-color": "2.17.0", "@types/react-dom": "16.9.2", + "@types/react-html-parser": "2.0.1", "@types/react-redux": "5.0.21", "@types/react-router": "5.1.1", "@types/react-router-dom": "4.3.5", "@types/react-swipeable-views": "0.12.2", "@types/redux-logger": "3.0.7", "@types/sprintf-js": "1.1.2", + "@types/tinymce": "4.5.23", "@types/uuid": "3.4.4", "argparse": "1.0.10", "combined-stream2": "1.1.2", diff --git a/Source/Plugins/Core/com.equella.core/js/tsrc/mainui/index.tsx b/Source/Plugins/Core/com.equella.core/js/tsrc/mainui/index.tsx index 08e95ddcf0..5398ac3e91 100644 --- a/Source/Plugins/Core/com.equella.core/js/tsrc/mainui/index.tsx +++ b/Source/Plugins/Core/com.equella.core/js/tsrc/mainui/index.tsx @@ -26,6 +26,7 @@ import { LegacyContentProps, PageContent } from "../legacycontent/LegacyContent"; +import HtmlParser from "react-html-parser"; import { getCurrentUser } from "../api/currentuser"; import { ErrorResponse } from "../api/errors"; import ErrorPage from "./ErrorPage"; @@ -108,9 +109,7 @@ function IndexPage() { }, []); const oeqRoutes: { [key: string]: OEQRoute } = routes; - function mkRouteProps( - p: RouteComponentProps - ): OEQRouteComponentProps { + function mkRouteProps(p: RouteComponentProps): OEQRouteComponentProps { return { ...p, updateTemplate, @@ -218,11 +217,20 @@ function IndexPage() { {routeSwitch(content)} ); - return !content || content.noForm ? ( - template - ) : ( - {template} - ); + const render = () => { + if (!content || content.noForm) { + return template; + } else { + const { form } = content.html; + return ( + <> + {template} + {form && HtmlParser(form)} + + ); + } + }; + return render(); }} /> diff --git a/Source/Plugins/Core/com.equella.core/scalasrc/com/tle/web/api/LegacyContentApi.scala b/Source/Plugins/Core/com.equella.core/scalasrc/com/tle/web/api/LegacyContentApi.scala index 93d20b1b70..cef06595c9 100644 --- a/Source/Plugins/Core/com.equella.core/scalasrc/com/tle/web/api/LegacyContentApi.scala +++ b/Source/Plugins/Core/com.equella.core/scalasrc/com/tle/web/api/LegacyContentApi.scala @@ -491,6 +491,11 @@ class LegacyContentApi { val body = SectionUtils.renderToString( context, wrapBody(context, tr.getNamedResult(context, "body"))) + val form = context.getForm + val formString: Option[String] = Option(form.getAction) match { + case Some(action) => Some(SectionUtils.renderToString(context, form)) + case None => None + } val upperbody = SectionUtils.renderToString(context, tr.getNamedResult(context, "upperbody")) val scrops = renderScreenOptions(context) @@ -498,6 +503,7 @@ class LegacyContentApi { Iterable( Some("body" -> body), Option(upperbody).filter(_.nonEmpty).map("upperbody" -> _), + formString.map("form" -> _), scrops.map("so" -> _), crumbs.map("crumbs" -> _) ).flatten.toMap diff --git a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/EditInWizard.java b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/EditInWizard.java index 723022c55f..b40c54c51f 100644 --- a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/EditInWizard.java +++ b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/EditInWizard.java @@ -21,10 +21,8 @@ import com.tle.web.sections.SectionInfo; import com.tle.web.sections.equella.annotation.PlugKey; import com.tle.web.sections.equella.annotation.PluginResourceHandler; -import com.tle.web.wizard.WebWizardPage; import com.tle.web.wizard.WizardService; import com.tle.web.wizard.impl.WizardCommand; -import com.tle.web.wizard.section.PagesSection; import com.tle.web.wizard.section.WizardSectionInfo; import com.tle.web.workflow.tasks.ModerationService; import javax.inject.Inject; @@ -57,10 +55,7 @@ public void execute(SectionInfo info, WizardSectionInfo winfo, String data) thro wizardService.reload(winfo.getWizardState(), true); moderationService.setEditing(info, true); // validate mandatory fields when moderating items - PagesSection ps = info.lookupSection(PagesSection.class); - for (WebWizardPage page : winfo.getWizardState().getPages()) { - wizardService.ensureInitialisedPage(info, page, ps.getReloadFunction(), true); - } + validateMandatoryFields(info, winfo.getWizardState()); info.forceRedirect(); } diff --git a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/SaveAndContinue.java b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/SaveAndContinue.java index d015ffb063..b8d89586c0 100644 --- a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/SaveAndContinue.java +++ b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/command/SaveAndContinue.java @@ -69,9 +69,7 @@ public void execute(SectionInfo info, WizardSectionInfo winfo, String data) thro } wizardService.reloadSaveAndContinue(state); // validate mandatory fields after reloading - for (WebWizardPage page : pageList) { - wizardService.ensureInitialisedPage(info, page, ps.getReloadFunction(), true); - } + validateMandatoryFields(info, state); moderationService.setEditing(info, true); } diff --git a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/impl/WizardCommand.java b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/impl/WizardCommand.java index e391288948..9ac0a067b0 100644 --- a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/impl/WizardCommand.java +++ b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/impl/WizardCommand.java @@ -21,11 +21,17 @@ import com.tle.web.sections.SectionInfo; import com.tle.web.sections.events.js.JSHandler; import com.tle.web.sections.js.JSCallable; +import com.tle.web.wizard.WebWizardPage; +import com.tle.web.wizard.WizardService; +import com.tle.web.wizard.WizardState; +import com.tle.web.wizard.section.PagesSection; import com.tle.web.wizard.section.WizardSectionInfo; +import javax.inject.Inject; public abstract class WizardCommand { private final String name; private final String value; + @Inject private WizardService wizardService; public WizardCommand(String name, String value) { this.name = name; @@ -69,4 +75,11 @@ public String getStyleClass() { } public abstract boolean isEnabled(SectionInfo info, WizardSectionInfo winfo); + + public void validateMandatoryFields(SectionInfo info, WizardState state) { + PagesSection ps = info.lookupSection(PagesSection.class); + wizardService.getWizardPages(state).stream() + .filter(WebWizardPage::isViewable) + .forEach(p -> wizardService.ensureInitialisedPage(info, p, ps.getReloadFunction(), true)); + } } diff --git a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/section/RootWizardSection.java b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/section/RootWizardSection.java index 25d950a655..54e291b82f 100644 --- a/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/section/RootWizardSection.java +++ b/Source/Plugins/Core/com.equella.core/src/com/tle/web/wizard/section/RootWizardSection.java @@ -54,6 +54,7 @@ import com.tle.web.template.Decorations; import com.tle.web.template.Decorations.MenuMode; import com.tle.web.viewurl.ItemSectionInfo; +import com.tle.web.wizard.WebWizardPage; import com.tle.web.wizard.WizardExceptionHandler; import com.tle.web.wizard.WizardService; import com.tle.web.wizard.WizardState; @@ -303,8 +304,8 @@ protected WizardSectionInfo getWizardInfo(SectionInfo info) { void validateMandatoryFields(SectionInfo info, WizardState state) { PagesSection ps = info.lookupSection(PagesSection.class); - wizardService - .getWizardPages(state) + wizardService.getWizardPages(state).stream() + .filter(WebWizardPage::isViewable) .forEach(p -> wizardService.ensureInitialisedPage(info, p, ps.getReloadFunction(), true)); } } diff --git a/autotest/OldTests/src/test/java/com/tle/webtests/test/contribute/bugs/VisibilityScriptingBugTest.java b/autotest/OldTests/src/test/java/com/tle/webtests/test/contribute/bugs/VisibilityScriptingBugTest.java new file mode 100644 index 0000000000..b1f85299da --- /dev/null +++ b/autotest/OldTests/src/test/java/com/tle/webtests/test/contribute/bugs/VisibilityScriptingBugTest.java @@ -0,0 +1,69 @@ +package com.tle.webtests.test.contribute.bugs; + +import static com.tle.webtests.framework.Assert.assertTrue; + +import com.tle.webtests.framework.TestInstitution; +import com.tle.webtests.pageobject.searching.SearchPage; +import com.tle.webtests.pageobject.viewitem.ItemXmlPage; +import com.tle.webtests.pageobject.viewitem.SummaryPage; +import com.tle.webtests.pageobject.wizard.ContributePage; +import com.tle.webtests.pageobject.wizard.WizardPageTab; +import com.tle.webtests.test.AbstractCleanupTest; +import org.testng.annotations.Test; +import retry.RetryTest; + +/** + * This is a test to ensure that GH issue #1678 has not regressed. + * + * @see GitHub Issue 1678 + */ +@TestInstitution("vanilla") +public class VisibilityScriptingBugTest extends AbstractCleanupTest { + private static final String METADATA_INPUT_USER = "cpddm"; + private static final String TOGGLE_USER = "csme"; + private static final String PASS = "tle010"; + + private static final String COLLECTION = "Test Wizard Issue"; + private static final String ITEM_NAME = "VisibilityScriptingBugTest - Lost Metadata Test Item 1"; + + private static final String RADIO = "Yes"; + + private static final String XML_PATH = "item/"; + + @RetryTest + @Test + public void testLostMetadataBug() { + // Login as cpddm and begin contribution to 'Test Wizard Issue' collection. + logon(METADATA_INPUT_USER, PASS); + WizardPageTab wizard = new ContributePage(context).load().openWizard(COLLECTION); + + // Insert a value into each control and publish the item. + wizard.getControl(1).sendKeys(ITEM_NAME); + wizard.save().publish(); + + // Login as csme and find the same item. + logon(TOGGLE_USER, PASS); + SearchPage searchPage = new SearchPage(context).load(); + searchPage.search(ITEM_NAME); + SummaryPage summaryPage = searchPage.resultsPageObject().viewFromTitle(ITEM_NAME); + + // If the item is in a locked state, unlock it + // (this is mainly so that rerunning the test before it cleans up doesn't wrongly fail the test) + if (summaryPage.isItemLocked()) { + summaryPage.unlockAfterLogout(); + } + + // Edit the item as csme. + // This will open a different wizard page to the one cpddm sees, because of visibility + // scripting. + WizardPageTab newWizard = summaryPage.edit(1); + + // Make a change (this is where the metadata would become lost because of the bug) and save. + newWizard.setCheckReload(1, RADIO, true).saveNoConfirm().checkLoaded(); + // Open the item's xml page to view the metadata. + ItemXmlPage xml = summaryPage.itemXml(); + + // Assert that all of the metadata has been retained. + assertTrue(xml.nodeHasValue(XML_PATH + "name", ITEM_NAME)); + } +} diff --git a/autotest/OldTests/src/test/java/com/tle/webtests/test/viewing/ItemSummaryTest.java b/autotest/OldTests/src/test/java/com/tle/webtests/test/viewing/ItemSummaryTest.java index 497cf1ee82..a329d4b528 100644 --- a/autotest/OldTests/src/test/java/com/tle/webtests/test/viewing/ItemSummaryTest.java +++ b/autotest/OldTests/src/test/java/com/tle/webtests/test/viewing/ItemSummaryTest.java @@ -132,9 +132,9 @@ public void testViewCount() { @Test public void testAttachmentViewCount() { - final String linkAttachment = - "https://web.archive.org/web/19990125084553/http://alpha.google.com/"; + final String linkAttachment = "https://www.google.com/"; + final String imgAlt = "input[value=\"Google Search\"]"; logon(AUTOTEST_LOGON, AUTOTEST_PASSWD); final WizardPageTab wizard = new ContributePage(context).load().openWizard(COLLECTION3); @@ -145,9 +145,7 @@ public void testAttachmentViewCount() { checkViews(summary, 1, linkAttachment, 0); // view the attachment and go back - summary - .attachments() - .viewLinkAttachment(linkAttachment, By.cssSelector("img[alt=\"Google!\"]")); + summary.attachments().viewLinkAttachment(linkAttachment, By.cssSelector(imgAlt)); final WebDriver.Navigation navigate = context.getDriver().navigate(); navigate.back(); // navigate.refresh(); @@ -157,9 +155,7 @@ public void testAttachmentViewCount() { checkViews(summary, 2, linkAttachment, 1); // view the attachment again and go back - summary - .attachments() - .viewLinkAttachment(linkAttachment, By.cssSelector("img[alt=\"Google!\"]")); + summary.attachments().viewLinkAttachment(linkAttachment, By.cssSelector(imgAlt)); navigate.back(); // navigate.refresh(); diff --git a/autotest/OldTests/src/test/java/retry/FailureRetryAnalyzer.java b/autotest/OldTests/src/test/java/retry/FailureRetryAnalyzer.java new file mode 100644 index 0000000000..acf1f5da05 --- /dev/null +++ b/autotest/OldTests/src/test/java/retry/FailureRetryAnalyzer.java @@ -0,0 +1,36 @@ +package retry; + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.testng.IRetryAnalyzer; +import org.testng.ITestResult; + +public class FailureRetryAnalyzer implements IRetryAnalyzer { + int currentRetry = 0; + Logger LOGGER = LoggerFactory.getLogger(FailureRetryAnalyzer.class.getName()); + + @Override + public boolean retry(ITestResult result) { + RetryTest failureRetryCount = + result.getMethod().getConstructorOrMethod().getMethod().getAnnotation(RetryTest.class); + int maxRetryCount = (failureRetryCount == null) ? 0 : failureRetryCount.value(); + if (++currentRetry > maxRetryCount) { + return false; + } else { + logRetryInfo(result, maxRetryCount); + return true; + } + } + + private void logRetryInfo(ITestResult result, int maxRetryCount) { + // print failure stack trace + LOGGER.debug("Stack trace of failure to be retried:", result.getThrowable()); + LOGGER.warn( + String.format( + "Running retry %d/%d for test '%s' in class %s", + currentRetry, + maxRetryCount, + result.getName(), + result.getTestClass().getRealClass().getSimpleName())); + } +} diff --git a/autotest/OldTests/src/test/java/retry/RetryTest.java b/autotest/OldTests/src/test/java/retry/RetryTest.java new file mode 100644 index 0000000000..f758ce4f95 --- /dev/null +++ b/autotest/OldTests/src/test/java/retry/RetryTest.java @@ -0,0 +1,9 @@ +package retry; + +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; + +@Retention(RetentionPolicy.RUNTIME) +public @interface RetryTest { + int value() default 3; +} diff --git a/autotest/OldTests/src/test/java/retry/TestAnnotationTransformer.java b/autotest/OldTests/src/test/java/retry/TestAnnotationTransformer.java new file mode 100644 index 0000000000..51467e2826 --- /dev/null +++ b/autotest/OldTests/src/test/java/retry/TestAnnotationTransformer.java @@ -0,0 +1,18 @@ +package retry; + +import java.lang.reflect.Constructor; +import java.lang.reflect.Method; +import org.testng.IAnnotationTransformer; +import org.testng.annotations.ITestAnnotation; + +public class TestAnnotationTransformer implements IAnnotationTransformer { + + @Override + public void transform( + ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) { + if (testMethod == null) return; + RetryTest maxRetryCount = testMethod.getAnnotation(RetryTest.class); + if (maxRetryCount == null || maxRetryCount.value() < 1) return; + annotation.setRetryAnalyzer(FailureRetryAnalyzer.class); + } +} diff --git a/autotest/OldTests/testng-codebuild.yaml b/autotest/OldTests/testng-codebuild.yaml index b2045e5cb3..e6756bf698 100644 --- a/autotest/OldTests/testng-codebuild.yaml +++ b/autotest/OldTests/testng-codebuild.yaml @@ -24,6 +24,7 @@ tests: - com.tle.webtests.test.searching.indexing.AutomaticIndexingTest - com.tle.webtests.test.searching.indexing.FileIndexingTest - com.tle.webtests.test.searching.hierarchy.HierarchyTopicTest + - com.tle.webtests.test.contribute.bugs.VisibilityScriptingBugTest - com.tle.webtests.test.contribute.controls.AllControlsTest - com.tle.webtests.test.contribute.controls.BannedExtensionTest - com.tle.webtests.test.contribute.controls.FileSizeRestrictionTest diff --git a/autotest/OldTests/testng-travis-controls.yaml b/autotest/OldTests/testng-travis-controls.yaml index 318a903c24..1394c2a443 100644 --- a/autotest/OldTests/testng-travis-controls.yaml +++ b/autotest/OldTests/testng-travis-controls.yaml @@ -4,6 +4,7 @@ threadCount: 1 tests: - name: ContributionControls classes: + - com.tle.webtests.test.contribute.bugs.VisibilityScriptingBugTest - com.tle.webtests.test.contribute.controls.AllControlsTest - com.tle.webtests.test.contribute.controls.BannedExtensionTest - com.tle.webtests.test.contribute.controls.FileSizeRestrictionTest diff --git a/autotest/OldTests/testng-travis.yaml b/autotest/OldTests/testng-travis.yaml index 49f57cd8c3..7b0de3dcf7 100644 --- a/autotest/OldTests/testng-travis.yaml +++ b/autotest/OldTests/testng-travis.yaml @@ -26,6 +26,7 @@ tests: - com.tle.webtests.test.searching.hierarchy.HierarchyTopicTest - name: Contribution classes: + - com.tle.webtests.test.contribute.bugs.VisibilityScriptingBugTest - com.tle.webtests.test.contribute.controls.AllControlsTest - com.tle.webtests.test.contribute.controls.BannedExtensionTest - com.tle.webtests.test.contribute.controls.FileSizeRestrictionTest @@ -158,4 +159,4 @@ tests: - com.tle.webtests.test.workflow.ModerationProgressTest - com.tle.webtests.test.workflow.TaskListNavigationTest - com.tle.webtests.test.workflow.TasksNotificationsTopbarTest - - com.tle.webtests.test.workflow.TasksSortingAndFilteringTest \ No newline at end of file + - com.tle.webtests.test.workflow.TasksSortingAndFilteringTest diff --git a/autotest/OldTests/testng.xml b/autotest/OldTests/testng.xml index 307a7c9892..8c85fb6e50 100644 --- a/autotest/OldTests/testng.xml +++ b/autotest/OldTests/testng.xml @@ -1,7 +1,10 @@ - + + + + diff --git a/autotest/Tests/src/main/java/com/tle/webtests/pageobject/viewitem/ItemPage.java b/autotest/Tests/src/main/java/com/tle/webtests/pageobject/viewitem/ItemPage.java index 8d1a4775bb..694e4b15d3 100644 --- a/autotest/Tests/src/main/java/com/tle/webtests/pageobject/viewitem/ItemPage.java +++ b/autotest/Tests/src/main/java/com/tle/webtests/pageobject/viewitem/ItemPage.java @@ -102,6 +102,11 @@ public WizardPageTab edit() { return clickAction("Edit this version", new WizardPageTab(context, 0)); } + // for testing collections that don't start you at the first page + public WizardPageTab edit(int pageNum) { + return clickAction("Edit this version", new WizardPageTab(context, pageNum)); + } + public ModerationHistoryPage history() { return clickAction("Moderation history", new ModerationHistoryPage(context)); } @@ -292,6 +297,13 @@ public T unlockItem() { return updateWaiter.get(); } + public T unlockAfterLogout() { + WaitingPageObject updateWaiter = updateWaiter(); + driver.findElement(By.xpath("//button[text()='Unlock']")).click(); + acceptConfirmation(); + return updateWaiter.get(); + } + public WizardPageTab resumeItem() { driver.findElement(By.xpath("//button[text()='Resume editing']")).click(); acceptConfirmation(); diff --git a/autotest/Tests/tests/vanilla/institution/acls/entries.xml b/autotest/Tests/tests/vanilla/institution/acls/entries.xml index 10f09fe8c4..a8f28393e8 100644 --- a/autotest/Tests/tests/vanilla/institution/acls/entries.xml +++ b/autotest/Tests/tests/vanilla/institution/acls/entries.xml @@ -1,8 +1,268 @@ - 5888 + 257770 - 31 + 2135 + false + + * + COMMENT_DELETE_ITEM + 0575 0018 G + G + 18 + -1425 + + + 257771 + + 2135 + false + + * + CREATE_ITEM + 0575 0017 G + G + 17 + -1425 + + + 257772 + + 3479 + false + + * + CREATE_COLLECTION + 0575 0016 G + G + 16 + -1425 + + + 257773 + + 2135 + false + + * + DELETE_COLLECTION + 0575 0015 G + G + 15 + -1425 + + + 257774 + + 2135 + false + + * + EDIT_COLLECTION + 0575 0014 G + G + 14 + -1425 + + + 257775 + + 3479 + false + + * + CREATE_ITEM + 0575 0013 G + G + 13 + -1425 + + + 257776 + + 2129 + false + + * + VIEW_LINKED_PORTIONS + 3425 0012 G + G + 12 + 1425 + + + 257777 + + 2129 + false + + * + EXPORT_TO_LMS_ITEM + 0575 0011 G + G + 11 + -1425 + + + 257778 + + 257302 + false + + * + CREATE_ITEM + 0575 0010 G + G + 10 + -1425 + + + 257779 + + 257394 + false + + * + VIEW_ITEM + 0575 0009 G + G + 9 + -1425 + + + 257780 + + 257302 + false + + * + SEARCH_COLLECTION + 0575 0008 G + G + 8 + -1425 + + + 257781 + + 257394 + false + + * + VIEW_COLLECTION + 0575 0007 G + G + 7 + -1425 + + + 257782 + + 257302 + false + + * + LIST_COLLECTION + 0575 0006 G + G + 6 + -1425 + + + 257783 + + 257302 + false + + * + EDIT_ITEM + 0575 0005 G + G + 5 + -1425 + + + 257784 + + 257302 + false + + * + REVIEW_ITEM + 0575 0004 G + G + 4 + -1425 + + + 257785 + + 257302 + false + + * + DISCOVER_ITEM + 0575 0003 G + G + 3 + -1425 + + + 257786 + + 257302 + false + + * + RAW_VIEW_ITEM + 0575 0002 G + G + 2 + -1425 + + + 257787 + + 257269 + false + + * + DELETE_ITEM + 0575 0001 G + G + 1 + -1425 + + + 257788 + + 257269 + false + + * + PURGE_ITEM + 0575 0000 G + G + 0 + -1425 + + + 256762 + + 2129 + false + + * + INTEGRATION_SELECTION_SESSION + 0100 0000 G + G + 0 + -1900 + + + 256763 + + 2132 false * @@ -13,9 +273,9 @@ -1900 - 5889 + 256764 - 31 + 2132 false * @@ -26,9 +286,9 @@ -1900 - 5890 + 256765 - 31 + 2132 false * @@ -39,9 +299,9 @@ -1900 - 5891 + 256766 - 13 + 2129 false * @@ -52,9 +312,9 @@ -1900 - 5892 + 256767 - 14 + 2135 false * @@ -65,9 +325,9 @@ -1900 - 5893 + 256768 - 10 + 3480 false * @@ -78,9 +338,9 @@ -1900 - 5894 + 256769 - 10 + 3480 false * @@ -91,9 +351,9 @@ -1900 - 5895 + 256770 - 10 + 3480 false * @@ -104,9 +364,9 @@ -1900 - 5896 + 256771 - 10 + 3480 false * @@ -117,9 +377,9 @@ -1900 - 5897 + 256772 - 10 + 3480 false * @@ -130,9 +390,9 @@ -1900 - 5898 + 256773 - 10 + 3480 false * @@ -143,9 +403,9 @@ -1900 - 5899 + 256774 - 10 + 3480 false * @@ -156,9 +416,9 @@ -1900 - 5900 + 256775 - 10 + 3480 false * @@ -169,9 +429,9 @@ -1900 - 5901 + 256776 - 10 + 3480 false * @@ -182,9 +442,9 @@ -1900 - 5902 + 256777 - 1 + 3483 false * @@ -195,9 +455,9 @@ -1900 - 5903 + 256778 - 20 + 3482 false * @@ -208,9 +468,9 @@ -1900 - 5904 + 256779 - 20 + 3482 false * @@ -221,9 +481,9 @@ -1900 - 5905 + 256780 - 20 + 3482 false * @@ -234,9 +494,9 @@ -1900 - 5906 + 256781 - 20 + 3482 false * @@ -247,9 +507,9 @@ -1900 - 5907 + 256782 - 9 + 3479 false * @@ -260,9 +520,9 @@ -1900 - 5908 + 256783 - 10 + 3480 false * @@ -273,9 +533,9 @@ -1900 - 5909 + 256784 - 10 + 3480 false * @@ -286,9 +546,9 @@ -1900 - 5910 + 256785 - 10 + 3480 false * @@ -299,9 +559,9 @@ -1900 - 5911 + 256786 - 14 + 2135 false * @@ -312,9 +572,9 @@ -1825 - 5912 + 256787 - 14 + 2135 false * @@ -325,9 +585,9 @@ -1825 - 5913 + 256788 - 9 + 3479 false * @@ -338,9 +598,9 @@ -1125 - 5914 + 256789 - 14 + 2135 false * @@ -351,9 +611,9 @@ -1125 - 5915 + 256790 - 14 + 2135 false * @@ -364,12 +624,12 @@ -1125 - 5916 + 256791 - 13 + 2129 false - B:1007 + B:255531 SUSPEND_ITEM 3400 0000 R R @@ -377,12 +637,12 @@ 1400 - 5917 + 256792 - 13 + 2129 false - B:1007 + B:255531 ARCHIVE_ITEM 3400 0000 R R @@ -390,12 +650,12 @@ 1400 - 5918 + 256793 - 13 + 2129 false - B:1007 + B:255531 NEWVERSION_ITEM 3400 0000 R R @@ -403,12 +663,12 @@ 1400 - 5919 + 256794 - 14 + 2135 false - B:1007 + B:255531 DELETE_ITEM 3400 0000 G G @@ -416,12 +676,12 @@ 1400 - 5920 + 256795 - 14 + 2135 false - B:1007 + B:255531 REASSIGN_OWNERSHIP_ITEM 3400 0000 G G @@ -429,12 +689,12 @@ 1400 - 5921 + 256796 - 14 + 2135 false - B:1007 + B:255531 SHARE_ITEM 3400 0000 G G @@ -442,12 +702,12 @@ 1400 - 5922 + 256797 - 14 + 2135 false - B:1007 + B:255531 EDIT_ITEM 3400 0000 G G @@ -455,12 +715,12 @@ 1400 - 5923 + 256798 - 14 + 2135 false - B:1007 + B:255531 DISCOVER_ITEM 3400 0000 G G @@ -468,12 +728,12 @@ 1400 - 5924 + 256799 - 14 + 2135 false - B:1007 + B:255531 VIEW_ITEM 3400 0000 G G @@ -481,12 +741,12 @@ 1400 - 5925 + 256800 - 13 + 2129 false - B:1007 + B:255531 CREATE_ITEM 3400 0000 G G @@ -494,12 +754,12 @@ 1400 - 5926 + 256801 - 13 + 2129 false - B:1003 + B:255515 CREATE_ITEM 2000 0000 G G @@ -507,12 +767,12 @@ 0 - 5927 + 256802 - 13 + 2129 false - S:999:REVIEW + S:255573:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -520,12 +780,12 @@ -1300 - 5928 + 256803 - 13 + 2129 false - S:999:LIVE + S:255573:LIVE VIEW_ITEM 0700 0099 G G @@ -533,12 +793,12 @@ -1300 - 5929 + 256804 - 13 + 2129 false - S:999:LIVE + S:255573:LIVE DISCOVER_ITEM 0700 0100 G G @@ -546,12 +806,12 @@ -1300 - 5930 + 256805 - 13 + 2129 false - S:1002:ARCHIVED + S:255555:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -559,12 +819,12 @@ -1300 - 5931 + 256806 - 6 + 3486 false - B:1015 + B:255549 CREATE_ITEM 2000 0001 G G @@ -572,12 +832,12 @@ 0 - 5932 + 256807 - 14 + 2135 false - B:1011 + B:255585 EDIT_ITEM 0600 0000 G G @@ -585,12 +845,12 @@ -1400 - 5933 + 256808 - 6 + 3486 false - B:1011 + B:255585 CREATE_ITEM 2000 0001 G G @@ -598,12 +858,12 @@ 0 - 5934 + 256809 - 6 + 3486 false - B:1011 + B:255585 SEARCH_COLLECTION 2000 0002 G G @@ -611,12 +871,12 @@ 0 - 5935 + 256810 - 14 + 2135 false - B:1011 + B:255585 DELETE_ITEM 0600 0003 G G @@ -624,12 +884,12 @@ -1400 - 5936 + 256811 - 14 + 2135 false - B:1015 + B:255549 EDIT_ITEM 0600 0000 G G @@ -637,12 +897,12 @@ -1400 - 5937 + 256812 - 6 + 3486 false - B:1015 + B:255549 SEARCH_COLLECTION 2000 0002 G G @@ -650,12 +910,12 @@ 0 - 5938 + 256813 - 14 + 2135 false - B:1015 + B:255549 DELETE_ITEM 0600 0003 G G @@ -663,12 +923,12 @@ -1400 - 5939 + 256814 - 14 + 2135 false - B:1002 + B:255555 EDIT_ITEM 0600 0000 G G @@ -676,12 +936,12 @@ -1400 - 5940 + 256815 - 6 + 3486 false - B:1002 + B:255555 CREATE_ITEM 2000 0001 G G @@ -689,12 +949,12 @@ 0 - 5941 + 256816 - 6 + 3486 false - B:1002 + B:255555 SEARCH_COLLECTION 2000 0002 G G @@ -702,12 +962,12 @@ 0 - 5942 + 256817 - 14 + 2135 false - B:1002 + B:255555 DELETE_ITEM 0600 0003 G G @@ -715,12 +975,12 @@ -1400 - 5943 + 256818 - 14 + 2135 false - B:998 + B:255519 EDIT_ITEM 0600 0000 G G @@ -728,12 +988,12 @@ -1400 - 5944 + 256819 - 6 + 3486 false - B:998 + B:255519 CREATE_ITEM 2000 0001 G G @@ -741,12 +1001,12 @@ 0 - 5945 + 256820 - 6 + 3486 false - B:998 + B:255519 SEARCH_COLLECTION 2000 0002 G G @@ -754,12 +1014,12 @@ 0 - 5946 + 256821 - 14 + 2135 false - B:998 + B:255519 DELETE_ITEM 0600 0003 G G @@ -767,12 +1027,12 @@ -1400 - 5947 + 256822 - 14 + 2135 false - B:1013 + B:255579 EDIT_ITEM 0600 0000 G G @@ -780,12 +1040,12 @@ -1400 - 5948 + 256823 - 6 + 3486 false - B:1013 + B:255579 CREATE_ITEM 2000 0001 G G @@ -793,12 +1053,12 @@ 0 - 5949 + 256824 - 6 + 3486 false - B:1013 + B:255579 SEARCH_COLLECTION 2000 0002 G G @@ -806,12 +1066,12 @@ 0 - 5950 + 256825 - 14 + 2135 false - B:1013 + B:255579 DELETE_ITEM 0600 0003 G G @@ -819,12 +1079,12 @@ -1400 - 5951 + 256826 - 14 + 2135 false - B:1000 + B:255537 EDIT_ITEM 0600 0000 G G @@ -832,12 +1092,12 @@ -1400 - 5952 + 256827 - 6 + 3486 false - B:1000 + B:255537 CREATE_ITEM 2000 0001 G G @@ -845,12 +1105,12 @@ 0 - 5953 + 256828 - 6 + 3486 false - B:1000 + B:255537 SEARCH_COLLECTION 2000 0002 G G @@ -858,12 +1118,12 @@ 0 - 5954 + 256829 - 14 + 2135 false - B:1000 + B:255537 DELETE_ITEM 0600 0003 G G @@ -871,12 +1131,12 @@ -1400 - 5955 + 256830 - 14 + 2135 false - B:999 + B:255573 EDIT_ITEM 0600 0000 G G @@ -884,12 +1144,12 @@ -1400 - 5956 + 256831 - 6 + 3486 false - B:999 + B:255573 CREATE_ITEM 2000 0001 G G @@ -897,12 +1157,12 @@ 0 - 5957 + 256832 - 35 + 8837 false - T:992:dade706c-6559-4129-8fbb-c788aa9d4dc3 + T:255485:dade706c-6559-4129-8fbb-c788aa9d4dc3 MODERATE_ITEM 2000 0001 G G @@ -910,12 +1170,12 @@ 0 - 5958 + 256833 - 35 + 8837 false - T:992:dade706c-6559-4129-8fbb-c788aa9d4dc3 + T:255485:dade706c-6559-4129-8fbb-c788aa9d4dc3 VIEW_ITEM 3600 0000 G G @@ -923,9 +1183,9 @@ 1600 - 5959 + 256834 - 9 + 3479 false * @@ -936,9 +1196,9 @@ -1725 - 5960 + 256835 - 14 + 2135 false * @@ -949,9 +1209,9 @@ -1725 - 5961 + 256836 - 14 + 2135 false * @@ -962,9 +1222,9 @@ -1725 - 5962 + 256837 - 39 + 8833 false * @@ -975,12 +1235,12 @@ -1725 - 5963 + 256838 - 13 + 2129 false - B:1004 + B:255597 SEARCH_COLLECTION 2000 0005 G G @@ -988,12 +1248,12 @@ 0 - 5964 + 256839 - 13 + 2129 false - B:1004 + B:255597 CREATE_ITEM 2000 0004 G G @@ -1001,12 +1261,12 @@ 0 - 5965 + 256840 - 13 + 2129 false - B:1004 + B:255597 DELETE_ITEM 0600 0003 G G @@ -1014,12 +1274,12 @@ -1400 - 5966 + 256841 - 13 + 2129 false - B:1004 + B:255597 EDIT_ITEM 0600 0002 G G @@ -1027,12 +1287,12 @@ -1400 - 5967 + 256842 - 13 + 2129 false - B:1004 + B:255597 VIEW_ITEM 0600 0001 G G @@ -1040,12 +1300,12 @@ -1400 - 5968 + 256843 - 13 + 2129 false - B:1004 + B:255597 VIEW_ITEM 0600 0000 G G @@ -1053,12 +1313,12 @@ -1400 - 5969 + 256844 - 13 + 2129 false - S:998:LIVE + S:255519:LIVE VIEW_ITEM 0700 0099 G G @@ -1066,12 +1326,12 @@ -1300 - 5970 + 256845 - 13 + 2129 false - S:998:LIVE + S:255519:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1079,12 +1339,12 @@ -1300 - 5971 + 256846 - 13 + 2129 false - S:1010:ARCHIVED + S:255525:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1092,12 +1352,12 @@ -1300 - 5972 + 256847 - 13 + 2129 false - S:1010:REVIEW + S:255525:REVIEW VIEW_ITEM 0700 0097 G G @@ -1105,12 +1365,12 @@ -1300 - 5973 + 256848 - 13 + 2129 false - S:1010:REVIEW + S:255525:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1118,9 +1378,9 @@ -1300 - 5974 + 256849 - 14 + 2135 false * @@ -1131,9 +1391,9 @@ 1510 - 5975 + 256850 - 14 + 2135 false * @@ -1144,9 +1404,9 @@ 1510 - 5976 + 256851 - 14 + 2135 false * @@ -1157,9 +1417,9 @@ 1510 - 5977 + 256852 - 43 + 8835 false * @@ -1170,12 +1430,12 @@ -1510 - 5978 + 256853 - 40 + 8836 false - B:1016 + B:255615 VIEW_CUSTOM_LINK 2000 0000 G G @@ -1183,12 +1443,12 @@ 0 - 5979 + 256854 - 44 + 8832 false - I:119349 + I:256092 DISCOVER_ITEM 2000 0000 R R @@ -1196,12 +1456,12 @@ 0 - 5980 + 256855 - 37 + 8841 false - I:119349 + I:256092 VIEW_ITEM 2000 0001 R R @@ -1209,12 +1469,12 @@ 0 - 5981 + 256856 - 42 + 8834 false - I:119349 + I:256092 VIEW_ITEM 2000 0002 G G @@ -1222,12 +1482,12 @@ 0 - 5982 + 256857 - 44 + 8832 false - I:119330 + I:255914 DISCOVER_ITEM 2000 0000 R R @@ -1235,12 +1495,12 @@ 0 - 5983 + 256858 - 37 + 8841 false - I:119330 + I:255914 VIEW_ITEM 2000 0001 R R @@ -1248,12 +1508,12 @@ 0 - 5984 + 256859 - 42 + 8834 false - I:119330 + I:255914 VIEW_ITEM 2000 0002 G G @@ -1261,12 +1521,12 @@ 0 - 5985 + 256860 - 44 + 8832 false - I:119329 + I:256567 VIEW_ITEM 2000 0000 R R @@ -1274,12 +1534,12 @@ 0 - 5986 + 256861 - 37 + 8841 false - I:119329 + I:256567 DISCOVER_ITEM 2000 0001 R R @@ -1287,12 +1547,12 @@ 0 - 5987 + 256862 - 38 + 8840 false - I:119329 + I:256567 DISCOVER_ITEM 2000 0002 G G @@ -1300,12 +1560,12 @@ 0 - 5988 + 256863 - 44 + 8832 false - I:119321 + I:256275 VIEW_ITEM 2000 0000 R R @@ -1313,12 +1573,12 @@ 0 - 5989 + 256864 - 37 + 8841 false - I:119321 + I:256275 DISCOVER_ITEM 2000 0001 R R @@ -1326,12 +1586,12 @@ 0 - 5990 + 256865 - 42 + 8834 false - I:119321 + I:256275 DISCOVER_ITEM 2000 0002 G G @@ -1339,90 +1599,12 @@ 0 - 5991 - - 9 - false - - * - CREATE_ITEM - 0575 0000 G - G - 0 - -1425 - - - 5992 - - 14 - false - - * - EDIT_COLLECTION - 0575 0001 G - G - 1 - -1425 - - - 5993 - - 14 - false - - * - DELETE_COLLECTION - 0575 0002 G - G - 2 - -1425 - - - 5994 - - 9 - false - - * - CREATE_COLLECTION - 0575 0003 G - G - 3 - -1425 - - - 5995 - - 14 - false - - * - CREATE_ITEM - 0575 0004 G - G - 4 - -1425 - - - 5996 - - 14 - false - - * - COMMENT_DELETE_ITEM - 0575 0005 G - G - 5 - -1425 - - - 5997 + 256872 - 36 + 8838 false - B:1008 + B:255567 CREATE_ITEM 2000 0000 G G @@ -1430,12 +1612,12 @@ 0 - 5998 + 256873 - 13 + 2129 false - S:1010:LIVE + S:255525:LIVE VIEW_ITEM 0700 0099 G G @@ -1443,12 +1625,12 @@ -1300 - 5999 + 256874 - 13 + 2129 false - S:1010:LIVE + S:255525:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1456,12 +1638,12 @@ -1300 - 6000 + 256875 - 13 + 2129 false - S:1009:ARCHIVED + S:255543:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1469,12 +1651,12 @@ -1300 - 6001 + 256876 - 13 + 2129 false - S:1009:REVIEW + S:255543:REVIEW VIEW_ITEM 0700 0097 G G @@ -1482,12 +1664,12 @@ -1300 - 6002 + 256877 - 13 + 2129 false - S:1009:REVIEW + S:255543:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1495,12 +1677,12 @@ -1300 - 6003 + 256878 - 13 + 2129 false - S:1009:LIVE + S:255543:LIVE VIEW_ITEM 0700 0099 G G @@ -1508,12 +1690,12 @@ -1300 - 6004 + 256879 - 13 + 2129 false - S:1009:LIVE + S:255543:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1521,12 +1703,12 @@ -1300 - 6005 + 256880 - 13 + 2129 false - S:1012:ARCHIVED + S:255591:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1534,12 +1716,12 @@ -1300 - 6006 + 256881 - 13 + 2129 false - S:1012:REVIEW + S:255591:REVIEW VIEW_ITEM 0700 0097 G G @@ -1547,12 +1729,12 @@ -1300 - 6007 + 256882 - 13 + 2129 false - B:995 + B:255507 EDIT_SCHEMA 2000 0000 G G @@ -1560,12 +1742,12 @@ 0 - 6008 + 256883 - 13 + 2129 false - S:1012:REVIEW + S:255591:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1573,12 +1755,12 @@ -1300 - 6009 + 256884 - 13 + 2129 false - S:1012:LIVE + S:255591:LIVE VIEW_ITEM 0700 0099 G G @@ -1586,12 +1768,12 @@ -1300 - 6010 + 256885 - 13 + 2129 false - S:1012:LIVE + S:255591:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1599,12 +1781,12 @@ -1300 - 6011 + 256886 - 13 + 2129 false - S:1013:ARCHIVED + S:255579:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1612,12 +1794,12 @@ -1300 - 6012 + 256887 - 13 + 2129 false - S:1013:REVIEW + S:255579:REVIEW VIEW_ITEM 0700 0097 G G @@ -1625,12 +1807,12 @@ -1300 - 6013 + 256888 - 13 + 2129 false - S:1013:REVIEW + S:255579:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1638,12 +1820,12 @@ -1300 - 6014 + 256889 - 13 + 2129 false - S:1013:LIVE + S:255579:LIVE VIEW_ITEM 0700 0099 G G @@ -1651,12 +1833,12 @@ -1300 - 6015 + 256890 - 13 + 2129 false - S:1013:LIVE + S:255579:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1664,9 +1846,9 @@ -1300 - 6016 + 256891 - 14 + 2135 false S:LIVE @@ -1677,9 +1859,9 @@ -1500 - 6017 + 256892 - 14 + 2135 false S:LIVE @@ -1690,9 +1872,9 @@ -1500 - 6018 + 256893 - 14 + 2135 false S:SUSPENDED @@ -1703,9 +1885,9 @@ -1500 - 6019 + 256894 - 14 + 2135 false S:SUSPENDED @@ -1716,9 +1898,9 @@ -1500 - 6020 + 256895 - 14 + 2135 false S:SUSPENDED @@ -1729,9 +1911,9 @@ -1500 - 6021 + 256896 - 14 + 2135 false S:SUSPENDED @@ -1742,9 +1924,9 @@ -1500 - 6022 + 256897 - 14 + 2135 false S:ARCHIVED @@ -1755,9 +1937,9 @@ -1500 - 6023 + 256898 - 14 + 2135 false S:ARCHIVED @@ -1768,12 +1950,12 @@ -1500 - 6024 + 256899 - 13 + 2129 false - S:1011:REVIEW + S:255585:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1781,12 +1963,12 @@ -1300 - 6025 + 256900 - 13 + 2129 false - S:1011:LIVE + S:255585:LIVE VIEW_ITEM 0700 0099 G G @@ -1794,12 +1976,12 @@ -1300 - 6026 + 256901 - 13 + 2129 false - S:1011:LIVE + S:255585:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1807,12 +1989,12 @@ -1300 - 6027 + 256902 - 13 + 2129 false - S:1015:ARCHIVED + S:255549:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1820,12 +2002,12 @@ -1300 - 6028 + 256903 - 13 + 2129 false - S:1015:REVIEW + S:255549:REVIEW VIEW_ITEM 0700 0097 G G @@ -1833,12 +2015,12 @@ -1300 - 6029 + 256904 - 13 + 2129 false - S:1015:REVIEW + S:255549:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -1846,12 +2028,12 @@ -1300 - 6030 + 256905 - 13 + 2129 false - S:1015:LIVE + S:255549:LIVE VIEW_ITEM 0700 0099 G G @@ -1859,12 +2041,12 @@ -1300 - 6031 + 256906 - 13 + 2129 false - S:1015:LIVE + S:255549:LIVE DISCOVER_ITEM 0700 0100 G G @@ -1872,12 +2054,12 @@ -1300 - 6032 + 256907 - 13 + 2129 false - S:1000:ARCHIVED + S:255537:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -1885,12 +2067,12 @@ -1300 - 6033 + 256908 - 13 + 2129 false - S:1000:REVIEW + S:255537:REVIEW VIEW_ITEM 0700 0097 G G @@ -1898,9 +2080,9 @@ -1300 - 6034 + 256909 - 14 + 2135 false S:REVIEW @@ -1911,9 +2093,9 @@ -1500 - 6035 + 256910 - 14 + 2135 false S:REVIEW @@ -1924,9 +2106,9 @@ -1500 - 6036 + 256911 - 14 + 2135 false S:MODERATING @@ -1937,9 +2119,9 @@ -1500 - 6037 + 256912 - 14 + 2135 false S:MODERATING @@ -1950,9 +2132,9 @@ -1500 - 6038 + 256913 - 14 + 2135 false S:MODERATING @@ -1963,9 +2145,9 @@ -1500 - 6039 + 256914 - 14 + 2135 false S:MODERATING @@ -1976,9 +2158,9 @@ -1500 - 6040 + 256915 - 14 + 2135 false S:REJECTED @@ -1989,9 +2171,9 @@ -1500 - 6041 + 256916 - 14 + 2135 false S:REJECTED @@ -2002,9 +2184,9 @@ -1500 - 6042 + 256917 - 14 + 2135 false S:REJECTED @@ -2015,9 +2197,9 @@ -1500 - 6043 + 256918 - 14 + 2135 false S:REJECTED @@ -2028,9 +2210,9 @@ -1500 - 6044 + 256919 - 14 + 2135 false S:DRAFT @@ -2041,9 +2223,9 @@ -1500 - 6045 + 256920 - 14 + 2135 false S:DRAFT @@ -2054,9 +2236,9 @@ -1500 - 6046 + 256921 - 14 + 2135 false S:DRAFT @@ -2067,9 +2249,9 @@ -1500 - 6047 + 256922 - 14 + 2135 false S:DRAFT @@ -2080,9 +2262,9 @@ -1500 - 6048 + 256923 - 16 + 3476 false * @@ -2093,9 +2275,9 @@ -525 - 6049 + 256924 - 16 + 3476 false * @@ -2106,9 +2288,9 @@ -525 - 6050 + 256925 - 16 + 3476 false * @@ -2119,9 +2301,9 @@ -525 - 6051 + 256926 - 14 + 2135 false * @@ -2132,9 +2314,9 @@ -525 - 6052 + 256927 - 14 + 2135 false * @@ -2145,9 +2327,9 @@ -525 - 6053 + 256928 - 1 + 3483 false * @@ -2158,9 +2340,9 @@ -1125 - 6054 + 256929 - 20 + 3482 false * @@ -2171,9 +2353,9 @@ -925 - 6055 + 256930 - 14 + 2135 false * @@ -2184,9 +2366,9 @@ -925 - 6056 + 256931 - 14 + 2135 false * @@ -2197,9 +2379,9 @@ -925 - 6057 + 256932 - 9 + 3479 false * @@ -2210,12 +2392,12 @@ -1825 - 6058 + 256933 - 6 + 3486 false - B:999 + B:255573 SEARCH_COLLECTION 2000 0002 G G @@ -2223,12 +2405,12 @@ 0 - 6059 + 256934 - 14 + 2135 false - B:999 + B:255573 DELETE_ITEM 0600 0003 G G @@ -2236,12 +2418,12 @@ -1400 - 6060 + 256935 - 14 + 2135 false - B:1010 + B:255525 EDIT_ITEM 0600 0000 G G @@ -2249,12 +2431,12 @@ -1400 - 6061 + 256936 - 6 + 3486 false - B:1010 + B:255525 CREATE_ITEM 2000 0001 G G @@ -2262,12 +2444,12 @@ 0 - 6062 + 256937 - 6 + 3486 false - B:1010 + B:255525 SEARCH_COLLECTION 2000 0002 G G @@ -2275,12 +2457,12 @@ 0 - 6063 + 256938 - 14 + 2135 false - B:1010 + B:255525 DELETE_ITEM 0600 0003 G G @@ -2288,12 +2470,12 @@ -1400 - 6064 + 256939 - 14 + 2135 false - B:1009 + B:255543 EDIT_ITEM 0600 0000 G G @@ -2301,12 +2483,12 @@ -1400 - 6065 + 256940 - 6 + 3486 false - B:1009 + B:255543 CREATE_ITEM 2000 0001 G G @@ -2314,12 +2496,12 @@ 0 - 6066 + 256941 - 6 + 3486 false - B:1009 + B:255543 SEARCH_COLLECTION 2000 0002 G G @@ -2327,12 +2509,12 @@ 0 - 6067 + 256942 - 14 + 2135 false - B:1009 + B:255543 DELETE_ITEM 0600 0003 G G @@ -2340,12 +2522,12 @@ -1400 - 6068 + 256943 - 14 + 2135 false - B:1012 + B:255591 EDIT_ITEM 0600 0000 G G @@ -2353,12 +2535,12 @@ -1400 - 6069 + 256944 - 6 + 3486 false - B:1012 + B:255591 CREATE_ITEM 2000 0001 G G @@ -2366,12 +2548,12 @@ 0 - 6070 + 256945 - 6 + 3486 false - B:1012 + B:255591 SEARCH_COLLECTION 2000 0002 G G @@ -2379,12 +2561,12 @@ 0 - 6071 + 256946 - 14 + 2135 false - B:1012 + B:255591 DELETE_ITEM 0600 0003 G G @@ -2392,12 +2574,12 @@ -1400 - 6072 + 256947 - 14 + 2135 false - B:1005 + B:255561 EDIT_ITEM 0600 0000 G G @@ -2405,12 +2587,12 @@ -1400 - 6073 + 256948 - 6 + 3486 false - B:1005 + B:255561 CREATE_ITEM 2000 0001 G G @@ -2418,12 +2600,12 @@ 0 - 6074 + 256949 - 13 + 2129 false - B:1005 + B:255561 SEARCH_COLLECTION 2000 0002 G G @@ -2431,12 +2613,12 @@ 0 - 6075 + 256950 - 6 + 3486 false - B:1005 + B:255561 SEARCH_COLLECTION 2000 0003 G G @@ -2444,12 +2626,12 @@ 0 - 6076 + 256951 - 14 + 2135 false - B:1005 + B:255561 COMMENT_CREATE_ITEM 0600 0004 G G @@ -2457,12 +2639,12 @@ -1400 - 6077 + 256952 - 14 + 2135 false - B:1005 + B:255561 DELETE_ITEM 0600 0005 G G @@ -2470,12 +2652,12 @@ -1400 - 6078 + 256953 - 13 + 2129 false - H:57 + H:256751 VIEW_HIERARCHY_TOPIC 2000 0000 G G @@ -2483,12 +2665,12 @@ 0 - 6079 + 256954 - 9 + 3479 false - B:1023 + B:255637 DELETE_FEDERATED_SEARCH 2000 0002 G G @@ -2496,12 +2678,12 @@ 0 - 6080 + 256955 - 9 + 3479 false - B:1023 + B:255637 EDIT_FEDERATED_SEARCH 2000 0001 G G @@ -2509,12 +2691,12 @@ 0 - 6081 + 256956 - 1 + 3483 false - B:1023 + B:255637 SEARCH_FEDERATED_SEARCH 2000 0000 G G @@ -2522,12 +2704,12 @@ 0 - 6082 + 256957 - 9 + 3479 false - B:1022 + B:255634 DELETE_FEDERATED_SEARCH 2000 0002 G G @@ -2535,12 +2717,12 @@ 0 - 6083 + 256958 - 9 + 3479 false - B:1022 + B:255634 EDIT_FEDERATED_SEARCH 2000 0001 G G @@ -2548,12 +2730,12 @@ 0 - 6084 + 256959 - 1 + 3483 false - B:1022 + B:255634 SEARCH_FEDERATED_SEARCH 2000 0000 G G @@ -2561,12 +2743,12 @@ 0 - 6085 + 256960 - 10 + 3480 false - B:1024 + B:255640 SEARCH_POWER_SEARCH 2000 0001 G G @@ -2574,12 +2756,12 @@ 0 - 6086 + 256961 - 10 + 3480 false - B:1024 + B:255640 DELETE_POWER_SEARCH 2000 0001 G G @@ -2587,12 +2769,12 @@ 0 - 6087 + 256962 - 10 + 3480 false - B:1024 + B:255640 EDIT_POWER_SEARCH 2000 0001 G G @@ -2600,12 +2782,12 @@ 0 - 6088 + 256963 - 13 + 2129 false - S:1011:ARCHIVED + S:255585:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -2613,12 +2795,12 @@ -1300 - 6089 + 256964 - 13 + 2129 false - S:1011:REVIEW + S:255585:REVIEW VIEW_ITEM 0700 0097 G G @@ -2626,12 +2808,12 @@ -1300 - 6090 + 256965 - 13 + 2129 false - S:1000:REVIEW + S:255537:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -2639,12 +2821,12 @@ -1300 - 6091 + 256966 - 13 + 2129 false - S:1000:LIVE + S:255537:LIVE VIEW_ITEM 0700 0099 G G @@ -2652,12 +2834,12 @@ -1300 - 6092 + 256967 - 13 + 2129 false - S:1000:LIVE + S:255537:LIVE DISCOVER_ITEM 0700 0100 G G @@ -2665,12 +2847,12 @@ -1300 - 6093 + 256968 - 13 + 2129 false - S:1005:ARCHIVED + S:255561:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -2678,12 +2860,12 @@ -1300 - 6094 + 256969 - 13 + 2129 false - S:1005:REVIEW + S:255561:REVIEW VIEW_ITEM 0700 0097 G G @@ -2691,12 +2873,12 @@ -1300 - 6095 + 256970 - 13 + 2129 false - S:1005:REVIEW + S:255561:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -2704,12 +2886,12 @@ -1300 - 6096 + 256971 - 13 + 2129 false - S:1005:LIVE + S:255561:LIVE VIEW_ITEM 0700 0099 G G @@ -2717,12 +2899,12 @@ -1300 - 6097 + 256972 - 13 + 2129 false - S:1005:LIVE + S:255561:LIVE DISCOVER_ITEM 0700 0100 G G @@ -2730,12 +2912,12 @@ -1300 - 6098 + 256973 - 13 + 2129 false - S:999:ARCHIVED + S:255573:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -2743,12 +2925,12 @@ -1300 - 6099 + 256974 - 13 + 2129 false - S:999:REVIEW + S:255573:REVIEW VIEW_ITEM 0700 0097 G G @@ -2756,12 +2938,12 @@ -1300 - 6100 + 256975 - 13 + 2129 false - S:1002:REVIEW + S:255555:REVIEW VIEW_ITEM 0700 0097 G G @@ -2769,12 +2951,12 @@ -1300 - 6101 + 256976 - 13 + 2129 false - S:1002:REVIEW + S:255555:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -2782,12 +2964,12 @@ -1300 - 6102 + 256977 - 13 + 2129 false - S:1002:LIVE + S:255555:LIVE VIEW_ITEM 0700 0099 G G @@ -2795,12 +2977,12 @@ -1300 - 6103 + 256978 - 13 + 2129 false - S:1002:LIVE + S:255555:LIVE DISCOVER_ITEM 0700 0100 G G @@ -2808,12 +2990,12 @@ -1300 - 6104 + 256979 - 13 + 2129 false - S:998:ARCHIVED + S:255519:ARCHIVED VIEW_ITEM 0700 0096 G G @@ -2821,12 +3003,12 @@ -1300 - 6105 + 256980 - 13 + 2129 false - S:998:REVIEW + S:255519:REVIEW VIEW_ITEM 0700 0097 G G @@ -2834,12 +3016,12 @@ -1300 - 6106 + 256981 - 13 + 2129 false - S:998:REVIEW + S:255519:REVIEW DISCOVER_ITEM 0700 0098 G G @@ -2847,12 +3029,12 @@ -1300 - 6107 + 256982 - 13 + 2129 false - B:1006 + B:255609 EXPORT_ITEM 0600 0024 G G @@ -2860,12 +3042,12 @@ -1400 - 6108 + 256983 - 41 + 8839 false - B:1006 + B:255609 REASSIGN_OWNERSHIP_ITEM 0600 0023 G G @@ -2873,12 +3055,12 @@ -1400 - 6109 + 256984 - 13 + 2129 false - B:1006 + B:255609 DELETE_COLLECTION 2000 0022 G G @@ -2886,12 +3068,12 @@ 0 - 6110 + 256985 - 13 + 2129 false - B:1006 + B:255609 CLONE_ITEM 0600 0021 G G @@ -2899,12 +3081,12 @@ -1400 - 6111 + 256986 - 13 + 2129 false - B:1006 + B:255609 COMMENT_CREATE_ITEM 0600 0020 G G @@ -2912,12 +3094,12 @@ -1400 - 6112 + 256987 - 13 + 2129 false - B:1006 + B:255609 VIEW_ITEM 0600 0019 G G @@ -2925,12 +3107,12 @@ -1400 - 6113 + 256988 - 13 + 2129 false - B:1006 + B:255609 COPYRIGHT_ITEM 0600 0018 G G @@ -2938,12 +3120,12 @@ -1400 - 6114 + 256989 - 13 + 2129 false - B:1006 + B:255609 DEACTIVATE_ACTIVATION_ITEM 0600 0017 G G @@ -2951,12 +3133,12 @@ -1400 - 6115 + 256990 - 13 + 2129 false - B:1006 + B:255609 DISCOVER_ITEM 0600 0016 G G @@ -2964,12 +3146,12 @@ -1400 - 6116 + 256991 - 13 + 2129 false - B:1006 + B:255609 NEWVERSION_ITEM 0600 0015 G G @@ -2977,12 +3159,12 @@ -1400 - 6117 + 256992 - 13 + 2129 false - B:1006 + B:255609 ARCHIVE_ITEM 0600 0014 G G @@ -2990,12 +3172,12 @@ -1400 - 6118 + 256993 - 13 + 2129 false - B:1006 + B:255609 EDIT_ITEM 0600 0013 G G @@ -3003,12 +3185,12 @@ -1400 - 6119 + 256994 - 13 + 2129 false - B:1006 + B:255609 SHARE_ITEM 0600 0012 G G @@ -3016,12 +3198,12 @@ -1400 - 6120 + 256995 - 13 + 2129 false - B:1006 + B:255609 SEARCH_COLLECTION 2000 0011 G G @@ -3029,12 +3211,12 @@ 0 - 6121 + 256996 - 13 + 2129 false - B:1006 + B:255609 SUSPEND_ITEM 0600 0010 G G @@ -3042,12 +3224,12 @@ -1400 - 6122 + 256997 - 13 + 2129 false - B:1006 + B:255609 DELETE_ITEM 0600 0009 G G @@ -3055,12 +3237,12 @@ -1400 - 6123 + 256998 - 13 + 2129 false - B:1006 + B:255609 CREATE_ITEM 2000 0008 G G @@ -3068,12 +3250,12 @@ 0 - 6124 + 256999 - 13 + 2129 false - B:1006 + B:255609 VIEW_ACTIVATION_ITEM 0600 0007 G G @@ -3081,12 +3263,12 @@ -1400 - 6125 + 257000 - 13 + 2129 false - B:1006 + B:255609 DELETE_ACTIVATION_ITEM 0600 0006 G G @@ -3094,12 +3276,12 @@ -1400 - 6126 + 257001 - 13 + 2129 false - B:1006 + B:255609 REDRAFT_ITEM 0600 0005 G G @@ -3107,12 +3289,12 @@ -1400 - 6127 + 257002 - 13 + 2129 false - B:1006 + B:255609 REVIEW_ITEM 0600 0004 G G @@ -3120,12 +3302,12 @@ -1400 - 6128 + 257003 - 13 + 2129 false - B:1006 + B:255609 DIGITAL_RIGHTS_ITEM 0600 0003 G G @@ -3133,12 +3315,12 @@ -1400 - 6129 + 257004 - 13 + 2129 false - B:1006 + B:255609 COMMENT_DELETE_ITEM 0600 0002 G G @@ -3146,12 +3328,12 @@ -1400 - 6130 + 257005 - 13 + 2129 false - B:1006 + B:255609 EDIT_COLLECTION 2000 0001 G G @@ -3159,12 +3341,12 @@ 0 - 6131 + 257006 - 13 + 2129 false - B:1006 + B:255609 VIEW_HISTORY_ITEM 0600 0000 G G @@ -3172,42 +3354,250 @@ -1400 - 6132 + 257008 - 13 + 2132 false * - VIEW_LINKED_PORTIONS - 3425 0000 G + CREATE_PORTLET + 3510 0001 G G - 0 - 1425 + 1 + 1510 - 6133 + 257238 - 31 + 165919 false - * - CREATE_PORTLET - 3510 0001 G + B:257014 + VIEW_ATTACHMENTS + 0600 0017 G + G + 17 + -1400 + + + 257239 + + 165919 + false + + B:257014 + MOVE_ITEM + 0600 0016 G + G + 16 + -1400 + + + 257240 + + 165919 + false + + B:257014 + PURGE_ITEM + 0600 0015 G + G + 15 + -1400 + + + 257241 + + 165919 + false + + B:257014 + REDRAFT_ITEM + 0600 0014 G + G + 14 + -1400 + + + 257242 + + 165919 + false + + B:257014 + ARCHIVE_ITEM + 0600 0013 G + G + 13 + -1400 + + + 257243 + + 165919 + false + + B:257014 + VIEW_HISTORY_ITEM + 0600 0012 G + G + 12 + -1400 + + + 257244 + + 165919 + false + + B:257014 + CREATE_ITEM + 2000 0011 G + G + 11 + 0 + + + 257245 + + 165919 + false + + B:257014 + CREATE_ITEM + 2000 0010 G + G + 10 + 0 + + + 257246 + + 165919 + false + + B:257014 + NEWVERSION_ITEM + 0600 0009 G + G + 9 + -1400 + + + 257247 + + 165919 + false + + B:257014 + DELETE_ITEM + 0600 0008 G + G + 8 + -1400 + + + 257248 + + 165919 + false + + B:257014 + EDIT_ITEM + 0600 0007 G + G + 7 + -1400 + + + 257249 + + 165919 + false + + B:257014 + VIEW_VIEWCOUNT + 0600 0006 G + G + 6 + -1400 + + + 257250 + + 165919 + false + + B:257014 + RAW_VIEW_ITEM + 0600 0005 G + G + 5 + -1400 + + + 257251 + + 165919 + false + + B:257014 + SEARCH_COLLECTION + 2000 0004 G + G + 4 + 0 + + + 257252 + + 165919 + false + + B:257014 + DISCOVER_ITEM + 0600 0003 G + G + 3 + -1400 + + + 257253 + + 165919 + false + + B:257014 + CLONE_ITEM + 0600 0002 G + G + 2 + -1400 + + + 257254 + + 165919 + false + + B:257014 + REASSIGN_OWNERSHIP_ITEM + 0600 0001 G G 1 - 1510 + -1400 - 6134 + 257255 - 13 + 165919 false - * - EXPORT_TO_LMS_ITEM - 0575 0000 G + B:257014 + VIEW_ITEM + 0600 0000 G G 0 - -1425 + -1400 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/acls/expressions.xml b/autotest/Tests/tests/vanilla/institution/acls/expressions.xml index 8aaf41a580..d6d4746cc3 100644 --- a/autotest/Tests/tests/vanilla/institution/acls/expressions.xml +++ b/autotest/Tests/tests/vanilla/institution/acls/expressions.xml @@ -1,97 +1,117 @@ - 31 + 8835 false - R:TLE_LOGGED_IN_USER_ROLE + U:34510ce8-cade-eddd-8edc-c47bdfc91dc2 - 44 + 2135 + true + $OWNER + + + 257302 false - U:f2ce5cf5-e6d2-8d1a-4627-4e917b4e6ba3 U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d OR R:TLE_GUEST_USER_ROLE OR + U:c2d0f0b2-6187-4e51-adc9-3d845b76ee14 U:4026b550-9a1f-4521-9b56-9ec737c02526 OR - 39 + 8840 false - R:ROLE_SYSTEM_ADMINISTRATOR U:34510ce8-cade-eddd-8edc-c47bdfc91dc2 OR U:325c1203-65dc-c3c5-d815-e78418e08b38 OR + R:TLE_GUEST_USER_ROLE U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d OR - 42 + 3480 false - U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d R:TLE_GUEST_USER_ROLE OR + R:ROLE_CONTENT_ADMINISTRATOR + + + 8833 + false + R:ROLE_SYSTEM_ADMINISTRATOR U:34510ce8-cade-eddd-8edc-c47bdfc91dc2 OR U:325c1203-65dc-c3c5-d815-e78418e08b38 OR - 1 + 3483 false R:ROLE_CONTENT_SEARCHER - 14 - true - $OWNER + 8834 + false + U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d R:TLE_GUEST_USER_ROLE OR - 10 + 2132 false - R:ROLE_CONTENT_ADMINISTRATOR + R:TLE_LOGGED_IN_USER_ROLE - 9 + 3482 false - R:ROLE_SYSTEM_DESIGNER + R:ROLE_SYSTEM_ADMINISTRATOR - 16 + 8838 false - R:ROLE_REPORTING_USER + R:ROLE_CONTENT_CONTRIBUTOR - 43 + 8836 false - U:34510ce8-cade-eddd-8edc-c47bdfc91dc2 + R:2237ce17-de72-57a8-7321-aadca36b3ec4 - 20 + 257269 false - R:ROLE_SYSTEM_ADMINISTRATOR + U:4026b550-9a1f-4521-9b56-9ec737c02526 - 13 + 8837 false - * + U:b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 40 + 8832 false - R:2237ce17-de72-57a8-7321-aadca36b3ec4 + U:f2ce5cf5-e6d2-8d1a-4627-4e917b4e6ba3 U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d OR R:TLE_GUEST_USER_ROLE OR - 35 + 165919 false - U:b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 + R:f2d9d4a1-5816-400e-8d29-702c6ab8b564 R:e8a88448-cdeb-43d0-afc6-8c491266271a OR R:ba7c5a30-5dff-45dd-a507-0e48cb7579ec OR R:03a4c2a6-d089-4af5-ada8-924299f152fe OR R:351c2f38-b78a-4049-88d5-dc33693c9a9f OR - 36 + 3479 false - R:ROLE_CONTENT_CONTRIBUTOR + R:ROLE_SYSTEM_DESIGNER - 41 + 2129 false - * U:20c8cfd5-6318-4251-a353-5b0b5a7994c3 NOT AND + * - 6 + 3476 + false + R:ROLE_REPORTING_USER + + + 3486 false R:ROLE_CONTENT_ASSEMBLER - 38 + 8839 false - R:TLE_GUEST_USER_ROLE U:a7cf3f4b-09c7-aaba-b57f-8c5e3881438d OR + * U:20c8cfd5-6318-4251-a353-5b0b5a7994c3 NOT AND + + + 257394 + false + U:4026b550-9a1f-4521-9b56-9ec737c02526 U:c2d0f0b2-6187-4e51-adc9-3d845b76ee14 OR - 37 + 8841 false - U:f2ce5cf5-e6d2-8d1a-4627-4e917b4e6ba3 + U:f2ce5cf5-e6d2-8d1a-4627-4e917b4e6ba3 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/catalogue/export.fmt b/autotest/Tests/tests/vanilla/institution/catalogue/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/catalogue/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/catassign/export.fmt b/autotest/Tests/tests/vanilla/institution/catassign/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/catassign/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/customlink/62/06d53d52-6fab-4548-a1c6-861d6c83b650.xml b/autotest/Tests/tests/vanilla/institution/customlink/62/06d53d52-6fab-4548-a1c6-861d6c83b650.xml index 9b92dacebc..2413566479 100644 --- a/autotest/Tests/tests/vanilla/institution/customlink/62/06d53d52-6fab-4548-a1c6-861d6c83b650.xml +++ b/autotest/Tests/tests/vanilla/institution/customlink/62/06d53d52-6fab-4548-a1c6-861d6c83b650.xml @@ -1,16 +1,16 @@ - 1016 + 255615 06d53d52-6fab-4548-a1c6-861d6c83b650 TLE_ADMINISTRATOR 2010-09-20 11:40:43.227 2010-09-20 11:40:43.227 - 213551 + 255616 en - 213350 + 255617 en 0 Test Role Link diff --git a/autotest/Tests/tests/vanilla/institution/federatedsearch/28/b5e9d299-f659-48e0-5e6e-6fa224da559d.xml b/autotest/Tests/tests/vanilla/institution/federatedsearch/28/b5e9d299-f659-48e0-5e6e-6fa224da559d.xml index 51951599e8..0674fe4c7f 100644 --- a/autotest/Tests/tests/vanilla/institution/federatedsearch/28/b5e9d299-f659-48e0-5e6e-6fa224da559d.xml +++ b/autotest/Tests/tests/vanilla/institution/federatedsearch/28/b5e9d299-f659-48e0-5e6e-6fa224da559d.xml @@ -1,16 +1,16 @@ - 1022 + 255634 b5e9d299-f659-48e0-5e6e-6fa224da559d TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213558 + 255635 en - 213356 + 255636 en 1 ANU Library @@ -21,24 +21,24 @@ - username - guest + host + library.anu.edu.au - database - innopac + xslt + federated_search_metadata.xslt port 210 - xslt - federated_search_metadata.xslt + database + innopac - host - library.anu.edu.au + username + guest false diff --git a/autotest/Tests/tests/vanilla/institution/federatedsearch/56/ebd38e44-078f-e4d0-c304-7a152d38838e.xml b/autotest/Tests/tests/vanilla/institution/federatedsearch/56/ebd38e44-078f-e4d0-c304-7a152d38838e.xml index 9eca1b7749..89b35649b1 100644 --- a/autotest/Tests/tests/vanilla/institution/federatedsearch/56/ebd38e44-078f-e4d0-c304-7a152d38838e.xml +++ b/autotest/Tests/tests/vanilla/institution/federatedsearch/56/ebd38e44-078f-e4d0-c304-7a152d38838e.xml @@ -1,16 +1,16 @@ - 1023 + 255637 ebd38e44-078f-e4d0-c304-7a152d38838e TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213559 + 255638 en - 213357 + 255639 en 1 State library of Tasmania @@ -21,24 +21,24 @@ - username - guest + host + asimov.ecc.tased.edu.au - database - cl_default + xslt + federated_search_metadata.xslt port 210 - xslt - federated_search_metadata.xslt + database + cl_default - host - asimov.ecc.tased.edu.au + username + guest false diff --git a/autotest/Tests/tests/vanilla/institution/filestore/Custom2/legacy.css b/autotest/Tests/tests/vanilla/institution/filestore/Custom2/legacy.css new file mode 100644 index 0000000000..66b5ab2ddd --- /dev/null +++ b/autotest/Tests/tests/vanilla/institution/filestore/Custom2/legacy.css @@ -0,0 +1,13160 @@ +@charset "UTF-8"; +/* + * FancyBox - jQuery Plugin + * Simple and fancy lightbox alternative + * + * Examples and documentation at: http://fancybox.net + * + * Copyright (c) 2008 - 2010 Janis Skarnelis + * + * Version: 1.3.1 (05/03/2010) + * Requires: jQuery v1.3+ + * + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + */ +#fancybox-loading { + position: fixed; + top: 50%; + left: 50%; + height: 40px; + width: 40px; + margin-top: -20px; + margin-left: -20px; + cursor: pointer; + overflow: hidden; + z-index: 1104; + display: none; } + +* html #fancybox-loading { + /* IE6 */ + position: absolute; + margin-top: 0; } + +#fancybox-loading div { + position: absolute; + top: 0; + left: 0; + width: 40px; + height: 480px; + background-image: url("fancybox.png"); } + +#fancybox-overlay { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + background: #000; + z-index: 1100; + display: none; } + +* html #fancybox-overlay { + /* IE6 */ + position: absolute; + width: 100%; } + +#fancybox-tmp { + padding: 0; + margin: 0; + border: 0; + overflow: auto; + display: none; } + +#fancybox-wrap { + position: absolute; + top: 0; + left: 0; + margin: 0; + padding: 20px; + z-index: 1101; + display: none; } + +#fancybox-outer { + position: relative; + width: 100%; + height: 100%; + background: #FFF; } + +#fancybox-inner { + position: absolute; + top: 0; + left: 0; + width: 1px; + height: 1px; + padding: 0; + margin: 0; + outline: none; + overflow: hidden; } + +#fancybox-hide-sel-frame { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: transparent; } + +#fancybox-close { + position: absolute; + top: -15px; + right: -15px; + width: 30px; + height: 30px; + background-image: url("fancybox.png"); + background-position: -40px 0px; + cursor: pointer; + z-index: 1103; + display: none; } + +#fancybox_error { + color: #444; + font: normal 12px/20px Arial; + padding: 7px; + margin: 0; } + +#fancybox-content { + height: auto; + width: auto; + padding: 0; + margin: 0; } + +#fancybox-img { + width: 100%; + height: 100%; + padding: 0; + margin: 0; + border: none; + outline: none; + line-height: 0; + vertical-align: top; + -ms-interpolation-mode: bicubic; } + +#fancybox-frame { + position: relative; + width: 100%; + height: 100%; + border: none; + display: block; } + +#fancybox-title { + position: absolute; + bottom: 0; + left: 0; + font-family: Arial; + font-size: 12px; + z-index: 1102; } + +.fancybox-title-inside { + padding: 10px 0; + text-align: center; + color: #333; } + +.fancybox-title-outside { + padding-top: 5px; + color: #FFF; + text-align: center; + font-weight: bold; } + +.fancybox-title-over { + color: #FFF; + text-align: left; } + +#fancybox-title-over { + padding: 10px; + background-image: url("fancy_title_over.png"); + display: block; } + +#fancybox-title-wrap { + display: inline-block; } + +#fancybox-title-wrap span { + height: 32px; + float: left; } + +#fancybox-title-left { + padding-left: 15px; + background-image: url("fancybox.png"); + background-position: -40px -90px; + background-repeat: no-repeat; } + +#fancybox-title-main { + font-weight: bold; + line-height: 29px; + background-image: url("fancybox-x.png"); + background-position: 0px -40px; + color: #FFF; } + +#fancybox-title-right { + padding-left: 15px; + background-image: url("fancybox.png"); + background-position: -55px -90px; + background-repeat: no-repeat; } + +#fancybox-left, #fancybox-right { + position: absolute; + bottom: 0px; + height: 100%; + width: 35%; + cursor: pointer; + outline: none; + background-image: url("blank.gif"); + z-index: 1102; + display: none; } + +#fancybox-left { + left: 0px; } + +#fancybox-right { + right: 0px; } + +#fancybox-left-ico, #fancybox-right-ico { + position: absolute; + top: 50%; + left: -9999px; + width: 30px; + height: 30px; + margin-top: -15px; + cursor: pointer; + z-index: 1102; + display: block; } + +#fancybox-left-ico { + background-image: url("fancybox.png"); + background-position: -40px -30px; } + +#fancybox-right-ico { + background-image: url("fancybox.png"); + background-position: -40px -60px; } + +#fancybox-left:hover, #fancybox-right:hover { + visibility: visible; + /* IE6 */ } + +#fancybox-left:hover span { + left: 20px; } + +#fancybox-right:hover span { + left: auto; + right: 20px; } + +.fancy-bg { + position: absolute; + padding: 0; + margin: 0; + border: 0; + width: 20px; + height: 20px; + z-index: 1001; } + +#fancy-bg-n { + top: -20px; + left: 0; + width: 100%; + background-image: url("fancybox-x.png"); } + +#fancy-bg-ne { + top: -20px; + right: -20px; + background-image: url("fancybox.png"); + background-position: -40px -162px; } + +#fancy-bg-e { + top: 0; + right: -20px; + height: 100%; + background-image: url("fancybox-y.png"); + background-position: -20px 0px; } + +#fancy-bg-se { + bottom: -20px; + right: -20px; + background-image: url("fancybox.png"); + background-position: -40px -182px; } + +#fancy-bg-s { + bottom: -20px; + left: 0; + width: 100%; + background-image: url("fancybox-x.png"); + background-position: 0px -20px; } + +#fancy-bg-sw { + bottom: -20px; + left: -20px; + background-image: url("fancybox.png"); + background-position: -40px -142px; } + +#fancy-bg-w { + top: 0; + left: -20px; + height: 100%; + background-image: url("fancybox-y.png"); } + +#fancy-bg-nw { + top: -20px; + left: -20px; + background-image: url("fancybox.png"); + background-position: -40px -122px; } + +/* IE */ +.fancybox-ie .fancy-bg { + background: transparent !important; } + +#fancybox-loading.fancybox-ie div { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_loading.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-close { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-title-over { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_over.png', sizingMethod='scale' ); + background: transparent; + zoom: 1; } + +.fancybox-ie #fancybox-title-left { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_left.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-title-main { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_main.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-title-right { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_right.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-left-ico { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_left.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancybox-right-ico { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_right.png', sizingMethod='scale' ); + background: transparent; } + +.fancybox-ie #fancy-bg-n { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_n.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-ne { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-e { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-se { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-s { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-sw { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-w { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale' ); } + +.fancybox-ie #fancy-bg-nw { + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale' ); } + +/* select box replacements */ +.newListSelected { + background: url(../../images/stylishSelect/select-down.png) right 5px no-repeat #fff; + border: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + border-top: 1px solid #7e765e; + font-size: 12px; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + color: #4B4842; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } + +/*http://jira.pearsoncmg.com/jira/browse/EQ-1459*/ +.newListSelected.showUp { + background: url(../../images/stylishSelect/select-up.png) right 5px no-repeat #fff; } + +html[dir="rtl"] .newListSelected { + background-position: 5px 5px; } + +.newListSelected.newListSelFocus { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: 0; } + +.selectedTxt { + overflow: hidden; + white-space: nowrap; + padding-top: 1px; + padding-right: 20px; + padding-bottom: 1px; + padding-left: 0px; } + +html[dir="rtl"] .selectedTxt { + padding-right: 0; + padding-left: 20px; } + +.newList { + position: absolute; + list-style: none; + z-index: 2000; + top: 23px; + /*left: -1px !important;*/ + overflow: auto; + /* undo .topblock styles - hack */ + line-height: normal; + margin: 0; } + +.topblock .newList { + list-style: none; + z-index: 2000; + top: 23px; + /*left: -1px !important;*/ + overflow: auto; + /* undo .topblock styles - hack */ + line-height: normal; + margin: 0; } + +.newList li { + border-left: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + /* undo .topblock styles - hack */ + margin: 0 !important; + cursor: pointer; + background: #fff !important; + padding: 0 !important; + /* Still let text wrap around, just don't show horizontal scrollbar if an unsplittable word is too wide */ + overflow-x: hidden; } + +.newList.onBottom li:last-child { + border-bottom: 1px solid #cfcbbe; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; } + +.newList.onTop li:first-child { + border-top: 1px solid #cfcbbe; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; } + +.newList li a, .newList li a:hover { + color: #333 !important; + text-decoration: none !important; + padding: 5px 6px; + display: block; + border-top: 1px solid #eee; } + +.newList li a:hover { + background-color: #C0C0C0; } + +.newList li a:hover.disabled-entry { + background-color: #FFFFFF; } + +.newList li a.disabled-entry, .newList li a.disabled-entry:hover { + color: #CCCCCC !important; + cursor: default; } + +/*! jQuery UI - v1.10.0 - 2013-01-17 +* http://jqueryui.com +* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css +* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; } + +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; } + +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; } + +.ui-helper-clearfix:after { + clear: both; } + +.ui-helper-clearfix { + min-height: 0; + /* support: IE7 */ } + +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter: Alpha(Opacity=0); } + +.ui-front { + z-index: 100; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; } + +/* Misc visuals +----------------------------------*/ +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; } + +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin-top: 2px; + padding: .5em .5em .5em .7em; + min-height: 0; + /* support: IE7 */ } + +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-noicons { + padding-left: .7em; } + +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; } + +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; } + +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; } + +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; + /* removes extra width in IE */ } + +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; } + +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; } + +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; } + +.ui-button-icons-only { + width: 3.4em; } + +button.ui-button-icons-only { + width: 3.7em; } + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; } + +.ui-button-text-only .ui-button-text { + padding: .4em 1em; } + +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; } + +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; } + +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; } + +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; } + +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; } + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; } + +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; } + +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; } + +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; } + +/* button sets */ +.ui-buttonset { + margin-right: 7px; } + +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; } + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; } + +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; + z-index: 9999; } + +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; } + +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; } + +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; } + +.ui-datepicker .ui-datepicker-prev { + left: 2px; } + +.ui-datepicker .ui-datepicker-next { + right: 2px; } + +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; } + +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; } + +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; } + +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; } + +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; } + +.ui-datepicker select.ui-datepicker-month-year { + width: 100%; } + +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 49%; } + +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; } + +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; } + +.ui-datepicker td { + border: 0; + padding: 1px; } + +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; } + +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; } + +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; } + +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; } + +.ui-datepicker-multi .ui-datepicker-group { + float: left; } + +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; } + +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; } + +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; } + +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; } + +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; } + +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; } + +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; } + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; } + +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; } + +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; } + +.ui-dialog { + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; } + +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; } + +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; } + +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 21px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; } + +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; } + +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; } + +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; } + +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; } + +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; } + +.ui-draggable .ui-dialog-titlebar { + cursor: move; } + +.ui-menu { + list-style: none; + padding: 2px; + margin: 0; + display: block; + outline: none; } + +.ui-menu .ui-menu { + margin-top: -3px; + position: absolute; } + +.ui-menu .ui-menu-item { + margin: 0; + padding: 0; + width: 100%; } + +.ui-menu .ui-menu-divider { + margin: 5px -2px 5px -2px; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; } + +.ui-menu .ui-menu-item a { + text-decoration: none; + display: block; + padding: 2px .4em; + line-height: 1.5; + min-height: 0; + /* support: IE7 */ + font-weight: normal; } + +.ui-menu .ui-menu-item a.ui-state-focus, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; } + +.ui-menu .ui-state-disabled { + font-weight: normal; + margin: .4em 0 .2em; + line-height: 1.5; } + +.ui-menu .ui-state-disabled a { + cursor: default; } + +/* icon support */ +.ui-menu-icons { + position: relative; } + +.ui-menu-icons .ui-menu-item a { + position: relative; + padding-left: 2em; } + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: .2em; + left: .2em; } + +/* right-aligned */ +.ui-menu .ui-menu-icon { + position: static; + float: right; } + +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; } + +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; } + +.ui-progressbar .ui-progressbar-overlay { + background: url("images/animated-overlay.gif"); + height: 100%; + filter: alpha(opacity=25); + opacity: 0.25; } + +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; } + +.ui-resizable { + position: relative; } + +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; } + +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; } + +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; } + +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; } + +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; } + +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; } + +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; } + +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; } + +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; } + +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; } + +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; } + +.ui-slider { + position: relative; + text-align: left; } + +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; } + +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; } + +/* For IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; } + +.ui-slider-horizontal { + height: .8em; } + +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; } + +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; } + +.ui-slider-horizontal .ui-slider-range-min { + left: 0; } + +.ui-slider-horizontal .ui-slider-range-max { + right: 0; } + +.ui-slider-vertical { + width: .8em; + height: 100px; } + +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; } + +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; } + +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; } + +.ui-slider-vertical .ui-slider-range-max { + top: 0; } + +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; } + +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; } + +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; } + +/* more specificity required here to overide default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; } + +/* vertical centre icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; } + +.ui-spinner-up { + top: 0; } + +.ui-spinner-down { + bottom: 0; } + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; } + +.ui-tabs { + position: relative; + /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; } + +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; } + +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom: 0; + padding: 0; + white-space: nowrap; } + +.ui-tabs .ui-tabs-nav li a { + float: left; + padding: .5em 1em; + text-decoration: none; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active a, +.ui-tabs .ui-tabs-nav li.ui-state-disabled a, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { + cursor: text; } + +.ui-tabs .ui-tabs-nav li a, +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { + cursor: pointer; } + +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; } + +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; } + +body .ui-tooltip { + border-width: 2px; } + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana, Arial, sans-serif; + font-size: 1.1em; } + +.ui-widget .ui-widget { + font-size: 1em; } + +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana, Arial, sans-serif; + font-size: 1em; } + +.ui-widget-content { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; + color: #222222; } + +.ui-widget-content a { + color: #222222; } + +.ui-widget-header { + border: 1px solid #aaaaaa; + background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; + color: #222222; + font-weight: bold; } + +.ui-widget-header a { + color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #555555; } + +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555; + text-decoration: none; } + +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited { + color: #212121; + text-decoration: none; } + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121; + text-decoration: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1; + background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; + color: #363636; } + +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; } + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; + color: #cd0a0a; } + +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; } + +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; } + +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; } + +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter: Alpha(Opacity=70); + font-weight: normal; } + +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter: Alpha(Opacity=35); + background-image: none; } + +.ui-state-disabled .ui-icon { + filter: Alpha(Opacity=35); + /* For IE8 - See #6059 */ } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; + background-position: 16px 16px; } + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-widget-header .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-state-default .ui-icon { + background-image: url(images/ui-icons_888888_256x240.png); } + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-active .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-highlight .ui-icon { + background-image: url(images/ui-icons_2e83ff_256x240.png); } + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { + background-position: 0 0; } + +.ui-icon-carat-1-ne { + background-position: -16px 0; } + +.ui-icon-carat-1-e { + background-position: -32px 0; } + +.ui-icon-carat-1-se { + background-position: -48px 0; } + +.ui-icon-carat-1-s { + background-position: -64px 0; } + +.ui-icon-carat-1-sw { + background-position: -80px 0; } + +.ui-icon-carat-1-w { + background-position: -96px 0; } + +.ui-icon-carat-1-nw { + background-position: -112px 0; } + +.ui-icon-carat-2-n-s { + background-position: -128px 0; } + +.ui-icon-carat-2-e-w { + background-position: -144px 0; } + +.ui-icon-triangle-1-n { + background-position: 0 -16px; } + +.ui-icon-triangle-1-ne { + background-position: -16px -16px; } + +.ui-icon-triangle-1-e { + background-position: -32px -16px; } + +.ui-icon-triangle-1-se { + background-position: -48px -16px; } + +.ui-icon-triangle-1-s { + background-position: -64px -16px; } + +.ui-icon-triangle-1-sw { + background-position: -80px -16px; } + +.ui-icon-triangle-1-w { + background-position: -96px -16px; } + +.ui-icon-triangle-1-nw { + background-position: -112px -16px; } + +.ui-icon-triangle-2-n-s { + background-position: -128px -16px; } + +.ui-icon-triangle-2-e-w { + background-position: -144px -16px; } + +.ui-icon-arrow-1-n { + background-position: 0 -32px; } + +.ui-icon-arrow-1-ne { + background-position: -16px -32px; } + +.ui-icon-arrow-1-e { + background-position: -32px -32px; } + +.ui-icon-arrow-1-se { + background-position: -48px -32px; } + +.ui-icon-arrow-1-s { + background-position: -64px -32px; } + +.ui-icon-arrow-1-sw { + background-position: -80px -32px; } + +.ui-icon-arrow-1-w { + background-position: -96px -32px; } + +.ui-icon-arrow-1-nw { + background-position: -112px -32px; } + +.ui-icon-arrow-2-n-s { + background-position: -128px -32px; } + +.ui-icon-arrow-2-ne-sw { + background-position: -144px -32px; } + +.ui-icon-arrow-2-e-w { + background-position: -160px -32px; } + +.ui-icon-arrow-2-se-nw { + background-position: -176px -32px; } + +.ui-icon-arrowstop-1-n { + background-position: -192px -32px; } + +.ui-icon-arrowstop-1-e { + background-position: -208px -32px; } + +.ui-icon-arrowstop-1-s { + background-position: -224px -32px; } + +.ui-icon-arrowstop-1-w { + background-position: -240px -32px; } + +.ui-icon-arrowthick-1-n { + background-position: 0 -48px; } + +.ui-icon-arrowthick-1-ne { + background-position: -16px -48px; } + +.ui-icon-arrowthick-1-e { + background-position: -32px -48px; } + +.ui-icon-arrowthick-1-se { + background-position: -48px -48px; } + +.ui-icon-arrowthick-1-s { + background-position: -64px -48px; } + +.ui-icon-arrowthick-1-sw { + background-position: -80px -48px; } + +.ui-icon-arrowthick-1-w { + background-position: -96px -48px; } + +.ui-icon-arrowthick-1-nw { + background-position: -112px -48px; } + +.ui-icon-arrowthick-2-n-s { + background-position: -128px -48px; } + +.ui-icon-arrowthick-2-ne-sw { + background-position: -144px -48px; } + +.ui-icon-arrowthick-2-e-w { + background-position: -160px -48px; } + +.ui-icon-arrowthick-2-se-nw { + background-position: -176px -48px; } + +.ui-icon-arrowthickstop-1-n { + background-position: -192px -48px; } + +.ui-icon-arrowthickstop-1-e { + background-position: -208px -48px; } + +.ui-icon-arrowthickstop-1-s { + background-position: -224px -48px; } + +.ui-icon-arrowthickstop-1-w { + background-position: -240px -48px; } + +.ui-icon-arrowreturnthick-1-w { + background-position: 0 -64px; } + +.ui-icon-arrowreturnthick-1-n { + background-position: -16px -64px; } + +.ui-icon-arrowreturnthick-1-e { + background-position: -32px -64px; } + +.ui-icon-arrowreturnthick-1-s { + background-position: -48px -64px; } + +.ui-icon-arrowreturn-1-w { + background-position: -64px -64px; } + +.ui-icon-arrowreturn-1-n { + background-position: -80px -64px; } + +.ui-icon-arrowreturn-1-e { + background-position: -96px -64px; } + +.ui-icon-arrowreturn-1-s { + background-position: -112px -64px; } + +.ui-icon-arrowrefresh-1-w { + background-position: -128px -64px; } + +.ui-icon-arrowrefresh-1-n { + background-position: -144px -64px; } + +.ui-icon-arrowrefresh-1-e { + background-position: -160px -64px; } + +.ui-icon-arrowrefresh-1-s { + background-position: -176px -64px; } + +.ui-icon-arrow-4 { + background-position: 0 -80px; } + +.ui-icon-arrow-4-diag { + background-position: -16px -80px; } + +.ui-icon-extlink { + background-position: -32px -80px; } + +.ui-icon-newwin { + background-position: -48px -80px; } + +.ui-icon-refresh { + background-position: -64px -80px; } + +.ui-icon-shuffle { + background-position: -80px -80px; } + +.ui-icon-transfer-e-w { + background-position: -96px -80px; } + +.ui-icon-transferthick-e-w { + background-position: -112px -80px; } + +.ui-icon-folder-collapsed { + background-position: 0 -96px; } + +.ui-icon-folder-open { + background-position: -16px -96px; } + +.ui-icon-document { + background-position: -32px -96px; } + +.ui-icon-document-b { + background-position: -48px -96px; } + +.ui-icon-note { + background-position: -64px -96px; } + +.ui-icon-mail-closed { + background-position: -80px -96px; } + +.ui-icon-mail-open { + background-position: -96px -96px; } + +.ui-icon-suitcase { + background-position: -112px -96px; } + +.ui-icon-comment { + background-position: -128px -96px; } + +.ui-icon-person { + background-position: -144px -96px; } + +.ui-icon-print { + background-position: -160px -96px; } + +.ui-icon-trash { + background-position: -176px -96px; } + +.ui-icon-locked { + background-position: -192px -96px; } + +.ui-icon-unlocked { + background-position: -208px -96px; } + +.ui-icon-bookmark { + background-position: -224px -96px; } + +.ui-icon-tag { + background-position: -240px -96px; } + +.ui-icon-home { + background-position: 0 -112px; } + +.ui-icon-flag { + background-position: -16px -112px; } + +.ui-icon-calendar { + background-position: -32px -112px; } + +.ui-icon-cart { + background-position: -48px -112px; } + +.ui-icon-pencil { + background-position: -64px -112px; } + +.ui-icon-clock { + background-position: -80px -112px; } + +.ui-icon-disk { + background-position: -96px -112px; } + +.ui-icon-calculator { + background-position: -112px -112px; } + +.ui-icon-zoomin { + background-position: -128px -112px; } + +.ui-icon-zoomout { + background-position: -144px -112px; } + +.ui-icon-search { + background-position: -160px -112px; } + +.ui-icon-wrench { + background-position: -176px -112px; } + +.ui-icon-gear { + background-position: -192px -112px; } + +.ui-icon-heart { + background-position: -208px -112px; } + +.ui-icon-star { + background-position: -224px -112px; } + +.ui-icon-link { + background-position: -240px -112px; } + +.ui-icon-cancel { + background-position: 0 -128px; } + +.ui-icon-plus { + background-position: -16px -128px; } + +.ui-icon-plusthick { + background-position: -32px -128px; } + +.ui-icon-minus { + background-position: -48px -128px; } + +.ui-icon-minusthick { + background-position: -64px -128px; } + +.ui-icon-close { + background-position: -80px -128px; } + +.ui-icon-closethick { + background-position: -96px -128px; } + +.ui-icon-key { + background-position: -112px -128px; } + +.ui-icon-lightbulb { + background-position: -128px -128px; } + +.ui-icon-scissors { + background-position: -144px -128px; } + +.ui-icon-clipboard { + background-position: -160px -128px; } + +.ui-icon-copy { + background-position: -176px -128px; } + +.ui-icon-contact { + background-position: -192px -128px; } + +.ui-icon-image { + background-position: -208px -128px; } + +.ui-icon-video { + background-position: -224px -128px; } + +.ui-icon-script { + background-position: -240px -128px; } + +.ui-icon-alert { + background-position: 0 -144px; } + +.ui-icon-info { + background-position: -16px -144px; } + +.ui-icon-notice { + background-position: -32px -144px; } + +.ui-icon-help { + background-position: -48px -144px; } + +.ui-icon-check { + background-position: -64px -144px; } + +.ui-icon-bullet { + background-position: -80px -144px; } + +.ui-icon-radio-on { + background-position: -96px -144px; } + +.ui-icon-radio-off { + background-position: -112px -144px; } + +.ui-icon-pin-w { + background-position: -128px -144px; } + +.ui-icon-pin-s { + background-position: -144px -144px; } + +.ui-icon-play { + background-position: 0 -160px; } + +.ui-icon-pause { + background-position: -16px -160px; } + +.ui-icon-seek-next { + background-position: -32px -160px; } + +.ui-icon-seek-prev { + background-position: -48px -160px; } + +.ui-icon-seek-end { + background-position: -64px -160px; } + +.ui-icon-seek-start { + background-position: -80px -160px; } + +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { + background-position: -80px -160px; } + +.ui-icon-stop { + background-position: -96px -160px; } + +.ui-icon-eject { + background-position: -112px -160px; } + +.ui-icon-volume-off { + background-position: -128px -160px; } + +.ui-icon-volume-on { + background-position: -144px -160px; } + +.ui-icon-power { + background-position: 0 -176px; } + +.ui-icon-signal-diag { + background-position: -16px -176px; } + +.ui-icon-signal { + background-position: -32px -176px; } + +.ui-icon-battery-0 { + background-position: -48px -176px; } + +.ui-icon-battery-1 { + background-position: -64px -176px; } + +.ui-icon-battery-2 { + background-position: -80px -176px; } + +.ui-icon-battery-3 { + background-position: -96px -176px; } + +.ui-icon-circle-plus { + background-position: 0 -192px; } + +.ui-icon-circle-minus { + background-position: -16px -192px; } + +.ui-icon-circle-close { + background-position: -32px -192px; } + +.ui-icon-circle-triangle-e { + background-position: -48px -192px; } + +.ui-icon-circle-triangle-s { + background-position: -64px -192px; } + +.ui-icon-circle-triangle-w { + background-position: -80px -192px; } + +.ui-icon-circle-triangle-n { + background-position: -96px -192px; } + +.ui-icon-circle-arrow-e { + background-position: -112px -192px; } + +.ui-icon-circle-arrow-s { + background-position: -128px -192px; } + +.ui-icon-circle-arrow-w { + background-position: -144px -192px; } + +.ui-icon-circle-arrow-n { + background-position: -160px -192px; } + +.ui-icon-circle-zoomin { + background-position: -176px -192px; } + +.ui-icon-circle-zoomout { + background-position: -192px -192px; } + +.ui-icon-circle-check { + background-position: -208px -192px; } + +.ui-icon-circlesmall-plus { + background-position: 0 -208px; } + +.ui-icon-circlesmall-minus { + background-position: -16px -208px; } + +.ui-icon-circlesmall-close { + background-position: -32px -208px; } + +.ui-icon-squaresmall-plus { + background-position: -48px -208px; } + +.ui-icon-squaresmall-minus { + background-position: -64px -208px; } + +.ui-icon-squaresmall-close { + background-position: -80px -208px; } + +.ui-icon-grip-dotted-vertical { + background-position: 0 -224px; } + +.ui-icon-grip-dotted-horizontal { + background-position: -16px -224px; } + +.ui-icon-grip-solid-vertical { + background-position: -32px -224px; } + +.ui-icon-grip-solid-horizontal { + background-position: -48px -224px; } + +.ui-icon-gripsmall-diagonal-se { + background-position: -64px -224px; } + +.ui-icon-grip-diagonal-se { + background-position: -80px -224px; } + +/* Misc visuals +----------------------------------*/ +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 0; } + +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 0; } + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); } + +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); + border-radius: 8px; } + +/*! jQuery UI - v1.10.0 - 2013-01-17 +* http://jqueryui.com +* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css +* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; } + +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; } + +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; } + +.ui-helper-clearfix:after { + clear: both; } + +.ui-helper-clearfix { + min-height: 0; + /* support: IE7 */ } + +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter: Alpha(Opacity=0); } + +.ui-front { + z-index: 100; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; } + +/* Misc visuals +----------------------------------*/ +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; } + +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin-top: 2px; + padding: .5em .5em .5em .7em; + min-height: 0; + /* support: IE7 */ } + +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-noicons { + padding-left: .7em; } + +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; } + +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; } + +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; } + +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; + /* removes extra width in IE */ } + +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; } + +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; } + +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; } + +.ui-button-icons-only { + width: 3.4em; } + +button.ui-button-icons-only { + width: 3.7em; } + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; } + +.ui-button-text-only .ui-button-text { + padding: .4em 1em; } + +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; } + +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; } + +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; } + +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; } + +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; } + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; } + +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; } + +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; } + +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; } + +/* button sets */ +.ui-buttonset { + margin-right: 7px; } + +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; } + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; } + +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; + z-index: 9999; } + +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; } + +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; } + +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; } + +.ui-datepicker .ui-datepicker-prev { + left: 2px; } + +.ui-datepicker .ui-datepicker-next { + right: 2px; } + +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; } + +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; } + +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; } + +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; } + +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; } + +.ui-datepicker select.ui-datepicker-month-year { + width: 100%; } + +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 49%; } + +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; } + +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; } + +.ui-datepicker td { + border: 0; + padding: 1px; } + +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; } + +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; } + +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; } + +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; } + +.ui-datepicker-multi .ui-datepicker-group { + float: left; } + +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; } + +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; } + +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; } + +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; } + +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; } + +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; } + +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; } + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; } + +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; } + +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; } + +.ui-dialog { + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; } + +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; } + +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; } + +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 21px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; } + +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; } + +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; } + +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; } + +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; } + +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; } + +.ui-draggable .ui-dialog-titlebar { + cursor: move; } + +.ui-menu { + list-style: none; + padding: 2px; + margin: 0; + display: block; + outline: none; } + +.ui-menu .ui-menu { + margin-top: -3px; + position: absolute; } + +.ui-menu .ui-menu-item { + margin: 0; + padding: 0; + width: 100%; } + +.ui-menu .ui-menu-divider { + margin: 5px -2px 5px -2px; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; } + +.ui-menu .ui-menu-item a { + text-decoration: none; + display: block; + padding: 2px .4em; + line-height: 1.5; + min-height: 0; + /* support: IE7 */ + font-weight: normal; } + +.ui-menu .ui-menu-item a.ui-state-focus, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; } + +.ui-menu .ui-state-disabled { + font-weight: normal; + margin: .4em 0 .2em; + line-height: 1.5; } + +.ui-menu .ui-state-disabled a { + cursor: default; } + +/* icon support */ +.ui-menu-icons { + position: relative; } + +.ui-menu-icons .ui-menu-item a { + position: relative; + padding-left: 2em; } + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: .2em; + left: .2em; } + +/* right-aligned */ +.ui-menu .ui-menu-icon { + position: static; + float: right; } + +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; } + +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; } + +.ui-progressbar .ui-progressbar-overlay { + background: url("images/animated-overlay.gif"); + height: 100%; + filter: alpha(opacity=25); + opacity: 0.25; } + +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; } + +.ui-resizable { + position: relative; } + +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; } + +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; } + +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; } + +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; } + +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; } + +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; } + +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; } + +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; } + +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; } + +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; } + +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; } + +.ui-slider { + position: relative; + text-align: left; } + +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; } + +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; } + +/* For IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; } + +.ui-slider-horizontal { + height: .8em; } + +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; } + +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; } + +.ui-slider-horizontal .ui-slider-range-min { + left: 0; } + +.ui-slider-horizontal .ui-slider-range-max { + right: 0; } + +.ui-slider-vertical { + width: .8em; + height: 100px; } + +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; } + +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; } + +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; } + +.ui-slider-vertical .ui-slider-range-max { + top: 0; } + +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; } + +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; } + +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; } + +/* more specificity required here to overide default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; } + +/* vertical centre icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; } + +.ui-spinner-up { + top: 0; } + +.ui-spinner-down { + bottom: 0; } + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; } + +.ui-tabs { + position: relative; + /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; } + +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; } + +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom: 0; + padding: 0; + white-space: nowrap; } + +.ui-tabs .ui-tabs-nav li a { + float: left; + padding: .5em 1em; + text-decoration: none; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active a, +.ui-tabs .ui-tabs-nav li.ui-state-disabled a, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { + cursor: text; } + +.ui-tabs .ui-tabs-nav li a, +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { + cursor: pointer; } + +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; } + +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; } + +body .ui-tooltip { + border-width: 2px; } + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana, Arial, sans-serif; + font-size: 1.1em; } + +.ui-widget .ui-widget { + font-size: 1em; } + +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana, Arial, sans-serif; + font-size: 1em; } + +.ui-widget-content { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; + color: #222222; } + +.ui-widget-content a { + color: #222222; } + +.ui-widget-header { + border: 1px solid #aaaaaa; + background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; + color: #222222; + font-weight: bold; } + +.ui-widget-header a { + color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #555555; } + +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555; + text-decoration: none; } + +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited { + color: #212121; + text-decoration: none; } + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121; + text-decoration: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1; + background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; + color: #363636; } + +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; } + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; + color: #cd0a0a; } + +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; } + +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; } + +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; } + +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter: Alpha(Opacity=70); + font-weight: normal; } + +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter: Alpha(Opacity=35); + background-image: none; } + +.ui-state-disabled .ui-icon { + filter: Alpha(Opacity=35); + /* For IE8 - See #6059 */ } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; + background-position: 16px 16px; } + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-widget-header .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-state-default .ui-icon { + background-image: url(images/ui-icons_888888_256x240.png); } + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-active .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-highlight .ui-icon { + background-image: url(images/ui-icons_2e83ff_256x240.png); } + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { + background-position: 0 0; } + +.ui-icon-carat-1-ne { + background-position: -16px 0; } + +.ui-icon-carat-1-e { + background-position: -32px 0; } + +.ui-icon-carat-1-se { + background-position: -48px 0; } + +.ui-icon-carat-1-s { + background-position: -64px 0; } + +.ui-icon-carat-1-sw { + background-position: -80px 0; } + +.ui-icon-carat-1-w { + background-position: -96px 0; } + +.ui-icon-carat-1-nw { + background-position: -112px 0; } + +.ui-icon-carat-2-n-s { + background-position: -128px 0; } + +.ui-icon-carat-2-e-w { + background-position: -144px 0; } + +.ui-icon-triangle-1-n { + background-position: 0 -16px; } + +.ui-icon-triangle-1-ne { + background-position: -16px -16px; } + +.ui-icon-triangle-1-e { + background-position: -32px -16px; } + +.ui-icon-triangle-1-se { + background-position: -48px -16px; } + +.ui-icon-triangle-1-s { + background-position: -64px -16px; } + +.ui-icon-triangle-1-sw { + background-position: -80px -16px; } + +.ui-icon-triangle-1-w { + background-position: -96px -16px; } + +.ui-icon-triangle-1-nw { + background-position: -112px -16px; } + +.ui-icon-triangle-2-n-s { + background-position: -128px -16px; } + +.ui-icon-triangle-2-e-w { + background-position: -144px -16px; } + +.ui-icon-arrow-1-n { + background-position: 0 -32px; } + +.ui-icon-arrow-1-ne { + background-position: -16px -32px; } + +.ui-icon-arrow-1-e { + background-position: -32px -32px; } + +.ui-icon-arrow-1-se { + background-position: -48px -32px; } + +.ui-icon-arrow-1-s { + background-position: -64px -32px; } + +.ui-icon-arrow-1-sw { + background-position: -80px -32px; } + +.ui-icon-arrow-1-w { + background-position: -96px -32px; } + +.ui-icon-arrow-1-nw { + background-position: -112px -32px; } + +.ui-icon-arrow-2-n-s { + background-position: -128px -32px; } + +.ui-icon-arrow-2-ne-sw { + background-position: -144px -32px; } + +.ui-icon-arrow-2-e-w { + background-position: -160px -32px; } + +.ui-icon-arrow-2-se-nw { + background-position: -176px -32px; } + +.ui-icon-arrowstop-1-n { + background-position: -192px -32px; } + +.ui-icon-arrowstop-1-e { + background-position: -208px -32px; } + +.ui-icon-arrowstop-1-s { + background-position: -224px -32px; } + +.ui-icon-arrowstop-1-w { + background-position: -240px -32px; } + +.ui-icon-arrowthick-1-n { + background-position: 0 -48px; } + +.ui-icon-arrowthick-1-ne { + background-position: -16px -48px; } + +.ui-icon-arrowthick-1-e { + background-position: -32px -48px; } + +.ui-icon-arrowthick-1-se { + background-position: -48px -48px; } + +.ui-icon-arrowthick-1-s { + background-position: -64px -48px; } + +.ui-icon-arrowthick-1-sw { + background-position: -80px -48px; } + +.ui-icon-arrowthick-1-w { + background-position: -96px -48px; } + +.ui-icon-arrowthick-1-nw { + background-position: -112px -48px; } + +.ui-icon-arrowthick-2-n-s { + background-position: -128px -48px; } + +.ui-icon-arrowthick-2-ne-sw { + background-position: -144px -48px; } + +.ui-icon-arrowthick-2-e-w { + background-position: -160px -48px; } + +.ui-icon-arrowthick-2-se-nw { + background-position: -176px -48px; } + +.ui-icon-arrowthickstop-1-n { + background-position: -192px -48px; } + +.ui-icon-arrowthickstop-1-e { + background-position: -208px -48px; } + +.ui-icon-arrowthickstop-1-s { + background-position: -224px -48px; } + +.ui-icon-arrowthickstop-1-w { + background-position: -240px -48px; } + +.ui-icon-arrowreturnthick-1-w { + background-position: 0 -64px; } + +.ui-icon-arrowreturnthick-1-n { + background-position: -16px -64px; } + +.ui-icon-arrowreturnthick-1-e { + background-position: -32px -64px; } + +.ui-icon-arrowreturnthick-1-s { + background-position: -48px -64px; } + +.ui-icon-arrowreturn-1-w { + background-position: -64px -64px; } + +.ui-icon-arrowreturn-1-n { + background-position: -80px -64px; } + +.ui-icon-arrowreturn-1-e { + background-position: -96px -64px; } + +.ui-icon-arrowreturn-1-s { + background-position: -112px -64px; } + +.ui-icon-arrowrefresh-1-w { + background-position: -128px -64px; } + +.ui-icon-arrowrefresh-1-n { + background-position: -144px -64px; } + +.ui-icon-arrowrefresh-1-e { + background-position: -160px -64px; } + +.ui-icon-arrowrefresh-1-s { + background-position: -176px -64px; } + +.ui-icon-arrow-4 { + background-position: 0 -80px; } + +.ui-icon-arrow-4-diag { + background-position: -16px -80px; } + +.ui-icon-extlink { + background-position: -32px -80px; } + +.ui-icon-newwin { + background-position: -48px -80px; } + +.ui-icon-refresh { + background-position: -64px -80px; } + +.ui-icon-shuffle { + background-position: -80px -80px; } + +.ui-icon-transfer-e-w { + background-position: -96px -80px; } + +.ui-icon-transferthick-e-w { + background-position: -112px -80px; } + +.ui-icon-folder-collapsed { + background-position: 0 -96px; } + +.ui-icon-folder-open { + background-position: -16px -96px; } + +.ui-icon-document { + background-position: -32px -96px; } + +.ui-icon-document-b { + background-position: -48px -96px; } + +.ui-icon-note { + background-position: -64px -96px; } + +.ui-icon-mail-closed { + background-position: -80px -96px; } + +.ui-icon-mail-open { + background-position: -96px -96px; } + +.ui-icon-suitcase { + background-position: -112px -96px; } + +.ui-icon-comment { + background-position: -128px -96px; } + +.ui-icon-person { + background-position: -144px -96px; } + +.ui-icon-print { + background-position: -160px -96px; } + +.ui-icon-trash { + background-position: -176px -96px; } + +.ui-icon-locked { + background-position: -192px -96px; } + +.ui-icon-unlocked { + background-position: -208px -96px; } + +.ui-icon-bookmark { + background-position: -224px -96px; } + +.ui-icon-tag { + background-position: -240px -96px; } + +.ui-icon-home { + background-position: 0 -112px; } + +.ui-icon-flag { + background-position: -16px -112px; } + +.ui-icon-calendar { + background-position: -32px -112px; } + +.ui-icon-cart { + background-position: -48px -112px; } + +.ui-icon-pencil { + background-position: -64px -112px; } + +.ui-icon-clock { + background-position: -80px -112px; } + +.ui-icon-disk { + background-position: -96px -112px; } + +.ui-icon-calculator { + background-position: -112px -112px; } + +.ui-icon-zoomin { + background-position: -128px -112px; } + +.ui-icon-zoomout { + background-position: -144px -112px; } + +.ui-icon-search { + background-position: -160px -112px; } + +.ui-icon-wrench { + background-position: -176px -112px; } + +.ui-icon-gear { + background-position: -192px -112px; } + +.ui-icon-heart { + background-position: -208px -112px; } + +.ui-icon-star { + background-position: -224px -112px; } + +.ui-icon-link { + background-position: -240px -112px; } + +.ui-icon-cancel { + background-position: 0 -128px; } + +.ui-icon-plus { + background-position: -16px -128px; } + +.ui-icon-plusthick { + background-position: -32px -128px; } + +.ui-icon-minus { + background-position: -48px -128px; } + +.ui-icon-minusthick { + background-position: -64px -128px; } + +.ui-icon-close { + background-position: -80px -128px; } + +.ui-icon-closethick { + background-position: -96px -128px; } + +.ui-icon-key { + background-position: -112px -128px; } + +.ui-icon-lightbulb { + background-position: -128px -128px; } + +.ui-icon-scissors { + background-position: -144px -128px; } + +.ui-icon-clipboard { + background-position: -160px -128px; } + +.ui-icon-copy { + background-position: -176px -128px; } + +.ui-icon-contact { + background-position: -192px -128px; } + +.ui-icon-image { + background-position: -208px -128px; } + +.ui-icon-video { + background-position: -224px -128px; } + +.ui-icon-script { + background-position: -240px -128px; } + +.ui-icon-alert { + background-position: 0 -144px; } + +.ui-icon-info { + background-position: -16px -144px; } + +.ui-icon-notice { + background-position: -32px -144px; } + +.ui-icon-help { + background-position: -48px -144px; } + +.ui-icon-check { + background-position: -64px -144px; } + +.ui-icon-bullet { + background-position: -80px -144px; } + +.ui-icon-radio-on { + background-position: -96px -144px; } + +.ui-icon-radio-off { + background-position: -112px -144px; } + +.ui-icon-pin-w { + background-position: -128px -144px; } + +.ui-icon-pin-s { + background-position: -144px -144px; } + +.ui-icon-play { + background-position: 0 -160px; } + +.ui-icon-pause { + background-position: -16px -160px; } + +.ui-icon-seek-next { + background-position: -32px -160px; } + +.ui-icon-seek-prev { + background-position: -48px -160px; } + +.ui-icon-seek-end { + background-position: -64px -160px; } + +.ui-icon-seek-start { + background-position: -80px -160px; } + +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { + background-position: -80px -160px; } + +.ui-icon-stop { + background-position: -96px -160px; } + +.ui-icon-eject { + background-position: -112px -160px; } + +.ui-icon-volume-off { + background-position: -128px -160px; } + +.ui-icon-volume-on { + background-position: -144px -160px; } + +.ui-icon-power { + background-position: 0 -176px; } + +.ui-icon-signal-diag { + background-position: -16px -176px; } + +.ui-icon-signal { + background-position: -32px -176px; } + +.ui-icon-battery-0 { + background-position: -48px -176px; } + +.ui-icon-battery-1 { + background-position: -64px -176px; } + +.ui-icon-battery-2 { + background-position: -80px -176px; } + +.ui-icon-battery-3 { + background-position: -96px -176px; } + +.ui-icon-circle-plus { + background-position: 0 -192px; } + +.ui-icon-circle-minus { + background-position: -16px -192px; } + +.ui-icon-circle-close { + background-position: -32px -192px; } + +.ui-icon-circle-triangle-e { + background-position: -48px -192px; } + +.ui-icon-circle-triangle-s { + background-position: -64px -192px; } + +.ui-icon-circle-triangle-w { + background-position: -80px -192px; } + +.ui-icon-circle-triangle-n { + background-position: -96px -192px; } + +.ui-icon-circle-arrow-e { + background-position: -112px -192px; } + +.ui-icon-circle-arrow-s { + background-position: -128px -192px; } + +.ui-icon-circle-arrow-w { + background-position: -144px -192px; } + +.ui-icon-circle-arrow-n { + background-position: -160px -192px; } + +.ui-icon-circle-zoomin { + background-position: -176px -192px; } + +.ui-icon-circle-zoomout { + background-position: -192px -192px; } + +.ui-icon-circle-check { + background-position: -208px -192px; } + +.ui-icon-circlesmall-plus { + background-position: 0 -208px; } + +.ui-icon-circlesmall-minus { + background-position: -16px -208px; } + +.ui-icon-circlesmall-close { + background-position: -32px -208px; } + +.ui-icon-squaresmall-plus { + background-position: -48px -208px; } + +.ui-icon-squaresmall-minus { + background-position: -64px -208px; } + +.ui-icon-squaresmall-close { + background-position: -80px -208px; } + +.ui-icon-grip-dotted-vertical { + background-position: 0 -224px; } + +.ui-icon-grip-dotted-horizontal { + background-position: -16px -224px; } + +.ui-icon-grip-solid-vertical { + background-position: -32px -224px; } + +.ui-icon-grip-solid-horizontal { + background-position: -48px -224px; } + +.ui-icon-gripsmall-diagonal-se { + background-position: -64px -224px; } + +.ui-icon-grip-diagonal-se { + background-position: -80px -224px; } + +/* Misc visuals +----------------------------------*/ +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 0; } + +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 0; } + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); } + +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); + border-radius: 8px; } + +.autocomplete-container { + height: 25px; + position: relative; } + +.autocomplete-container input { + position: absolute; + top: 0px; + left: 0px; } + +html[dir="rtl"] .autocomplete-container input { + right: 33px; } + +.autocomplete-container .real { + background: url("../../images/trans.gif") repeat transparent; + z-index: 999; } + +.autocomplete-container .prompt { + color: #A4A4A4; + z-index: 888; } + +ul.ui-autocomplete { + font-size: 11px; } + +.ui-autocomplete li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + font: menu; + font-size: 12px; + line-height: 16px; + overflow: hidden; } + +.autocompleteControl .autocomplete-container { + float: left; + width: 513px; } + +#wizard-controls .autocompleteControl input[type="text"] { + height: 15px; } + +.ac_odd { + background-color: #FFFFEF; } + +.ui-autocomplete .ui-menu-item a.ui-state-focus { + color: #4B4842; + background: #ffc !important; } + +.wizard-layout .autocompleteControl input[type="text"] { + width: 500px; } + +.wizard-layout .indent1 .autocompleteControl input[type="text"] { + width: 460px; } + +.wizard-layout .indent2 .autocompleteControl input[type="text"] { + width: 405px; } + +.wizard-layout .indent3 .autocompleteControl input[type="text"] { + width: 380px; } + +#selection-content-inner.wizard-layout .autocompleteControl input[type="text"] { + width: 430px; } + +#selection-content-inner.wizard-layout .indent1 .autocompleteControl input[type="text"] { + width: 390px; } + +#selection-content-inner.wizard-layout .indent2 .autocompleteControl input[type="text"] { + width: 350px; } + +#selection-content-inner.wizard-layout .indent3 .autocompleteControl input[type="text"] { + width: 310px; } + +.autocompleteControl P.error { + color: #FF0000; + float: left; } + +.richdropdown { + background-color: white; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #cfcbbe; + position: absolute; + padding: 5px; + z-index: 3000; + box-shadow: 3px 3px 5px #888888; + display: none; + /* switches to flex when shown */ + flex-flow: row wrap; + justify-content: space-around; + /* space-evenly not always supported */ + justify-content: space-evenly; } + +.richdropdown ul { + margin-top: 2px; + min-width: 200px; + flex: 1 1 33%; } + +.richdropdown ul li h3 { + display: block; + font-weight: bold; + font-size: 14px; + padding: 5px 6px; + color: #f6a03d; + margin: 0; } + +.richdropdown ul li a { + display: block; + padding: 5px 6px; + text-decoration: none !important; + color: #333333 !important; } + +.richdropdown ul li a:hover, +.richdropdown ul li a:focus { + background-color: #c0c0c0; + box-shadow: none; } + +.richdropdown ul li h3:focus { + outline: thin solid #ff9700; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +/* copied from the stylish select */ +.selectedcontainer { + background: url(../../images/select-down.png) right 5px no-repeat #fff; + border: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + border-top: 1px solid #7e765e; + font-size: 12px; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + color: #4b4842; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } + +.selectedcontainer.active { + background: url(../../images/select-up.png) right 5px no-repeat #fff; } + +.selectedtext { + overflow: hidden; + padding: 1px 20px 1px 0; } + +.ui-autocomplete li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + font: menu; + font-size: 12px; + line-height: 16px; + overflow: hidden; } + +.autocompleteControl .autocomplete-container { + float: left; + width: 513px; } + +#wizard-controls .autocompleteControl input[type="text"] { + height: 15px; } + +.ac_odd { + background-color: #FFFFEF; } + +.ui-autocomplete .ui-menu-item a.ui-state-focus { + color: #4B4842; + background: #ffc !important; } + +.wizard-layout .autocompleteControl input[type="text"] { + width: 500px; } + +.wizard-layout .indent1 .autocompleteControl input[type="text"] { + width: 460px; } + +.wizard-layout .indent2 .autocompleteControl input[type="text"] { + width: 405px; } + +.wizard-layout .indent3 .autocompleteControl input[type="text"] { + width: 380px; } + +#selection-content-inner.wizard-layout .autocompleteControl input[type="text"] { + width: 430px; } + +#selection-content-inner.wizard-layout .indent1 .autocompleteControl input[type="text"] { + width: 390px; } + +#selection-content-inner.wizard-layout .indent2 .autocompleteControl input[type="text"] { + width: 350px; } + +#selection-content-inner.wizard-layout .indent3 .autocompleteControl input[type="text"] { + width: 310px; } + +.autocompleteControl P.error { + color: #FF0000; + float: left; } + +.attachments-browse.structured { + background: #fefefe; + border: 1px solid #8F8B7F; } + +.attachments-browse.structured li.attachmentrow, .attachments-browse.structured li.folder { + position: relative; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 8px 20px 8px 25px; + background-position: 5px 5px; + background-repeat: no-repeat; + background-image: url(../../images/attachments/page.png); } + +.attachments-browse.structured li.folder { + background-image: url(../../images/folder_small.png); } + +.itemresult-container .itemresult .attachments-browse.structured li.attachmentrow:hover { + cursor: default; } + +.attachments-browse.structured li.attachmentrow:hover { + background-color: #F7F7F7; + border-color: #8F8B7F; + cursor: pointer; } + +.attachments-browse.structured li:first-child { + border-top-color: transparent !important; } + +.attachments-browse.structured li:last-child { + border-bottom-color: transparent !important; } + +.attachments-browse.structured li.attachmentrow.active { + background-color: #EFF6FF; + border-color: #8F8B7F; + cursor: auto; } + +.attachments-browse.structured li.level0 { + padding-left: 30px; + background-position: 10px 5px; } + +.attachments-browse.structured li.level1 { + padding-left: 60px; + background-position: 40px 5px; } + +.attachments-browse.structured li.level2 { + padding-left: 90px; + background-position: 70px 5px; } + +.attachments-browse.structured li.level3 { + padding-left: 120px; + background-position: 100px 5px; } + +.attachments-browse.structured li.level4 { + padding-left: 150px; + background-position: 130px 5px; } + +.attachments-browse.structured li.level5 { + padding-left: 180px; + background-position: 160px 5px; } + +.attachments-browse.structured li.level6 { + padding-left: 210px; + background-position: 190px 5px; } + +.attachments-browse.structured li.level7 { + padding-left: 240px; + background-position: 220px 5px; } + +.attachments-browse.structured li.level8 { + padding-left: 270px; + background-position: 250px 5px; } + +.attachments-browse.structured li.level9 { + padding-left: 300px; + background-position: 280px 5px; } + +.attachments-browse.structured li.level10 { + padding-left: 330px; + background-position: 310px 5px; } + +.attachments-browse.structured li.attachmentrow.ios7 .droparrow { + display: block; } + +.attachments-browse.structured li.attachmentrow .droparrow { + display: none; + position: absolute; + right: 15px; + top: 5px; + height: 14px; + width: 14px; + background-image: url("../../images/attachments/droparrow.gif"); + background-repeat: no-repeat; + text-indent: -9999px; } + +/* .selection .selectable .attachments-browse.structured li.attachmentrow.with-select .droparrow */ +/* { */ +/* right: 35px; */ +/* } */ +.selection .selectable .attachments-browse.structured li { + display: table; } + +.selection .selectable .attachments-browse.structured li .link-div { + display: table-cell; + width: 100%; + padding-top: 8px; } + +.selection .selectable .attachments-browse.structured li .button-div { + display: table-cell; + width: 1%; } + +.selection .selectable .attachments-browse.structured li .button-div .btn { + margin-right: 0; + margin-right: 0; + border-radius: 0 2px 2px 0; } + +.selection .selectable .attachments-browse.structured li.attachmentrow { + padding-top: 0; + padding-right: 0; + padding-bottom: 0; } + +.selection .selectable .attachments-browse.structured li.folder { + display: block; } + +.attachments-browse.structured li.attachmentrow:hover .droparrow, +.attachments-browse.structured li.attachmentrow.active .droparrow, +.selection .selectable .attachments-browse.structured li.attachmentrow:hover .droparrow, +.selection .selectable .attachments-browse.structured li.attachmentrow.active .droparrow { + display: block; } + +.attachments-browse.structured li.attachmentrow.active .droparrow, +.attachments-browse.thumbs li.attachmentrow.active .droparrow, +.selection .selectable .attachments-browse.structured li.attachmentrow.active .droparrow, +.selection .selectable .attachments-browse.thumbs li.attachmentrow.active .droparrow { + background-position: 0 -14px; } + +.selection .selectable .attachments-browse.structured li.attachmentrow .droparrow { + right: 35px; } + +.attachments-browse.structured li.attachmentrow .detail { + display: none; + position: absolute; + right: 0; + width: 221px; + padding: 17px; + padding-top: 4px; + background-color: #EFF6FF; + border: 1px solid #8F8B7F; + border-top: 0; + z-index: 1000; } + +.attachments-browse.structured li.attachmentrow .detail .attachments-thumb { + width: 221px; + height: 66px; + text-align: center; + padding: 0px; + margin: 0px auto; } + +.attachments-browse.structured li.attachmentrow .detail .attachments-thumb img { + height: 66px; } + +.attachments-browse.structured li.attachmentrow .detail .attachments-meta { + width: 221px; + margin: 7px 0; + font-size: 10px; + line-height: 1.5em; + margin: 7px auto; + overflow-x: hidden; } + +.attachments-browse.structured li.attachmentrow .detail .attachments-actions li { + font-size: 12px; + padding: 3px 0; } + +.preview-tag { + margin-left: 0.5em; } + +.rating-stars { + width: 52px; + height: 10px; + background-image: url(../../images/attachments/stars-small.png); + background-repeat: no-repeat; + display: inline-block; + margin: 0 5px 0 0; } + +.rating-stars.zero { + background-position: 0 0; } + +.rating-stars.one { + background-position: 0 -10px; } + +.rating-stars.two { + background-position: 0 -20px; } + +.rating-stars.three { + background-position: 0 -30px; } + +.rating-stars.four { + background-position: 0 -40px; } + +.rating-stars.five { + background-position: 0 -50px; } + +/** ####################### THUMBS ############################ */ +.attachments-browse.thumbs { + background: none repeat scroll 0 0 #FEFEFE; + border: 1px solid #8F8B7F; + list-style: none outside none; } + +.attachments-browse.thumbs li.attachmentrow { + margin-bottom: 0; + padding: 5px 0px; + position: relative; + width: 33%; + /* should use bootstrap scaffolding soon... */ + /* three thumbnails in a row */ + display: inline-block; } + +.attachments-browse.thumbs li.attachmentrow:hover { + background-color: #F7F7F7; + border-color: #8F8B7F; + cursor: pointer; } + +.attachments-browse.thumbs li.attachmentrow:first-child { + border-top-color: transparent !important; } + +.attachments-browse.thumbs li.attachmentrow:last-child { + border-bottom-color: transparent !important; } + +.attachments-browse.thumbs li.attachmentrow.active { + background-color: #EFF6FF; + border-color: #8F8B7F; + cursor: auto; } + +.attachments-browse.thumbs li.attachmentrow.ios7 .droparrow { + display: block; } + +.attachments-browse.thumbs li.attachmentrow .droparrow { + display: none; + position: absolute; + right: 5px; + top: 5px; + height: 14px; + width: 14px; + background-image: url("../../images/attachments/droparrow.gif"); + background-repeat: no-repeat; + text-indent: -9999px; } + +.attachments-browse.thumbs li.attachmentrow:hover .droparrow, +.attachments-browse.thumbs li.attachmentrow.active .droparrow { + display: block; } + +.attachments-browse.thumbs li.attachmentrow.active .droparrow { + /*background-position: 0 -14px;*/ + background-color: #EFF6FF; + border-top: 1px solid #8F8B7F; + border-left: 1px solid #8F8B7F; + border-right: 1px solid #8F8B7F; + z-index: 10000; + border-radius: 3px 3px 0px 0px; } + +.attachments-browse.thumbs li.attachmentrow .detail { + display: none; + background-color: #EFF6FF; + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + background: none repeat scroll 0 0 #EFF6FF; + border-color: #8F8B7F; + border-image: none; + padding: 17px; + text-align: left; + border-style: solid; + border-width: 1px; + position: absolute; + right: 5px; + top: 19px; + z-index: 1; + font-size: 10px; + line-height: 1.5em; + width: 221px; + /* experimental */ + border-radius: 3px 0px 3px 3px; } + +.thumbnail { + text-align: center; + border-radius: 0; + border: none; + box-shadow: none; } + +.thumbnail a img { + margin: auto; + border: 1px solid #8F8B7E; + height: 66px; + max-width: 88px; } + +.thumbnail a img.noBorder { + border: none; } + +.thumbnail .caption { + text-align: center; + padding: 0; + overflow: hidden; + text-overflow: ellipsis; } + +.thumbnail .defaultviewer { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + +.attachments-actions li { + font-size: 12px; } + +.attcontainer { + clear: both; + padding: 0 0 10px; } + +button.package-select { + float: right; + margin-right: 1px; } + +div.attachments .button-expandable:hover { + width: 125px; } + +h3.taller { + margin-bottom: 15px; } + +h3.taller .button-expandable:hover { + width: 160px; } + +.btn-plus { + padding-bottom: 4px !important; + padding-top: 3px !important; } + +.over-image { + position: absolute; + right: 40px; + top: 9px; } + +.overlay { + position: fixed; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: 150; + background: rgba(0, 0, 0, 0.6); } + +a.reorder-structured.movedown { + position: absolute; + right: 54px; + margin-top: -14px; } + +a.reorder-structured.moveup { + position: absolute; + right: 32px; + margin-top: -14px; } + +.reorder-button { + cursor: pointer; } + +a.reorder-tiled { + position: absolute; + bottom: 58px; + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); } + +a.tiled-left { + left: 25px; } + +a.tiled-right { + right: 25px; } + +.reorder-button:focus i, .reorder-button:hover i { + background-color: black; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + background-image: url("../../../com.tle.web.sections.equella/bootstrap/img/glyphicons-halflings-white.png"); } + +.modal-attachments { + position: relative; + z-index: 175; } + +a.modal-control { + position: relative; + float: right; + font-size: 14px; + color: white; + margin-top: -11px; + padding: 6px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; + z-index: 175; } + +a.modal-control:hover { + cursor: pointer; + color: white; + text-decoration: none; } + +a.modal-control:focus { + color: black; + text-decoration: underline; } + +a.modal-control.modal-save { + position: absolute; + right: 273px; + background-color: #51a351; } + +a.modal-control.modal-cancel { + background-color: #AAA; } + +.extras a { + margin-left: 6px; } + +.modal-hide { + display: none !important; } + +.attachment-placeholder { + background-color: #E0E0E0; } + +div.attachments.row-fluid { + padding-top: 4px; } + +.ac_results { + padding: 0px; + border: 1px solid black; + background-color: white; + overflow: hidden; + z-index: 99999; } + +.ac_results ul { + width: 100%; + list-style-position: outside; + list-style: none; + padding: 0; + margin: 0; } + +.ac_results li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + /* + if width will be 100% horizontal scrollbar will apear + when scroll mode will be used + */ + /*width: 100%;*/ + font: menu; + font-size: 12px; + /* + it is very important, if line-height not setted or setted + in relative units scroll will be broken in firefox + */ + line-height: 16px; + overflow: hidden; } + +.ac_loading { + background: white url("../../images/jquery-autocomplete/indicator.gif") right center no-repeat; } + +.ac_odd { + background-color: #eee; } + +.ac_over { + background-color: #0A246A; } + +/* select box replacements */ +.newListSelected { + background: url(../../images/stylishSelect/select-down.png) right 5px no-repeat #fff; + border: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + border-top: 1px solid #7e765e; + font-size: 12px; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + color: #4B4842; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } + +/*http://jira.pearsoncmg.com/jira/browse/EQ-1459*/ +.newListSelected.showUp { + background: url(../../images/stylishSelect/select-up.png) right 5px no-repeat #fff; } + +html[dir="rtl"] .newListSelected { + background-position: 5px 5px; } + +.newListSelected.newListSelFocus { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: 0; } + +.selectedTxt { + overflow: hidden; + white-space: nowrap; + padding-top: 1px; + padding-right: 20px; + padding-bottom: 1px; + padding-left: 0px; } + +html[dir="rtl"] .selectedTxt { + padding-right: 0; + padding-left: 20px; } + +.newList { + position: absolute; + list-style: none; + z-index: 2000; + top: 23px; + /*left: -1px !important;*/ + overflow: auto; + /* undo .topblock styles - hack */ + line-height: normal; + margin: 0; } + +.topblock .newList { + list-style: none; + z-index: 2000; + top: 23px; + /*left: -1px !important;*/ + overflow: auto; + /* undo .topblock styles - hack */ + line-height: normal; + margin: 0; } + +.newList li { + border-left: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + /* undo .topblock styles - hack */ + margin: 0 !important; + cursor: pointer; + background: #fff !important; + padding: 0 !important; + /* Still let text wrap around, just don't show horizontal scrollbar if an unsplittable word is too wide */ + overflow-x: hidden; } + +.newList.onBottom li:last-child { + border-bottom: 1px solid #cfcbbe; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; } + +.newList.onTop li:first-child { + border-top: 1px solid #cfcbbe; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; } + +.newList li a, .newList li a:hover { + color: #333 !important; + text-decoration: none !important; + padding: 5px 6px; + display: block; + border-top: 1px solid #eee; } + +.newList li a:hover { + background-color: #C0C0C0; } + +.newList li a:hover.disabled-entry { + background-color: #FFFFFF; } + +.newList li a.disabled-entry, .newList li a.disabled-entry:hover { + color: #CCCCCC !important; + cursor: default; } + +.treeview, .treeview ul { + padding: 0; + margin: 0; + list-style: none; } + +.treeview ul { + background-color: white; + margin-top: 4px; } + +.treeview .hitarea { + background: url(../../images/jquery-treeview/treeview-default.gif) -64px -25px no-repeat; + height: 16px; + width: 16px; + margin-left: -16px; + float: left; + cursor: pointer; } + +/* fix for IE6 */ +* html .hitarea { + display: inline; + float: none; } + +.treeview li { + margin: 0; + padding: 3px 0pt 3px 16px; } + +.treeview a.selected { + background-color: #eee; } + +#treecontrol { + margin: 1em 0; + display: none; } + +.treeview .hover { + /*color: red; */ + cursor: pointer; } + +.treeview li { + background: url(../../images/jquery-treeview/treeview-default-line.gif) 0 0 no-repeat; } + +.treeview li.collapsable, .treeview li.expandable { + background-position: 0 -176px; } + +.treeview .expandable-hitarea { + background-position: -80px -3px; } + +.treeview li.last { + background-position: 0 -1766px; } + +.treeview li.lastCollapsable, .treeview li.lastExpandable { + background-image: url(../../images/jquery-treeview/treeview-default.gif); } + +.treeview li.lastCollapsable { + background-position: 0 -111px; } + +.treeview li.lastExpandable { + background-position: -32px -67px; } + +.treeview a.lastCollapsable-hitarea, .treeview a.lastExpandable-hitarea { + background-position: 0; } + +.treeview-red li { + background-image: url(../../images/jquery-treeview/treeview-red-line.gif); } + +.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { + background-image: url(../../images/jquery-treeview/treeview-red.gif); } + +.treeview-black li { + background-image: url(../../images/jquery-treeview/treeview-black-line.gif); } + +.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { + background-image: url(../../images/jquery-treeview/treeview-black.gif); } + +.treeview-gray li { + background-image: url(../../images/jquery-treeview/treeview-gray-line.gif); } + +.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { + background-image: url(../../images/jquery-treeview/treeview-gray.gif); } + +.treeview-famfamfam li { + background-image: url(../../images/jquery-treeview/treeview-famfamfam-line.gif); } + +.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { + background-image: url(../../images/jquery-treeview/treeview-famfamfam.gif); } + +.treeview .placeholder { + background: url(../../images/jquery-treeview/ajax-loader.gif) 0 0 no-repeat; + height: 16px; + width: 16px; + display: block; } + +.filetree li { + padding: 3px 0 2px 16px; } + +.filetree span.folder, .filetree span.file { + padding: 1px 0 1px 16px; + display: block; } + +.filetree span.folder { + background: url(../../images/jquery-treeview/folder.gif) 0 0 no-repeat; } + +.filetree li.expandable span.folder { + background: url(../../images/jquery-treeview/folder-closed.gif) 0 0 no-repeat; } + +.filetree span.file { + background: url(../../images/jquery-treeview/file.gif) 0 0 no-repeat; } + +/*! jQuery UI - v1.10.0 - 2013-01-17 +* http://jqueryui.com +* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css +* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; } + +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; } + +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; } + +.ui-helper-clearfix:after { + clear: both; } + +.ui-helper-clearfix { + min-height: 0; + /* support: IE7 */ } + +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter: Alpha(Opacity=0); } + +.ui-front { + z-index: 100; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; } + +/* Misc visuals +----------------------------------*/ +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; } + +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin-top: 2px; + padding: .5em .5em .5em .7em; + min-height: 0; + /* support: IE7 */ } + +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-noicons { + padding-left: .7em; } + +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; } + +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; } + +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; } + +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; } + +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; + /* removes extra width in IE */ } + +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; } + +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; } + +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; } + +.ui-button-icons-only { + width: 3.4em; } + +button.ui-button-icons-only { + width: 3.7em; } + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; } + +.ui-button-text-only .ui-button-text { + padding: .4em 1em; } + +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; } + +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; } + +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; } + +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; } + +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; } + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; } + +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; } + +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; } + +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; } + +/* button sets */ +.ui-buttonset { + margin-right: 7px; } + +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; } + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; } + +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; + z-index: 9999; } + +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; } + +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; } + +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; } + +.ui-datepicker .ui-datepicker-prev { + left: 2px; } + +.ui-datepicker .ui-datepicker-next { + right: 2px; } + +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; } + +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; } + +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; } + +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; } + +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; } + +.ui-datepicker select.ui-datepicker-month-year { + width: 100%; } + +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 49%; } + +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; } + +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; } + +.ui-datepicker td { + border: 0; + padding: 1px; } + +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; } + +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; } + +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; } + +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; } + +.ui-datepicker-multi .ui-datepicker-group { + float: left; } + +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; } + +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; } + +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; } + +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; } + +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; } + +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; } + +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; } + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; } + +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; } + +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; } + +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; } + +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; } + +.ui-dialog { + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; } + +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; } + +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; } + +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 21px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; } + +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; } + +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; } + +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; } + +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; } + +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; } + +.ui-draggable .ui-dialog-titlebar { + cursor: move; } + +.ui-menu { + list-style: none; + padding: 2px; + margin: 0; + display: block; + outline: none; } + +.ui-menu .ui-menu { + margin-top: -3px; + position: absolute; } + +.ui-menu .ui-menu-item { + margin: 0; + padding: 0; + width: 100%; } + +.ui-menu .ui-menu-divider { + margin: 5px -2px 5px -2px; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; } + +.ui-menu .ui-menu-item a { + text-decoration: none; + display: block; + padding: 2px .4em; + line-height: 1.5; + min-height: 0; + /* support: IE7 */ + font-weight: normal; } + +.ui-menu .ui-menu-item a.ui-state-focus, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; } + +.ui-menu .ui-state-disabled { + font-weight: normal; + margin: .4em 0 .2em; + line-height: 1.5; } + +.ui-menu .ui-state-disabled a { + cursor: default; } + +/* icon support */ +.ui-menu-icons { + position: relative; } + +.ui-menu-icons .ui-menu-item a { + position: relative; + padding-left: 2em; } + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: .2em; + left: .2em; } + +/* right-aligned */ +.ui-menu .ui-menu-icon { + position: static; + float: right; } + +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; } + +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; } + +.ui-progressbar .ui-progressbar-overlay { + background: url("images/animated-overlay.gif"); + height: 100%; + filter: alpha(opacity=25); + opacity: 0.25; } + +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; } + +.ui-resizable { + position: relative; } + +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; } + +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; } + +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; } + +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; } + +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; } + +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; } + +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; } + +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; } + +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; } + +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; } + +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; } + +.ui-slider { + position: relative; + text-align: left; } + +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; } + +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; } + +/* For IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; } + +.ui-slider-horizontal { + height: .8em; } + +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; } + +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; } + +.ui-slider-horizontal .ui-slider-range-min { + left: 0; } + +.ui-slider-horizontal .ui-slider-range-max { + right: 0; } + +.ui-slider-vertical { + width: .8em; + height: 100px; } + +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; } + +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; } + +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; } + +.ui-slider-vertical .ui-slider-range-max { + top: 0; } + +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; } + +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; } + +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; } + +/* more specificity required here to overide default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; } + +/* vertical centre icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; } + +.ui-spinner-up { + top: 0; } + +.ui-spinner-down { + bottom: 0; } + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; } + +.ui-tabs { + position: relative; + /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; } + +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; } + +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom: 0; + padding: 0; + white-space: nowrap; } + +.ui-tabs .ui-tabs-nav li a { + float: left; + padding: .5em 1em; + text-decoration: none; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-active a, +.ui-tabs .ui-tabs-nav li.ui-state-disabled a, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { + cursor: text; } + +.ui-tabs .ui-tabs-nav li a, +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { + cursor: pointer; } + +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; } + +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; } + +body .ui-tooltip { + border-width: 2px; } + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana, Arial, sans-serif; + font-size: 1.1em; } + +.ui-widget .ui-widget { + font-size: 1em; } + +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana, Arial, sans-serif; + font-size: 1em; } + +.ui-widget-content { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; + color: #222222; } + +.ui-widget-content a { + color: #222222; } + +.ui-widget-header { + border: 1px solid #aaaaaa; + background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; + color: #222222; + font-weight: bold; } + +.ui-widget-header a { + color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #555555; } + +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555; + text-decoration: none; } + +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999; + background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited { + color: #212121; + text-decoration: none; } + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa; + background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; + font-weight: normal; + color: #212121; } + +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121; + text-decoration: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1; + background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; + color: #363636; } + +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636; } + +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a; + background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; + color: #cd0a0a; } + +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a; } + +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a; } + +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; } + +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter: Alpha(Opacity=70); + font-weight: normal; } + +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter: Alpha(Opacity=35); + background-image: none; } + +.ui-state-disabled .ui-icon { + filter: Alpha(Opacity=35); + /* For IE8 - See #6059 */ } + +/* Icons +----------------------------------*/ +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; + background-position: 16px 16px; } + +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-widget-header .ui-icon { + background-image: url(images/ui-icons_222222_256x240.png); } + +.ui-state-default .ui-icon { + background-image: url(images/ui-icons_888888_256x240.png); } + +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-active .ui-icon { + background-image: url(images/ui-icons_454545_256x240.png); } + +.ui-state-highlight .ui-icon { + background-image: url(images/ui-icons_2e83ff_256x240.png); } + +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { + background-position: 0 0; } + +.ui-icon-carat-1-ne { + background-position: -16px 0; } + +.ui-icon-carat-1-e { + background-position: -32px 0; } + +.ui-icon-carat-1-se { + background-position: -48px 0; } + +.ui-icon-carat-1-s { + background-position: -64px 0; } + +.ui-icon-carat-1-sw { + background-position: -80px 0; } + +.ui-icon-carat-1-w { + background-position: -96px 0; } + +.ui-icon-carat-1-nw { + background-position: -112px 0; } + +.ui-icon-carat-2-n-s { + background-position: -128px 0; } + +.ui-icon-carat-2-e-w { + background-position: -144px 0; } + +.ui-icon-triangle-1-n { + background-position: 0 -16px; } + +.ui-icon-triangle-1-ne { + background-position: -16px -16px; } + +.ui-icon-triangle-1-e { + background-position: -32px -16px; } + +.ui-icon-triangle-1-se { + background-position: -48px -16px; } + +.ui-icon-triangle-1-s { + background-position: -64px -16px; } + +.ui-icon-triangle-1-sw { + background-position: -80px -16px; } + +.ui-icon-triangle-1-w { + background-position: -96px -16px; } + +.ui-icon-triangle-1-nw { + background-position: -112px -16px; } + +.ui-icon-triangle-2-n-s { + background-position: -128px -16px; } + +.ui-icon-triangle-2-e-w { + background-position: -144px -16px; } + +.ui-icon-arrow-1-n { + background-position: 0 -32px; } + +.ui-icon-arrow-1-ne { + background-position: -16px -32px; } + +.ui-icon-arrow-1-e { + background-position: -32px -32px; } + +.ui-icon-arrow-1-se { + background-position: -48px -32px; } + +.ui-icon-arrow-1-s { + background-position: -64px -32px; } + +.ui-icon-arrow-1-sw { + background-position: -80px -32px; } + +.ui-icon-arrow-1-w { + background-position: -96px -32px; } + +.ui-icon-arrow-1-nw { + background-position: -112px -32px; } + +.ui-icon-arrow-2-n-s { + background-position: -128px -32px; } + +.ui-icon-arrow-2-ne-sw { + background-position: -144px -32px; } + +.ui-icon-arrow-2-e-w { + background-position: -160px -32px; } + +.ui-icon-arrow-2-se-nw { + background-position: -176px -32px; } + +.ui-icon-arrowstop-1-n { + background-position: -192px -32px; } + +.ui-icon-arrowstop-1-e { + background-position: -208px -32px; } + +.ui-icon-arrowstop-1-s { + background-position: -224px -32px; } + +.ui-icon-arrowstop-1-w { + background-position: -240px -32px; } + +.ui-icon-arrowthick-1-n { + background-position: 0 -48px; } + +.ui-icon-arrowthick-1-ne { + background-position: -16px -48px; } + +.ui-icon-arrowthick-1-e { + background-position: -32px -48px; } + +.ui-icon-arrowthick-1-se { + background-position: -48px -48px; } + +.ui-icon-arrowthick-1-s { + background-position: -64px -48px; } + +.ui-icon-arrowthick-1-sw { + background-position: -80px -48px; } + +.ui-icon-arrowthick-1-w { + background-position: -96px -48px; } + +.ui-icon-arrowthick-1-nw { + background-position: -112px -48px; } + +.ui-icon-arrowthick-2-n-s { + background-position: -128px -48px; } + +.ui-icon-arrowthick-2-ne-sw { + background-position: -144px -48px; } + +.ui-icon-arrowthick-2-e-w { + background-position: -160px -48px; } + +.ui-icon-arrowthick-2-se-nw { + background-position: -176px -48px; } + +.ui-icon-arrowthickstop-1-n { + background-position: -192px -48px; } + +.ui-icon-arrowthickstop-1-e { + background-position: -208px -48px; } + +.ui-icon-arrowthickstop-1-s { + background-position: -224px -48px; } + +.ui-icon-arrowthickstop-1-w { + background-position: -240px -48px; } + +.ui-icon-arrowreturnthick-1-w { + background-position: 0 -64px; } + +.ui-icon-arrowreturnthick-1-n { + background-position: -16px -64px; } + +.ui-icon-arrowreturnthick-1-e { + background-position: -32px -64px; } + +.ui-icon-arrowreturnthick-1-s { + background-position: -48px -64px; } + +.ui-icon-arrowreturn-1-w { + background-position: -64px -64px; } + +.ui-icon-arrowreturn-1-n { + background-position: -80px -64px; } + +.ui-icon-arrowreturn-1-e { + background-position: -96px -64px; } + +.ui-icon-arrowreturn-1-s { + background-position: -112px -64px; } + +.ui-icon-arrowrefresh-1-w { + background-position: -128px -64px; } + +.ui-icon-arrowrefresh-1-n { + background-position: -144px -64px; } + +.ui-icon-arrowrefresh-1-e { + background-position: -160px -64px; } + +.ui-icon-arrowrefresh-1-s { + background-position: -176px -64px; } + +.ui-icon-arrow-4 { + background-position: 0 -80px; } + +.ui-icon-arrow-4-diag { + background-position: -16px -80px; } + +.ui-icon-extlink { + background-position: -32px -80px; } + +.ui-icon-newwin { + background-position: -48px -80px; } + +.ui-icon-refresh { + background-position: -64px -80px; } + +.ui-icon-shuffle { + background-position: -80px -80px; } + +.ui-icon-transfer-e-w { + background-position: -96px -80px; } + +.ui-icon-transferthick-e-w { + background-position: -112px -80px; } + +.ui-icon-folder-collapsed { + background-position: 0 -96px; } + +.ui-icon-folder-open { + background-position: -16px -96px; } + +.ui-icon-document { + background-position: -32px -96px; } + +.ui-icon-document-b { + background-position: -48px -96px; } + +.ui-icon-note { + background-position: -64px -96px; } + +.ui-icon-mail-closed { + background-position: -80px -96px; } + +.ui-icon-mail-open { + background-position: -96px -96px; } + +.ui-icon-suitcase { + background-position: -112px -96px; } + +.ui-icon-comment { + background-position: -128px -96px; } + +.ui-icon-person { + background-position: -144px -96px; } + +.ui-icon-print { + background-position: -160px -96px; } + +.ui-icon-trash { + background-position: -176px -96px; } + +.ui-icon-locked { + background-position: -192px -96px; } + +.ui-icon-unlocked { + background-position: -208px -96px; } + +.ui-icon-bookmark { + background-position: -224px -96px; } + +.ui-icon-tag { + background-position: -240px -96px; } + +.ui-icon-home { + background-position: 0 -112px; } + +.ui-icon-flag { + background-position: -16px -112px; } + +.ui-icon-calendar { + background-position: -32px -112px; } + +.ui-icon-cart { + background-position: -48px -112px; } + +.ui-icon-pencil { + background-position: -64px -112px; } + +.ui-icon-clock { + background-position: -80px -112px; } + +.ui-icon-disk { + background-position: -96px -112px; } + +.ui-icon-calculator { + background-position: -112px -112px; } + +.ui-icon-zoomin { + background-position: -128px -112px; } + +.ui-icon-zoomout { + background-position: -144px -112px; } + +.ui-icon-search { + background-position: -160px -112px; } + +.ui-icon-wrench { + background-position: -176px -112px; } + +.ui-icon-gear { + background-position: -192px -112px; } + +.ui-icon-heart { + background-position: -208px -112px; } + +.ui-icon-star { + background-position: -224px -112px; } + +.ui-icon-link { + background-position: -240px -112px; } + +.ui-icon-cancel { + background-position: 0 -128px; } + +.ui-icon-plus { + background-position: -16px -128px; } + +.ui-icon-plusthick { + background-position: -32px -128px; } + +.ui-icon-minus { + background-position: -48px -128px; } + +.ui-icon-minusthick { + background-position: -64px -128px; } + +.ui-icon-close { + background-position: -80px -128px; } + +.ui-icon-closethick { + background-position: -96px -128px; } + +.ui-icon-key { + background-position: -112px -128px; } + +.ui-icon-lightbulb { + background-position: -128px -128px; } + +.ui-icon-scissors { + background-position: -144px -128px; } + +.ui-icon-clipboard { + background-position: -160px -128px; } + +.ui-icon-copy { + background-position: -176px -128px; } + +.ui-icon-contact { + background-position: -192px -128px; } + +.ui-icon-image { + background-position: -208px -128px; } + +.ui-icon-video { + background-position: -224px -128px; } + +.ui-icon-script { + background-position: -240px -128px; } + +.ui-icon-alert { + background-position: 0 -144px; } + +.ui-icon-info { + background-position: -16px -144px; } + +.ui-icon-notice { + background-position: -32px -144px; } + +.ui-icon-help { + background-position: -48px -144px; } + +.ui-icon-check { + background-position: -64px -144px; } + +.ui-icon-bullet { + background-position: -80px -144px; } + +.ui-icon-radio-on { + background-position: -96px -144px; } + +.ui-icon-radio-off { + background-position: -112px -144px; } + +.ui-icon-pin-w { + background-position: -128px -144px; } + +.ui-icon-pin-s { + background-position: -144px -144px; } + +.ui-icon-play { + background-position: 0 -160px; } + +.ui-icon-pause { + background-position: -16px -160px; } + +.ui-icon-seek-next { + background-position: -32px -160px; } + +.ui-icon-seek-prev { + background-position: -48px -160px; } + +.ui-icon-seek-end { + background-position: -64px -160px; } + +.ui-icon-seek-start { + background-position: -80px -160px; } + +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { + background-position: -80px -160px; } + +.ui-icon-stop { + background-position: -96px -160px; } + +.ui-icon-eject { + background-position: -112px -160px; } + +.ui-icon-volume-off { + background-position: -128px -160px; } + +.ui-icon-volume-on { + background-position: -144px -160px; } + +.ui-icon-power { + background-position: 0 -176px; } + +.ui-icon-signal-diag { + background-position: -16px -176px; } + +.ui-icon-signal { + background-position: -32px -176px; } + +.ui-icon-battery-0 { + background-position: -48px -176px; } + +.ui-icon-battery-1 { + background-position: -64px -176px; } + +.ui-icon-battery-2 { + background-position: -80px -176px; } + +.ui-icon-battery-3 { + background-position: -96px -176px; } + +.ui-icon-circle-plus { + background-position: 0 -192px; } + +.ui-icon-circle-minus { + background-position: -16px -192px; } + +.ui-icon-circle-close { + background-position: -32px -192px; } + +.ui-icon-circle-triangle-e { + background-position: -48px -192px; } + +.ui-icon-circle-triangle-s { + background-position: -64px -192px; } + +.ui-icon-circle-triangle-w { + background-position: -80px -192px; } + +.ui-icon-circle-triangle-n { + background-position: -96px -192px; } + +.ui-icon-circle-arrow-e { + background-position: -112px -192px; } + +.ui-icon-circle-arrow-s { + background-position: -128px -192px; } + +.ui-icon-circle-arrow-w { + background-position: -144px -192px; } + +.ui-icon-circle-arrow-n { + background-position: -160px -192px; } + +.ui-icon-circle-zoomin { + background-position: -176px -192px; } + +.ui-icon-circle-zoomout { + background-position: -192px -192px; } + +.ui-icon-circle-check { + background-position: -208px -192px; } + +.ui-icon-circlesmall-plus { + background-position: 0 -208px; } + +.ui-icon-circlesmall-minus { + background-position: -16px -208px; } + +.ui-icon-circlesmall-close { + background-position: -32px -208px; } + +.ui-icon-squaresmall-plus { + background-position: -48px -208px; } + +.ui-icon-squaresmall-minus { + background-position: -64px -208px; } + +.ui-icon-squaresmall-close { + background-position: -80px -208px; } + +.ui-icon-grip-dotted-vertical { + background-position: 0 -224px; } + +.ui-icon-grip-dotted-horizontal { + background-position: -16px -224px; } + +.ui-icon-grip-solid-vertical { + background-position: -32px -224px; } + +.ui-icon-grip-solid-horizontal { + background-position: -48px -224px; } + +.ui-icon-gripsmall-diagonal-se { + background-position: -64px -224px; } + +.ui-icon-grip-diagonal-se { + background-position: -80px -224px; } + +/* Misc visuals +----------------------------------*/ +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 0; } + +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 0; } + +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 0; } + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); } + +.ui-widget-shadow { + margin: -8px 0 0 -8px; + padding: 8px; + background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; + opacity: 0.3; + filter: Alpha(Opacity=30); + border-radius: 8px; } + +.richdropdown { + background-color: white; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border: 1px solid #cfcbbe; + position: absolute; + padding: 5px; + z-index: 3000; + box-shadow: 3px 3px 5px #888888; + display: none; + /* switches to flex when shown */ + flex-flow: row wrap; + justify-content: space-around; + /* space-evenly not always supported */ + justify-content: space-evenly; } + +.richdropdown ul { + margin-top: 2px; + min-width: 200px; + flex: 1 1 33%; } + +.richdropdown ul li h3 { + display: block; + font-weight: bold; + font-size: 14px; + padding: 5px 6px; + color: #f6a03d; + margin: 0; } + +.richdropdown ul li a { + display: block; + padding: 5px 6px; + text-decoration: none !important; + color: #333333 !important; } + +.richdropdown ul li a:hover, +.richdropdown ul li a:focus { + background-color: #c0c0c0; + box-shadow: none; } + +.richdropdown ul li h3:focus { + outline: thin solid #ff9700; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +/* copied from the stylish select */ +.selectedcontainer { + background: url(../../images/select-down.png) right 5px no-repeat #fff; + border: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + border-top: 1px solid #7e765e; + font-size: 12px; + padding-top: 4px; + padding-bottom: 4px; + padding-left: 6px; + padding-right: 6px; + color: #4b4842; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } + +.selectedcontainer.active { + background: url(../../images/select-up.png) right 5px no-repeat #fff; } + +.selectedtext { + overflow: hidden; + padding: 1px 20px 1px 0; } + +.box { + border: 1px solid #98927c; + margin: 0 0 15px 0; + background: #787467; } + +.box_head { + position: relative; + cursor: pointer; + border-top: 1px solid #e5e3d9; + background-color: #c6c1ad; } + +.box_head:hover, .box_title_wrapper:focus { + background-color: #cbc7b9; } + +.box_head h3 { + color: #4b4842; + font-size: 14px; + font-weight: normal; + padding: 7px 0 8px 0; + margin: 0; + overflow: hidden; + white-space: nowrap; + text-shadow: 0 1px 0px #EEE; + -moz-text-shadow: 0 1px 0px #EEE; + -webkit-text-shadow: 0 1px 0px #EEE; } + +.box_head .box_title_wrapper { + padding-left: 34px; + padding-right: 42px; } + +.box_head.nominimise .box_title_wrapper { + padding-left: 7px; } + +.box_head.noactions .box_title_wrapper { + padding-right: 7px; } + +.box_content { + border-top: 1px solid #fff; + padding: 15px 0 0 0; + background: url(../../images/component/box_content_top.gif) 0 0 repeat-x; + background-color: #fdfdfd; + margin: 1px 0 0 0; + border-bottom: 1px solid #f1f1f1; + /* Same color as the bottom of the image */ } + +.box_content_inner { + padding: 0 18px 15px 18px; + background: url(../../images/component/box_content_bottom.gif) 0 bottom repeat-x; } + +.box_head img { + position: absolute; + cursor: pointer; + top: 7px; } + +.box_head img.box_minimise { + left: 14px; } + +.box_head img.box_edit { + right: 30px; } + +.box_head img.box_close { + right: 5px; } + +div.alt-links a { + display: block; + padding: 9px 10px 9px 32px; + text-decoration: none !important; + margin: 0 0 1px 0; + background-position: 9px 7px; + background-repeat: no-repeat; } + +.alt-links a.folder-full { + background-image: url(../images/icons/folder_full16.png); } + +.alt-links a.document, .alt-linktable td.task { + background-image: url(../images/icons/blog_post16.png); } + +.alt-links a.folder { + background-image: url(../images/icons/folder16.png); } + +.alt-links a.favourites { + background-image: url(../images/icons/star16.png); } + +.alt-links a:hover, .alt-links tr.odd:hover td, .alt-links tr.even:hover td, .alt-links a:focus, .alt-links tr.odd:focus td, .alt-links tr.even:focus td { + background-color: #e4e4e4 !important; + color: #4b4842; + text-decoration: none; + cursor: pointer; } + +.alt-links a.level2 { + padding-left: 50px; + background-position: 27px 7px; } + +.alt-links a.odd { + background-color: #f1f0ef; } + +.alt-links a.even { + background-color: #ecebea; } + +.alt-links tr.odd td { + background-color: #f1f0ef; } + +.alt-links tr.even td { + background-color: #ecebea; } + +.alt-links td { + text-decoration: none; + background-position: 9px 7px; + background-repeat: no-repeat; + border-bottom: solid 1px white; } + +.itemsummary-layout #col2 { + width: 0px; } + +.selection-lmscontent { + float: right; + width: 220px; } + +.selection-courses { + width: 222px; + /*there shouldn't be any*/ + overflow: hidden; } + +.selection-courses-inner { + padding-top: 15px; } + +.selection-courses-inner .area { + padding: 2px 4px 4px; } + +.selection-courses-inner .courselisttop { + padding: 0 2px 4px; } + +.selection-courses-inner .courselisttop P { + font-size: 11px; + margin-top: 0px; + margin-bottom: 10px; } + +.selection-courses-inner .courselisttop .buttons { + margin-top: 4px; + margin-bottom: 8px; + height: 24px; + text-align: center; } + +.selection-courses-inner .courselisttop .buttons button { + width: 49%; + margin-left: 0px; } + +.selection-courses-inner .courselisttop .buttons button.save { + float: left; } + +.selection-courses-inner .courselisttop .buttons button.cancel { + float: right; } + +.selection-courses-inner .courselisttop .buttons button.single { + width: 100%; + margin-right: 0; } + +.selection-courses-inner .foldertreeline { + margin-bottom: 0px; + margin-top: 6px; } + +.selection-courses-inner .foldertree { + overflow-y: auto; + overflow-x: hidden; + /* + border-style: solid; + border-width: 1px; + border-color: #8F8B7E;*/ } + +.selection-courses-inner .folderscroll { + padding-left: 2px; + padding-right: 2px; } + +.selection-courses-inner .folder { + display: block; + margin-top: 3px; + margin-bottom: 3px; + /*margin: 1px;*/ + padding-top: 8px; + padding-bottom: 8px; } + +.selection-courses-inner .folder.targetfolder { + /* + border-style: dashed; + border-width: 1px; + border-color: #DDDDDD; + */ + cursor: pointer; + border: 1px solid transparent; } + +.selection-courses-inner .folder.targetfolder:hover { + background-color: #FFFFCC; } + +.selection-courses-inner .folder.nontarget { + border: 1px solid transparent; } + +.selection-courses-inner .folder.targetfolder.droptarget { + border-style: dashed; + border-width: 1px; + border-color: #AAAAAA; } + +.selection-courses-inner .folder.targetfolder.droptarget.hover { + background-color: #FFFF90; } + +.selection-courses-inner .folder.targetfolder.selected { + background-color: #FFFFAA; + border-style: solid; + border-width: 1px; + border-color: #DDDDDD; } + +.selection-courses-inner .hidden { + display: none; } + +.selection-courses-inner .folder .foldername { + float: left; + width: 160px; } + +.selection-courses-inner .folder.nontarget .foldername { + /*padding-left: 1em;*/ + color: #999999; } + +.selection-courses-inner .folder .selectioncount { + float: right; + width: 20px; + /*margin: 3px 0px;*/ } + +.selection-courses-inner .folder.level0 .foldername { + width: 160px; } + +.selection-courses-inner .folder.level1 .foldername { + margin-left: 8px; + width: 154px; } + +.selection-courses-inner .folder.level2 .foldername { + margin-left: 14px; + width: 148px; } + +.selection-courses-inner .folder.level3 .foldername { + margin-left: 20px; + width: 142px; } + +.selection-courses-inner .folder.level4 .foldername { + margin-left: 26px; + width: 136px; } + +.selection-courses-inner .folder.level5 .foldername { + margin-left: 32px; + width: 130px; } + +.selection-courses-inner .folder.defaultfolder { + font-weight: bold; } + +.selection-courses-inner .folder.rootfolder { + font-size: 12px; + font-weight: bold; } + +.courselisttransfer { + border: 1px solid #000000; } + +.courselist-dragged { + height: 14px; + padding: 8px; + background-color: #FFFFFF; + border-style: solid; + border-color: #8F8B7F; + border-width: 1px; + z-index: 1000; } + +.no-targets-warning { + padding: 2px; + font-weight: bold; + margin-top: 4px; + margin-bottom: 4px; } + +.customfile-input { + position: absolute; + height: 100px; + cursor: pointer; + background: transparent; + border: 0; + opacity: 0; + -moz-opacity: 0; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + -ms-filter: "alpha(opacity=0)"; + filter: alpha(opacity=0); + z-index: 999; } + +.customfile { + cursor: pointer; + overflow: hidden; + border: 1px solid; + border-color: #7E765E #C3BEAE #CFCBBE #CFCBBE; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + position: relative; + background-color: white; + line-height: normal; } + +.customfile-disabled { + opacity: .5; + filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); + -ms-filter: "alpha(opacity=0)"; + filter: alpha(opacity=0); + cursor: default; } + +.customfile-feedback { + display: block; + margin: 1px 1px 1px 5px; + font-size: 12px; + font-style: italic; + padding: 5px 0 3px 25px; + background: url(../../images/render/fileinput-icon.png) 0 50% no-repeat; } + +.customfile-feedback-populated { + font-style: normal; } + +.customfile-button { + margin-top: 1px; + margin-bottom: 1px; + float: right; } + +.ajaxupload { + display: none; + background-color: #FF0000; + width: 200px; + height: 40px; } + +.ajaxuploadForm { + display: none; } + +.uploadsprogress .progress-bar { + width: 200px; + height: 14px; + border: 1px solid #AAA; + float: left; + margin: 0 10px 0 0; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + +.uploadsprogress .progressbarOuter { + background-color: #FFFFFF; } + +.uploadsprogress .progressbarInner { + height: 14px; + background: #80D2EE !important; } + +.uploadsprogress .progresstextOuter { + color: #000000; } + +.uploadsprogress .progresstextInner { + color: #FFFFFF; } + +.uploadsprogress .file-upload { + margin: 10px 0; + clear: both; } + +.uploadsprogress .file-upload .file-name { + width: 400px; + overflow: hidden; } + +.uploadsprogress .file-upload-progress { + float: right; + width: 300px; } + +.uploadsprogress .file-upload-problem { + background-color: #FF0000; } + +.uploadsprogress .progress-bar-inner { + height: 14px; + background: #80D2EE; } + +.uploadsprogress .progress-bar-inner.complete { + background: #47E368; + width: 100%; } + +.uploadsprogress .progress-bar + A { + float: right; } + +.settingContainer { + width: 515px; } + +.settingContainer.wide { + width: 660px; } + +.settingContainer.skinny { + width: 447px; } + +.settingRow:after { + content: "."; + display: block; + height: 0; + font-size: 0; + clear: both; + visibility: hidden; } + +.settingRow { + padding: 3px 0px; + clear: both; + vertical-align: middle; } + +.settingContainer > .settingRow:first-child { + padding-top: 20px; } + +.settingField .ctrlinvalidmessage { + color: red; + text-align: center; + margin: 0px !important; + display: block; + padding: 3px; } + +.settingField .ctrlinvalid { + padding: 5px; + left: -5px; + top: -5px; + background-color: #FFDDDD; + position: relative; + padding-bottom: 0px; } + +.settingField .ctrlinvalid .ctrlinvalidmessage:first-child { + padding-bottom: 7px; } + +.settingRow .settingLabel { + float: left; + width: 120px; + text-align: right; + padding-top: 6px; + line-height: 20px; } + +.wide .settingRow .settingLabel { + width: 160px; } + +.settingRow .settingField { + float: left; + padding-left: 10px; + width: 385px; + line-height: 20px; + padding-top: 6px; } + +.settingRow .settingField .control > input[type="checkbox"], +.settingRow .settingField .control > input[type="radio"] { + min-height: 20px; } + +.wide .settingRow .settingField { + width: 480px; } + +.skinny .settingRow .settingField { + width: 317px; } + +.settingField input[type="text"], +.settingField input[type="password"], +.settingField TEXTAREA, +.settingField SELECT, +.settingField .multieditbox .singletranslation input[type="text"] { + width: 360px; } + +.wide .settingField input[type="text"], +.wide .settingField input[type="password"], +.wide .settingField TEXTAREA, +.wide .settingField SELECT, +.wide .settingField .multieditbox .singletranslation input[type="text"] { + width: 455px; } + +.wide .settingField .customfile { + width: 467px; } + +.skinny .settingField input[type="text"], +.skinny .settingField input[type="password"], +.skinny .settingField TEXTAREA, +.skinny .settingField SELECT, +.skinny .settingField .customfile, +.skinny .settingField .multieditbox .singletranslation input[type="text"] { + width: 294px; } + +.skinny .settingField .customfile { + width: 306px; } + +.settingField input[type="text"].hasDatepicker { + width: 125px; } + +.wide .settingField input[type="text"].hasDatepicker { + width: 220px; } + +.settingField img.ui-datepicker-trigger { + padding-left: 5px; } + +.settingField input[type="file"] { + background: white; } + +.settingField input { + vertical-align: middle; } + +.settingField img { + vertical-align: middle; } + +.settingField .newListSelected { + line-height: 1; } + +.settingField .multieditbox { + margin: 0; } + +.settingField .multieditbox .universaltranslation input[type="text"], +.settingField .multieditbox .universaltranslation TEXTAREA { + width: 200px; } + +.wide .settingField .multieditbox .universaltranslation input[type="text"], +.wide .settingField .multieditbox .universaltranslation TEXTAREA { + width: 265px; } + +.settingField .multieditbox .universaltranslation SELECT { + width: 140px; } + +.wide .settingField .multieditbox .universaltranslation SELECT { + width: 160px; } + +.settingField .multieditbox .alltranslations input[type="text"], +.settingField .multieditbox .alltranslations textarea { + width: 220px !important; } + +.wide .settingField .multieditbox .alltranslations input[type="text"] { + width: 315px !important; } + +.settingField .multieditbox .alltranslations { + line-height: 1; } + +.settingHelp { + color: grey; + line-height: normal; + padding-top: 3px; + text-align: left; } + +.mandatory { + color: red; } + +.mandatoryHelp { + text-align: right; + padding-top: 10px; + margin-top: 2px; + clear: both; } + +.settingRow .ctrlinvalid { + padding: 5px; + left: -5px; + top: -5px; + background-color: #FFDDDD; + position: relative; + padding-bottom: 0px; } + +.settingRow.ctrlinvaliddiv { + padding-top: 10px; } + +.settingRow.ctrlinvaliddiv + .settingRow.ctrlinvaliddiv { + padding-top: 3px; } + +.settingRow .settingField .shuffle-box-inner select { + width: 145px; } + +.settingRow .settingField .shuffle-box-inner label { + width: 143px; } + +.wide .settingRow .settingField .shuffle-box-inner select { + width: 193px; } + +.wide .settingRow .settingField .shuffle-box-inner label { + width: 190px; } + +.wide .settingRow .settingField .shuffle-box { + margin: 0px; } + +.settingRow .settingField div.input.checkbox, +.settingRow .settingField div.input.radio { + line-height: 11px; } + +.settingRow .settingField div.input.radio UL.checklist LI { + line-height: normal; + padding-bottom: 4px; } + +.settingRow .settingField div.input.checkbox UL.checklist label, +.settingRow .settingField div.input.radio UL.checklist label { + padding-top: 0px; } + +#container { + height: 484px; + position: relative; } + +#termChooser, #selectedTerms, #termViewer { + position: absolute; } + +#termChooser { + top: 5px; + left: 5px; } + +.popupbrowserdialog #termChooser { + bottom: 5px; + width: 49%; } + +.widepopupbrowserdialog #termChooser { + right: 5px; + height: 340px; } + +.popupbrowserdialog #browsetab, .popupbrowserdialog #searchtab { + height: 405px; } + +.widepopupbrowserdialog #browsetab, .widepopupbrowserdialog #searchtab { + height: 285px; } + +#selectedTerms { + bottom: 5px; + right: 5px; } + +.popupbrowserdialog #selectedTerms { + width: 49%; } + +.widepopupbrowserdialog #selectedTerms { + left: 5px; + height: 25%; } + +.popupbrowserdialog #termViewer { + top: 5px; + right: 5px; + width: 49%; } + +.popupbrowser-tab { + overflow-y: auto; + padding-top: 5px; + padding-bottom: 0; } + +#browsetab li span:hover, #searchtab li:hover { + background-color: #FFA; } + +/***************/ +/* Term viewer */ +/***************/ +#termViewer .termViewerLineage { + font-weight: bold; } + +#termViewer .termViewerTerm { + border-bottom: 1px solid black; + padding-bottom: 5px; + margin-top: 10px; + margin-bottom: 1em; } + +#termViewer .termViewerSelector { + margin-top: 1.5em; + text-align: center; } + +/**********************/ +/* Search results tab */ +/**********************/ +#searchtab .searchquery { + width: 70%; } + +#searchResults .resultcount { + margin-bottom: 10px; } + +#searchResults ul { + list-style: disc; + padding-left: 15px; } + +#searchResults li { + margin: 5px 0; } + +#searchtab .showallresults { + margin: 10px 0; + text-align: center; } + +/* Annoying styles to override jquery-ui.css widget styles */ +#searchtab input { + font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; } + +#searchtab input[type="text"] { + font-size: 12px; } + +/******************/ +/* Selected Terms */ +/******************/ +#selectedTerms h2 { + border-top: solid 1px grey; + margin-top: 1em; } + +#selectedTerms .selectedItems { + position: relative; + max-height: 10em; + overflow-y: auto; } + +#selectedTerms .selectedItems table { + margin: 0; } + +/**************/ +/* View arrow */ +/**************/ +a.viewterm { + background: url(../images/viewterm.png) no-repeat 0 1px; + padding: 2px 0 2px 20px; } + +.shuffle-box { + margin: 20px 0; } + +.shuffle-box select { + width: 250px; + height: 150px; + float: left; } + +html[dir="rtl"] .shuffle-box select { + float: right; } + +.ctrlinvalid .shuffle-box select { + width: 245px; } + +.shuffle-box-controls { + margin: 20px 15px 0 12px; + width: 54px; + float: left; } + +html[dir="rtl"] .shuffle-box-controls { + margin: 20px 12px 0 15px; + float: right; } + +.shuffle-box-controls-left { + margin-top: 10px; } + +.shuffle-box-controls-right button, .shuffle-box-controls-left button { + width: 50px; + margin: 0 0 0 3px; } + +html[dir="rtl"] .shuffle-box-controls-right button, html[dir="rtl"] .shuffle-box-controls-left button { + margin: 0 3px 0 0; } + +.label-box { + margin: 7px 0 7px 0; + clear: both; + float: left; } + +html[dir="rtl"] .label-box { + float: right; } + +.shuffle-box-inner > .label-box > label { + font-size: 13px; + padding: 0 0 0 2px; + float: left; } + +html[dir="rtl"] .shuffle-box-inner > .label-box > label { + padding: 0 2px 0 0; + float: right; } + +.shuffle-box-inner > .label-box > label.label-right { + margin: 0 0 0 82px; } + +html[dir="rtl"] .shuffle-box-inner > .label-box > label.label-right { + margin: 0 82px 0 0; } + +.shuffle-box-inner label { + width: 245px; } + +.overallPanel { + width: 100%; + height: 100%; } + +.titlePanel { + margin-bottom: 10px; } + +.leftPanel { + float: left; + width: 33%; } + +.upDownContainerPanel { + height: 50px; + width: 35px; + float: left; } + +.treePanel { + height: 98%; + border: 1px solid black; + overflow-y: auto; + background-color: #FFFFFF; } + +.upDownButtonPanel { + position: relative; } + +.upDownButtonPanel button { + margin-bottom: 2px; } + +.addRemovePanel { + position: relative; + width: 80%; + height: 40px; + left: 33px; + float: left; } + +.addRemovePanel button { + width: 80px; + margin-bottom: 5px; + margin-right: 5px; } + +.rightPanel { + float: right; + width: 60%; + margin-right: 20px; } + +div.toppadded { + clear: both; + padding-top: 5px; } + +div.formrow { + clear: both; + overflow: auto; + padding-top: 5px; } + +div.formrow .buttons { + margin-left: 35%; + text-align: center; } + +div.formrow label, div.formrow span.name { + text-align: right; + width: 20%; + float: left; + padding-right: 15px; } + +div.formrow span.value { + float: left; } + +div.formrow .formcontrol { + float: left; + width: 200px; } + +div.formrow span { + float: left; + line-height: 22px; + min-width: 60px; } + +.heading { + font-weight: bold; } + +.rightPanel .heading { + margin-left: 10px; } + +div.checkrow { + margin-top: 7px; + padding-left: 40px; } + +div.checkrow label { + width: 70%; } + +div.input.checkbox input, div.input.radio input { + float: none; } + +div.input.checkbox label, div.input.radio label { + display: inline; + margin: 0 20px 0 6px; } + +div.tabsettings { + margin-left: 20px; + padding-left: 20px; } + +.tabsettingsHeading { + margin-top: 30px; } + +div.itemsettings { + margin-top: 30px; } + +.rightHeading { + margin-bottom: 5px; } + +.navChildren { + margin-left: 15px; } + +.formrow .newListSelected { + margin-left: 60px; } + +.tabdialog .modal-content { + overflow: visible; } + +.tabdialog .controlcontainer { + min-height: 150px; } + +.tabdialog .settingRow .settingLabel { + width: 80px; } + +#singlesettings .formrow, #TB_ajaxContent .formrow { + overflow: visible; } + +.form-label { + margin-left: 40px; } + +a.label { + text-decoration: none !important; + color: #4b4842 !important; } + +.container:hover { + background-color: #E4E4E4 !important; } + +.textBox, .iconBox { + vertical-align: middle; } + +ul.tablist { + list-style: none outside none; + border: 1px solid #8f8b7e; + margin: 0 0 10px 0; + width: 270px; } + +ul.tablist li { + position: relative; + padding: 6px 50px 6px 10px !important; + margin: 0 !important; + line-height: 1.2; } + +ul.tablist li.odd { + background: #f3f1eb !important; } + +ul.tablist li.even { + background: #fefefe !important; } + +ul.tablist .unselect { + width: 17px; + height: 17px; + cursor: pointer; + position: absolute; + right: 10px; + top: 5px; } + +#moderate { + width: 923px; + float: left; + background-color: #F1F1F1; + border: none; + padding: 15px 15px; + color: #4B4842; + font-size: 14px; } + +#moderate a { + text-decoration: none; } + +#moderate a:hover, #moderate a:focus { + text-decoration: underline; } + +#moderate .task-name { + float: left; } + +#moderate #moderate-controls { + float: right; + margin-top: 10px; } + +#moderate-controls a + a, #moderate-controls a + span, #moderate-controls span + a { + margin-left: 2em; } + +#moderate .task-description { + font-size: 12px; + line-height: 1.5; + margin: 4px 0; } + +#moderate .comments-label { + font-size: 12px; + margin-top: 1em; } + +#moderate .details { + font-size: 12px; } + +#moderate .detail { + padding-top: 2px; + padding-bottom: 2px; } + +#moderate-allmods { + width: 500px; + padding: 5px; } + +#moderate-allmods ul { + list-style: disc; + margin-top: 4px; + padding-left: 2.5em; } + +.detail-label { + display: inline-block; + width: 100px; + font-weight: bold; } + +.moddialog-list { + padding: 8px; } + +#comments-dialog { + height: 320px; + overflow-y: auto; } + +#comments-dialog .comments-middle { + padding-right: 5px; } + +#moderation-comments { + margin-top: 8px; + max-height: 120px; + overflow-y: auto; + border: 1px solid lightgrey; } + +#wizard-major-actions .action-button.view { + background-image: url("../images/button-rhs-view.ltr.png"); } + +#wizard-major-actions .action-button.moderate-approve { + background-image: url("../images/moderate-approve.ltr.png"); } + +#wizard-major-actions .action-button.moderate-reject { + background-image: url("../images/moderate-reject.ltr.png"); } + +.moderate-label { + font-size: 17px; } + +.modcomment { + padding: 8px 10px; + background: #fefefe; + display: flex; + margin: 10px 5px; } + +.modcomment a { + font-size: 12px; } + +.modcomment-avatar { + background: url(../images/user-big.png) 0 0 no-repeat; + height: 50px; + width: 30px; } + +.modcomment-username { + color: #f6a03d; + font-size: 14px; } + +.modcomment-date { + color: #b1b17b; + font-size: 10px; + padding: 0 0 0 5px; } + +.modcomment-content { + margin: 8px 0; + font-size: 12px; } + +.modcomment.rejection { + background: #ffdfdf; } + +.modcomment.approval { + background: #defede; } + +.modal-search-results { + overflow: hidden; } + +.tubequery { + width: 200px; } + +.modal-search-result { + position: relative; + margin: 0 0 10px 0; + padding: 10px 10px 10px 40px; + background: #f0f0f0; + width: 681px; + float: left; } + +.modal-search-result input { + position: absolute; + left: 8px; + top: 8px; } + +.modal-search-result h4 { + font-size: 13px; + margin: 0 0 4px 0; } + +.modal-search-result.youtube img { + margin: 0 20px 10px 0; + padding: 4px; + background: #fff; + border: 1px solid #ddd; + float: left; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; } + +.modal-search-result.youtube input { + top: 12px; } + +.modal-search-result.youtube h4 { + margin-top: 4px; + font-weight: normal; + line-height: 1.3; } + +p.info { + border-width: 1px; + border-style: solid; + margin-top: 10px !important; + padding: 5px; } + +p.info.results { + background-color: #FFFFD0; + border-color: #FFFF00; } + +p.info.error { + background-color: #FDD; + border-color: red; } + +.rating-bar { + border: 1px solid #CCCCCC; + /* border-radius: 3px 3px 3px 3px; YouTube's style */ + height: 4px; + margin: 2px 0; + overflow: hidden; } + +.rating-bar-likes { + background: none repeat scroll 0 0 #006600; + border-right: 1px solid #FFFFFF; + float: left; + height: 4px; } + +.rating-bar-dislikes { + background: none repeat scroll 0 0 #CC0000; + float: right; + height: 4px; + margin-right: -1px; } + +.rating-info { + font-size: 10px; } + +.preview-container { + text-align: center; } + +.preview { + width: 300px; + height: 200px; } + +#youtube-channels-top { + width: 681px; } + +#youtube-channels-bottom { + width: 681px; } + +#youtube-query div.input label { + display: block; + font-size: 12px; + font-weight: bold; + left: 0; + position: absolute; + top: 6px; + width: 55px; } + +#youtube-query { + position: relative; + z-index: 100; } + +#youtube-query div.input { + margin: 0 3px 5px 0; + padding: 0 0 0 50px; + position: relative; } + +#youtube-query input[type="text"], #youtube-query SELECT { + width: 450px; } + +.taskactiondialog .modal-content { + height: 400px; } + +.taskactiondialog .modal-content-inner { + min-height: 384px; } + +.taskactiondialog .comment-entry, +.taskactiondialog .reject-steps, +.taskactiondialog .newListSelected, +.taskactiondialog .newList { + width: 100% !important; + box-sizing: border-box; } + +.errorMsg { + color: red; + text-align: center; + font-size: 15px; + height: 20px; + padding-top: 5px; } + +h3.noTopMargin { + margin-top: 0px; } + +.rejectTo { + margin-bottom: 20px; } + +#bulk-help { + margin-top: 5px; } + +.action-button.execute-action { + background-image: url("../images/execute.ltr.png"); } + +.action-button.moderate-action { + background-image: url("../images/moderate.ltr.png"); } + +.failedmsg .status, .simpleopsmessage { + color: red; + font-style: italic; } + +td.itemname { + width: 50%; } + +td.status { + width: 50%; } + +#bulkresults_container { + height: 380px; + overflow-y: scroll; } + +#bulkresults_container table.bulkresults_resultlist { + width: 98%; } + +#bulkresults_inner { + height: 382px; } + +#bulkresults_showing { + float: right; } + +select.bulkactions { + width: 550px; } + +#fancybox-inner { + overflow: visible !important; } + +#bulkdialog td.unselect { + width: 10%; } + +#bulkdialog td.label { + width: 90%; } + +#bulk-selection + hr { + display: none; } + +pre.preview-error { + color: red; + font-weight: bold; + font-size: 15px; + padding-top: 30px; + word-wrap: break-word; } + +div.editor-container .CodeMirror { + height: 300px; + line-height: 1.2em; + font-size: 13px; } + +div.editor-container .CodeMirror-gutter { + height: 300px; } + +div.load-action button.dropdown-toggle { + position: absolute; + right: 0px; } + +div.load-action ul.dropdown-menu { + top: 22px; } + +button.validate { + float: right; + margin-top: 8px; + margin-right: 0px; } + +div.editor-container { + border-style: solid; + border-width: 1px; + border-color: #C3BFAC; } + +#errormessage pre { + color: red; + font-weight: bold; + font-size: 15px; + padding-left: 30px; } + +#okmessage pre { + color: #5bb75b; + font-weight: bold; + font-size: 15px; + padding-left: 30px; + padding-top: 4px; } + +#validationstatus.fail span { + background: url(../images/fail.png) no-repeat; } + +#validationstatus.ok span { + background: url(../images/ok.png) no-repeat; } + +#validationstatus span { + width: 24px; + height: 24px; + float: left; + padding-right: 5px; } + +div.load-action { + float: right; + top: -27px; } + +div.schema-selection div.newListSelected { + width: 97% !important; + margin-bottom: 8px; } + +div.schema-selection ul.newList { + width: 100% !important; } + +#treePanel a.add { + margin-left: 7px; } + +#treePanel a.unselect { + width: auto; + display: inline; + margin-left: 7px; + padding-left: 20px; + padding-bottom: 2px; } + +#treePanel li div { + white-space: nowrap; } + +input.term-paths { + margin-top: 15px; + width: 98%; } + +#metadata-edit .settingRow .settingLabel { + width: 50px; } + +#metadata-edit #bemo_mdt { + table-layout: fixed; } + +#metadata-edit #bemo_mdt td { + word-wrap: break-word; } + +#metadata-edit #bemo_mdt th:last-child { + width: 100px; } + +div.selected-node { + background: yellow; } + +#treePanel { + height: 290px; + overflow-y: scroll; } + +input[type="radio"] { + margin: 4px 7px; } + +table td.actions a { + vertical-align: top; + line-height: 14px; } + +#bulkresults_inner .settingRow div.settingLabel { + width: 150px; } + +#bulkresults_inner .settingRow div.settingField { + width: 350px; } + +/***************************************************************************** + Selection review table +*****************************************************************************/ +table.zebra tr th.shrink, table.zebra tr td.shrink { + width: 1%; } + +table.zebra tr td.unselect { + text-align: center; } + +td.unselect a { + display: inline-block; + width: 16px; + height: 16px; + background: url(../images/remove.png) 0 0 no-repeat; } + +td.unselect a:hover, td.unselect a:focus { + background-image: url(../images/remove-hover.png); } + +table.zebra tr td.export { + text-align: center; } + +td.export a { + display: inline-block; + width: 16px; + height: 16px; + background: url(../images/export2.gif) 0 0 no-repeat; } + +td.export a:hover, td.export a:focus { + background-image: url(../images/save.gif); } + +td.versionselect .selectedTxt { + white-space: nowrap; } + +.select2-container { + box-sizing: border-box; + display: inline-block; + margin: 0; + position: relative; + vertical-align: middle; } + +.select2-container .select2-selection--single { + box-sizing: border-box; + cursor: pointer; + display: block; + height: 28px; + user-select: none; + -webkit-user-select: none; } + +.select2-container .select2-selection--single .select2-selection__rendered { + display: block; + padding-left: 8px; + padding-right: 20px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + +.select2-container .select2-selection--single .select2-selection__clear { + position: relative; } + +.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 8px; + padding-left: 20px; } + +.select2-container .select2-selection--multiple { + box-sizing: border-box; + cursor: pointer; + display: block; + min-height: 32px; + user-select: none; + -webkit-user-select: none; } + +.select2-container .select2-selection--multiple .select2-selection__rendered { + display: inline-block; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; + white-space: nowrap; } + +.select2-container .select2-search--inline { + float: left; } + +.select2-container .select2-search--inline .select2-search__field { + box-sizing: border-box; + border: none; + font-size: 100%; + margin-top: 5px; + padding: 0; } + +.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + +.select2-dropdown { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + box-sizing: border-box; + display: block; + position: absolute; + left: -100000px; + width: 100%; + z-index: 1051; } + +.select2-results { + display: block; } + +.select2-results__options { + list-style: none; + margin: 0; + padding: 0; } + +.select2-results__option { + padding: 6px; + user-select: none; + -webkit-user-select: none; } + +.select2-results__option[aria-selected] { + cursor: pointer; } + +.select2-container--open .select2-dropdown { + left: 0; } + +.select2-container--open .select2-dropdown--above { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--open .select2-dropdown--below { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-search--dropdown { + display: block; + padding: 4px; } + +.select2-search--dropdown .select2-search__field { + padding: 4px; + width: 100%; + box-sizing: border-box; } + +.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { + -webkit-appearance: none; } + +.select2-search--dropdown.select2-search--hide { + display: none; } + +.select2-close-mask { + border: 0; + margin: 0; + padding: 0; + display: block; + position: fixed; + left: 0; + top: 0; + min-height: 100%; + min-width: 100%; + height: auto; + width: auto; + opacity: 0; + z-index: 99; + background-color: #fff; + filter: alpha(opacity=0); } + +.select2-hidden-accessible { + border: 0 !important; + clip: rect(0 0 0 0) !important; + height: 1px !important; + margin: -1px !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + width: 1px !important; } + +.select2-container--default .select2-selection--single { + background-color: #fff; + border: 1px solid #aaa; + border-radius: 4px; } + +.select2-container--default .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + +.select2-container--default .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; } + +.select2-container--default .select2-selection--single .select2-selection__placeholder { + color: #999; } + +.select2-container--default .select2-selection--single .select2-selection__arrow { + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; } + +.select2-container--default .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { + left: 1px; + right: auto; } + +.select2-container--default.select2-container--disabled .select2-selection--single { + background-color: #eee; + cursor: default; } + +.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { + display: none; } + +.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--default .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; } + +.select2-container--default .select2-selection--multiple .select2-selection__rendered { + box-sizing: border-box; + list-style: none; + margin: 0; + padding: 0 5px; + width: 100%; } + +.select2-container--default .select2-selection--multiple .select2-selection__rendered li { + list-style: none; } + +.select2-container--default .select2-selection--multiple .select2-selection__placeholder { + color: #999; + margin-top: 5px; + float: left; } + +.select2-container--default .select2-selection--multiple .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-top: 5px; + margin-right: 10px; } + +.select2-container--default .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + color: #999; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #333; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { + float: right; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; } + +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--default.select2-container--focus .select2-selection--multiple { + border: solid black 1px; + outline: 0; } + +.select2-container--default.select2-container--disabled .select2-selection--multiple { + background-color: #eee; + cursor: default; } + +.select2-container--default.select2-container--disabled .select2-selection__choice__remove { + display: none; } + +.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--default .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; } + +.select2-container--default .select2-search--inline .select2-search__field { + background: transparent; + border: none; + outline: 0; + box-shadow: none; + -webkit-appearance: textfield; } + +.select2-container--default .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--default .select2-results__option[role=group] { + padding: 0; } + +.select2-container--default .select2-results__option[aria-disabled=true] { + color: #999; } + +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #ddd; } + +.select2-container--default .select2-results__option .select2-results__option { + padding-left: 1em; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__group { + padding-left: 0; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__option { + margin-left: -1em; + padding-left: 2em; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -2em; + padding-left: 3em; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -3em; + padding-left: 4em; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -4em; + padding-left: 5em; } + +.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { + margin-left: -5em; + padding-left: 6em; } + +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #5897fb; + color: white; } + +.select2-container--default .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic .select2-selection--single { + background-color: #f7f7f7; + border: 1px solid #aaa; + border-radius: 4px; + outline: 0; + background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%); + background-image: -o-linear-gradient(top, #fff 50%, #eee 100%); + background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + +.select2-container--classic .select2-selection--single:focus { + border: 1px solid #5897fb; } + +.select2-container--classic .select2-selection--single .select2-selection__rendered { + color: #444; + line-height: 28px; } + +.select2-container--classic .select2-selection--single .select2-selection__clear { + cursor: pointer; + float: right; + font-weight: bold; + margin-right: 10px; } + +.select2-container--classic .select2-selection--single .select2-selection__placeholder { + color: #999; } + +.select2-container--classic .select2-selection--single .select2-selection__arrow { + background-color: #ddd; + border: none; + border-left: 1px solid #aaa; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + height: 26px; + position: absolute; + top: 1px; + right: 1px; + width: 20px; + background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%); + background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%); + background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } + +.select2-container--classic .select2-selection--single .select2-selection__arrow b { + border-color: #888 transparent transparent transparent; + border-style: solid; + border-width: 5px 4px 0 4px; + height: 0; + left: 50%; + margin-left: -4px; + margin-top: -2px; + position: absolute; + top: 50%; + width: 0; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { + float: left; } + +.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { + border: none; + border-right: 1px solid #aaa; + border-radius: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + left: 1px; + right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--single { + border: 1px solid #5897fb; } + +.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { + background: transparent; + border: none; } + +.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { + border-color: transparent transparent #888 transparent; + border-width: 0 4px 5px 4px; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; + background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%); + background-image: -o-linear-gradient(top, #fff 0%, #eee 50%); + background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%); + background-image: -o-linear-gradient(top, #eee 50%, #fff 100%); + background-image: linear-gradient(to bottom, #eee 50%, #fff 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } + +.select2-container--classic .select2-selection--multiple { + background-color: white; + border: 1px solid #aaa; + border-radius: 4px; + cursor: text; + outline: 0; } + +.select2-container--classic .select2-selection--multiple:focus { + border: 1px solid #5897fb; } + +.select2-container--classic .select2-selection--multiple .select2-selection__rendered { + list-style: none; + margin: 0; + padding: 0 5px; } + +.select2-container--classic .select2-selection--multiple .select2-selection__clear { + display: none; } + +.select2-container--classic .select2-selection--multiple .select2-selection__choice { + background-color: #e4e4e4; + border: 1px solid #aaa; + border-radius: 4px; + cursor: default; + float: left; + margin-right: 5px; + margin-top: 5px; + padding: 0 5px; } + +.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { + color: #888; + cursor: pointer; + display: inline-block; + font-weight: bold; + margin-right: 2px; } + +.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #555; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + float: right; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + margin-left: 5px; + margin-right: auto; } + +.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { + margin-left: 2px; + margin-right: auto; } + +.select2-container--classic.select2-container--open .select2-selection--multiple { + border: 1px solid #5897fb; } + +.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { + border-top: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } + +.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.select2-container--classic .select2-search--dropdown .select2-search__field { + border: 1px solid #aaa; + outline: 0; } + +.select2-container--classic .select2-search--inline .select2-search__field { + outline: 0; + box-shadow: none; } + +.select2-container--classic .select2-dropdown { + background-color: #fff; + border: 1px solid transparent; } + +.select2-container--classic .select2-dropdown--above { + border-bottom: none; } + +.select2-container--classic .select2-dropdown--below { + border-top: none; } + +.select2-container--classic .select2-results > .select2-results__options { + max-height: 200px; + overflow-y: auto; } + +.select2-container--classic .select2-results__option[role=group] { + padding: 0; } + +.select2-container--classic .select2-results__option[aria-disabled=true] { + color: grey; } + +.select2-container--classic .select2-results__option--highlighted[aria-selected] { + background-color: #3875d7; + color: #fff; } + +.select2-container--classic .select2-results__group { + cursor: default; + display: block; + padding: 6px; } + +.select2-container--classic.select2-container--open .select2-dropdown { + border-color: #5897fb; } + +body, td, pre { + color: #000; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + margin: 8px; } + +body { + background: #FFF; } + +body.mceForceColors { + background: #FFF; + color: #000; } + +h1 { + font-size: 2em; } + +h2 { + font-size: 1.5em; } + +h3 { + font-size: 1.17em; } + +h4 { + font-size: 1em; } + +h5 { + font-size: .83em; } + +h6 { + font-size: .75em; } + +.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid { + border: 1px dashed #BBB; } + +a.mceItemAnchor { + display: inline-block; + width: 11px !important; + height: 11px !important; + background: url(../default/img/items.gif) no-repeat 0 0; } + +span.mceItemNbsp { + background: #DDD; } + +td.mceSelected, th.mceSelected { + background-color: #3399ff !important; } + +img { + border: 0; } + +table, img, hr, .mceItemAnchor { + cursor: default; } + +table td, table th { + cursor: text; } + +ins { + border-bottom: 1px solid green; + text-decoration: none; + color: green; } + +del { + color: red; + text-decoration: line-through; } + +cite { + border-bottom: 1px dashed blue; } + +acronym { + border-bottom: 1px dotted #CCC; + cursor: help; } + +abbr { + border-bottom: 1px dashed #CCC; + cursor: help; } + +/* IE */ +* html body { + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; } + +img:-moz-broken { + -moz-force-broken-image-icon: 1; + width: 24px; + height: 24px; } + +font[face=mceinline] { + font-family: inherit !important; } + +*[contentEditable]:focus { + outline: 0; } + +.mceItemMedia { + border: 1px dotted #cc0000; + background-position: center; + background-repeat: no-repeat; + background-color: #ffffcc; } + +.mceItemShockWave { + background-image: url(../../img/shockwave.gif); } + +.mceItemFlash { + background-image: url(../../img/flash.gif); } + +.mceItemQuickTime { + background-image: url(../../img/quicktime.gif); } + +.mceItemWindowsMedia { + background-image: url(../../img/windowsmedia.gif); } + +.mceItemRealMedia { + background-image: url(../../img/realmedia.gif); } + +.mceItemVideo { + background-image: url(../../img/video.gif); } + +.mceItemAudio { + background-image: url(../../img/video.gif); } + +.mceItemIframe { + background-image: url(../../img/iframe.gif); } + +.mcePageBreak { + display: block; + border: 0; + width: 100%; + height: 12px; + border-top: 1px dotted #ccc; + margin-top: 15px; + background: #fff url(../../img/pagebreak.gif) no-repeat center top; } + +/* BASICS */ +.CodeMirror { + /* Set height, width, borders, and global font properties here */ + font-family: monospace; + height: 300px; } + +.CodeMirror-scroll { + /* Set scrolling behaviour here */ + overflow: auto; } + +/* PADDING */ +.CodeMirror-lines { + padding: 4px 0; + /* Vertical padding around content */ } + +.CodeMirror pre { + padding: 0 4px; + /* Horizontal padding of content */ } + +.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { + background-color: white; + /* The little square between H and V scrollbars */ } + +/* GUTTER */ +.CodeMirror-gutters { + border-right: 1px solid #ddd; + background-color: #f7f7f7; + white-space: nowrap; } + +.CodeMirror-linenumber { + padding: 0 3px 0 5px; + min-width: 20px; + text-align: right; + color: #999; } + +/* CURSOR */ +.CodeMirror div.CodeMirror-cursor { + border-left: 1px solid black; + z-index: 3; } + +/* Shown when moving in bi-directional text */ +.CodeMirror div.CodeMirror-secondarycursor { + border-left: 1px solid silver; } + +.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor { + width: auto; + border: 0; + background: #7e7; + z-index: 1; } + +/* Can style cursor different in overwrite (non-insert) mode */ +.cm-tab { + display: inline-block; } + +/* DEFAULT THEME */ +.cm-s-default .cm-keyword { + color: #708; } + +.cm-s-default .cm-atom { + color: #219; } + +.cm-s-default .cm-number { + color: #164; } + +.cm-s-default .cm-def { + color: #00f; } + +.cm-s-default .cm-variable { + color: black; } + +.cm-s-default .cm-variable-2 { + color: #05a; } + +.cm-s-default .cm-variable-3 { + color: #085; } + +.cm-s-default .cm-property { + color: black; } + +.cm-s-default .cm-operator { + color: black; } + +.cm-s-default .cm-comment { + color: #a50; } + +.cm-s-default .cm-string { + color: #a11; } + +.cm-s-default .cm-string-2 { + color: #f50; } + +.cm-s-default .cm-meta { + color: #555; } + +.cm-s-default .cm-qualifier { + color: #555; } + +.cm-s-default .cm-builtin { + color: #30a; } + +.cm-s-default .cm-bracket { + color: #997; } + +.cm-s-default .cm-tag { + color: #170; } + +.cm-s-default .cm-attribute { + color: #00c; } + +.cm-s-default .cm-header { + color: blue; } + +.cm-s-default .cm-quote { + color: #090; } + +.cm-s-default .cm-hr { + color: #999; } + +.cm-s-default .cm-link { + color: #00c; } + +.cm-negative { + color: #d44; } + +.cm-positive { + color: #292; } + +.cm-header, .cm-strong { + font-weight: bold; } + +.cm-em { + font-style: italic; } + +.cm-link { + text-decoration: underline; } + +.cm-s-default .cm-error { + color: #f00; } + +.cm-invalidchar { + color: #f00; } + +div.CodeMirror span.CodeMirror-matchingbracket { + color: #0f0; } + +div.CodeMirror span.CodeMirror-nonmatchingbracket { + color: #f22; } + +.CodeMirror-activeline-background { + background: #e8f2ff; } + +/* STOP */ +/* The rest of this file contains styles related to the mechanics of + the editor. You probably shouldn't touch them. */ +.CodeMirror { + line-height: 1; + position: relative; + overflow: hidden; + background: white; + color: black; } + +.CodeMirror-scroll { + /* 30px is the magic margin used to hide the element's real scrollbars */ + /* See overflow: hidden in .CodeMirror */ + margin-bottom: -30px; + margin-right: -30px; + padding-bottom: 30px; + padding-right: 30px; + height: 100%; + outline: none; + /* Prevent dragging from highlighting the element */ + position: relative; + -moz-box-sizing: content-box; + box-sizing: content-box; } + +.CodeMirror-sizer { + position: relative; } + +/* The fake, visible scrollbars. Used to force redraw during scrolling + before actuall scrolling happens, thus preventing shaking and + flickering artifacts. */ +.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { + position: absolute; + z-index: 6; + display: none; } + +.CodeMirror-vscrollbar { + right: 0; + top: 0; + overflow-x: hidden; + overflow-y: scroll; } + +.CodeMirror-hscrollbar { + bottom: 0; + left: 0; + overflow-y: hidden; + overflow-x: scroll; } + +.CodeMirror-scrollbar-filler { + right: 0; + bottom: 0; } + +.CodeMirror-gutter-filler { + left: 0; + bottom: 0; } + +.CodeMirror-gutters { + position: absolute; + left: 0; + top: 0; + padding-bottom: 30px; + z-index: 3; } + +.CodeMirror-gutter { + white-space: normal; + height: 100%; + -moz-box-sizing: content-box; + box-sizing: content-box; + padding-bottom: 30px; + margin-bottom: -32px; + display: inline-block; + /* Hack to make IE7 behave */ + *zoom: 1; + *display: inline; } + +.CodeMirror-gutter-elt { + position: absolute; + cursor: default; + z-index: 4; } + +.CodeMirror-lines { + cursor: text; } + +.CodeMirror pre { + /* Reset some styles that the rest of the page might have set */ + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; + border-width: 0; + background: transparent; + font-family: inherit; + font-size: inherit; + margin: 0; + white-space: pre; + word-wrap: normal; + line-height: inherit; + color: inherit; + z-index: 2; + position: relative; + overflow: visible; } + +.CodeMirror-wrap pre { + word-wrap: break-word; + white-space: pre-wrap; + word-break: normal; } + +.CodeMirror-code pre { + border-right: 30px solid transparent; + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; } + +.CodeMirror-wrap .CodeMirror-code pre { + border-right: none; + width: auto; } + +.CodeMirror-linebackground { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + z-index: 0; } + +.CodeMirror-linewidget { + position: relative; + z-index: 2; + overflow: auto; } + +.CodeMirror-wrap .CodeMirror-scroll { + overflow-x: hidden; } + +.CodeMirror-measure { + position: absolute; + width: 100%; + height: 0; + overflow: hidden; + visibility: hidden; } + +.CodeMirror-measure pre { + position: static; } + +.CodeMirror div.CodeMirror-cursor { + position: absolute; + visibility: hidden; + border-right: none; + width: 0; } + +.CodeMirror-focused div.CodeMirror-cursor { + visibility: visible; } + +.CodeMirror-selected { + background: #d9d9d9; } + +.CodeMirror-focused .CodeMirror-selected { + background: #d7d4f0; } + +.cm-searching { + background: #ffa; + background: rgba(255, 255, 0, 0.4); } + +/* IE7 hack to prevent it from returning funny offsetTops on the spans */ +.CodeMirror span { + *vertical-align: text-bottom; } + +@media print { + /* Hide the cursor when printing */ + .CodeMirror div.CodeMirror-cursor { + visibility: hidden; } } + +DIV.input.checkbox.allowoption { + margin-top: 2em; + margin-bottom: 2em; } + +DIV.overallPanel { + margin-top: 1em; } + +DIV.leftPanel { + float: left; + width: 250px; + margin-right: 20px; } + +DIV.rightPanel { + float: right; + width: 400px; } + +DIV.treePanel { + height: 420px; + overflow-y: auto; + border: 1px solid #AAAAAA; + background-color: #FFFFFF; } + +DIV.adduserbuttons { + margin-top: 10px; + text-align: center; } + +DIV.cachingNode { + padding-bottom: 2px; } + +DIV.cachingNode.selected { + font-weight: bold; + background-color: #C0C0C0; } + +DIV.cachingNode IMG.usergroupicon { + margin-top: 2px; + margin-left: 4px; + margin-right: 0.5em; } + +H3.leftheading, H3.rightheading { + margin-top: 0px; + margin-bottom: 4px; } + +H3.rightheading.excludesheading { + margin-top: 1em; } + +DIV.inexcludetables { + height: 200px; + overflow-y: auto; + background-color: #FFFFFF; + border: solid 1px #AAAAAA; } + +DIV.inexcludetables UL LI { + margin-top: 4px; + vertical-align: middle; + padding-left: 5px; } + +DIV.inexcludetables UL LI.even { + background-color: #FFFFFF; } + +DIV.inexcludetables UL LI.odd { + background-color: #F3F1Eb; } + +DIV.inexcludetables UL LI INPUT[type="checkbox"] { + margin-right: 1em; + margin-top: 0.5em; } + +DIV.bannedextensionsdiv { + margin-bottom: 3em; } + +.settingRow .settingLabel { + width: 130px; } + +.settingRow .settingField { + width: 375px; } + +#groupfilter { + margin-top: 5px; + margin-bottom: 5px; + height: 22px; } + +#groupfilter .groups { + text-overflow: ellipsis; + width: 450px; + white-space: nowrap; + overflow: hidden; } + +.result-list { + height: 290px; + overflow-y: auto; + position: relative; + padding-top: 15px; + width: 450px; } + +#search-result-list { + height: 285px; + margin-bottom: 5px; + overflow-y: scroll; + overflow-x: hidden; + position: relative; + padding-top: 15px; + width: 98%; + background-color: #F5F5F5; + border: 1px solid #DDDDDD; } + +.search-result li { + background: none repeat scroll 0 0 #F0F0F0; + clear: both; + float: left; + margin: 0 0 2px; + padding: 8px 10px 5px 40px; + position: relative; + width: 385px; } + +.search-result input { + left: 8px; + position: absolute; + top: 8px; } + +.search-result h4, .search-result li label { + font-size: 13px; + font-weight: bold; + margin: 0 0 4px; } + +.search-result .username { + float: left; + width: 80px; } + +.search-result .add-user { + float: right; } + +.search-result .displayname { + font-weight: bold; + margin: 0 0 4px; + float: left; + width: 200px; } + +.resultlist { + height: 290px !important; + padding-top: 15px; + width: 950px; } + +.resultlist .modal-search-result li { + background: none repeat scroll 0 0 #F0F0F0 !important; + margin: 0 0 2px !important; + padding: 8px 10px 5px 40px !important; + width: 950px !important; } + +.modal-search-result input { + left: 8px; + position: absolute; + top: 8px; } + +.modal-search-result h4, .modal-search-result li label { + font-size: 13px; + font-weight: bold; + margin: 0 0 4px; } + +.modal-content-background { + height: 473px; } + +#tab1 .control input[type="text"] { + width: 355px; + margin: 0; } + +.selectgroup .control input[type="text"] { + width: 450px; + margin: 0; } + +#typelist li { + display: inline; + list-style-type: none; + padding-right: 20px; } + +#typelist li label { + margin-left: 3px; } + +#typelist li input { + vertical-align: bottom; } + +.nav { + margin-left: 0; + margin-bottom: 20px; + list-style: none; + height: 24px; } + +.nav-tabs:before, +.nav-tabs:after { + display: table; + content: ""; + line-height: 0; } + +.nav-tabs:after { + clear: both; } + +.nav-tabs > li { + float: left; } + +.nav-tabs > li > a { + padding-right: 12px; + padding-left: 12px; + margin-right: 2px; + line-height: 14px; } + +.nav-tabs { + border-bottom: 1px solid #ddd; + width: 455px; } + +.nav-tabs > li { + margin-bottom: -1px; } + +.nav-tabs > li > a { + padding-top: 8px; + padding-bottom: 8px; + line-height: 20px; + border: 1px solid transparent; + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; } + +.nav-tabs > li > a:hover, +.nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #dddddd; } + +.nav-tabs > .active > a, +.nav-tabs > .active > a:hover, +.nav-tabs > .active > a:focus { + color: #555555; + background-color: #ffffff; + border: 1px solid #ddd; + border-bottom-color: transparent; + cursor: default; } + +.tabbable { + float: left; } + +.tabbable:before, +.tabbable:after { + display: table; + content: ""; + line-height: 0; } + +.tabbable:after { + clear: both; } + +.tab-content { + width: 465px; + height: 414px; } + +.tab-content > .tab-pane { + display: none; } + +.tab-content > .active { + display: block; } + +.modal-content-inner #right-cloumn { + background-color: #F5F5F5; + border: 1px solid #DDDDDD; + float: left; + height: 404px; + margin-left: 45px; + margin-top: 22px; + margin-bottom: 5px; + width: 46%; + overflow-y: scroll; + overflow-x: hidden; } + +.add-group { + text-align: right; + margin-right: -3px; } + +#right-cloumn .level1 li.select { + padding-left: 4px; } + +#right-cloumn .level1 .expression-text { + padding-left: 30px; } + +#right-cloumn .level2 li .newListSelected { + margin-left: 30px; } + +.newListSelected { + float: left; } + +#right-cloumn .level2 .expression-text { + padding-left: 60px; } + +#right-cloumn .level3 li .newListSelected { + margin-left: 60px; } + +#right-cloumn .level3 .expression-text { + padding-left: 90px; } + +#right-cloumn .level4 li .newListSelected { + margin-left: 90px; } + +#right-cloumn .level4 .expression-text { + padding-left: 120px; } + +#right-cloumn .level5 li .newListSelected { + margin-left: 120px; } + +#right-cloumn .level5 .expression-text { + padding-left: 150px; } + +.grouping li { + background: none repeat scroll 0 0 #F0F0F0; + clear: both; + float: left; + margin: 0 0 2px; + padding-bottom: 5px; + padding-top: 5px; + position: relative; + width: 100%; + min-height: 24px; + line-height: normal; + vertical-align: middle; } + +.grouping li .newListSelected ul li { + width: 260px; } + +.expression-text { + float: left; + width: 250px; + margin-top: 5px; } + +.grouping li:hover { + background-color: #FFFFCC; } + +.grouping .select:hover { + background-color: #FFFFCC; } + +.grouping .select:focus { + background-color: green; } + +.grouping .selected { + background: none repeat scroll 0 0 #80D2EE; + /* border: 1px solid #80D2EE; */ } + +.other-options li { + padding-top: 6px; + padding-bottom: 7px; } + +.other-options li input[type="radio"] { + margin: 4px 7px; } + +.other-options input, .other-options label { + vertical-align: middle; } + +.other-options input[type="text"] { + width: 250px; + margin-left: 20px; } + +.other-options div.ip-input { + margin-left: 16px; } + +#right-cloumn a.unselect { + position: absolute; + top: 9px; + right: 10px; } + +.other-options .newListSelected { + float: none; + padding: 4px 6px !important; + margin-left: 20px; } + +.referrer-options { + margin-left: 20px; } + +#select-area button { + float: right; + margin-right: 13px; } + +#select-area .selectlinks { + float: left; + margin-top: 10px; } + +.select-area button { + margin-top: 12px; } + +.selectedItems { + width: 300px; } + +input[type="radio"] { + margin: 4px 7px; } + +#title-slider label, +#description-slider label, +#attachment-slider label { + position: absolute; + width: 45px; + margin-left: -20px; + text-align: center; + margin-top: 10px; + font-size: 11px; } + +.ui-widget-content { + color: inherit !important; } + +.term-row { + width: 515px; + clear: both; + padding-top: 20px; + padding-bottom: 20px; + height: 25px; } + +.term-row .term-label { + float: left; + line-height: 20px; + text-align: right; + width: 120px; } + +.term-row .slider { + float: right; + line-height: 20px; + padding-top: 5px; + width: 370px; + padding-right: 10px; } + +.ctrlinvalid { + background-color: #FFDDDD; + left: -5px; + padding: 5px 5px 0; + position: relative; + top: -5px; } + +.error { + color: red; + padding: 3px; + text-align: center; } + +div.ip-input input[type="number"] { + width: 40px; + margin: 5px; } + +div.ip-input { + font-size: 14px; } + +.criteria { + margin: 20px 0; } + +.criteria-list { + list-style: none; + border: 1px solid #8f8b7e; + margin: 0 0 5px 0; } + +.criteria-list li { + position: relative; + padding: 6px 30px 6px 10px !important; + margin: 0 !important; + font-size: 12px; + line-height: 1.2; } + +.criteria-list li.odd { + background: #f3f1eb !important; } + +.criteria-list li.even { + background: #fefefe !important; } + +.criteria-remove { + width: 17px; + height: 17px; + cursor: pointer; + position: absolute; + right: 10px; + top: 5px; + background: url(../images/itemadmin-remove.png) 0 0 no-repeat; } + +.criteria-wrapper { + border: 1px solid #8f8b7e; + padding: 15px; + background: #f3f1eb; } + +.criteria-1 { + padding: 0 0 0 100px; + position: relative; } + +.criteria .wherevalue { + width: 290px; } + +.criteria .wherepath { + width: 210px; } + +.criteria .addbutton { + padding-top: 12px; + padding-left: 400px; } + +.criteria-label { + position: absolute; + left: 10px; + top: 6px; + font-size: 12px; } + +.criteria-2 { + padding: 0 0 0 100px; } + +.criteria-1 .newListSelected, .criteria-2 .newListSelected { + float: left; + margin: 0 5px 0 0; } + +.criteria .selectedText { + padding-bottom: 2px; } + +.criteria select { + width: 90px; } + +.infobox { + margin-top: 1em; + margin-bottom: 1em; } + +.twentyspaced { + margin: 20px 0 20px 0; } + +.bulkuploadbutton { + text-align: center; + margin-top: 10px; } + +.editing { + margin-top: 1em; + height: 80px; } + +.editing .icon { + width: 120px; + height: 64px; + float: left; } + +.editing .fileinfo { + float: left; } + +.editing .fileinfo .filename { + font-weight: bold; } + +.editing .inplaceAppletDiv { + float: right; + height: 1px; } + +.editing .clear { + clear: both; } + +.editLinks { + display: none; } + +#inplace_applet { + width: 320px; + height: 50px; } + +#returntoscrapbookdiv { + text-align: right; } + +#returntoscrapbookdiv a.linkasbutton { + color: #FFFFFF; + font-size: 9px; + border: medium none; + padding: 4px 5px 4px 5px; + background: grey; + text-transform: uppercase; } + +#dndOptionsList ul.dropdown-menu { + right: auto; + left: 0px; } + +.file-upload { + margin: 10px 0; + clear: both; } + +.file-upload .file-name { + width: 400px; + overflow: hidden; } + +.file-upload-progress { + float: right; + width: 300px; } + +.file-upload-problem { + background-color: #FF0000; } + +.progressbar { + width: 200px; + height: 14px; + border: 1px solid #AAA; + float: left; + margin: 0 10px 0 0; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + +.progressbarOuter { + background-color: #FFFFFF; } + +.progressbarInner { + height: 14px; + background: #80D2EE !important; } + +.progresstextOuter { + color: #000000; } + +.progresstextInner { + color: #FFFFFF; } + +.complete { + background: #47E368; + width: 100%; + height: 14px; } + +.lockedHtml { + width: 584px; + height: 300px; + overflow: auto; + /* Make it look like a textarea. Copied from styles.css */ + border: 1px solid #cfcbbe; + border-right: 1px solid #c3beae; + border-top: 1px solid #7e765e; + background: #fff; + font-size: 12px; + padding: 4px 6px; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; } + +.toggleEditLink { + line-height: 2.5em; } + +#selection-content-inner.wizard-layout .indent0 .lockedHtml, +#selection-content-inner.wizard-layout .indent0 .editorbox textarea { + width: 512px; } + +#selection-content-inner.wizard-layout .indent1 .lockedHtml, +#selection-content-inner.wizard-layout .indent1 .editorbox textarea { + width: 486px; } + +#selection-content-inner.wizard-layout .indent2 .lockedHtml, +#selection-content-inner.wizard-layout .indent2 .editorbox textarea { + width: 446px; } + +#selection-content-inner.wizard-layout .indent3 .lockedHtml, +#selection-content-inner.wizard-layout .indent3 .editorbox textarea { + width: 406px; } + +.wizard-controls .indent1 .lockedHtml, +.wizard-controls .indent1 .editorbox textarea { + width: 542px; } + +.wizard-controls .indent2 .lockedHtml, +.wizard-controls .indent2 .editorbox textarea { + width: 502px; } + +.wizard-controls .indent3 .lockedHtml, +.wizard-controls .indent3 .editorbox textarea { + width: 562px; } + +@font-face { + font-family: "Material Icons"; + font-style: normal; + font-weight: 400; + src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); } + +@font-face { + font-family: "Roboto"; + font-style: normal; + font-weight: 300; + src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2"); } + +/***************************************************************************** +Animations +*****************************************************************************/ +@keyframes snackbar { + 0%, + 100% { + bottom: -80px; } + 10%, + 90% { + bottom: 0px; } } + +html, +body, +div, +span, +applet, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +font, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +input, +textarea, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +select { + width: auto; + height: auto; + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; + font-family: "Roboto"; } + +ul { + list-style: none; } + +a:focus { + text-decoration: underline; } + +/***************************************************************************** +Accessibility mode +*****************************************************************************/ +#content-body.accessibility div.area a:focus, +#content-body.accessibility div.modal-content a:focus, +#content-body.accessibility .box a:focus, +#content-body.accessibility div.area input:focus, +#content-body.accessibility div.modal-content input:focus, +#content-body.accessibility .box input:focus, +#content-body.accessibility div.area button:focus, +#content-body.accessibility div.modal-content button:focus, +#content-body.accessibility .box button:focus, +#content-body.accessibility div.area select:focus, +#content-body.accessibility div.modal-content select:focus, +#content-body.accessibility .box select:focus, +#content-body.accessibility td:focus { + outline: thin solid #ff9700; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +#content-body.accessibility .accessibility select { + border: 1px solid #cbc7b9; } + +/***************************************************************************** +Buttons +*****************************************************************************/ +.btn { + padding: 0 8px 0 8px; + display: inline-flex; + position: relative; + align-items: center; + justify-content: center; + box-sizing: border-box; + min-width: 64px; + border: none; + border-radius: 4px; + outline: none; + cursor: pointer; + background-color: #186caf; + color: #ffffff; + font-family: Roboto, sans-serif; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 2.25rem; + font-weight: 500; + letter-spacing: 0.0892857143em; + text-decoration: none; + text-transform: uppercase; } + .btn:hover { + background-color: rgba(24, 108, 175, 0.9); } + .btn:active { + background-color: rgba(24, 108, 175, 0.7); } + +.button-expandable { + font-size: 0; + border-radius: 4px; } + .button-expandable:hover { + font-family: Roboto, sans-serif; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 2.25rem; + font-weight: 500; + letter-spacing: 0.0892857143em; + text-decoration: none; + text-transform: uppercase; } + +/***************************************************************************** +Inputs +*****************************************************************************/ +input[type="text"], +input[type="password"], +input[type="number"], +textarea, +select[multiple="multiple"] { + border: 1px solid #f5f5f5; + border-bottom: 1px solid rgba(0, 0, 0, 0.42); + border-radius: 4px 4px 0 0; + background-color: #f5f5f5; + height: 56px; } + input[type="text"]:hover, + input[type="password"]:hover, + input[type="number"]:hover, + textarea:hover, + select[multiple="multiple"]:hover { + border-bottom: 2px solid rgba(0, 0, 0, 0.42); } + input[type="text"]:focus, + input[type="password"]:focus, + input[type="number"]:focus, + textarea:focus, + select[multiple="multiple"]:focus { + border-bottom: 2px solid #186caf; + background-color: rgba(0, 0, 0, 0.1); } + +.calendar { + padding-top: 4px; } + .calendar img { + padding-left: 4px; } + +.newListSelected { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + padding-left: 8px; + min-width: 204px; + background: url(../../images/stylishSelect/select-down.png) right 10px no-repeat #fff; } + .newListSelected.showUp { + background: url(../../images/stylishSelect/select-up.png) right 10px no-repeat #fff; } + .newListSelected .newList { + top: 34px; + border: none; } + .newListSelected .newList li a { + border: none; + padding: 10px 5px; } + +.resultlist { + height: 200px; + overflow-x: hidden; + overflow-y: auto; + position: relative; } + +.current { + height: 106px; } + +.selectedItems { + height: 80px; + overflow-y: auto; } + +.selectuser input[type="text"] { + width: 200px; } + +.modal-search-result li { + position: relative; + margin: 0 0 10px 0; + padding: 10px 10px 10px 40px; + background: #f0f0f0; + width: 442px; + float: left; + clear: both; } + +.modal-search-result input { + position: absolute; + left: 14px; + top: 21px; } + +.modal-search-result h4, +.modal-search-result li label { + font-size: 13px; + margin: 0 0 4px 0; + font-weight: bold; } + +.modal-search-result.youtube img { + margin: 0 20px 10px 0; + padding: 4px; + background: #fff; + border: 1px solid #ddd; + float: left; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; } + +.modal-search-result.youtube input { + top: 12px; } + +.modal-search-result.youtube h4 { + margin-top: 4px; + font-weight: normal; + line-height: 1.3; } + +#modal-small-content-inner > h4 { + margin: 20px 0 10px; } + +.selectuser .displayfilters { + margin-left: 10px; + margin-top: 20px; } + +.selectuser .displayfilters ul { + margin-top: 5px; } + +.sidebyside { + margin-left: 10px; } + +.displayname { + font-size: 13px; + margin: 0 0 4px 0; + font-weight: bold; } + +.select-area-placeholder { + height: 1px; + margin-top: 8px; } + +.input { + padding-top: 8px; } + .input label { + padding-right: 8px; + padding-left: 4px; } + +.lineItem span { + padding-left: 8px; } + +ul.select_options li { + padding-top: 4px; + padding-bottom: 4px; } + ul.select_options li input[disabled="disabled"] { + position: static; } + ul.select_options li label { + padding-left: 8px; } + +.modal .resultlist { + width: auto; } + +.modal .modal-search-result { + background: transparent; } + .modal .modal-search-result li { + width: 100% !important; } + +.modal .selectgroup input { + width: 80% !important; } + +.modal .selectgroup input[type="radio"] { + width: auto !important; + top: 9px; } + +#bss_bulkDialog .settingContainer { + width: 515px; } + +#bss_bulkDialog .bulkactions { + width: 515px !important; } + +#bss_bulkDialog .settingRow .settingField { + width: auto; } + +/***************************************************************************** +Contribution wizard inputs +*****************************************************************************/ +.wizard-controls { + margin: 4px 0; } + +.wizard-controls .control { + margin: 0 0 15px; } + +.wizard-controls .indent1 .control:first-child, +.wizard-controls .indent2 .control:first-child, +.wizard-controls .indent3 .control:first-child { + margin-top: 15px; } + +.wizard-controls .ctrlinvalidmessage { + display: none; } + +.wizard-controls .ctrlinvalid > .ctrlinvalidmessage { + background-color: #fdd; + padding: 5px; + display: block; } + +.wizard-controls .ctrlmandatory, +.wizard-controls .ctrlinvalidmessage { + color: #b90202; + text-align: center; } + +.wizard-controls .control p { + margin-top: 0; + margin-bottom: 10px; } + +.wizard-controls .indent1, +.wizard-controls .indent2, +.wizard-controls .indent3 { + padding: 20px 0px 20px 40px; } + +.indent0 .indent1, +.indent1 .indent2, +.indent2 .indent3 { + padding-bottom: 0px; } + +.option + .indent1, +.option + .indent2, +.option + .indent3 { + padding-top: 0px; } + +/************************/ +.wizard-controls .indent1 { + width: 556px; } + +.wizard-controls .indent2 { + width: 516px; } + +.wizard-controls .indent3 { + width: 476px; } + +.wizard-controls .input.text input[type="text"], +.wizard-controls .input.text textarea, +.wizard-controls select.listbox { + box-sizing: border-box; + width: 100%; } + +.wizard-controls select.listbox + .newListSelected, +.wizard-controls select.listbox + .newListSelected .newList { + box-sizing: border-box; + width: 100% !important; } + +.wizard-controls .indent1 .input.text input[type="text"], +.wizard-controls .indent1 .input.text textarea, +.wizard-controls .indent1 select.listbox { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent2 .input.text input[type="text"], +.wizard-controls .indent2 .input.text textarea, +.wizard-controls .indent2 select.listbox { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent3 .input.text input[type="text"], +.wizard-controls .indent3 .input.text textarea, +.wizard-controls .indent3 select.listbox { + box-sizing: border-box; + width: 100%; } + +/************************/ +.wizard-controls .multieditbox input[type="text"], +.wizard-controls .multieditbox select, +.wizard-controls .multieditbox textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent1 .multieditbox input[type="text"], +.wizard-controls .indent1 .multieditbox select, +.wizard-controls .indent1 .multieditbox textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent2 .multieditbox input[type="text"], +.wizard-controls .indent2 .multieditbox select, +.wizard-controls .indent2 .multieditbox textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent3 .multieditbox input[type="text"], +.wizard-controls .indent3 .multieditbox select, +.wizard-controls .indent3 .multieditbox textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .multieditbox div.singletranslation input[type="text"], +.wizard-controls .multieditbox div.singletranslation textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls +.indent1 +.multieditbox +div.singletranslation +input[type="text"], +.wizard-controls .indent1 .multieditbox div.singletranslation textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls +.indent2 +.multieditbox +div.singletranslation +input[type="text"], +.wizard-controls .indent2 .multieditbox div.singletranslation textarea { + box-sizing: border-box; + width: 100%; } + +.wizard-controls +.indent3 +.multieditbox +div.singletranslation +input[type="text"], +.wizard-controls .indent3 .multieditbox div.singletranslation textarea { + box-sizing: border-box; + width: 100%; } + +/************************/ +.wizard-controls .shuffle input[type="text"], +.wizard-controls .shuffle select { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent1 .shuffle input[type="text"], +.wizard-controls .indent1 .shuffle select { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent2 .shuffle input[type="text"], +.wizard-controls .indent2 .shuffle select { + box-sizing: border-box; + width: 100%; } + +.wizard-controls .indent3 .shuffle input[type="text"], +.wizard-controls .indent3 .shuffle select { + box-sizing: border-box; + width: 100%; } + +/************************/ +.repeater { + border: 1px solid #8f8b7e; + margin: 0px 0px 10px; + padding: 15px 19px 9px !important; + position: relative; } + +.repeater-remove { + background: url(../../images/repeater-remove.png) no-repeat 0px 0px; + font-size: 20px; + color: #000000; + padding-right: 4px; + margin-left: 3px; + cursor: pointer; + height: 17px; + float: right; + width: 17px; } + +a[title="move-up"]:before { + content: "\e5ce"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + padding-right: 4px; + margin-left: 3px; + cursor: pointer; + height: 17px; + float: right; + width: 17px; } + +a[title="move-down"]:before { + content: "\e5cf"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + padding-right: 4px; + margin-left: 3px; + cursor: pointer; + height: 17px; + float: right; + width: 17px; } + +.repeater-move { + background: url(../images/repeater-button-bg.png) no-repeat 0px 0px; + height: 17px; + float: right; + width: 17px; + padding-left: 4px; + background-position: center; } + +.repeater-move i { + margin-bottom: 2px; + position: relative; } + +.options-control { + width: 100%; } + +.options-control label { + margin: 0 5px; } + +/************************/ +.calendar-control .calendar { + display: inline; + margin-right: 40px; } + +.calendar-control .calendar-clear { + display: inline; } + +/************************/ +.wizard-layout .indent1 .shufflelist { + width: 556px; } + +.wizard-layout .indent2 .shufflelist { + width: 516px; } + +.wizard-layout .indent3 .shufflelist { + width: 476px; } + +.wizard-layout .indent1 .shuffle-box-inner select { + width: 236px; } + +.wizard-layout .indent2 .shuffle-box-inner select { + width: 216px; } + +.wizard-layout .indent3 .shuffle-box-inner select { + width: 197px; } + +.wizard-layout .indent0 .shuffle-box-inner label { + width: 253px; } + +.wizard-layout .indent1 .shuffle-box-inner label { + width: 233px; } + +.wizard-layout .indent2 .shuffle-box-inner label { + width: 213px; } + +.wizard-layout .indent3 .shuffle-box-inner label { + width: 193px; } + +/************************/ +#searchform .wizard-controls div.input { + margin: 8px 0; + padding: 0px; } + +#searchform .wizard-controls .input.text input[type="text"], +#searchform .wizard-controls .input.text textarea, +#searchform .wizard-controls select.listbox { + width: 465px; } + +#searchform .wizard-controls div.input.calendar { + margin: 8px 40px 8px 0; } + +#searchform .wizard-controls div.input.calendar input[type="text"] { + width: 140px; } + +#searchform .wizard-controls .shuffle input[type="text"], +#searchform .wizard-controls .shuffle select { + width: 410px; } + +#searchform .wizard-controls .shuffle-box select { + width: 195px; } + +#searchform .wizard-controls .autocompleteControl input[type="text"] { + width: 385px; } + +div.error-receipt { + background-color: #fdd; + padding: 5px; + display: block; + text-align: left; + color: #b90202; + margin: 12px 0; } + +html[class="accessibility"] div.error-receipt:focus { + outline: thin solid #ff9700; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +div.error-receipt p { + margin: 5px 0; } + +div.error-receipt ul li { + margin-left: 10px; + height: 18px; } + +/***************************************************************************** + Generic CSS classes +*****************************************************************************/ +.float-left { + float: left; } + +.float-right { + float: right; } + +.text-right { + text-align: right; } + +.italic { + font-style: italic; } + +.clear { + clear: both; } + +.indent { + padding-left: 60px; } + +/***************************************************************************** +Generic layout +*****************************************************************************/ +.area { + background: white; + padding: 25px 33px 33px; + border: none; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } + +.area .indent { + padding: 0 0 0 16px; } + +#mainDiv .dashboard #topwide { + width: auto; } + +#mainDiv .dashboard #col2 { + width: 50%; + flex-grow: 1; } + +#mainDiv .dashboard #col1 { + width: 50%; } + +#mainDiv #moderate { + float: none; + width: auto; } + +#mainDiv #selection-content-inner { + padding: 0px 17px 0; + display: flex; } + +#mainDiv #selection-content #breadcrumbs { + margin-top: 10px; } + +#mainDiv #breadcrumbs { + position: initial; + width: auto; + margin-top: 6px; + margin-bottom: 6px; + height: auto; } + +#mainDiv #content-inner { + min-height: 250px; + background: none; + float: none; + width: 100%; } + +#mainDiv .content { + box-sizing: content-box; } + +#fancybox-inner { + min-width: 320px; } + +#fancybox-wrap { + height: 100%; } + +#fancybox-outer { + height: auto; } + +#fancybox-inner button { + background-color: transparent; + color: #186caf; } + #fancybox-inner button.validate { + background-color: #186caf; + color: #ffffff; } + +#mainDiv #content-body { + float: none; + width: auto; + padding: 8px 0 32px 0; } + +#mainDiv .mainCols { + display: flex; + flex-grow: 1; + justify-content: space-between; } + #mainDiv .mainCols #col2 { + min-width: 240px; } + +#mainDiv .selectiondashboard #col1 { + width: 368px; } + +#mainDiv #col1, +#mainDiv #col { + flex-grow: 1; + float: none; } + +.area h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; + color: #444444; + word-wrap: break-word; + padding-top: 8px; } + +.area p, +.area ol, +.area ul.standard { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + margin: 20px; } + +.area h2 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 2.125rem; + line-height: 2.5rem; + font-weight: 400; + letter-spacing: 0.0073529412em; + text-decoration: inherit; + text-transform: inherit; + color: #444444; } + +.button-strip { + display: flex; + flex-direction: row-reverse; + padding: 8px; } + .button-strip .btn { + margin-right: 8px; } + +.CodeMirror { + line-height: 1; + position: relative; + overflow: hidden; + background: white; + color: black; } + +/***************************************************************************** +Settings page styling +*****************************************************************************/ +div.leftPanel { + width: 50%; } + +div.rightPanel { + width: 40%; } + +.settingContainer.wide { + width: 100%; } + +.modal-content-inner #right-cloumn { + width: 43%; } + +.settingField input[type="text"].hasDatepicker { + width: 200px !important; } + +.area .settingContainer input [type="text"] { + width: 100% !important; } + +.area .control li { + padding-top: 4px; + padding-bottom: 4px; } + +.area .checkbox { + padding-top: 4px; + padding-bottom: 4px; } + .area .checkbox :first-child { + padding-top: 8px; } + +.area .customfile { + width: 400px; } + +.checklist li { + padding-bottom: 8px; } + +.mimeexttemplate { + width: 100%; } + +.extension-buttons button { + margin-right: 8px; + margin-bottom: 8px; } + +#title-slider label { + margin-top: 15px; } + +#lce_selectCustom_opener { + position: relative; + top: -7px; + left: 465px; } + +.settingHelp { + padding-top: 20px; + color: #444444; } + +.load-action .dropdown-toggle { + color: #ffffff; + min-width: 1px; + margin-left: 2px; } + .load-action .dropdown-toggle b:before { + content: "\e313"; + font-family: "Material Icons"; + font-size: 16px; + color: white; + font-style: normal; + vertical-align: middle; } + +.load-action .dropdown-menu { + display: none; } + +.load-action.open .dropdown-menu { + display: block; + border: 1px solid rgba(0, 0, 0, 0.42); + width: 244px; + padding: 8px; } + .load-action.open .dropdown-menu li { + padding-top: 8px; + padding-bottom: 8px; } + .load-action.open .dropdown-menu li :hover { + background-color: #e0e0e0; + color: #444444; } + +div.load-action button.dropdown-toggle { + top: 134px; + right: 30px; } + +/***************************************************************************** + Generic Dialog Styling + *****************************************************************************/ +div[class*="fancy-bg"] { + display: none; } + +.modal-content-inner h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; + margin: 20px 0 10px; } + +.modal-content-inner h3:first-child, +.modal-content-inner p:first-child { + margin-top: 0; } + +.modal-content-inner p { + font-size: 14px; + line-height: 14px; + margin: 10px 0; } + +.modal-content { + -moz-background-clip: border; + -moz-background-inline-policy: continuous; + -moz-background-origin: padding; + padding: 15px 0 0; + overflow-y: auto; + /* See #6290 for why this is here */ + min-height: 0%; } + +.modal-content-background { + -moz-background-clip: border; + -moz-background-inline-policy: continuous; + -moz-background-origin: padding; + position: relative; + height: auto; } + +.modal-content-inner { + padding: 0 18px 15px; } + +.select2-container { + z-index: 9999; } + +.modal-title h3 { + -moz-background-clip: border; + -moz-background-inline-policy: continuous; + -moz-background-origin: padding; + /* cursor:move; Dialog cannot be moved */ + display: block; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; } + +.modal { + -moz-background-clip: border; + -moz-background-inline-policy: continuous; + -moz-background-origin: padding; + padding: 25px; + background-color: white; } + +.modal-footer { + background: white; + clear: both; + width: 100%; + height: 50px; } + +.modal-footer-inner { + padding-top: 20px; + padding-right: 18px; + text-align: right; + display: flex; + float: right; } + +.modal-footer-inner input { + margin-left: 5px; } + +.modal img.modal_close { + position: absolute; + right: 28px; + top: 28px; + cursor: pointer; } + +a.feedlink { + padding: 5px; + display: inline-block; } + a.feedlink:before { + content: "\e0e5"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; } + +.paging { + clear: both; + text-align: center; } + +.paging ul li { + display: inline; + margin: 0 2px; } + +.action-link { + padding: 0 0 0 12px; + background: url(../images/icons/blue-arrow.ltr.png) 0 3px no-repeat; } + +.action-link-extra, +.action-link { + font-size: 10px; } + +/***************************************************************************** +Zebra tables +*****************************************************************************/ +.sortData { + display: none; } + +.filterData { + display: none; } + +div.tableContainer { + position: relative; } + +div.tableFilter { + text-align: left; + vertical-align: middle; + white-space: nowrap; + padding-bottom: 5px; + float: right; } + +div.tableContainer div.tableFilter { + position: absolute; + top: -30px; + right: 0; } + +div.tableFilter input.filterBox { + width: 300px !important; + background-image: url(../../images/component/tablefilter.png); + background-repeat: no-repeat; + background-position: right; + padding-right: 22px; } + +div.tableFilter input.blur { + color: #aaaaaa; + background-image: url(../../images/component/tablefilterdis.png); } + +table.zebra { + width: 100%; + margin: 10px 0; + border-collapse: collapse; } + +table.zebra.withfilter { + margin-top: 5px; } + +table.zebra tr { + border-bottom: 1px solid #e0e0e0; } + +tr:hover { + background-color: #e0e0e0; } + +table.zebra tr.rowHidden { + display: none; } + +table.zebra tr.rowShown { + display: table-row; } + +table.zebra tr th { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + text-align: left; + vertical-align: middle; + padding: 18px 10px; + white-space: nowrap; + font-weight: bold; } + +table.zebra.large th { + font-size: 13px; + font-weight: bold; + padding: 13px 11px 12px; } + +table.zebra tr td.nowrap { + white-space: nowrap; } + +table.zebra tr td { + text-align: left; + vertical-align: top; + padding: 16px 10px; } + +table.zebra.large tr td { + font-size: 12px; + padding: 11px 11px 9px; + line-height: 1.5; } + +table.zebra tr td.middle { + vertical-align: middle; } + +table.zebra tr td a.position { + padding-right: 2px; } + +.area h2 + table.zebra { + margin-top: 20px; } + +.area h3 + table.zebra { + margin-top: 4px; } + +table.zebra th.sortable { + cursor: pointer; } + +table.zebra th.sortable div.sortArrow { + width: 8px; + height: 8px; + display: inline-block; + background-repeat: no-repeat; + margin-left: 1em; } + +table.zebra th.sortable.sortedasc :before, +table.zebra th.sortable.unsorted.sortAsc:hover :before { + content: "\e5d8"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: middle; } + +table.zebra th.sortable.sorteddesc :before, +table.zebra th.sortable.unsorted.sortDesc:hover :before { + content: "\e5db"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: middle; } + +/***************************************************************************** +Alerts +*****************************************************************************/ +.alert { + padding: 14px 35px 8px 35px; + background-color: #fcf8e3; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + position: fixed; + color: white; + right: 35vw; + bottom: 0; + z-index: 2000; + height: 40px; + display: flex; + flex-direction: row-reverse; + align-items: center; + animation: snackbar 6s; + animation-timing-function: ease-out; + animation-fill-mode: forwards; } + .alert button { + background-color: transparent; + border: none; } + .alert button:before { + content: "\e5cd"; + font-family: "Material Icons"; + font-size: 24px; + color: white; } + .alert.alert-success { + background-color: #43a047; } + .alert.alert-success:after { + content: "\e86c"; + font-family: "Material Icons"; + font-size: 24px; + color: white; + padding-right: 8px; } + +/***************************************************************************** +Search page +*****************************************************************************/ +.search-layout { + width: 750px; } + .search-layout #col .area { + padding: 10px 17px 10px; } + .search-layout #col1 { + width: 515px; } + .search-layout #col1 .area { + padding: 25px 17px 33px; } + .search-layout #col2 { + width: 221px; + margin-left: 14px; } + .search-layout #col2 .box hr { + border-color: #c1beb0; + border-bottom: none; } + .search-layout #col2 .action-button.remote-repo { + background-image: url("../images/button-search-remote-repo.ltr.png"); } + .search-layout #col2 .search-layout #col2 .action-button.share-search { + background-image: url("../images/button-share-search-action.ltr.png"); } + .search-layout .box { + width: 219px; } + .search-layout .box-head { + width: 219px; } + .search-layout .box-content { + width: 219px; } + .search-layout .box-content-inner { + width: 183px; } + .search-layout a.add-to-favourites { + cursor: pointer; + padding: 3px 0 2px 18px; } + .search-layout .sortandfilter div.input h4 { + color: #f6a03d; + font-size: 10px; } + .search-layout .sortandfilter div.input h3 { + color: #f6a03d; + font-size: 12px; + padding: 4px 0; } + .search-layout .sortandfilter div.input p { + margin: 5px 0; + font-size: 11px; + line-height: 1.3; } + .search-layout .sortandfilter div.input .clear-filter { + float: right; + font-size: 10px; } + .search-layout .sortandfilter div.input.date h4, + .search-layout .sortandfilter div.input.filterbymimetype h4 { + margin-bottom: 5px; } + +#cloudy { + display: flex; + align-items: center; } + +#cloudy img { + margin-right: 8px; } + +.search-layout .sortandfilter div.input.text input, +.search-layout .sortandfilter div.input.password input { + width: 93px; + margin: 5px 5px 5px 0px; } + +.search-layout .sortandfilter div.input.check li, +.search-layout .sortandfilter div.input.radio li { + margin: 6px 0px; } + +.search-layout .sortandfilter div.input.check label, +.search-layout .sortandfilter div.input.radio label { + position: relative; + bottom: 2px; + margin: 0 6px; } + +.search-layout .sortandfilter div.input.select select { + width: 166px; + margin: 0 4px 0 0; } + +.search-layout .sortandfilter div.input.date div.calendar input[type="text"] { + width: 134px; } + +.search-layout .sortandfilter .compactQueryField { + width: 139px; + position: absolute; + top: 0px; + left: 0px; } + +.searchresults-header, +.repo-onecol .searchresults-header, +.search-layout .searchresults-header { + position: relative; + border-bottom: none; + background-color: transparent; + border: none; } + .searchresults-header span, + .repo-onecol .searchresults-header span, + .search-layout .searchresults-header span { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; + top: -32px; + position: absolute; } + +#searchresults-stats { + position: absolute; + left: 20px; + top: 22px; + color: #444444; + font-size: 18px; } + +.search-layout #searchresults-actions #actionbuttons button { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +#col #query-header { + padding-top: 15px; + padding-bottom: 10px; + margin-bottom: 11px; } + +#col1 #query-header { + padding-top: 15px; + padding-bottom: 10px; + margin-bottom: 11px; } + +/* Skinny parts */ +.skinnysearch { + position: relative; } + +div.skinnysearch { + margin-top: 11px; } + +.skinnysearch .buttons { + text-align: right; + padding-right: 5px; } + +.skinnysearch .buttons button { + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } + +.skinnysearch .sortandfilter { + position: absolute; + right: 5px; + z-index: 200; + background: white; + border: 1px solid #8f8b7e; + padding: 5px 17px; + box-shadow: 3px 3px 5px #888; + -moz-box-shadow: 3px 3px 5px #888; + -webkit-box-shadow: 3px 3px 5px #888; } + +.skinnysearch .sortandfilter div.input { + margin: 8px 0 16px; } + +#querycontainer { + display: flex; + flex-direction: row; + padding-bottom: 1em; } + +#querycontainer .autocomplete-container { + width: 100%; } + +#searchform { + box-shadow: none; } + +#searchform-search { + height: 38px; + padding-left: 8px; + border-radius: 0px 20px 20px 0px; + height: 38px; + margin-left: -6px; } + +#searchform .query-wrapper #querycontainer input[type="text"] { + width: calc(100% - 14px); + height: 36px; + border: 1px solid rgba(0, 0, 0, 0.42); + border-radius: 1em 0 0 1em; + padding-left: 8px; + background: none; + border-right: none; } + +#searchform .query-wrapper #querycontainer #q { + /* Autocomplete + bootstrap fix */ + z-index: 999; + /* Bootstrap input-append input styles */ + position: relative; + margin-bottom: 0; + *margin-left: 0; } + +#searchform .query-wrapper select { + width: 465px; } + +.btn#searchform-search { + font-family: "Material Icons"; + font-size: 24px; } + +.btn#searchform-search::before { + content: "\E8B6"; } + +#col #searchform .query-wrapper select { + width: 700px; } + +#searchform #wherecontainer #searchform-where { + margin: 5px 0; } + +#searchform #wherecontainer #searchform-where ul { + padding: 5px 2px 0; + font-size: 12px; } + +#searchform #wherecontainer #searchform-where ul li { + background: none; + padding: 0; + margin: 2px 0; + line-height: 1.2em; } + +#searchform #wherecontainer #searchform-where ul li:first-child { + margin-top: 0; } + +#searchform #wherecontainer #searchform-where ul li:last-child { + margin-bottom: 4px; } + +#searchtabs { + float: right; } + +.nav-tabs { + height: 42px; } + +.nav-tabs > li { + float: left; + position: relative; + display: block; } + +.nav-tabs > li > a { + position: relative; + display: block; + padding: 10px 15px; } + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover { + border-bottom: 2px solid #ff9800; } + +.strip { + text-align: center; + padding: 4px; + margin: 0 0 10px 0; } + +.queryactions { + min-height: 1em; + margin: 15px 0 0 0; } + +.queryactions div.query-action { + padding: 4px; } + +#searchresults > img { + margin-top: 150px; } + +#searchform .query-wrapper .selectedcontainer { + padding-top: 5px; + padding-bottom: 5px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + background: url(../../images/select-down.png) right 12px no-repeat #fff; } + +#searchresults-actions .select2-container { + z-index: auto; } + +.ui-autocomplete li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + font: menu; + font-size: 12px; + line-height: 16px; + overflow: hidden; } + +.autocompleteControl .autocomplete-container { + float: left; + width: 513px; } + +#wizard-controls .autocompleteControl input[type="text"] { + height: 34px; } + +.ac_odd { + background-color: #ffffef; } + +.ui-autocomplete .ui-menu-item a.ui-state-focus { + color: #4b4842; + background: #ffc !important; } + +.wizard-layout .autocompleteControl input[type="text"] { + width: 500px; } + +.wizard-layout .indent1 .autocompleteControl input[type="text"] { + width: 460px; } + +.wizard-layout .indent2 .autocompleteControl input[type="text"] { + width: 405px; } + +.wizard-layout .indent3 .autocompleteControl input[type="text"] { + width: 380px; } + +#selection-content-inner.wizard-layout .autocompleteControl input[type="text"] { + width: 430px; } + +#selection-content-inner.wizard-layout +.indent1 +.autocompleteControl +input[type="text"] { + width: 390px; } + +#selection-content-inner.wizard-layout +.indent2 +.autocompleteControl +input[type="text"] { + width: 350px; } + +#selection-content-inner.wizard-layout +.indent3 +.autocompleteControl +input[type="text"] { + width: 310px; } + +.autocompleteControl p.error { + color: #ff0000; + float: left; } + +.autocomplete-container { + height: 25px; + position: relative; } + +.autocomplete-container input { + position: absolute; + top: 0px; + left: 0px; } + +html[dir="rtl"] .autocomplete-container input { + right: 33px; } + +.autocomplete-container .real { + z-index: 999; } + +.autocomplete-container .prompt { + z-index: 888; } + +ul.ui-autocomplete { + font-size: 11px; } + +#searchresults-actions { + position: relative; } + +#searchresults-actions .area { + position: relative; + padding: 0px; } + +.search-layout a.add-to-favourites:before { + content: "\E838"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: -26%; + padding-right: 4px; } + +#searchresults-outer-div { + margin-top: 50px; + border-radius: 5px; } + +#result-type-select { + top: -34px; + position: absolute; + font-size: 0.875rem; + line-height: 2.25rem; + font-weight: 500; + letter-spacing: 0.0892857143em; + padding-left: 18px; } + #result-type-select > * { + padding-left: 10px; + padding-right: 10px; + padding-top: 5px; } + #result-type-select strong { + border-bottom: 2px solid #ff9800; + padding-bottom: 5px; } + #result-type-select span { + display: none; } + +.separator { + visibility: hidden; } + +#searchresults-actions { + position: relative; } + +#searchresults-actions .area { + position: relative; + padding: 0px; } + +#actionbuttons { + position: relative; + right: 17px; + text-align: right; + top: 13px; + z-index: 10; + height: 0px; } + #actionbuttons .btn { + background-color: transparent; + color: #186caf; + margin-left: 3px; } + #actionbuttons .btn:before { + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + padding-right: 4px; } + #actionbuttons .btn#sra_sort:before { + content: "\E164"; } + #actionbuttons .btn#sra_filter:before { + content: "\e152"; } + #actionbuttons .btn#sra_share:before { + content: "\e80d"; } + #actionbuttons .btn:hover { + background-color: rgba(24, 108, 175, 0.3); } + #actionbuttons .btn.active { + background-color: #186caf; + color: #ffffff; } + #actionbuttons .btn.active:before { + color: #ffffff; } + #actionbuttons .btn i:before { + display: none; } + +#actionbuttons button.filtered { + background-color: #ff9800; + color: #ffffff; } + +#actioncontent.resulttopblock { + display: block; + background: none repeat scroll 0 0 #186caf; + padding: 20px 32px; + margin-top: 50px; } + #actioncontent.resulttopblock input { + background-color: #ffffff; } + #actioncontent.resulttopblock .input { + width: 230px; } + #actioncontent.resulttopblock .newListSelected { + margin-bottom: 8px; } + #actioncontent.resulttopblock hr { + height: 0; + border: none; + border-top: 1px solid #98927c; + border-bottom: 1px solid #fdfdfd; + clear: both; + margin: 15px 0; } + #actioncontent.resulttopblock .btn { + border: 1px solid #ffffff; + background-color: transparent; + color: #ffffff; + margin-left: 3px; } + #actioncontent.resulttopblock .btn .icon-user:before { + content: "\e7fd"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; } + #actioncontent.resulttopblock .btn .icon-remove:before { + content: "\e5cd"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; } + #actioncontent.resulttopblock .btn:hover { + background-color: rgba(255, 255, 255, 0.3); } + #actioncontent.resulttopblock .btn:active { + background-color: rgba(24, 108, 175, 0); } + +#searchresults-actions #actioncontent h3 { + color: #ffffff; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; + margin: 10px 0 10px; } + +#searchresults-actions #actioncontent a { + text-decoration: none; + color: #ffffff; } + +#searchresults-actions #actioncontent a:hover { + text-decoration: underline; } + +#searchresults-actions #actioncontent label { + color: #ffffff; } + #searchresults-actions #actioncontent label:not(:first-child) { + padding-left: 8px; } + +#searchresults-actions #actioncontent h3:first-child, +#searchresults-actions #actioncontent p:first-child { + margin-top: 0; } + +#searchresults-actions #actioncontent p { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; + color: #ffffff; + margin: 10px 0; } + +#searchresults-actions +#actioncontent +#date-range-filter +div.input.select +select { + margin: 0 4px 0 0; + width: 160px; } + +#searchresults-actions #actioncontent div.input.select select { + margin: 0 4px 0 0; + width: 300px; } + +#searchresults-select, +.searchresults-infobar { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; + margin: 8px 8px; } + +.icon-envelope:before { + content: "\e0be"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + font-style: normal; + vertical-align: middle; } + +.richdropdown ul { + list-style-type: none; } + .richdropdown ul li h3 { + color: #000000; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; } + +#dndOptionsList .dropdown-toggle { + color: #186caf; + min-width: 1px; + margin-left: 2px; } + #dndOptionsList .dropdown-toggle b:before { + content: "\e313"; + font-family: "Material Icons"; + font-size: 16px; + color: white; + font-style: normal; + vertical-align: middle; } + +#dndOptionsList .dropdown-menu { + display: none; } + +#dndOptionsList .open .dropdown-menu { + display: block; + border: 1px solid rgba(0, 0, 0, 0.42); + width: 244px; + padding: 8px; } + #dndOptionsList .open .dropdown-menu li { + padding-top: 8px; + padding-bottom: 8px; } + #dndOptionsList .open .dropdown-menu li :hover { + background-color: #e0e0e0; + color: #444444; } + +.glyphicon-cloud { + padding-top: 4px; + padding-right: 8px; } + .glyphicon-cloud:before { + content: "\e2c2"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +.searchresults.area.gallery { + /*** +** Selection session stuff +**/ } + .searchresults.area.gallery div.itemresult-wrapper { + float: left; + height: 135px; + width: 135px; + padding: 5px; + border: 1px solid #f1f1f1; + margin-left: -1px; + margin-bottom: -1px; + background-color: #D7D6D2; + position: relative; } + .searchresults.area.gallery div.itemresult-wrapper div.filecount { + position: absolute; + top: 4px; + left: 4px; + opacity: 1; + z-index: 99; + background-color: #D7D6D2; + padding: 0 2px 1px 2px; + box-shadow: 2px 2px 4px -1px grey; } + .searchresults.area.gallery div.itemresult-wrapper div.filecount span { + opacity: 0.65; } + .searchresults.area.gallery div.itemresult-wrapper div.filecount span span { + position: relative; + top: 3px; + font-weight: bold; } + .searchresults.area.gallery #col1 div.itemresult-wrapper { + margin: 5px; } + .searchresults.area.gallery div.thumbfade { + position: relative; + height: 135px; + width: 135px; } + .searchresults.area.gallery div.thumbfade a img { + position: absolute; + margin: auto; + top: 0; + left: 0; + right: 0; + bottom: 0; } + .searchresults.area.gallery .search-layout #col .area { + padding: 10px 9px 33px; } + .searchresults.area.gallery div.itemresult-wrapper div.thumb-bar { + background: rgba(0, 0, 0, 0.6); + border: 1px solid #f1f1f1; + border-top: none; + position: relative; + top: -18px; + height: 23px; + display: none; + text-align: center; + left: -6px; + width: 145px; } + .searchresults.area.gallery div.itemresult-wrapper:hover div.thumb-bar { + display: block; } + .searchresults.area.gallery div.itemresult-wrapper div.thumb-bar a.gallery-action { + padding-right: 8px; + position: relative; + line-height: 24px; + color: white; } + .searchresults.area.gallery div.itemresult-wrapper div.thumb-bar a.gallery-action:hover { + text-decoration: none; } + .searchresults.area.gallery div.itemresult-wrapper div.thumb-bar a.gallery-action i { + margin: 0; } + .searchresults.area.gallery div.gallery-preview { + display: none; + position: relative; + width: 502px; + height: 502px; + z-index: 500; } + .searchresults.area.gallery div.gallery-preview img { + position: absolute; + margin: auto; + margin-right: 0px; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 2px rgba(0, 0, 0, 0.6) inset; } + .searchresults.area.gallery div.gallery-preview div.preview-arrow { + position: absolute; + top: 45%; + width: 0; + height: 0; + border-top: 16px solid transparent; + border-bottom: 16px solid transparent; } + .searchresults.area.gallery div.gallery-preview div.preview-arrow.arrow-left + img { + margin-right: 0; + margin-left: 0px; } + .searchresults.area.gallery div.gallery-preview div.preview-arrow.arrow-left { + left: -16px; + border-right: 16px solid rgba(0, 0, 0, 0.6); } + .searchresults.area.gallery div.gallery-preview div.preview-arrow.arrow-right { + right: -16px; + border-left: 16px solid rgba(0, 0, 0, 0.6); } + .searchresults.area.gallery img.resize, .searchresults.area.gallery div.resize { + max-width: 450px; + max-height: 450px; } + .searchresults.area.gallery #page { + padding-top: 8px; } + .searchresults.area.gallery #selection-content-inner #col { + width: 515px; } + .searchresults.area.gallery #selection-content-inner #col #searchform .query-wrapper #querycontainer input[type="text"] { + width: 439px; } + .searchresults.area.gallery #selection-content-inner #col #searchform .query-wrapper #withincontainer div.selectedcontainer { + width: auto !important; } + +.searchresults.area.video div.itemresult-wrapper { + float: left; + height: 135px; + width: 135px; + padding: 5px; + border: 1px solid #f1f1f1; + margin-left: -1px; + margin-bottom: -1px; + background-color: #D7D6D2; + width: 135px; + position: relative; } + +.searchresults.area.video div.itemresult-wrapper div.filecount { + position: absolute; + top: 4px; + left: 4px; + opacity: 1; + z-index: 99; + background-color: #D7D6D2; + padding: 0 2px 1px 2px; + box-shadow: 2px 2px 4px -1px grey; } + +.searchresults.area.video div.itemresult-wrapper div.filecount span { + opacity: 0.65; } + +.searchresults.area.video div.itemresult-wrapper div.filecount span span { + position: relative; + top: 3px; + font-weight: bold; } + +.searchresults.area.video #col1 div.itemresult-wrapper { + margin: 5px; } + +.searchresults.area.video div.thumbfade { + position: relative; + height: 135px; + width: 135px; } + +.searchresults.area.video div.thumbfade a img { + position: absolute; + margin: auto; + top: 0; + left: 0; + right: 0; + bottom: 0; } + +.searchresults.area.video .search-layout #col .area { + padding: 10px 9px 33px; } + +.searchresults.area.video div.itemresult-wrapper div.thumb-bar { + background: rgba(0, 0, 0, 0.6); + border: 1px solid #f1f1f1; + border-top: none; + position: relative; + top: -18px; + height: 23px; + display: none; + text-align: center; + left: -6px; + width: 145px; } + +.searchresults.area.video div.itemresult-wrapper div.thumb-bar a.gallery-action { + padding-right: 8px; + position: relative; + line-height: 24px; + color: white; } + +.searchresults.area.video div.itemresult-wrapper div.thumb-bar a.gallery-action:hover { + text-decoration: none; } + +.searchresults.area.video div.itemresult-wrapper div.thumb-bar a.gallery-action i { + position: relative; + margin: 0; } + +.searchresults.area.video div.itemresult-wrapper { + position: relative; } + +.searchresults.area.video div.itemresult-wrapper:hover div.thumb-bar { + display: block; } + +.searchresults.area.video div.video-preview-placeholder { + display: none; } + +.searchresults.area.video div.video-preview { + position: absolute; + right: -88px; + top: -125px; + width: 320px; + height: 180px; + display: none; + z-index: 1000; + -webkit-box-shadow: 10px 10px 5px 0px rgba(50, 50, 50, 0.5); + -moz-box-shadow: 10px 10px 5px 0px rgba(50, 50, 50, 0.5); + box-shadow: 10px 10px 5px 0px rgba(50, 50, 50, 0.5); + background-color: black; } + +.searchresults.area.video div.video-preview .ajax-spinner { + position: relative; + left: 110px; + top: -160px; } + +.searchresults.area.video div.video-player { + height: 180px; } + +.searchresults.area.video .temp-thumb > img { + height: 180px; + width: 320px; } + +.searchresults.area.video .temp-thumb > .info { + background-color: black; + color: #ffffff; + line-height: 18px; + position: relative; + top: -15px; + font-size: 12px; + padding-left: 3px; } + +.searchresults.area.video #page { + padding-top: 8px; } + +.searchresults.area.gallery div.gallery-preview { + z-index: 9999; } + +.icon-comment:before { + content: "\e253"; + font-family: "Material Icons"; + font-size: 16px; + color: white; + font-style: normal; + vertical-align: middle; } + +.icon-picture:before { + content: "\e40b"; + font-family: "Material Icons"; + font-size: 16px; + color: white; + font-style: normal; + vertical-align: middle; } + +.icon-th-list:before { + content: "\e335"; + font-family: "Material Icons"; + font-size: 16px; + color: white; + font-style: normal; + vertical-align: middle; } + +html.wait { + cursor: wait !important; } + +.itemresult-wrapper { + margin: 28px 0; + padding-bottom: 14px; + border-bottom: 1px solid #e8e8e8; } + +.itemlist:first-child { + margin-top: 0px; + margin-left: 15px; + margin-right: 15px; + padding-top: 28px; } + +.itemresult { + position: relative; } + +.itemresult.first { + margin-top: 20px; } + +.itemresult:last-child { + margin-bottom: 20px; } + +.itemresult-content { + width: 100%; } + +.itemresult-content div.thumbnailinlist img { + max-width: 88px; + max-height: 66px; } + +.itemresult-content .ajax-spinner { + position: absolute; + top: 3px; + left: 30px; } + +.itemresult-content .thumbnailinlist { + float: left; + width: 90px; + height: 68px; + padding-right: 15px; } + +.itemresult .opened .attachments-browse.thumbs li.attachmentrow .over-image { + position: absolute; + right: 32px; + top: 9px; } + +.itemresult .opened .attachments-browse.structured { + list-style-type: none; + border: none; } + +.itemresult-content h3 { + margin: 0; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; } + +.itemresult-content p { + margin: 5px 0; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; } + +.itemresult-meta { + margin: 7px 0 10px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; } + +.itemresult.hilighted .itemresult-content { + margin: 0; + width: 459px; } + +.itemresult.hilighted .itemresult-meta { + margin-bottom: 0; } + +.itemresult.hilighted { + padding: 10px 10px 0; } + +.itemresult-container.hilighted { + background-color: #e1e0dc; } + +.itemresult.hilighted .itemresult-content, +.itemresult.selected .itemresult-content { + margin: 0; + width: 459px; } + +.page-layout-menu-full .itemresult.hilighted .itemresult-content { + margin: 0; + width: 700px !important; } + +.itemresult-container.selected { + background-color: #ffc; } + +.itemresult.selected { + padding: 10px 10px 0; } + +.itemresult-rating { + background: transparent; } + +.itemresult-rating .rating-bar { + border: none; + height: 22px; } + +.itemresult-rating div.float-right { + width: 1%; + float: none; + display: table-cell; + white-space: nowrap; } + +.itemresult-rating div.float-right .btn { + margin-left: 0 !important; + margin-right: 4px; + vertical-align: middle; + border-radius: 0; } + +.itemresult-rating div.float-right .btn:last-child { + border-radius: 0 2px 2px 0; } + +.itemresult-rating div.float-right .button-expandable.unselect:hover { + width: 88px; } + +.itemresult-stars, +.screen-reader { + display: none; } + +.itemresult-rating button + button { + margin-left: 3px !important; } + +.itemresult.resource { + padding-left: 0; + padding-right: 0; } + +.itemresult-metaline { + width: 100%; } + +.itemresult-metaline .itemresult-meta-delim, +.itemresult-metaline abbr { + color: #444444; } + +.highlight { + background: none repeat scroll 0 0 #ffffaa; + font-weight: bold; } + +.itemresult img.cornerimage { + float: right; + border: 0; } + +.itemresult-content .toggler { + display: inline; + margin: 0 8px; + cursor: pointer; + text-align: center; + position: relative; } + .itemresult-content .toggler a:before { + content: "\e226"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; } + +.paging { + clear: both; + text-align: center; } + .paging ul li { + display: inline; + margin: 0 4px; + list-style-type: none; + text-transform: capitalize; } + +.page-layout-menu-full .action-button.execute-action { + background-image: url("../../images/baseline_check_white_18dp.png"); } + +.page-layout-menu-full .search-layout #col2 { + width: auto; } + +.itemadmin-page .area { + width: 100%; } + +.itemresult img.cornerimage { + padding-top: 36px; } + +.itemresult-container.selected { + background-color: rgba(24, 108, 175, 0.1); } + +.newListSelected.bulkactions { + width: 100% !important; } + .newListSelected.bulkactions .onBottom { + width: 100% !important; + z-index: 1000; } + .newListSelected.bulkactions td { + cursor: pointer; } + +#treePanel { + float: left; + width: auto; } + +#bulkresults_inner { + width: 492px; } + #bulkresults_inner textarea { + width: 100%; } + +#bulkresults_container { + height: 100%; } + +#bss_bulkDialog { + height: 600px; } + #bss_bulkDialog .modal-footer-inner { + flex-direction: row; + justify-content: flex-end; } + +#bss_bulkDialogfooter { + margin-top: 30px; } + +input.term-paths { + width: 516px; + position: relative; } + +.itemresult-rating div.float-right .btn { + margin: 0 8px; } + +.box_content_inner .blue li { + padding-bottom: 4px; + padding-top: 4px; + padding-left: 4px; } + +.criteria-wrapper { + border: none; + background: none; } + +.criteria .addbutton { + padding-left: 460px; } + +td.unselect a:before { + content: "\e872"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + vertical-align: middle; + padding-right: 8px; + font-style: normal; } + +.file-upload .file-name { + width: 400px; + overflow: hidden; } + +.file-upload-progress { + float: right; + width: 300px; } + +/***************************************************************************** +Contribution wizard styling +*****************************************************************************/ +.wizard-layout #col2, +#affix-div { + width: 221px; + top: 55px; } + +.wizard-layout #col2 { + padding-left: 8px; } + +#wizard-pagelist { + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + margin: 15px 0; + background: #fff; } + +#wizard-pagelist ul { + border-top: 1px solid #fff; + border-bottom: 1px solid #fff; + background: url(../images/bg-rhs-nav.gif) 0 bottom repeat-x; + padding: 10px 12px; + list-style: none; } + +#wizard-pagelist ul li { + margin: 6px 0; + background: url(../images/rhs-nav-list-icon.ltr.png) 0 0 no-repeat; + padding: 2px 0px 2px 15px; } + +#wizard-pagelist ul li.active { + background: url(../images/rhs-nav-list-icon-dark.ltr.png) 0 0 no-repeat; } + #wizard-pagelist ul li.active :before { + content: "\e24d"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + vertical-align: middle; + padding-right: 8px; } + +#wizard-pagelist ul li a { + margin: 2px 0 0 0; } + #wizard-pagelist ul li a:before { + content: "\e24d"; + font-family: "Material Icons"; + font-size: 20px; + color: #186caf; + vertical-align: middle; + padding-right: 8px; } + +#wizard-pagelist ul li span { + margin: 2px 0 0 0; + color: #bfbfbf; } + +#wizard-pagelist ul li.active span { + color: #000000; + font-weight: bold; } + +#wizard-navigation { + text-align: right; + margin: 10px 0 0 0; } + +#wizard-navigation input[type="button"] { + margin: 0 0 0 3px; } + +#wizard-major-actions { + display: flex; } + +#wizard-major-actions .action-button.save { + background-image: url("../../images/baseline_save_white_18dp.png"); + text-align: left; + padding-left: 42px; } + +#wizard-major-actions .action-button.edit { + background-image: url("../../images/baseline_edit_white_18dp.png"); } + +#wizard-major-actions .action-button.view { + background-image: url("../../images/baseline_list_white_18dp.png"); } + +#wizard-major-actions .action-button.moderate-approve { + background-image: url("../../images/baseline_check_white_18dp.png"); } + +#wizard-major-actions .action-button.moderate-reject { + background-image: url("../../images/baseline_close_white_18dp.png"); } + +#wizard-actions { + text-align: right; + margin-bottom: 10px; } + +#more-actions li { + margin-top: 10px; } + +.action-link { + margin-left: 14px; + text-align: left; + font-size: 11px; } + +#wizard-actions a, +#more-actions li .action-link a { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; } + +#wizard-actions span { + padding: 0 5px; } + +a.add:before { + content: "\e147"; + font-family: "Material Icons"; + font-size: 20px; + color: #186caf; + vertical-align: middle; + padding-right: 8px; + padding-left: 8px; } + +.resumeables { + padding-bottom: 16px; } + +.contribution-selection-page .resumeables ul li span.resumable { + display: inline-block; + width: 520px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + padding-left: 22px; } + +.taskactiondialog .modal-content { + height: auto; } + +.taskactiondialog .modal-content-inner { + min-height: 420px; } + +button + .repeater-groups { + margin-top: 1em; } + +.ctrlbutton { + margin-top: 4px; } + .ctrlbutton i.icon-plus:before { + content: "\e145"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +.fileadd { + width: 100%; } + +.filedrop { + border: 3px dotted rgba(68, 68, 68, 0.8); + padding-top: 45px; + padding-bottom: 45px; + margin: 1em 0; + text-align: center; + cursor: pointer; + color: #444444; } + +.filedrop-file { + position: absolute; + height: 100px; + cursor: pointer; + background: transparent; + border: 0; + opacity: 0; } + +.universalresourcedialog td { + cursor: pointer; } + +.customfile-feedback { + background: none; + padding-left: 4px; + font-style: normal; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; } + .customfile-feedback:before { + content: "\e2c6"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; + vertical-align: middle; + padding-right: 8px; + font-style: normal; } + +.uploadsprogress .progress-bar + a:before { + content: "\e872"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + vertical-align: middle; + padding-right: 8px; + font-style: normal; } + +.universalresourcedialog .pick-resource-type td.selected { + background: #186caf; + color: #ffffff; } + +.uploadsprogress .progress-bar { + margin: 2px 10px 0 0; } + +.uploadsprogress .file-upload .file-name { + padding-left: 8px; } + +.uploadsprogress .file-upload { + margin: 12px 0; } + +.selections td.actions { + text-align: right; + white-space: nowrap; } + +.settingField input[type="text"], +.settingField input[type="password"], +.settingField textarea, +.settingField select, +.settingField .multieditbox .singletranslation input[type="text"] { + width: 250px; } + +.settingRow { + padding: 8px 0px; } + +.settingRow .settingField { + width: auto; + padding-left: 26px; } + +.settingRow .settingLabel { + text-align: left; + width: 266px; } + +.settingContainer { + width: 100%; } + .settingContainer .editLinks { + padding-top: 8px; } + +.spacer { + padding-top: 8px; + padding-bottom: 8px; } + +.fileHandler .modal-content-inner { + display: flex; + flex-direction: row-reverse; } + +.attachment-content { + min-height: 340px; + padding: 20px 25px; + margin-right: 30px; } + .attachment-content h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; } + +.mceLayout { + width: 100% !important; } + +.lockedHtml { + width: auto; } + +#moderate .task-name { + padding-right: 16px; } + +.modcomment-content { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; } + +.modcomment-username { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + color: #186caf; } + +.modcomment-avatar { + background: url("../../images/baseline_person_black_18dp.png") 0 0 no-repeat; + background-size: 24px; + background-position: center; } + +.shuffle-box select[multiple="multiple"] { + height: 220px !important; } + +.shuffle-box-controls button { + margin: 4px 0; } + +#youtube-query div.input label { + display: none !important; } + +#youtube-query div.input { + padding: initial; } + +#youtube-query button { + background-color: #186caf; + color: #ffffff; + padding-left: 8px; + padding-right: 8px; + margin-left: 8px; } + #youtube-query button .icon-search:before { + content: "\e8b6"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; } + +#youtube-query input[type="text"], +#youtube-query #youtube-query select { + width: 528px; } + +.modal-search-results p { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; } + +.modal-search-results p.info.results { + background: none; + border: none; } + +.addRemovePanel button { + width: auto; + padding-left: 8px; + padding-right: 8px; } + +.addRemovePanel i.icon-plus:before { + content: "\e145"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +.upDownButtonPanel { + top: 8px !important; } + .upDownButtonPanel button { + min-width: 2px; } + +i.icon-remove:before { + content: "\e872"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +i.icon-pencil:before { + content: "\e3c9"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +i.icon-ban-circle:before { + content: "\e15b"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +i.icon-minus:before { + content: "\e15b"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +i.icon-arrow-left:before { + content: "\e317"; + font-family: "Material Icons"; + font-size: 24px; + color: #ffffff; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +.popupbrowserdialog #termChooser { + border-right: 1px solid #e8e8e8; } + +#termChooser.ui-tabs { + border: none; + border-right: 2px solid #e8e8e8; } + #termChooser.ui-tabs ul { + border: none; } + #termChooser.ui-tabs li { + border: none; + background: none; } + #termChooser.ui-tabs li a { + color: #186caf; } + #termChooser.ui-tabs li a.add:before { + content: "\e145"; + font-family: "Material Icons"; + font-size: 24px; + color: #ff9800; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + #termChooser.ui-tabs li a.viewterm { + padding-left: 0px; } + #termChooser.ui-tabs li a.viewterm:before { + content: "\e417"; + font-family: "Material Icons"; + font-size: 24px; + color: #ff9800; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + #termChooser.ui-tabs li.ui-tabs-active { + border-bottom: 2px solid #ff9800; } + #termChooser.ui-tabs li.ui-tabs-active a { + color: #000000; } + +.ui-widget-header { + background: none; } + +ul.treeview li.collapsable a.hitarea:before { + content: "\e313"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +ul.treeview li.expandable a.hitarea:before { + content: "\e315"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +#selectedTerms h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; } + +#selectedTerms .selectedItems { + background-color: #e8e8e8; } + +a.unselect { + background: none; } + a.unselect:before { + content: "\e872"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: top; + padding-right: 4px; + font-style: normal; } + +/***************************************************************************** +Item summary styling +*****************************************************************************/ +#searchprevnext .btn-group { + position: absolute; + top: 80px; + right: 0px; } + #searchprevnext .btn-group .btn { + background-color: transparent; + border: 1px solid rgba(0, 0, 0, 0.23); + margin-right: 16px; + color: #000000; } + #searchprevnext .btn-group .btn .icon-arrow-left:before { + content: "\e5c4"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + padding-right: 4px; + font-style: normal; + vertical-align: middle; } + #searchprevnext .btn-group .btn .icon-arrow-right:before { + content: "\e5c8"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + padding-right: 4px; + font-style: normal; + vertical-align: middle; } + +.action-button { + font-family: Roboto, sans-serif; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 2.25rem; + font-weight: 500; + letter-spacing: 0.0892857143em; + text-decoration: none; + text-transform: uppercase; + color: #ffffff; + width: 100%; + margin: 8px 0; + background-color: #186caf; + background-repeat: no-repeat; } + .action-button:hover { + background-color: rgba(24, 108, 175, 0.9); } + .action-button:active { + background-color: rgba(24, 108, 175, 0.7); } + +.shareButton { + background-image: url(../../images/baseline_share_white_18dp.png); } + +.addToFavourites { + background-image: url(../../images/baseline_star_white_18dp.png); } + +.removeFromFavourites { + background-image: url(../../images/baseline_remove_white_18dp.png); } + +.wizard-major-actions.save { + background-image: url(../../images/baseline_save_white_18dp.png); } + +.add-mime { + background-image: url(../../images/baseline_code_white_18dp.png); } + +.itemsummary-layout hr { + display: none; } + +.itemsummary-layout #col2 { + margin-left: 16px; + flex-shrink: 0; + width: 260px; } + +.itemsummary-layout #col1 .area td > h3 { + margin-top: 0px; } + +.itemsummary-layout #col1 .area td > p { + margin-bottom: 10px; } + +.itemsummary-layout #col2 h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.5rem; + line-height: 2rem; + font-weight: 400; + letter-spacing: normal; + text-decoration: inherit; + text-transform: inherit; + padding-top: 8px; } + +.itemsummary-layout #col2 h2 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 2.125rem; + line-height: 2.5rem; + font-weight: 400; + letter-spacing: 0.0073529412em; + text-decoration: inherit; + text-transform: inherit; } + +.itemsummary-layout #col2 ul { + margin: 10px 0px; } + +/* keeps li spacing even when one list follows another in the same section */ +.itemsummary-layout #adjacentuls ul { + margin: 5px 0px; } + +.itemsummary-layout #adjacentuls ul li { + margin: 5px 0px; } + +.itemsummary-layout #adjacentuls .prop { + clear: both; } + +.itemsummary-layout #col2 ul li { + line-height: 1.5; + margin: 4px 8px; } + +.itemsummary-layout .box { + width: 137px; } + +.itemsummary-layout #col1 ul.moderators { + list-style: disc; + margin-top: 4px; + padding-left: 2.5em; + padding-right: 2.5em; } + +.itemsummary-layout #col1 div.flowchart-thumb { + margin-top: 15px; + text-align: center; } + +.itemsummary-layout #col1 div.flowchart-thumb img { + border: 1px solid #8f8b7f; + max-width: 522px; } + +.itemsummary-layout #col1 #historyevents { + margin: 10px 0; } + +.itemsummary-layout #col1 .displayNodeHalf { + display: inline-block; + vertical-align: top; + margin: -15px 0; + width: 49%; } + +.action-button.select { + background-image: url("../images/addselected.ltr.png"); } + +.action-button.unselect { + background-image: url("../images/removeselected.ltr.png"); } + +.itemdetails { + padding-top: 8px; } + +div.in-selection .itemdetails-left { + float: left; } + +div.in-selection ul.itemdetails-right { + float: right; } + +div.action_list { + margin-top: 110px; } + +.htmlcontent { + word-wrap: break-word; + white-space: normal; + overflow: auto; + overflow-y: hidden; } + +/** + Versions table +**/ +table.versions { + table-layout: fixed; } + +table.versions td { + word-wrap: break-word; } + +.area.error { + box-shadow: none; } + +.rate-stars div { + display: flex; } + +.ui-stars-cancel a { + font-size: 0; } + +.ui-stars-cancel a:before { + content: "\e15d"; + font-family: "Material Icons"; + font-size: 24px; + color: #ff9800; } + +.ui-stars-star a { + font-size: 0; } + +.ui-stars-star a:before { + content: "\e83a"; + font-family: "Material Icons"; + font-size: 24px; + color: #ff9800; } + +.ui-stars-star-hover a, +.ui-stars-star-on a { + font-size: 0; } + +.ui-stars-star-hover a:before, +.ui-stars-star-on a:before { + content: "\e838"; + font-family: "Material Icons"; + font-size: 24px; + color: #ff9800; } + +.ratingwrapper { + float: left; } + +.star-rating-static { + float: left; } + .star-rating-static div.star-rating-static-1:before { + content: "\e838 \e83a \e83a \e83a \e83a"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; } + .star-rating-static div.star-rating-static-2:before { + content: "\e838 \e838 \e83a \e83a \e83a"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; } + .star-rating-static div.star-rating-static-3:before { + content: "\e838 \e838 \e838 \e83a \e83a"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; } + .star-rating-static div.star-rating-static-4:before { + content: "\e838 \e838 \e838 \e838 \e83a"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; } + .star-rating-static div.star-rating-static-5:before { + content: "\e838 \e838 \e838 \e838 \e838"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; } + +.comment { + position: relative; + margin: 10px 0; + border-bottom: 1px solid #e8e8e8; } + +.comment-username { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; + padding: 8px; } + .comment-username:before { + content: "\e7fd"; + font-family: "Material Icons"; + font-size: 30px; + color: #ff9800; + vertical-align: middle; } + .comment-username .timeago { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; } + +.comment-date { + color: #b1b17b; + font-size: 10px; + padding: 0 0 0 5px; } + +.comment-content p { + margin: 5px 0; } + +.comment-delete { + height: 1.5em; + float: right; + padding-top: 8px; } + +.comment-delete a { + float: right; + line-height: 16px; + padding-left: 20px; } + +.ratingwrapper { + position: absolute; + bottom: 0; + right: 0; } + +.rate { + position: absolute; + top: -18px; + right: 0; + padding-right: 154px; } + +.rate .rate-stars { + position: absolute; + top: -2px; + right: 0; } + +.rating-form { + position: relative; + padding-top: 8px; } + +.rating-form div.input { + margin-top: 0; } + +.comment-form textarea { + height: 80px; + width: 99%; + border: 1px solid #f5f5f5; + border-bottom: 1px solid rgba(0, 0, 0, 0.42); + border-radius: 4px 4px 0 0; + background-color: #f5f5f5; + height: 56px; } + .comment-form textarea:hover { + border-bottom: 2px solid rgba(0, 0, 0, 0.42); } + .comment-form textarea:focus { + border-bottom: 2px solid #186caf; + background-color: rgba(0, 0, 0, 0.1); } + +.comment-form button { + float: right; } + +span.chapterNumber { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + font-weight: bold; } + +#copyright-holdinglink { + margin-top: 2px; + margin-bottom: 0px; } + +table#copyright-table, +table#copyright-totals { + width: 100%; } + +table#copyright-table { + margin-top: 10px; } + +table#copyright-totals .copyright-total { + font-weight: bold; + text-align: right; } + +table#copyright-totals .copyright-totalvalue { + text-align: right; } + +.sectionCheckbox { + margin-top: 6px; } + +.sectionAttachment { + margin-top: 5px; + width: 255px; } + +div.selection #copyright-table .sectionAttachment { + width: 175px; } + +td.sectionAttachment span, +td.sectionAttachment a { + white-space: pre-wrap; } + +.sectionPages { + white-space: nowrap; + text-overflow: ellipsis; + margin-top: 6px; } + +.sectionStatus { + margin-top: 6px; } + +td.sectionAction { + width: 60px; } + +.settingContainer.skinny { + width: 100%; } + .settingContainer.skinny .button-strip { + display: flex; + flex-direction: row-reverse; } + .settingContainer.skinny .button-strip button { + margin: 0 8px; } + .settingContainer.skinny .button-strip button.btn-equella { + background-color: transparent; + color: #186caf; } + +div.selection #copyright-table td.sectionAction { + max-width: 14px; + width: 12px; } + +td.sectionAction button.activate-one { + float: right; + position: relative; + height: 34px; + z-index: 1000; + right: 0px; } + +td.sectionAction button.add { + float: right; + height: 36px; + min-width: 22px; } + +.copyright-portionlink { + margin-left: 18px; } + +img.copyright-sectionlink { + height: 16px; + width: 16px; + margin-right: 5px; + vertical-align: middle; } + +span.restricted-message { + font-style: italic; + display: inline-block; + margin-left: -18px; } + +table#copyright-table { + width: 100%; + margin: 10px 0; + border-collapse: collapse; } + +table#copyright-table td { + border-bottom: 1px solid #e0e0e0; } + +table#copyright-table tr.section-row:hover { + background-color: #e0e0e0; } + +table#copyright-table tr td { + text-align: left; + vertical-align: top; + padding: 18px 10px; } + +.copylink_hidden { + display: none; } + +.history-options label { + padding-right: 8px; } + +.attachments-browse.structured { + border: none; } + +.attachments-browse.structured li.attachmentrow:hover { + border: none; + background-color: #e0e0e0; } + +.attachments-browse.structured li.attachmentrow.active { + border: none; + background-color: white; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } + +.attachments-browse.structured li.attachmentrow .detail { + border: none; + background-color: white; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + right: 0px !important; + top: 35px !important; } + +.attachments-browse.structured li.attachmentrow .detail .attachments-meta { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; } + +.attachments-browse.structured li.attachmentrow .droparrow { + background-image: url(../../images/baseline_arrow_drop_down_black_18dp.png); } + +.attachments-browse.thumbs li.attachmentrow .droparrow { + border: none; + background-color: transparent; + background-image: url(../../images/baseline_arrow_drop_down_black_18dp.png); } + +.attachments-browse.structured li.attachmentrow.active .droparrow { + background-image: url(../../images/baseline_arrow_drop_up_black_18dp.png); + background-position: 0; + top: 8px; } + +.attachments-browse.thumbs li.attachmentrow.active { + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } + +.attachments-browse.structured li.attachmentrow, +.attachments-browse.structured li.folder { + position: relative; + border-top: 1px solid transparent; + border-bottom: 1px solid #e0e0e0; + padding: 8px 20px 8px 12px; + background-position: 5px 5px; + background-repeat: no-repeat; + background-image: none; } + .attachments-browse.structured li.attachmentrow .link-div a:before, + .attachments-browse.structured li.folder .link-div a:before { + content: "\e24d"; + font-family: "Material Icons"; + font-size: 20px; + color: #000000; + vertical-align: middle; + padding-right: 6px; } + +.attachments-browse.thumbs li.attachmentrow .detail { + background-color: white; + border: none; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } + +.attachments-browse li.attachmentrow .attachments-meta { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; + background-color: white; } + +.extras a .icon-fullscreen:before { + content: "\e5d0"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: middle; + font-style: normal; } + +.extras a .icon-move:before { + content: "\e8fe"; + font-family: "Material Icons"; + font-size: 24px; + color: #000000; + vertical-align: middle; + font-style: normal; } + +a.modal-control.modal-save { + right: 394px; } + +.universalresourcedialog .modal-content { + height: 400px; } + +.universalresourcedialog .modal-content-inner { + min-height: 384px; } + +.universalresourcedialog .pick-resource-type td { + cursor: pointer; } + +.universalresourcedialog .pick-resource-type td.selected { + background: #80d2ee !important; } + +.universalresourcedialog .pick-resource-type td h4 { + font-size: 12px; + line-height: 1.4; } + +.universalresourcedialog .file-header { + height: 140px; } + +.universalresourcedialog .file-header img.file-thumbnail { + float: left; + width: 88px; } + +.universalresourcedialog .file-header .file-info { + float: left; + line-height: 1.3; + margin-left: 20px; } + +.universalresourcedialog .input.text label, +.universalresourcedialog .input.textarea label { + padding: 5px 0px; } + +.universalresourcedialog .input.text input[type="text"], +.universalresourcedialog .input.text textarea { + width: 450px; + margin: 5px 0px; } + +.universalresources { + word-break: break-all; } + +.universalresources td.actions { + width: 110px; } + +div.universaliframe { + /* + This is what the fancybox ends up being + for multiple resource handler selection + */ + height: 476px; + overflow: hidden; } + +div.universaliframe iframe { + width: 100%; + height: 100%; } + +.attachment-details table.zebra.detail { + border: none; + margin: 0px 0px 15px; } + +.attachment-details .detail .label { + font-weight: bold; } + +.attachment-details .thumbnail { + text-align: center; + margin-bottom: 10px; } + +.attachment-details .viewlink { + text-align: center; + font-weight: bold; } + +.attachment-details .thumbnail img { + height: 66px; } + +.attachment-content { + min-height: 340px; + padding: 20px 25px; } + +.attachment-details { + width: 34%; } + +.attachment-content .settingContainer > .settingRow:first-child { + padding-top: 3px; } + +.attachment-content .settingContainer { + width: 432px; } + +.attachment-content .settingRow .settingLabel { + width: 105px; } + +.attachment-content .settingRow .settingField { + width: 315px; } + +.subsiduaryboxes > .settingRow > .settingField { + padding-left: 25px; + padding-top: 0; + width: 290px; } + +.attachment-content .settingField input[type="text"], +.attachment-content .settingField input[type="password"], +.attachment-content .settingField textarea, +.attachment-content .settingField select { + /* IE needs a fixed width for the select it would seem */ + width: 300px; } + +.attachment-details hr { + margin: 10px 0 10px; } + +.preview-tag { + margin-left: 0.5em; } + +p.warning { + background-color: #fdd; + margin-bottom: 20px; + padding: 10px; + text-align: center; + color: #b90202; } + +.warningimg { + margin: 5px 20px 5px 55px; } + +img.warningimg { + vertical-align: middle; } + +.universalresources .progress-bar { + width: 200px; + height: 14px; + border: 1px solid #aaa; + margin: 0 10px 0 0; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + float: right; } + +.universalresources .progressbarInner { + height: 14px; + background: #80d2ee !important; } + +/***************************************************************************** + Selection Summary +*****************************************************************************/ +.action-button.execute-action { + background-image: url("../../images/baseline_exit_to_app_white_18dp.png"); + background-repeat: no-repeat; + background-color: #186caf; + text-align: center; + background-size: 26px 26px; + background-position: left 3px top 4px; } + .action-button.execute-action:hover { + background-color: rgba(24, 108, 175, 0.9); } + .action-button.execute-action:active { + background-color: rgba(24, 108, 175, 0.7); } + +/***************************************************************************** + Selection Dialog +*****************************************************************************/ +#wrapper { + min-width: 784px; } + +#body-wrap2 { + padding-top: 0; } + +#body-wrap3, +#body-inner { + width: auto; } + +#body-inner { + float: none; + padding: 0; } + +#footer { + background: url(../images/selection-footer-bg.gif) 0 0 repeat-x; + height: 2px; } + +#selection-header { + height: 40px; + border-bottom: 2px solid #186caf; + background-color: white; + position: fixed; + margin: 0 auto; + z-index: 1000; + width: 100%; } + +#selection-header-content .logo { + color: transparent; + width: 100px; + background: url(../theme/newLogo.png) no-repeat; + overflow: hidden; + text-indent: -9999px; + background-size: 100px; } + +#selection-header-content .selectactions { + position: absolute; + top: 6px; + left: 105px; } + +#selection-header-content .close { + margin-top: 10px; + margin-left: 10px; + cursor: pointer; + float: right; } + +#selection-page { + margin: 0 auto; + width: 784px; + position: relative; } + +#selection-content { + background: url(../images/content-middle.gif) repeat-y 0px 0px; + position: relative; + width: 784px; + float: left; } + +#selection-content #breadcrumb-inner { + margin-left: 18px; } + +#selection-header-content h3 a { + color: #045f7f; + text-decoration: none; } + +#selection-header-content h3 a:hover { + color: #045f7f; + text-decoration: underline; } + +#selection-content-bottom { + background: url(../images/content-bottom.gif) no-repeat 1px 100%; + float: left; + /* This is to ensure the above background logo shows */ + padding-bottom: 90px; } + +#selection-content-inner { + background: url(../images/content-top.gif) no-repeat 0px 0px; + min-height: 400px; + padding: 32px 17px 0; + float: left; + width: 750px; } + +/***************************************************************************** + Selection dashboard +*****************************************************************************/ +.selectiondashboard #col1 { + width: 368px; } + +.selectiondashboard #col2 { + width: 368px; + margin-left: 16px; } + +.compactQuery { + display: flex; } + +.compactQuery .autocomplete-container { + margin-right: 8px; } + +#col .compactQuery .autocomplete-container { + width: 677px; } + +.quick-search .compactQuery .autocomplete-container { + width: 280px; } + +#col1 .compactQuery .autocomplete-container { + width: 435px; } + +.compactQuery input { + margin: 0 3px 0 0; + padding: 5px 5px 4px; + box-sizing: border-box; } + +.compactQuery .compactQueryButton .icon-search:before { + font-family: "Material Icons"; + font-size: 24px; + content: "\E8B6"; + color: white; + vertical-align: middle; + font-style: normal; } + +.compactQuery input[disabled], +input[disabled="disabled"] { + opacity: 1; } + +.compactQuery input { + width: 100%; } + +#searchresults-select { + background: none repeat scroll 0 0 #fbfbfb; + border: 1px solid #e9e9e6; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; + padding: 4px; } + +.recent-portal .box_content_inner, +.recent-portal .box_content { + padding: 0px; } + +.browse-layout .browse-topics h2.folder { + padding: 5px 0 5px 35px; + font-weight: bold; + background: url(../images/folder_big.png) 0 0 no-repeat; } + +.browse-layout .area.browse-topics { + margin: 0 0 11px; } + +.browse-layout #col .area.browse-topics { + padding-bottom: 16px; } + +.browse-layout .browse-topics ul { + margin: 5px 0 5px -18px; } + +.browse-topics ul li { + margin: 8px 0; + line-height: 1.2; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.5rem; + font-weight: 400; + letter-spacing: 0.03125em; + text-decoration: inherit; + text-transform: inherit; + padding: 0 0 0 18px; + background: url(../../images/baseline_arrow_right_black_18dp.png) 0 1px no-repeat; } + +.browse-topics ul li span { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 1.375rem; + font-weight: 500; + letter-spacing: 0.0071428571em; + text-decoration: inherit; + text-transform: inherit; } + +#searchresults-select { + background-color: white; + border: none; } + #searchresults-select strong { + border-bottom: 2px solid #ff9800; + padding-bottom: 5px; } + +div#sssh_finishedButton { + text-align: right !important; + padding-top: 4px; } + +.alt-links a.favourites:before { + content: "\e838"; + font-family: "Material Icons"; + font-size: 20px; + color: #ff9800; + padding-right: 4px; } + +/***************************************************************************** + Selection session nav bar overrides +*****************************************************************************/ +#selection-header +.navbar-equella-selection.normal +.navbar.navbar-fixed-top.navbar-inverse +.navbar-inner +.navbar-content { + width: 784px; + display: flex; + align-content: space-around; + justify-content: center; + padding-top: 10px; } + +#selection-header +.navbar-equella-selection.course +.navbar.navbar-fixed-top.navbar-inverse +.navbar-inner +.navbar-content { + display: flex; + align-content: space-around; + justify-content: center; } + +#selection-header .navbar-equella-selection.normal ul, +.navbar-equella-selection.course +.navbar.navbar-fixed-top.navbar-inverse +.navbar-inner +.navbar-content +.centered-pills ul { + display: flex; + justify-content: center; + align-items: flex-end; + font-family: Roboto, sans-serif; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 0.875rem; + line-height: 2.25rem; + font-weight: 500; + letter-spacing: 0.0892857143em; + text-decoration: none; + text-transform: uppercase; } + +#selection-header .navbar-equella-selection.normal li, +.navbar-equella-selection.course +.navbar.navbar-fixed-top.navbar-inverse +.navbar-inner +.navbar-content +.centered-pills li { + padding: 0 12px 0 12px; } + +.nav.pull-right { + width: fit-content; + right: 0; + position: absolute; } + +.box { + border: none; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + background: none; } + +.box_head { + background-color: white; + border: none; } + .box_head:hover { + background: none; } + .box_head h3 { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1.25rem; + line-height: 2rem; + font-weight: 500; + letter-spacing: 0.0125em; + text-decoration: inherit; + text-transform: inherit; + color: #000000; } + +.box_content { + background: none; + border: none; + background-color: white; } + +.box_title_wrapper:focus { + background-color: white; } + +.box_content_inner { + background: none; + border: none; } + +.contribute-div { + text-align: right; + margin: 8px 0 8px; } + .contribute-div .btn .icon-arrow-right:after { + content: "\e145"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +#_continueButton, +#_cancelButton { + background: none; + color: #186caf; } + #_continueButton .icon-arrow-left:before, + #_cancelButton .icon-arrow-left:before { + content: "\e5c4"; + font-family: "Material Icons"; + font-size: 20px; + color: #186caf; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +#_finishButton .icon-ok:before { + content: "\e879"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +#selection-content-inner .mainCols #col1 { + margin-right: 16px; } + +/***************************************************************************** + Selection session search page +*****************************************************************************/ +.itemresult-rating div.float-right { + padding-top: 8px; } + .itemresult-rating div.float-right .btn { + float: right; + margin-left: 4px; } + +#helpAndOptions { + padding-top: 50px; + float: right; + width: 100%; } + #helpAndOptions #button-bar { + float: right; } + #helpAndOptions .btn { + border: none; + background-color: transparent; + color: #186caf; } + +.icon-plus:before { + content: "\e145"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +.icon-chevron-up:before { + content: "\e316"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +.icon-chevron-down:before { + content: "\e316"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +/***************************************************************************** + Structured search page +*****************************************************************************/ +#selection-content-inner.search-layout .mainCols #col2 { + width: auto; } + +.selection-courses-inner .folder.rootfolder { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-size: 1rem; + line-height: 1.75rem; + font-weight: 400; + letter-spacing: 0.009375em; + text-decoration: inherit; + text-transform: inherit; } + +.folders { + padding-top: 16px; } + +.folderlist { + display: flex; + flex-direction: column; } + +.selection-courses-inner .folder.targetfolder.selected { + background-color: rgba(24, 108, 175, 0.2); } + +.selection-courses-inner .courselisttop button { + margin-bottom: 8px; } + .selection-courses-inner .courselisttop button .icon-ok:before { + content: "\e161"; + font-family: "Material Icons"; + font-size: 20px; + color: #ffffff; + padding-right: 4px; + font-style: normal; + vertical-align: middle; + padding-top: 4px; } + +/***************************************************************************** + Structured item summary page +*****************************************************************************/ +#selection-content-inner.itemsummary-layout .box { + width: 238px; } + +#selection-content-inner.itemsummary-layout .majorActions { + padding-top: 30px; } + +#selection-content-inner.itemsummary-layout #searchprevnext .btn-group { + top: 8px; } + +#selection-content-inner.itemsummary-layout #col2 { + width: fit-content; + max-width: 260px; } + +/***************************************************************************** + Selection session wizard layout +*****************************************************************************/ +#selection-content-inner.wizard-layout #col1 { + width: 592px; } + +#selection-content-inner.wizard-layout #col2, +#selection-content-inner.wizard-layout #affix-div { + width: 146px; } + +#selection-content-inner.wizard-layout .indent1 { + width: 486px; } + +#selection-content-inner.wizard-layout .indent2 { + width: 446px; } + +#selection-content-inner.wizard-layout .indent3 { + width: 406px; } + +/************************/ +#selection-content-inner.wizard-layout .input.text input[type="text"], +#selection-content-inner.wizard-layout .input.text textarea, +#selection-content-inner.wizard-layout select.listbox { + width: 512px; } + +#selection-content-inner.wizard-layout .indent1 .input.text input[type="text"], +#selection-content-inner.wizard-layout .indent1 .input.text textarea, +#selection-content-inner.wizard-layout .indent1 select.listbox { + width: 472px; } + +#selection-content-inner.wizard-layout .indent2 .input.text input[type="text"], +#selection-content-inner.wizard-layout .indent2 .input.text textarea, +#selection-content-inner.wizard-layout .indent2 select.listbox { + width: 432px; } + +#selection-content-inner.wizard-layout .indent3 .input.text input[type="text"], +#selection-content-inner.wizard-layout .indent3 .input.text textarea, +#selection-content-inner.wizard-layout .indent3 select.listbox { + width: 392px; } + +/************************/ +#selection-content-inner.wizard-layout .multieditbox input[type="text"], +#selection-content-inner.wizard-layout .multieditbox select { + width: 240px; } + +#selection-content-inner.wizard-layout +.indent1 +.multieditbox +input[type="text"], +#selection-content-inner.wizard-layout .indent1 .multieditbox select { + width: 220px; } + +#selection-content-inner.wizard-layout +.indent2 +.multieditbox +input[type="text"], +#selection-content-inner.wizard-layout .indent2 .multieditbox select { + width: 200px; } + +#selection-content-inner.wizard-layout +.indent3 +.multieditbox +input[type="text"], +#selection-content-inner.wizard-layout .indent3 .multieditbox select { + width: 180px; } + +#selection-content-inner.wizard-layout +.multieditbox +div.singletranslation +input[type="text"], +#selection-content-inner.wizard-layout +.multieditbox +div.singletranslation +textarea { + width: 512px; } + +#selection-content-inner.wizard-layout +.indent1 +.multieditbox +div.singletranslation +input[type="text"], +#selection-content-inner.wizard-layout +.indent1 +.multieditbox +div.singletranslation +textarea { + width: 472px; } + +#selection-content-inner.wizard-layout +.indent2 +.multieditbox +div.singletranslation +input[type="text"], +#selection-content-inner.wizard-layout +.indent2 +.multieditbox +div.singletranslation +textarea { + width: 432px; } + +#selection-content-inner.wizard-layout +.indent3 +.multieditbox +div.singletranslation +input[type="text"], +#selection-content-inner.wizard-layout +.indent3 +.multieditbox +div.singletranslation +textarea { + width: 392px; } + +/************************/ +#selection-content-inner.wizard-layout .shuffle input[type="text"], +#selection-content-inner.wizard-layout .shuffle select { + width: 455px; } + +#selection-content-inner.wizard-layout .indent1 .shuffle input[type="text"], +#selection-content-inner.wizard-layout .indent1 .shuffle select { + width: 415px; } + +#selection-content-inner.wizard-layout .indent2 .shuffle input[type="text"], +#selection-content-inner.wizard-layout .indent2 .shuffle select { + width: 375px; } + +#selection-content-inner.wizard-layout .indent3 .shuffle input[type="text"], +#selection-content-inner.wizard-layout .indent3 .shuffle select { + width: 335px; } + +#selection-content-inner.wizard-layout .indent1 .shufflelist { + width: 556px; } + +#selection-content-inner.wizard-layout .indent2 .shufflelist { + width: 516px; } + +#selection-content-inner.wizard-layout .indent3 .shufflelist { + width: 476px; } + +#selection-content-inner.wizard-layout .shuffle-box-inner select { + width: 216px; } + +#selection-content-inner.wizard-layout .indent1 .shuffle-box-inner select { + width: 196px; } + +#selection-content-inner.wizard-layout .indent2 .shuffle-box-inner select { + width: 176px; } + +#selection-content-inner.wizard-layout .indent3 .shuffle-box-inner select { + width: 156px; } + +#selection-content-inner.wizard-layout .indent0 .shuffle-box-inner label { + width: 253px; } + +#selection-content-inner.wizard-layout .indent1 .shuffle-box-inner label { + width: 233px; } + +#selection-content-inner.wizard-layout .indent2 .shuffle-box-inner label { + width: 213px; } + +#selection-content-inner.wizard-layout .indent3 .shuffle-box-inner label { + width: 193px; } + +/***************************************************************************** +Login Notice Formatting +*****************************************************************************/ +#loginNotice p { + font-family: "Arial", "georgia", "impact", "Tahoma", "Times", "Verdana", monospace; } + +#loginNotice ins { + text-decoration: underline; } + +#loginNotice code { + font-family: "Courier New", monospace; + line-height: 100%; + background-color: #d1d1d0; + word-break: normal; } + +#loginNotice pre { + background-color: #d1d1d0; + overflow: auto; + font-family: "Courier New", monospace; + padding: 1em 1em; } + +#loginNotice sup { + position: relative; + top: -0.5em; + font-size: 80%; } + +#loginNotice sub { + position: relative; + bottom: -0.5em; + font-size: 80%; } + +#loginNotice h1 { + margin: initial; + color: initial; + line-height: 2; + font-size: 39px; + font-weight: bold; } + +#loginNotice h2 { + margin: initial; + color: initial; + line-height: 2; + font-size: 29px; + font-weight: bold; } + +#loginNotice h3 { + margin: initial; + color: initial; + line-height: 2; + font-size: 23px; + font-weight: bold; } + +#loginNotice h4 { + margin: initial; + color: initial; + line-height: 2; + font-size: 20px; + font-weight: bold; } + +#loginNotice h5 { + margin: initial; + color: initial; + line-height: 2; + font-size: 17px; + font-weight: bold; } + +#loginNotice h6 { + margin: initial; + color: initial; + line-height: 2; + font-size: 14px; + font-weight: bold; } + +#loginNotice blockquote { + background: #f9f9f9; + border-left: 10px solid #ccc; + margin: 1.5em 10px; + padding: 0.5em 10px; + font-style: italic; + quotes: "“" "”" "‘" "’"; } + +#loginNotice blockquote:before { + color: #ccc; + content: open-quote; + font-size: 4em; + line-height: 0.1em; + margin-right: 0.25em; + vertical-align: -0.4em; } + +#loginNotice blockquote p { + display: inline; } + +#loginNotice ol { + list-style: decimal outside; + margin-left: 10px; + margin-bottom: unset; + margin-right: unset; + margin-top: unset; } + +#loginNotice ul { + list-style: disc; + margin-left: 5px; + padding: unset; } + +#loginNotice iframe { + width: 560px; + height: 314px; } + +#loginNotice li { + font-size: 12px; + line-height: 2; } + +#loginNotice ol li { + margin: unset; } + +.duplicate_editbox_section { + line-height: 2; } + +.duplicate_editbox_section li { + list-style: disc; + margin-left: 2.5em; } + +.duplicate_attachment_section { + line-height: 2; } + +.duplicate_attachment_section li { + list-style: disc; + margin-left: 2.5em; } + +ul.treeview .hitarea { + background-image: transparent; + margin-right: 0; } + +ul.treeview li.expandable a.hitarea::before { + content: none; } + +ul.treeview li.collapsable a.hitarea::before { + content: none; } + +#_logonButton { + display: block; + margin-left: 104px; + margin-top: 16px; + width: 200px; } + +#username { + width: 200px; } + +#password { + width: 200px; } + +label[for="username"] { + display: inline-block; + width: 100px; } + +label[for="password"] { + display: inline-block; + width: 100px; } + +button:focus { + outline: lightgrey dashed 1px; } diff --git a/autotest/Tests/tests/vanilla/institution/groups/1/1.xml b/autotest/Tests/tests/vanilla/institution/groups/1/1.xml index f4a19ff160..017606b9ac 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/1/1.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/1/1.xml @@ -1,5 +1,5 @@ - 149 + 255478 384c0066-6a01-3b12-c8fc-8713b4ea6a1a Users with Basic Search Role Users with Basic Search Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/2/2.xml b/autotest/Tests/tests/vanilla/institution/groups/2/2.xml index c6dc011c8e..48c53f2ede 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/2/2.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/2/2.xml @@ -1,5 +1,5 @@ - 150 + 255479 0b8c63d3-5ff8-0bdb-dde7-4a68ec53d5c3 Users with Teacher Role Users with Teacher Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/3/3.xml b/autotest/Tests/tests/vanilla/institution/groups/3/3.xml index 69d86ac9a9..bcece98187 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/3/3.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/3/3.xml @@ -1,5 +1,5 @@ - 151 + 255480 e91205b0-684e-51e2-a1be-3ab646aa98dd Users with Administrator Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/4/4.xml b/autotest/Tests/tests/vanilla/institution/groups/4/4.xml index 1ae98ef763..a1caf323ea 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/4/4.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/4/4.xml @@ -1,5 +1,5 @@ - 152 + 255481 d6fb18d7-9650-3991-363e-cf463f9cc3f6 Users with Student Role Users with Student Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/5/5.xml b/autotest/Tests/tests/vanilla/institution/groups/5/5.xml index 1c673ae1ec..d719653701 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/5/5.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/5/5.xml @@ -1,5 +1,5 @@ - 153 + 255482 b451edd0-2d3d-50d8-6f4c-51d7e42da04b Users with Metadata Reviewer Role Users with Metadata Reviewer Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/6/6.xml b/autotest/Tests/tests/vanilla/institution/groups/6/6.xml index c1f1974f17..054bb35ba1 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/6/6.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/6/6.xml @@ -1,5 +1,5 @@ - 154 + 255483 5db66bf3-2c87-a11a-2742-9c98dbecf1e4 Users with Guest Role Users with Guest Role diff --git a/autotest/Tests/tests/vanilla/institution/groups/7/7.xml b/autotest/Tests/tests/vanilla/institution/groups/7/7.xml index 6c71881b4e..277eb56915 100644 --- a/autotest/Tests/tests/vanilla/institution/groups/7/7.xml +++ b/autotest/Tests/tests/vanilla/institution/groups/7/7.xml @@ -1,5 +1,5 @@ - 155 + 255484 bbd3caf4-7558-1847-e006-82a53746a94a Users in Token Group diff --git a/autotest/Tests/tests/vanilla/institution/harvestinfo/export.fmt b/autotest/Tests/tests/vanilla/institution/harvestinfo/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/harvestinfo/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/hierarchy/1/1.xml b/autotest/Tests/tests/vanilla/institution/hierarchy/1/1.xml index 03a23eaaf2..90a852077b 100644 --- a/autotest/Tests/tests/vanilla/institution/hierarchy/1/1.xml +++ b/autotest/Tests/tests/vanilla/institution/hierarchy/1/1.xml @@ -1,5 +1,5 @@ - 57 + 256751 c93ad696-860f-d5ef-231f-2778682044a3 0 @@ -15,12 +15,12 @@ - 213795 + 256754 en - 213593 + 256755 en 1 Browse Activity Plans @@ -30,12 +30,12 @@ - 213797 + 256758 en - 213595 + 256759 en 1 This topic area is a temporary place holder allowing you to browse all activity plans. @@ -45,12 +45,12 @@ - 213794 + 256752 en - 213592 + 256753 en 1 This topic area is a temporary place holder allowing you to browse all activity plans. @@ -60,12 +60,12 @@ - 213798 + 256760 en - 213596 + 256761 en 1 Subtopics @@ -75,12 +75,12 @@ - 213796 + 256756 en - 213594 + 256757 en 1 Results diff --git a/autotest/Tests/tests/vanilla/institution/institutionInfo.xml b/autotest/Tests/tests/vanilla/institution/institutionInfo.xml index 7d79b0ed33..076c187222 100644 --- a/autotest/Tests/tests/vanilla/institution/institutionInfo.xml +++ b/autotest/Tests/tests/vanilla/institution/institutionInfo.xml @@ -1,19 +1,17 @@ - 41 - 54 + 255467 + 129 0.0 Vanilla 3.1 Setup vanilla - http://localhost:8064/vanilla/ - MD5:97a6cd4e26a4f9e0a821f0107819febc + http://sammy-dell:8080/vanilla/ + SHA256:59aa63c9bbdc51a05db11fa61c465f35a1b88c1c6a94bbd7d3872e18a217ae9c true - dev316 (Development) - http://localhost:8064/vanilla/ - - NO_AUDITLOGS - + 2020.2.0 (2020.2.0-Alpha.OSE) + http://sammy-dell:8080/vanilla/ + com.tle.core.institution.migration.v41.EnsureItemFolder com.tle.web.echo.migration.AddEchoMimeTypeXmlMigration @@ -25,6 +23,7 @@ com.tle.web.hierarchy.migration.RemoveCoursesMigrationXml com.tle.core.mimetypes.institution.MimeMigrator com.tle.core.institution.migration.RemoveDeprecatedItemDefinitionParts + com.tle.core.institution.migration.v65.SecurityXmlMigration com.tle.core.taxonomy.institution.migration.TaxonomyNodeToTermXmlMigrator com.tle.core.legacy.migration.v50.RemoveCourseMigrationXml com.tle.core.institution.migration.v60.RemoveObsoleteJavascriptLibrariesXml @@ -32,7 +31,6 @@ com.tle.core.institution.migration.v32.ConvertFedSearchAttributesToBaseEntityAttributes com.tle.core.institution.migration.LanguageBundleMigration com.tle.core.institution.migration.v41.DisplayTemplateXmlMigrator - com.tle.core.payment.migration.xml.CreateDefaultPaymentObjectsXmlMigration com.tle.core.taxonomy.institution.migration.TermUuidXmlMigration com.tle.cal.migration.CalPageMigration com.tle.web.hierarchy.migration.SavedSearchToFavouriteSearchXml @@ -44,15 +42,15 @@ com.tle.core.legacy.migration.v50.ConvertXsltTemplateFileToStringXml com.tle.core.mimetypes.migration.UpdateDefaultMimeTypeIconsXml com.tle.core.legacy.migration.v50.AddCommentsSectionToItemSummarySectionsXml - com.tle.core.kaltura.migration.MigrateKalturaSettingsXml + com.tle.core.mimetypes.migration.AddMoreImageMimeTypeXmlMigration com.tle.core.mimetypes.institution.RerunMimeMigrator com.tle.web.htmleditor.tinymce.addon.tle.migration.ModifyEmbeddingTemplatesXmlMigration com.tle.core.legacy.migration.v50.RemoveAssemblerAndActivityWizardEntitiesFix com.tle.core.notification.institution.MigrateNotifications2XML com.tle.core.institution.migration.SetEmailTemplateUuidsChange - com.tle.web.kaltura.migration.AddKalturaMimeTypeXmlMigration com.tle.core.institution.migration.v40.MigrateSystemField com.tle.core.legacy.migration.v50.RemovePopupFixViewerAndConvertPrettyViewerXml + com.tle.core.lti.consumers.migration.LtiConsumerSecurityXmlMigration com.tle.cal.migration.CalHierarchyMigrator com.tle.core.taxonomy.institution.migration.TempTaxonomyXmlMigrator com.tle.web.myresource.converter.MyResourceSchemaMigrator @@ -61,19 +59,17 @@ com.tle.core.wizard.controls.universal.migration.v50.ReplaceDeletedControlsXmlMigration com.tle.core.legacy.migration.v50.RemoveNavigationGroupsAndLinksXml com.tle.core.workflow.migrate.AddNotificationSchemaXML - com.tle.core.payment.storefront.migration.forimport.RemoveStoreIconUrlFieldXmlMigration com.tle.web.viewitem.htmlfiveviewer.migrationHtmlFiveMimeTypeAndPlayerMigrationXml - com.tle.core.kaltura.migration.UpdateKalturaControlsXmlMigration com.tle.core.legacy.migration.v50.RemoveObsoleteCollectionSettingsXml com.tle.web.scorm.migration.AddScormMimeTypeXmlMigration com.tle.core.institution.migration.v61.DeleteBadUrlsInKeyResourcesMigration com.tle.core.institution.migration.v41.DisplayTemplateLocationXmlMigrator + com.tle.core.oauth.migration.OAuthSecurityXmlMigration com.tle.core.workflow.migrate.WorkflowItemXmlMigrator com.tle.core.institution.migration.LanguageBundleMigration com.tle.core.notification.institution.NotificationConverter - com.tle.core.kaltura.migration.UpdateKalturaAttachmentsXmlMigration com.tle.core.institution.migration.DisallowOldStyleCalItems com.tle.core.legacy.migration.v50.RemoveAssemblerAndActivityWizardItemsFix com.tle.core.institution.migration.v32.UpdateItemNavigationTree @@ -88,6 +84,7 @@ com.tle.core.wizard.controls.universal.migration.v52.ReplaceDeletedControlsItemXmlMigrationFixer com.tle.core.institution.migration.v61.DeleteBadUrlsXmlMigration com.tle.core.institution.migration.v32.UpdateHistoryEventMigrator + com.tle.core.workflow.migrate.WorkflowMessageUuidXmlMigration com.tle.cal.migration.CalItemXmlConvert @@ -95,20 +92,21 @@ com.tle.web.hierarchy.migration.HierarchyACLMigrator com.tle.core.institution.migration.v52.MergeOneClickSubmitAndVersionSelectionAclXmlMigrator com.tle.core.lti.consumers.migration.ConvertOauthACLsPostMigrator - com.tle.core.institution.migration.v52.RemoveUnusedSystemSettingsPrivilegesAclXmlMigrator com.tle.cal.migration.CalPrivMigrator + com.tle.core.institution.migration.v52.RemoveUnusedSystemSettingsPrivilegesAclXmlMigrator com.tle.core.mimetypes.migration.UpdateOlderYoutubeAttachmentsXmlMigration + com.tle.core.institution.migration.v64.IntegrationSessionPrivPostMigration com.tle.core.institution.migration.v32.RemoveEmailTemplatePrivMigrator com.tle.web.connectors.migration.AddPushToLMSACLPostMigrator com.tle.core.institution.migration.v64.NewPagesACLsPostMigration com.tle.web.myresource.converter.MyResourceACLMigrator com.tle.core.institution.migration.EnsureAttachmentUUID - com.tle.core.wizard.controls.universal.migration.v60.MigrateZipFilesImport com.tle.ims.migration.IMSNavigationCreation + com.tle.core.wizard.controls.universal.migration.v60.MigrateZipFilesImport com.tle.core.institution.migration.ConfigPropertyChange com.tle.core.institution.migration.v41.SavedSearchesMigrator - com.tle.core.portal.migration.v64.forimport.DenyGuestPorletCreationXmlMigration com.tle.core.portal.migration.v50.forimport.PortletAclXmlMigration + com.tle.core.portal.migration.v64.forimport.DenyGuestPorletCreationXmlMigration com.tle.core.workflow.migrate.TaskHistoryMigrator com.tle.core.workflow.migrate.RemoveOrphanedWorkflowStatus com.tle.core.activation.migration.AddViewLinkedPortionsACLPostMigrator diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/0/5ac082d2-3015-aba1-a749-cd928a5c6e9c.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/0/5ac082d2-3015-aba1-a749-cd928a5c6e9c.xml index ae74b63396..ee144394c2 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/0/5ac082d2-3015-aba1-a749-cd928a5c6e9c.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/0/5ac082d2-3015-aba1-a749-cd928a5c6e9c.xml @@ -1,16 +1,16 @@ - 998 + 255519 5ac082d2-3015-aba1-a749-cd928a5c6e9c 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213519 + 255520 en - 213318 + 255521 en 1 @@ -19,12 +19,12 @@ - 213520 + 255522 en - 213319 + 255523 en 1 SYSTEM: Generic Items @@ -38,7 +38,7 @@ false 1 - 448 + 255524 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/109/01d4757e-b10e-788d-a713-176427d4f90c.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/109/01d4757e-b10e-788d-a713-176427d4f90c.xml index ecb6c212d4..39be248ffc 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/109/01d4757e-b10e-788d-a713-176427d4f90c.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/109/01d4757e-b10e-788d-a713-176427d4f90c.xml @@ -1,16 +1,16 @@ - 999 + 255573 01d4757e-b10e-788d-a713-176427d4f90c 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213521 + 255574 en - 213320 + 255575 en 1 @@ -19,12 +19,12 @@ - 213522 + 255576 en - 213321 + 255577 en 1 SYSTEM: Images @@ -38,7 +38,7 @@ false -2147483648 - 449 + 255578 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/118/e8f050dd-f6c0-4cec-559f-e54d7ef19836.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/118/e8f050dd-f6c0-4cec-559f-e54d7ef19836.xml index d57390a8e5..9e5fd53a45 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/118/e8f050dd-f6c0-4cec-559f-e54d7ef19836.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/118/e8f050dd-f6c0-4cec-559f-e54d7ef19836.xml @@ -1,16 +1,16 @@ - 1000 + 255537 e8f050dd-f6c0-4cec-559f-e54d7ef19836 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213523 + 255538 en - 213322 + 255539 en 1 @@ -19,12 +19,12 @@ - 213524 + 255540 en - 213323 + 255541 en 1 SYSTEM: Snippets @@ -38,7 +38,7 @@ false 1 - 450 + 255542 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/119/4e7e6433-2783-42a6-973a-6fc0e3bc3978.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/119/4e7e6433-2783-42a6-973a-6fc0e3bc3978.xml index 796588099f..aba966b205 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/119/4e7e6433-2783-42a6-973a-6fc0e3bc3978.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/119/4e7e6433-2783-42a6-973a-6fc0e3bc3978.xml @@ -1,16 +1,16 @@ - 1001 + 255601 4e7e6433-2783-42a6-973a-6fc0e3bc3978 TLE_ADMINISTRATOR 2009-06-22 15:06:13.41 2009-06-22 15:05:57.273 - 213525 + 255602 en - 213324 + 255603 en 1 DRM Test Collection (no preview) @@ -26,7 +26,7 @@ DRM Tests -2147483648 - 451 + 255604 @@ -110,9 +110,9 @@ AttachmentTypes - - fileHandler - + + fileHandler + @@ -132,13 +132,13 @@ - + true 0 - + false 0 @@ -146,13 +146,13 @@ - + true 0 - + false false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/121/77279582-ce3f-97ee-84c3-66de5af5a4c5.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/121/77279582-ce3f-97ee-84c3-66de5af5a4c5.xml index b7fa45a907..4276236d21 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/121/77279582-ce3f-97ee-84c3-66de5af5a4c5.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/121/77279582-ce3f-97ee-84c3-66de5af5a4c5.xml @@ -1,16 +1,16 @@ - 1002 + 255555 77279582-ce3f-97ee-84c3-66de5af5a4c5 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213526 + 255556 en - 213325 + 255557 en 1 @@ -19,12 +19,12 @@ - 213527 + 255558 en - 213326 + 255559 en 1 SYSTEM: HTML Document @@ -38,7 +38,7 @@ false 1 - 452 + 255560 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/124/cfa1e0c4-90de-655f-e7a8-104875702424.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/124/cfa1e0c4-90de-655f-e7a8-104875702424.xml index 8850b8b40a..8b3ddd8262 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/124/cfa1e0c4-90de-655f-e7a8-104875702424.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/124/cfa1e0c4-90de-655f-e7a8-104875702424.xml @@ -1,16 +1,16 @@ - 1003 + 255515 cfa1e0c4-90de-655f-e7a8-104875702424 TLE_ADMINISTRATOR 2009-03-20 11:00:55.143 2009-03-20 11:00:04.283 - 213528 + 255516 en - 213327 + 255517 en 1 Browse By Collection @@ -26,7 +26,7 @@ General Testing -2147483648 - 453 + 255518 diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/125/8c0a55fb-cdd1-41fa-9744-b5502f2911f6.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/125/8c0a55fb-cdd1-41fa-9744-b5502f2911f6.xml new file mode 100644 index 0000000000..b08f50bbd5 --- /dev/null +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/125/8c0a55fb-cdd1-41fa-9744-b5502f2911f6.xml @@ -0,0 +1,291 @@ + + 310675 + 8c0a55fb-cdd1-41fa-9744-b5502f2911f6 + TLE_ADMINISTRATOR + 2020-05-25 10:49:33.872 + 2020-05-13 11:05:19.546 + + 310676 + + + en + + 310677 + en + 1 + Replicate the bug: +1. Tail the resource centre log +2. Contribute as cppdm/tle010 - fill in all of the controls. +3. Logout, log back in as csme. Edit the item you've saved. The logs will show all of the metadata. Click on the single control. All metadata disappears. + + + + + + + + 310678 + + + en + + 310679 + en + 1 + Test Wizard Issue + + + + + + + false + false + + Test + -2147483648 + + 310680 + + + + + + + + <id>0</id> + <strings> + <entry> + <string>en</string> + <com.tle.beans.entity.LanguageString> + <id>0</id> + <locale>en</locale> + <priority>1</priority> + <text>Initial Page - Manager</text> + <bundle reference="../../../.."/> + </com.tle.beans.entity.LanguageString> + </entry> + </strings> + + + + false + false + true + 0 + 1 + + <id>0</id> + <strings> + <entry> + <string>en</string> + <com.tle.beans.entity.LanguageString> + <id>0</id> + <locale>en</locale> + <priority>1</priority> + <text>Name</text> + <bundle reference="../../../.."/> + </com.tle.beans.entity.LanguageString> + </entry> + </strings> + + + + /name + + + + + false + false + false + false + false + + + + + + + + <id>0</id> + <strings> + <entry> + <string>en</string> + <com.tle.beans.entity.LanguageString> + <id>0</id> + <locale>en</locale> + <priority>1</priority> + <text>SME Page</text> + <bundle reference="../../../.."/> + </com.tle.beans.entity.LanguageString> + </entry> + </strings> + + + + true + true + true + 1 + 0 + + <id>0</id> + <strings> + <entry> + <string>en</string> + <com.tle.beans.entity.LanguageString> + <id>0</id> + <locale>en</locale> + <priority>1</priority> + <text>Totally unrelated switch that reloads the page</text> + <bundle reference="../../../.."/> + </com.tle.beans.entity.LanguageString> + </entry> + </strings> + + + + /description + + + + + + + 0 + + + en + + 0 + en + 1 + Yes + + + + + + Yes + + + + + 0 + + + en + + 0 + en + 1 + No + + + + + + No + + + + + + + + + + + false + false + + + STRUCTURED + false + false + false + + + + + + + + + + 1f297345-cd17-4dda-bf81-ee35ac9e00b1 + basicSection + + 0 + + + en_AU + + 0 + en_AU + 2 + Basic Information + + + + + + + + 34699fc4-d12e-4455-bb96-4b1b0be06454 + attachmentsSection + + 0 + + + en_AU + + 0 + en_AU + 2 + Links to resources + + + + + + + + 5fea16a1-8225-476a-8754-8395a9e452ef + commentsSection + + 0 + + + en_AU + + 0 + en_AU + 2 + Add a comment + + + + + + + + false + false + + + false + \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/23/08e6c019-2298-96f6-79b4-100cf8a827c2.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/23/08e6c019-2298-96f6-79b4-100cf8a827c2.xml index a0d8e026b1..82959baeeb 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/23/08e6c019-2298-96f6-79b4-100cf8a827c2.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/23/08e6c019-2298-96f6-79b4-100cf8a827c2.xml @@ -1,16 +1,16 @@ - 1004 + 255597 08e6c019-2298-96f6-79b4-100cf8a827c2 TLE_ADMINISTRATOR 2009-06-02 12:06:23.653 2009-06-02 11:19:07.96 - 213529 + 255598 en - 213328 + 255599 en 1 Simple Controls Collection @@ -26,7 +26,7 @@ Automated Testing -2147483648 - 454 + 255600 diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/25/2869da6f-e43a-586d-2ad9-ff055e32cb33.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/25/2869da6f-e43a-586d-2ad9-ff055e32cb33.xml index 433136c308..ae03164830 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/25/2869da6f-e43a-586d-2ad9-ff055e32cb33.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/25/2869da6f-e43a-586d-2ad9-ff055e32cb33.xml @@ -1,16 +1,16 @@ - 1005 + 255561 2869da6f-e43a-586d-2ad9-ff055e32cb33 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213530 + 255562 en - 213329 + 255563 en 1 @@ -19,12 +19,12 @@ - 213531 + 255564 en - 213330 + 255565 en 1 Plan @@ -39,7 +39,7 @@ 365 - 455 + 255566 Temporary Wizard Name diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/47/ef19a911-0b3c-85ed-efd9-a56e56edcf37.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/47/ef19a911-0b3c-85ed-efd9-a56e56edcf37.xml index 8b307397f6..2d357e6e6d 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/47/ef19a911-0b3c-85ed-efd9-a56e56edcf37.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/47/ef19a911-0b3c-85ed-efd9-a56e56edcf37.xml @@ -1,16 +1,16 @@ - 1006 + 255609 ef19a911-0b3c-85ed-efd9-a56e56edcf37 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2011-09-21 11:05:27.583 2009-03-05 15:45:07.78 - 213532 + 255610 en - 213331 + 255611 en 1 Collection for adding items to enable automated testing. @@ -20,12 +20,12 @@ - 213533 + 255612 en - 213332 + 255613 en 1 Generic Testing Collection @@ -41,7 +41,7 @@ Automated Testing -2147483648 - 456 + 255614 @@ -204,9 +204,9 @@ AttachmentTypes - - fileHandler - + + fileHandler + @@ -254,9 +254,9 @@ AttachmentTypes - - fileHandler - + + fileHandler + diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/48/6b356e2e-e6a0-235a-5730-15ad1d8ad630.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/48/6b356e2e-e6a0-235a-5730-15ad1d8ad630.xml index 9afc3b7e58..162eae8d8d 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/48/6b356e2e-e6a0-235a-5730-15ad1d8ad630.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/48/6b356e2e-e6a0-235a-5730-15ad1d8ad630.xml @@ -1,16 +1,16 @@ - 1007 + 255531 6b356e2e-e6a0-235a-5730-15ad1d8ad630 a2720e4c-2fc0-1b97-275e-bf88bab34030 2008-06-12 14:33:27.717 2008-06-12 14:33:27.717 - 213534 + 255532 en - 213333 + 255533 en 1 System collection @@ -20,12 +20,12 @@ - 213535 + 255534 en - 213334 + 255535 en 1 My Content @@ -40,7 +40,7 @@ -2147483648 - 457 + 255536 diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/67/0bf140ee-f88a-9a3f-9160-90bd67b6b440.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/67/0bf140ee-f88a-9a3f-9160-90bd67b6b440.xml index 5d23912312..da92d1f73f 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/67/0bf140ee-f88a-9a3f-9160-90bd67b6b440.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/67/0bf140ee-f88a-9a3f-9160-90bd67b6b440.xml @@ -1,16 +1,16 @@ - 1008 + 255567 0bf140ee-f88a-9a3f-9160-90bd67b6b440 TLE_ADMINISTRATOR 2009-04-09 12:54:45.223 2009-04-09 12:52:01.097 - 213536 + 255568 en - 213335 + 255569 en 1 Collection to add youtube, googlebook and itunes controls @@ -20,12 +20,12 @@ - 213537 + 255570 en - 213336 + 255571 en 1 Generic Wizard Collection @@ -41,7 +41,7 @@ Automated Testing -2147483648 - 458 + 255572 @@ -132,9 +132,9 @@ AttachmentTypes - - googleBookHandler - + + googleBookHandler + diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/68/16dda617-1829-8555-1510-4348c162c592.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/68/16dda617-1829-8555-1510-4348c162c592.xml index ed35002deb..5ad42bac64 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/68/16dda617-1829-8555-1510-4348c162c592.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/68/16dda617-1829-8555-1510-4348c162c592.xml @@ -1,16 +1,16 @@ - 1009 + 255543 16dda617-1829-8555-1510-4348c162c592 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213538 + 255544 en - 213337 + 255545 en 1 @@ -19,12 +19,12 @@ - 213539 + 255546 en - 213338 + 255547 en 1 SYSTEM: Document @@ -38,7 +38,7 @@ false 1 - 459 + 255548 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/70/2f6bd1b8-6ddb-3b7c-554c-646617b1dad7.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/70/2f6bd1b8-6ddb-3b7c-554c-646617b1dad7.xml index bb4def8f5b..011a81e63f 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/70/2f6bd1b8-6ddb-3b7c-554c-646617b1dad7.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/70/2f6bd1b8-6ddb-3b7c-554c-646617b1dad7.xml @@ -1,16 +1,16 @@ - 1010 + 255525 2f6bd1b8-6ddb-3b7c-554c-646617b1dad7 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213540 + 255526 en - 213339 + 255527 en 1 @@ -19,12 +19,12 @@ - 213541 + 255528 en - 213340 + 255529 en 1 SYSTEM: Folder @@ -38,7 +38,7 @@ false 1 - 460 + 255530 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/71/16815372-d700-0aa8-83d6-cf9906f5a0ef.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/71/16815372-d700-0aa8-83d6-cf9906f5a0ef.xml index 64d1a21397..f041d2d985 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/71/16815372-d700-0aa8-83d6-cf9906f5a0ef.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/71/16815372-d700-0aa8-83d6-cf9906f5a0ef.xml @@ -1,16 +1,16 @@ - 1011 + 255585 16815372-d700-0aa8-83d6-cf9906f5a0ef 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213542 + 255586 en - 213341 + 255587 en 1 @@ -19,12 +19,12 @@ - 213543 + 255588 en - 213342 + 255589 en 1 SYSTEM: Video @@ -38,7 +38,7 @@ false 1 - 461 + 255590 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/71/855f6055-5271-1e13-ceae-336e70cf5110.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/71/855f6055-5271-1e13-ceae-336e70cf5110.xml index ca5a4cf40b..b07bc1d6c2 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/71/855f6055-5271-1e13-ceae-336e70cf5110.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/71/855f6055-5271-1e13-ceae-336e70cf5110.xml @@ -1,16 +1,16 @@ - 1012 + 255591 855f6055-5271-1e13-ceae-336e70cf5110 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213544 + 255592 en - 213343 + 255593 en 1 @@ -19,12 +19,12 @@ - 213545 + 255594 en - 213344 + 255595 en 1 SYSTEM: Audio @@ -38,7 +38,7 @@ false -2147483648 - 462 + 255596 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/77/d243936d-67ba-0a6f-6f4c-4a2a6b676d54.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/77/d243936d-67ba-0a6f-6f4c-4a2a6b676d54.xml index 7655a1b07e..caf231a384 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/77/d243936d-67ba-0a6f-6f4c-4a2a6b676d54.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/77/d243936d-67ba-0a6f-6f4c-4a2a6b676d54.xml @@ -1,16 +1,16 @@ - 1013 + 255579 d243936d-67ba-0a6f-6f4c-4a2a6b676d54 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213546 + 255580 en - 213345 + 255581 en 1 @@ -19,12 +19,12 @@ - 213547 + 255582 en - 213346 + 255583 en 1 SYSTEM: Animation @@ -38,7 +38,7 @@ false -2147483648 - 463 + 255584 false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/98/8e3caf16-f3cb-b3dd-d403-e5eb8d545fff.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/98/8e3caf16-f3cb-b3dd-d403-e5eb8d545fff.xml index faa5ea085d..13c86f9fd7 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/98/8e3caf16-f3cb-b3dd-d403-e5eb8d545fff.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/98/8e3caf16-f3cb-b3dd-d403-e5eb8d545fff.xml @@ -1,16 +1,16 @@ - 1014 + 255605 8e3caf16-f3cb-b3dd-d403-e5eb8d545fff TLE_ADMINISTRATOR 2009-06-22 15:06:22.3 2009-06-22 15:05:31.03 - 213548 + 255606 en - 213347 + 255607 en 1 DRM Test Collection @@ -26,7 +26,7 @@ DRM Tests -2147483648 - 464 + 255608 @@ -110,9 +110,9 @@ AttachmentTypes - - fileHandler - + + fileHandler + @@ -132,13 +132,13 @@ - + true 0 - + false 0 @@ -146,13 +146,13 @@ - + true 0 - + false false diff --git a/autotest/Tests/tests/vanilla/institution/itemdefinition/99/5eafc9ff-cad1-7290-2bd5-bd0cb7c193ee.xml b/autotest/Tests/tests/vanilla/institution/itemdefinition/99/5eafc9ff-cad1-7290-2bd5-bd0cb7c193ee.xml index 064c1e7dbd..4ef1be85be 100644 --- a/autotest/Tests/tests/vanilla/institution/itemdefinition/99/5eafc9ff-cad1-7290-2bd5-bd0cb7c193ee.xml +++ b/autotest/Tests/tests/vanilla/institution/itemdefinition/99/5eafc9ff-cad1-7290-2bd5-bd0cb7c193ee.xml @@ -1,16 +1,16 @@ - 1015 + 255549 5eafc9ff-cad1-7290-2bd5-bd0cb7c193ee 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213549 + 255550 en - 213348 + 255551 en 1 @@ -19,12 +19,12 @@ - 213550 + 255552 en - 213349 + 255553 en 1 SYSTEM: Templates @@ -38,7 +38,7 @@ false 1 - 465 + 255554 false diff --git a/autotest/Tests/tests/vanilla/institution/items/0/119296.xml b/autotest/Tests/tests/vanilla/institution/items/0/119296.xml deleted file mode 100644 index b7baace913..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/0/119296.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119296 - 6bb46f20-bb9b-2a5c-df07-4248f03f6e29 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:39.0 - 2003-03-05 15:53:23.0 - 1970-01-01 11:00:00.883 - -1.0 - false - LIVE - - - 116721 - 3253f797-adfb-453b-acf2-0941d7e68986 - belongst.gif - belongst.gif - 85 - false - false - false - - - - - - - - 119136 - 2011-08-30 12:05:10.147 - false - false - false - false - - - - - - - - - - 213623 - - - en - - 213420 - en - 1 - element of - - - - - - - 213618 - - - en - - 213416 - en - 1 - element of - - - - - - 902 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/0/119296/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/0/119296/_ITEM/item.xml deleted file mode 100644 index 6afc3f99f9..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/0/119296/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -element of -element of -element of - - - - - - - - - - - -3253f797-adfb-453b-acf2-0941d7e68986 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/0/119296/_THUMBS/belongst.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/0/119296/_THUMBS/belongst.gif.jpeg deleted file mode 100644 index b00b5e4eb5..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/0/119296/_THUMBS/belongst.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/0/119296/belongst.gif b/autotest/Tests/tests/vanilla/institution/items/0/119296/belongst.gif deleted file mode 100644 index 896257a7d8..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/0/119296/belongst.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/1/119297.xml b/autotest/Tests/tests/vanilla/institution/items/1/119297.xml deleted file mode 100644 index 9e3a8a88f0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/1/119297.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119297 - 8f65d7ab-be88-7dd6-55fe-9e4a359ea893 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:11.0 - 2003-03-06 16:54:10.0 - 1970-01-01 11:00:00.367 - -1.0 - false - LIVE - - - - - - - 6984 - http://boorah/dev/vanilla/item/image/85ca849a-817f-fe9a-0366-3c221cf82189/1/therefor.gif - 14f4d432dae86470094f4c34e3cfdf3a - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/85ca849a-817f-fe9a-0366-3c221cf82189/1/therefor.gif - 9 - 2016-05-30 23:10:52.063 - 2016-05-30 23:10:52.063 - - - - 119134 - 2011-08-30 12:05:08.077 - false - false - false - false - - - - - - - - - - 213621 - - - en - - 213421 - en - 1 - Therefore - - - - - - - 213617 - - - en - - 213415 - en - 1 - Therefore symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/1/119297/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/1/119297/_ITEM/item.xml deleted file mode 100644 index f780da6f3d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/1/119297/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Therefore Therefore symbol. live <img src="http://boorah/dev/vanilla/item/image/85ca849a-817f-fe9a-0366-3c221cf82189/1/therefor.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/10/119306.xml b/autotest/Tests/tests/vanilla/institution/items/10/119306.xml deleted file mode 100644 index 1bf9ae94a5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/10/119306.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119306 - 92aaf4b2-499d-07f4-e437-e6d457a9e146 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:38.0 - 2003-03-05 15:53:28.0 - 1970-01-01 11:00:00.643 - -1.0 - false - LIVE - - - 116726 - adb7e005-298a-49af-8e06-fce0ca2cb3e0 - cardinal.gif - cardinal.gif - 106 - false - false - false - - - - - - - - 119145 - 2011-08-30 12:05:10.307 - false - false - false - false - - - - - - - - - - 213641 - - - en - - 213439 - en - 1 - cardinal - - - - - - - 213640 - - - en - - 213438 - en - 1 - cardinal - - - - - - 1080 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/10/119306/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/10/119306/_ITEM/item.xml deleted file mode 100644 index 05c2692b7b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/10/119306/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -cardinal -cardinal -cardinal - - - - - - - - - - - -adb7e005-298a-49af-8e06-fce0ca2cb3e0 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/10/119306/_THUMBS/cardinal.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/10/119306/_THUMBS/cardinal.gif.jpeg deleted file mode 100644 index 3eee0524dd..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/10/119306/_THUMBS/cardinal.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/10/119306/cardinal.gif b/autotest/Tests/tests/vanilla/institution/items/10/119306/cardinal.gif deleted file mode 100644 index c125d2c4c8..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/10/119306/cardinal.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/100/119268.xml b/autotest/Tests/tests/vanilla/institution/items/100/119268.xml deleted file mode 100644 index 8d1a191ab2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/100/119268.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119268 - a8cd1c84-6213-69c0-4888-e72d4cadb85a - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:22.0 - 2003-03-05 15:57:14.0 - 1970-01-01 11:00:00.617 - -1.0 - false - LIVE - - - 116709 - 81a150c3-3aa0-4294-b6d3-c5c3532f8c1e - rationse.gif - rationse.gif - 121 - false - false - false - - - - - - - - 119109 - 2011-08-30 12:05:09.833 - false - false - false - false - - - - - - - - - - 213572 - - - en - - 213369 - en - 1 - rationse - - - - - - - 213562 - - - en - - 213363 - en - 1 - rationse - - - - - - 992 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/100/119268/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/100/119268/_ITEM/item.xml deleted file mode 100644 index 57556fa797..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/100/119268/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -rationse -rationse -rationse - - - - - - - - - - - -81a150c3-3aa0-4294-b6d3-c5c3532f8c1e - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/100/119268/_THUMBS/rationse.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/100/119268/_THUMBS/rationse.gif.jpeg deleted file mode 100644 index 400f3bf022..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/100/119268/_THUMBS/rationse.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/100/119268/rationse.gif b/autotest/Tests/tests/vanilla/institution/items/100/119268/rationse.gif deleted file mode 100644 index aca1bb0fc0..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/100/119268/rationse.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/101/119269.xml b/autotest/Tests/tests/vanilla/institution/items/101/119269.xml deleted file mode 100644 index 6606adaf65..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/101/119269.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119269 - df2f19c4-1aba-c8ec-dc62-311bb01de2ad - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:21.0 - 2003-03-05 15:57:39.0 - 1970-01-01 11:00:00.51 - -1.0 - false - LIVE - - - 116710 - 0c37b34d-ecab-47e2-88af-f597fc913a61 - sqrroot.gif - sqrroot.gif - 107 - false - false - false - - - - - - - - 119106 - 2011-08-30 12:05:08.223 - false - false - false - false - - - - - - - - - - 213569 - - - en - - 213367 - en - 1 - sqrroot - - - - - - - 213563 - - - en - - 213360 - en - 1 - sqrroot - - - - - - 747 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/101/119269/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/101/119269/_ITEM/item.xml deleted file mode 100644 index 45d114b413..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/101/119269/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -sqrroot -sqrroot -sqrroot - - - - - - - - - - - -0c37b34d-ecab-47e2-88af-f597fc913a61 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/101/119269/_THUMBS/sqrroot.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/101/119269/_THUMBS/sqrroot.gif.jpeg deleted file mode 100644 index c0d77c39da..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/101/119269/_THUMBS/sqrroot.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/101/119269/sqrroot.gif b/autotest/Tests/tests/vanilla/institution/items/101/119269/sqrroot.gif deleted file mode 100644 index 8879d7731a..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/101/119269/sqrroot.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/102/119270.xml b/autotest/Tests/tests/vanilla/institution/items/102/119270.xml deleted file mode 100644 index 8460483d73..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/102/119270.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119270 - 096e07a7-e64a-66a1-7bbd-6ce5363c8212 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:27:03.0 - 2003-03-06 16:26:41.0 - 1970-01-01 11:00:00.057 - -1.0 - false - LIVE - - - - - - - 6975 - http://boorah/dev/vanilla/item/image/c6ca1ed7-4a5f-9e39-8568-4d8fa9fbd19a/1/producto.gif - d5b13b38a09e2cabc85c991658cd6780 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/c6ca1ed7-4a5f-9e39-8568-4d8fa9fbd19a/1/producto.gif - 9 - 2016-05-30 23:10:52.053 - 2016-05-30 23:10:52.053 - - - - 119110 - 2011-08-30 12:05:08.283 - false - false - false - false - - - - - - - - - - 213571 - - - en - - 213370 - en - 1 - Product - - - - - - - 213566 - - - en - - 213364 - en - 1 - A product equation. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/102/119270/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/102/119270/_ITEM/item.xml deleted file mode 100644 index b10c7331dd..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/102/119270/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Product A product equation. live <table width="32%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="26%" align="center"> 100 </td> <td width="72%"> </td> </tr> <tr> <td width="26%" align="center"> <img src="http://boorah/dev/vanilla/item/image/c6ca1ed7-4a5f-9e39-8568-4d8fa9fbd19a/1/producto.gif"> </td> <td width="72%"> F(x) + C </td> </tr> <tr> <td width="26%" align="center"> x = 1 </td> <td width="72%"> </td> </tr> </table> product \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/103/119271.xml b/autotest/Tests/tests/vanilla/institution/items/103/119271.xml deleted file mode 100644 index 55ba99d39a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/103/119271.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119271 - 8de183e8-9696-34b0-caa9-cde5e25f46dc - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:40.0 - 2003-03-05 15:53:03.0 - 1970-01-01 11:00:00.3 - -1.0 - false - LIVE - - - 116711 - b67000d2-f43d-4dfc-a296-ecfb0cfb48a8 - angle.gif - angle.gif - 89 - false - false - false - - - - - - - - 119108 - 2011-08-30 12:05:10.577 - false - false - false - false - - - - - - - - - - 213570 - - - en - - 213368 - en - 1 - angle - - - - - - - 213565 - - - en - - 213362 - en - 1 - angle - - - - - - 763 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/103/119271/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/103/119271/_ITEM/item.xml deleted file mode 100644 index 5fc543ab57..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/103/119271/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -angle -angle -angle - - - - - - - - - - - -b67000d2-f43d-4dfc-a296-ecfb0cfb48a8 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/103/119271/_THUMBS/angle.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/103/119271/_THUMBS/angle.gif.jpeg deleted file mode 100644 index 86e9bb9f32..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/103/119271/_THUMBS/angle.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/103/119271/angle.gif b/autotest/Tests/tests/vanilla/institution/items/103/119271/angle.gif deleted file mode 100644 index 29ea34a6b8..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/103/119271/angle.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/104/119272.xml b/autotest/Tests/tests/vanilla/institution/items/104/119272.xml deleted file mode 100644 index c3f9f4d712..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/104/119272.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119272 - a422f18d-796e-2c0a-7037-07026b4a24f8 - 1 - TLE_ADMINISTRATOR - 2003-03-06 15:52:58.0 - 2003-03-06 15:52:52.0 - 1970-01-01 11:00:00.997 - -1.0 - false - LIVE - - - - - - - 6973 - http://boorah/dev/vanilla/item/image/e6f60e87-d8f9-57ea-2955-a58931baf25d/1/divide.gif - c76d325058d3085a886f6e94905b4106 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/e6f60e87-d8f9-57ea-2955-a58931baf25d/1/divide.gif - 9 - 2016-05-30 23:10:52.05 - 2016-05-30 23:10:52.05 - - - - 119111 - 2011-08-30 12:05:09.693 - false - false - false - false - - - - - - - - - - 213573 - - - en - - 213371 - en - 1 - Divide - - - - - - - 213567 - - - en - - 213365 - en - 1 - The divide symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/104/119272/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/104/119272/_ITEM/item.xml deleted file mode 100644 index ba05366948..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/104/119272/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Divide The divide symbol. live <img src="http://boorah/dev/vanilla/item/image/e6f60e87-d8f9-57ea-2955-a58931baf25d/1/divide.gif"> divide \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/105/119273.xml b/autotest/Tests/tests/vanilla/institution/items/105/119273.xml deleted file mode 100644 index f3ca53b665..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/105/119273.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119273 - 1ca86cad-2fd9-cf07-d068-29ac0c4bd460 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:47.0 - 2003-03-06 15:45:34.0 - 1970-01-01 11:00:00.37 - -1.0 - false - LIVE - - - - - - - 6980 - http://boorah/dev/vanilla/item/image/2645538c-5604-54f2-ebbb-cd0ec8572104/1/approx.gif - afd958e27506e40f19c148ef8024dbd8 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/2645538c-5604-54f2-ebbb-cd0ec8572104/1/approx.gif - 9 - 2016-05-30 23:10:52.057 - 2016-05-30 23:10:52.057 - - - - 119112 - 2011-08-30 12:05:08.407 - false - false - false - false - - - - - - - - - - 213577 - - - en - - 213374 - en - 1 - Approx - - - - - - - 213575 - - - en - - 213372 - en - 1 - Approximately equals to. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/105/119273/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/105/119273/_ITEM/item.xml deleted file mode 100644 index 984c2c63b3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/105/119273/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Approx Approximately equals to. live <img src="http://boorah/dev/vanilla/item/image/2645538c-5604-54f2-ebbb-cd0ec8572104/1/approx.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/106/119274.xml b/autotest/Tests/tests/vanilla/institution/items/106/119274.xml deleted file mode 100644 index c4cb3de23c..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/106/119274.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119274 - 8e9ddb47-19c4-a77e-b2eb-d34c06999b28 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:29.0 - 2003-03-05 15:56:13.0 - 1970-01-01 11:00:00.597 - -1.0 - false - LIVE - - - 116712 - 1dccdfae-3394-49f1-b4d5-705462ba6a2b - muchgtrt.gif - muchgtrt.gif - 94 - false - false - false - - - - - - - - 119113 - 2011-08-30 12:05:07.863 - false - false - false - false - - - - - - - - - - 213578 - - - en - - 213376 - en - 1 - muchgtrt - - - - - - - 213576 - - - en - - 213373 - en - 1 - muchgtrt - - - - - - 898 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/106/119274/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/106/119274/_ITEM/item.xml deleted file mode 100644 index f587a6d979..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/106/119274/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -muchgtrt -muchgtrt -muchgtrt - - - - - - - - - - - -1dccdfae-3394-49f1-b4d5-705462ba6a2b - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/106/119274/_THUMBS/muchgtrt.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/106/119274/_THUMBS/muchgtrt.gif.jpeg deleted file mode 100644 index efb19e8cb5..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/106/119274/_THUMBS/muchgtrt.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/106/119274/muchgtrt.gif b/autotest/Tests/tests/vanilla/institution/items/106/119274/muchgtrt.gif deleted file mode 100644 index 362b626c8d..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/106/119274/muchgtrt.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/107/119275.xml b/autotest/Tests/tests/vanilla/institution/items/107/119275.xml deleted file mode 100644 index 29b1cbef7b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/107/119275.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119275 - 8240b530-5d8a-9a8f-56c5-6ff078e8b276 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:43:10.0 - 2003-03-06 16:42:41.0 - 1970-01-01 11:00:00.323 - -1.0 - false - LIVE - - - - - - - 6977 - http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif - 8ab44f3f170f7c00630b041941d4b681 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif - 9 - 2016-05-30 23:10:52.057 - 2016-05-30 23:10:52.057 - - - - 119114 - 2011-08-30 12:05:09.487 - false - false - false - false - - - - - - - - - - 213581 - - - en - - 213379 - en - 1 - Root - - - - - - - 213574 - - - en - - 213375 - en - 1 - The root symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/107/119275/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/107/119275/_ITEM/item.xml deleted file mode 100644 index 5c4b4fc429..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/107/119275/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Root The root symbol. live <table cellpadding="0" cellspacing="0"> <tr> <td width="26%"> </td> <td width="10%"> </td> <td width="12%"> </td> <td width="26%"> <u>      </u> </td> <td width="26%"> </td> </tr> <tr> <td width="26%"> x +  </td> <td width="10%" align="right"> <sup>2</sup> </td> <td width="12%" align="right">  <img src="http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif"> </td> <td width="26%" align="center"> 200 </td> <td width="26%">  = y </td> </tr> </table> square root \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/108/119276.xml b/autotest/Tests/tests/vanilla/institution/items/108/119276.xml deleted file mode 100644 index 93aaae42fb..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/108/119276.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119276 - 978a4c5e-4091-ac0d-7f34-b6aa5eb6c51a - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:30.0 - 2003-03-05 15:56:08.0 - 1970-01-01 11:00:00.417 - -1.0 - false - LIVE - - - 116713 - 217e212d-2c83-4c46-9710-df386a98ce65 - minplus.gif - minplus.gif - 88 - false - false - false - - - - - - - - 119115 - 2011-08-30 12:05:07.893 - false - false - false - false - - - - - - - - - - 213582 - - - en - - 213380 - en - 1 - minplus - - - - - - - 213579 - - - en - - 213377 - en - 1 - minplus - - - - - - 810 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/108/119276/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/108/119276/_ITEM/item.xml deleted file mode 100644 index 8bc330d1ef..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/108/119276/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -minplus -minplus -minplus - - - - - - - - - - - -217e212d-2c83-4c46-9710-df386a98ce65 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/108/119276/_THUMBS/minplus.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/108/119276/_THUMBS/minplus.gif.jpeg deleted file mode 100644 index 17991f778e..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/108/119276/_THUMBS/minplus.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/108/119276/minplus.gif b/autotest/Tests/tests/vanilla/institution/items/108/119276/minplus.gif deleted file mode 100644 index 6ffdac070b..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/108/119276/minplus.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/109/119277.xml b/autotest/Tests/tests/vanilla/institution/items/109/119277.xml deleted file mode 100644 index 87d044ffa7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/109/119277.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119277 - 050befde-47b1-bb3f-820f-6b97bffc8c17 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:53.0 - 2003-03-06 16:19:06.0 - 1970-01-01 11:00:00.753 - -1.0 - false - LIVE - - - - - - - 6974 - http://boorah/dev/vanilla/item/image/0e9bcc78-8c84-eb66-84e7-73c91fc93de4/1/notequal.gif - f8115e611a1380a6e01e779d4b11c745 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/0e9bcc78-8c84-eb66-84e7-73c91fc93de4/1/notequal.gif - 9 - 2016-05-30 23:10:52.053 - 2016-05-30 23:10:52.053 - - - - 119116 - 2011-08-30 12:05:08.94 - false - false - false - false - - - - - - - - - - 213583 - - - en - - 213381 - en - 1 - Not Equal To - - - - - - - 213580 - - - en - - 213378 - en - 1 - Not equal to symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/109/119277/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/109/119277/_ITEM/item.xml deleted file mode 100644 index c05958a772..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/109/119277/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Not Equal To Not equal to symbol. live  <img src="http://boorah/dev/vanilla/item/image/0e9bcc78-8c84-eb66-84e7-73c91fc93de4/1/notequal.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/11/119307.xml b/autotest/Tests/tests/vanilla/institution/items/11/119307.xml deleted file mode 100644 index 2de08aabff..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/11/119307.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119307 - 3fd913c2-a404-e4fa-d936-83dd5ef95920 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:26.0 - 2003-03-05 15:56:39.0 - 1970-01-01 11:00:00.637 - -1.0 - false - LIVE - - - 116727 - 9515c586-c7a2-4b2b-bc91-53eb919a89cd - notsubse.gif - notsubse.gif - 111 - false - false - false - - - - - - - - 119147 - 2011-08-30 12:05:10.117 - false - false - false - false - - - - - - - - - - 213647 - - - en - - 213444 - en - 1 - notsubse - - - - - - - 213644 - - - en - - 213442 - en - 1 - notsubse - - - - - - 977 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/11/119307/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/11/119307/_ITEM/item.xml deleted file mode 100644 index ff254f14c4..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/11/119307/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -notsubse -notsubse -notsubse - - - - - - - - - - - -9515c586-c7a2-4b2b-bc91-53eb919a89cd - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/11/119307/_THUMBS/notsubse.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/11/119307/_THUMBS/notsubse.gif.jpeg deleted file mode 100644 index db34b3c6ec..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/11/119307/_THUMBS/notsubse.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/11/119307/notsubse.gif b/autotest/Tests/tests/vanilla/institution/items/11/119307/notsubse.gif deleted file mode 100644 index 3c65046f78..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/11/119307/notsubse.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/110/119278.xml b/autotest/Tests/tests/vanilla/institution/items/110/119278.xml deleted file mode 100644 index 54454aef8b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/110/119278.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119278 - 611a344f-68ed-74f9-17b2-e7864c4530be - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:19.0 - 2003-03-05 15:57:56.0 - 1970-01-01 11:00:00.387 - -1.0 - false - LIVE - - - 116714 - 1efb1188-6457-4b09-bf1e-a6081960ebfd - times.gif - times.gif - 86 - false - false - false - - - - - - - - 119117 - 2011-08-30 12:05:07.427 - false - false - false - false - - - - - - - - - - 213587 - - - en - - 213385 - en - 1 - times - - - - - - - 213584 - - - en - - 213382 - en - 1 - times - - - - - - 929 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/110/119278/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/110/119278/_ITEM/item.xml deleted file mode 100644 index 6e8748821a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/110/119278/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -times -times -times - - - - - - - - - - - -1efb1188-6457-4b09-bf1e-a6081960ebfd - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/110/119278/_THUMBS/times.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/110/119278/_THUMBS/times.gif.jpeg deleted file mode 100644 index b76885ec71..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/110/119278/_THUMBS/times.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/110/119278/times.gif b/autotest/Tests/tests/vanilla/institution/items/110/119278/times.gif deleted file mode 100644 index b9c3702927..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/110/119278/times.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/111/119279.xml b/autotest/Tests/tests/vanilla/institution/items/111/119279.xml deleted file mode 100644 index ba6d287422..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/111/119279.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119279 - a04d278e-ab06-a8f3-2179-7efc06dd3e1a - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:33.0 - 2003-03-05 15:55:19.0 - 1970-01-01 11:00:00.683 - -1.0 - false - LIVE - - - 116715 - cf51fe27-fae7-4cd2-9970-1a49f45a16be - implies.gif - implies.gif - 94 - false - false - false - - - - - - - - 119118 - 2011-08-30 12:05:09.633 - false - false - false - false - - - - - - - - - - 213590 - - - en - - 213388 - en - 1 - implies - - - - - - - 213585 - - - en - - 213383 - en - 1 - implies - - - - - - 781 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/111/119279/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/111/119279/_ITEM/item.xml deleted file mode 100644 index 1498924400..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/111/119279/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -implies -implies -implies - - - - - - - - - - - -cf51fe27-fae7-4cd2-9970-1a49f45a16be - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/111/119279/_THUMBS/implies.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/111/119279/_THUMBS/implies.gif.jpeg deleted file mode 100644 index d3d9132237..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/111/119279/_THUMBS/implies.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/111/119279/implies.gif b/autotest/Tests/tests/vanilla/institution/items/111/119279/implies.gif deleted file mode 100644 index c394a13a5b..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/111/119279/implies.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/112/119280.xml b/autotest/Tests/tests/vanilla/institution/items/112/119280.xml deleted file mode 100644 index 504a9f9488..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/112/119280.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119280 - d137e0e5-39e1-09a0-603c-32dac6d2f4df - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:57.0 - 2003-03-06 16:19:56.0 - 1970-01-01 11:00:00.913 - -1.0 - false - LIVE - - - - - - - 6976 - http://boorah/dev/vanilla/item/image/3fd913c2-a404-e4fa-d936-83dd5ef95920/1/notsubse.gif - aa355f6eefb704ac885422b0f8cfafca - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/3fd913c2-a404-e4fa-d936-83dd5ef95920/1/notsubse.gif - 9 - 2016-05-30 23:10:52.053 - 2016-05-30 23:10:52.053 - - - - 119119 - 2011-08-30 12:05:07.55 - false - false - false - false - - - - - - - - - - 213592 - - - en - - 213390 - en - 1 - Not Subset Of - - - - - - - 213586 - - - en - - 213384 - en - 1 - The symbol for excluding from a subset. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/112/119280/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/112/119280/_ITEM/item.xml deleted file mode 100644 index 3c467470e9..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/112/119280/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Not Subset Of The symbol for excluding from a subset. live  <img src="http://boorah/dev/vanilla/item/image/3fd913c2-a404-e4fa-d936-83dd5ef95920/1/notsubse.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/113/119281.xml b/autotest/Tests/tests/vanilla/institution/items/113/119281.xml deleted file mode 100644 index a19c5aa0ad..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/113/119281.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119281 - 968b7356-0d55-fe39-65bd-b87acbcb144d - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:56.3 - 2009-03-20 11:03:56.377 - 1970-01-01 11:00:00.887 - -1.0 - false - LIVE - - - - - - - 119121 - 2009-03-20 11:03:56.3 - 2011-08-30 12:05:11.273 - false - false - false - false - - - - - 283285 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:56.3 - false - edit - DRAFT - - - 283287 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:56.3 - false - statechange - MODERATING - - - 283289 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:56.3 - false - resetworkflow - MODERATING - - - 283291 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:56.3 - false - statechange - LIVE - - - - - - - - - 213594 - - - en_US - - 213392 - en_US - 2 - Three - - - - - - - 213589 - - - en_US - - 213387 - en_US - 2 - 2009 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/113/119281/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/113/119281/_ITEM/item.xml deleted file mode 100644 index 5debb3e2f5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/113/119281/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -ThreeAndrew2009 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/114/119282.xml b/autotest/Tests/tests/vanilla/institution/items/114/119282.xml deleted file mode 100644 index d3d8a78dfb..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/114/119282.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119282 - 94d8f106-3be4-6d73-7bc2-29b7676b5ffe - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:17.0 - 2003-03-05 15:53:43.0 - 1970-01-01 11:00:00.987 - -1.0 - false - LIVE - - - 116716 - fc99708c-52df-40a3-bb0e-58d05061661c - complexs.gif - complexs.gif - 104 - false - false - false - - - - - - - - 119120 - 2011-08-30 12:05:08.79 - false - false - false - false - - - - - - - - - - 213595 - - - en - - 213393 - en - 1 - complex set - - - - - - - 213588 - - - en - - 213386 - en - 1 - complex set - - - - - - 960 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/114/119282/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/114/119282/_ITEM/item.xml deleted file mode 100644 index b912f47c71..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/114/119282/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -complex set -complex set -tilda - - - - - - - - - - - -fc99708c-52df-40a3-bb0e-58d05061661c - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/114/119282/_THUMBS/complexs.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/114/119282/_THUMBS/complexs.gif.jpeg deleted file mode 100644 index a04cda6782..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/114/119282/_THUMBS/complexs.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/114/119282/complexs.gif b/autotest/Tests/tests/vanilla/institution/items/114/119282/complexs.gif deleted file mode 100644 index ab132c05a3..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/114/119282/complexs.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/115/119283.xml b/autotest/Tests/tests/vanilla/institution/items/115/119283.xml deleted file mode 100644 index 3e1dd76149..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/115/119283.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119283 - fdc223e1-69f2-f24e-d8c8-26b2c48af79c - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:01.223 - 2009-03-20 11:03:01.283 - 1970-01-01 11:00:00.86 - -1.0 - false - LIVE - - - - - - - 119122 - 2009-03-20 11:03:01.223 - 2011-08-30 12:05:08.02 - false - false - false - false - - - - - 283286 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:01.223 - false - edit - DRAFT - - - 283288 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:01.223 - false - statechange - MODERATING - - - 283290 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:01.223 - false - resetworkflow - MODERATING - - - 283292 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:01.223 - false - statechange - LIVE - - - - - - - - - 213596 - - - en_US - - 213394 - en_US - 2 - One - - - - - - - 213591 - - - en_US - - 213389 - en_US - 2 - 2009 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/115/119283/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/115/119283/_ITEM/item.xml deleted file mode 100644 index 52ef57479e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/115/119283/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -OneDane2009 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/116/119284.xml b/autotest/Tests/tests/vanilla/institution/items/116/119284.xml deleted file mode 100644 index 94732077d6..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/116/119284.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119284 - e9a68700-d245-662c-59f2-8caab95f903f - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:30.0 - 2003-03-05 15:56:03.0 - 1970-01-01 11:00:00.527 - -1.0 - false - LIVE - - - 116717 - 157c0be0-4c92-450f-881e-88a7e9f0307c - mapsinto.gif - mapsinto.gif - 87 - false - false - false - - - - - - - - 119123 - 2011-08-30 12:05:08.623 - false - false - false - false - - - - - - - - - - 213597 - - - en - - 213395 - en - 1 - mapsinto - - - - - - - 213593 - - - en - - 213391 - en - 1 - mapsinto - - - - - - 670 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/116/119284/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/116/119284/_ITEM/item.xml deleted file mode 100644 index cec9a72f65..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/116/119284/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -mapsinto -mapsinto -mapsinto - - - - - - - - - - - -157c0be0-4c92-450f-881e-88a7e9f0307c - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/116/119284/_THUMBS/mapsinto.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/116/119284/_THUMBS/mapsinto.gif.jpeg deleted file mode 100644 index b3293ebcd9..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/116/119284/_THUMBS/mapsinto.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/116/119284/mapsinto.gif b/autotest/Tests/tests/vanilla/institution/items/116/119284/mapsinto.gif deleted file mode 100644 index 74240e8d79..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/116/119284/mapsinto.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/117/119285.xml b/autotest/Tests/tests/vanilla/institution/items/117/119285.xml deleted file mode 100644 index c1876679c6..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/117/119285.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119285 - 79987c28-53b5-95e8-7b16-20e8e82637c3 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:25.0 - 2003-03-05 15:56:53.0 - 1970-01-01 11:00:00.17 - -1.0 - false - LIVE - - - 116718 - e286fde2-8516-463b-bb75-8e0d64933898 - perpendi.gif - perpendi.gif - 83 - false - false - false - - - - - - - - 119124 - 2011-08-30 12:05:09.6 - false - false - false - false - - - - - - - - - - 213599 - - - en - - 213397 - en - 1 - perpendi - - - - - - - 213598 - - - en - - 213396 - en - 1 - perpendi - - - - - - 744 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/117/119285/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/117/119285/_ITEM/item.xml deleted file mode 100644 index 84e3928026..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/117/119285/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -perpendi -perpendi -perpendi - - - - - - - - - - - -e286fde2-8516-463b-bb75-8e0d64933898 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/117/119285/_THUMBS/perpendi.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/117/119285/_THUMBS/perpendi.gif.jpeg deleted file mode 100644 index cb31b2a20d..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/117/119285/_THUMBS/perpendi.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/117/119285/perpendi.gif b/autotest/Tests/tests/vanilla/institution/items/117/119285/perpendi.gif deleted file mode 100644 index 3a694e8c5d..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/117/119285/perpendi.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/118/119286.xml b/autotest/Tests/tests/vanilla/institution/items/118/119286.xml deleted file mode 100644 index c69fd1c8d2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/118/119286.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119286 - 904b0101-6b3e-6a8d-abd8-ce5337a0fac7 - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:48.82 - 2009-03-20 11:22:48.88 - 1970-01-01 11:00:00.33 - -1.0 - false - LIVE - - - - - - - 119125 - 2009-03-20 11:22:48.82 - 2011-08-30 12:05:09.97 - false - false - false - false - - - - - 283293 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:48.82 - false - edit - DRAFT - - - 283294 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:48.82 - false - statechange - MODERATING - - - 283295 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:48.82 - false - resetworkflow - MODERATING - - - 283296 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:48.82 - false - statechange - LIVE - - - - - - - - - 213604 - - - en_US - - 213400 - en_US - 2 - Five - - - - - - - 213600 - - - en_US - - 213398 - en_US - 2 - 2009 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/118/119286/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/118/119286/_ITEM/item.xml deleted file mode 100644 index 1893b90862..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/118/119286/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -FiveNick2009 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/119/119287.xml b/autotest/Tests/tests/vanilla/institution/items/119/119287.xml deleted file mode 100644 index 2305677bae..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/119/119287.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119287 - e6f60e87-d8f9-57ea-2955-a58931baf25d - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:37.0 - 2003-03-05 15:53:54.0 - 1970-01-01 11:00:00.35 - -1.0 - false - LIVE - - - 116719 - 73f92069-0855-4b6d-9e5c-654c05c0811c - divide.gif - divide.gif - 80 - false - false - false - - - - - - - - 119126 - 2011-08-30 12:05:07.66 - false - false - false - false - - - - - - - - - - 213606 - - - en - - 213402 - en - 1 - divide - - - - - - - 213601 - - - en - - 213399 - en - 1 - divide - - - - - - 709 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/119/119287/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/119/119287/_ITEM/item.xml deleted file mode 100644 index 6cf92f6b5f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/119/119287/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -divide -divide -divide - - - - - - - - - - - -73f92069-0855-4b6d-9e5c-654c05c0811c - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/119/119287/_THUMBS/divide.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/119/119287/_THUMBS/divide.gif.jpeg deleted file mode 100644 index 23fa26a497..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/119/119287/_THUMBS/divide.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/119/119287/divide.gif b/autotest/Tests/tests/vanilla/institution/items/119/119287/divide.gif deleted file mode 100644 index 5cb940a942..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/119/119287/divide.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/12/119308.xml b/autotest/Tests/tests/vanilla/institution/items/12/119308.xml deleted file mode 100644 index 551590fe70..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/12/119308.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119308 - 4caf600c-2b93-5f02-66cb-68cbbee9d9a2 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:37.0 - 2003-03-06 16:12:39.0 - 1970-01-01 11:00:00.437 - -1.0 - false - LIVE - - - - - - - 6990 - http://boorah/dev/vanilla/item/image/08baea1c-e6e4-2737-28a6-3614095f7462/1/intersec.gif - fdfcd7af3a72b7979033b3121323174b - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/08baea1c-e6e4-2737-28a6-3614095f7462/1/intersec.gif - 9 - 2016-05-30 23:10:52.067 - 2016-05-30 23:10:52.067 - - - - 119148 - 2011-08-30 12:05:08.657 - false - false - false - false - - - - - - - - - - 213648 - - - en - - 213446 - en - 1 - Intersection - - - - - - - 213645 - - - en - - 213443 - en - 1 - The symbol for the intersection of sets. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/12/119308/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/12/119308/_ITEM/item.xml deleted file mode 100644 index 68954dc392..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/12/119308/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Intersection The symbol for the intersection of sets. live <p> <img src="http://boorah/dev/vanilla/item/image/08baea1c-e6e4-2737-28a6-3614095f7462/1/intersec.gif"> </content> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/120/119288.xml b/autotest/Tests/tests/vanilla/institution/items/120/119288.xml deleted file mode 100644 index ff5bea0417..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/120/119288.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119288 - cbd66cbe-5f16-5898-cbbc-d39b58940f48 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:39.0 - 2003-03-06 16:14:02.0 - 1970-01-01 11:00:00.533 - -1.0 - false - LIVE - - - - - - - 6982 - http://boorah/dev/vanilla/item/image/e9a68700-d245-662c-59f2-8caab95f903f/1/mapsinto.gif - 180fe08ed5eb20f7f648bb93bf9769e2 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/e9a68700-d245-662c-59f2-8caab95f903f/1/mapsinto.gif - 9 - 2016-05-30 23:10:52.06 - 2016-05-30 23:10:52.06 - - - - 119127 - 2011-08-30 12:05:10.983 - false - false - false - false - - - - - - - - - - 213608 - - - en - - 213406 - en - 1 - Maps Into - - - - - - - 213605 - - - en - - 213401 - en - 1 - Maps into symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/120/119288/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/120/119288/_ITEM/item.xml deleted file mode 100644 index 6e45ab10fa..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/120/119288/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Maps Into Maps into symbol. live  <img src="http://boorah/dev/vanilla/item/image/e9a68700-d245-662c-59f2-8caab95f903f/1/mapsinto.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/121/119289.xml b/autotest/Tests/tests/vanilla/institution/items/121/119289.xml deleted file mode 100644 index 868d0b75f1..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/121/119289.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119289 - 79d2cad3-8490-9c75-b360-f34ecac4c38f - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:02:20.52 - 2009-03-20 11:02:25.847 - 1970-01-01 11:00:00.417 - -1.0 - false - LIVE - - - - - - - 119128 - 2009-03-20 11:02:20.52 - 2011-08-30 12:05:07.697 - false - false - false - false - - - - - 283297 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:02:20.52 - false - edit - DRAFT - - - 283298 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:02:20.52 - false - statechange - MODERATING - - - 283299 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:02:20.52 - false - resetworkflow - MODERATING - - - 283300 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:02:20.52 - false - statechange - LIVE - - - - - - - - - 213610 - - - en_US - - 213408 - en_US - 2 - One - - - - - - - 213602 - - - en_US - - 213403 - en_US - 2 - 2009 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/121/119289/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/121/119289/_ITEM/item.xml deleted file mode 100644 index 52ef57479e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/121/119289/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -OneDane2009 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/122/119290.xml b/autotest/Tests/tests/vanilla/institution/items/122/119290.xml deleted file mode 100644 index 6f160843ce..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/122/119290.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119290 - f44bbe28-c47a-d9ae-5001-0c58ed70d1e4 - 1 - TLE_ADMINISTRATOR - 2003-03-06 15:50:49.0 - 2003-03-06 15:50:01.0 - 1970-01-01 11:00:00.473 - -1.0 - false - LIVE - - - - - - - 6981 - http://boorah/dev/vanilla/item/image/94d8f106-3be4-6d73-7bc2-29b7676b5ffe/1/complexs.gif - dd6b8cff7cb4e0c4a37fbf9f7caf2d8c - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/94d8f106-3be4-6d73-7bc2-29b7676b5ffe/1/complexs.gif - 9 - 2016-05-30 23:10:52.06 - 2016-05-30 23:10:52.06 - - - - 119129 - 2011-08-30 12:05:11.017 - false - false - false - false - - - - - - - - - - 213612 - - - en - - 213410 - en - 1 - Complex Set - - - - - - - 213603 - - - en - - 213404 - en - 1 - The symbol for the set of complex numbers. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/122/119290/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/122/119290/_ITEM/item.xml deleted file mode 100644 index 75139305e7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/122/119290/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Complex Set The symbol for the set of complex numbers. live <img src="http://boorah/dev/vanilla/item/image/94d8f106-3be4-6d73-7bc2-29b7676b5ffe/1/complexs.gif"> complex set numbers \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/123/119291.xml b/autotest/Tests/tests/vanilla/institution/items/123/119291.xml deleted file mode 100644 index 86026b25a4..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/123/119291.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119291 - 64d651de-d4d2-e302-86e2-cc0d482d081d - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:33.0 - 2003-03-06 16:11:19.0 - 1970-01-01 11:00:00.023 - -1.0 - false - LIVE - - - - - - - 6979 - http://boorah/dev/vanilla/item/image/6a89d612-a305-4f5f-a03b-41357ad372d7/1/infinity.gif - c9acd7322c5dbbcbc82d4e8b72d05464 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/6a89d612-a305-4f5f-a03b-41357ad372d7/1/infinity.gif - 9 - 2016-05-30 23:10:52.057 - 2016-05-30 23:10:52.057 - - - - 119130 - 2011-08-30 12:05:09.333 - false - false - false - false - - - - - - - - - - 213613 - - - en - - 213411 - en - 1 - Infinity - - - - - - - 213607 - - - en - - 213405 - en - 1 - Infinity symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/123/119291/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/123/119291/_ITEM/item.xml deleted file mode 100644 index e21d9e703e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/123/119291/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Infinity Infinity symbol. live <img src="http://boorah/dev/vanilla/item/image/6a89d612-a305-4f5f-a03b-41357ad372d7/1/infinity.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/124/119292.xml b/autotest/Tests/tests/vanilla/institution/items/124/119292.xml deleted file mode 100644 index 2c4c56ba41..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/124/119292.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119292 - 2158ba6b-ab5c-4d9b-a2c7-ef5835bf14cd - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:41.0 - 2003-03-05 15:23:32.0 - 1970-01-01 11:00:00.74 - -1.0 - false - PERSONAL - - - 116720 - 5c32be89-390b-41b8-b36c-1626fd106a55 - anti.gif - C:\anti.gif - 120 - false - false - false - - - - - - - - 119131 - 2011-08-30 12:05:08.843 - false - false - false - false - - - - - - - - - - 213614 - - - en - - 213412 - en - 1 - anti - - - - - - - 213609 - - - en - - 213407 - en - 1 - anti - - - - - - 297 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/124/119292/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/124/119292/_ITEM/item.xml deleted file mode 100644 index d888da4211..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/124/119292/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -anti -anti -anti - - - - - - - - - - - -5c32be89-390b-41b8-b36c-1626fd106a55 -myresource \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/124/119292/_THUMBS/anti.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/124/119292/_THUMBS/anti.gif.jpeg deleted file mode 100644 index 910eafd64f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/124/119292/_THUMBS/anti.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/124/119292/anti.gif b/autotest/Tests/tests/vanilla/institution/items/124/119292/anti.gif deleted file mode 100644 index 283b3b08d6..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/124/119292/anti.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/125/119293.xml b/autotest/Tests/tests/vanilla/institution/items/125/119293.xml deleted file mode 100644 index 8936768ba1..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/125/119293.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119293 - a1137102-a5f1-ebf9-84ae-8db6e8e45253 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:41.0 - 2003-03-06 16:14:38.0 - 1970-01-01 11:00:00.9 - -1.0 - false - LIVE - - - - - - - 6978 - http://boorah/dev/vanilla/item/image/8c2bbf92-26ff-3377-3141-6d54274986dc/1/lssthneq.gif - a926116cc1fcc6a801c661b4b28483e8 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/8c2bbf92-26ff-3377-3141-6d54274986dc/1/lssthneq.gif - 9 - 2016-05-30 23:10:52.057 - 2016-05-30 23:10:52.057 - - - - 119132 - 2011-08-30 12:05:10.04 - false - false - false - false - - - - - - - - - - 213615 - - - en - - 213413 - en - 1 - Less Than Or Equal - - - - - - - 213611 - - - en - - 213409 - en - 1 - Less than or equal to. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/125/119293/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/125/119293/_ITEM/item.xml deleted file mode 100644 index 1d28596619..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/125/119293/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Less Than Or Equal Less than or equal to. live  <img src="http://boorah/dev/vanilla/item/image/8c2bbf92-26ff-3377-3141-6d54274986dc/1/lssthneq.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/126/119294.xml b/autotest/Tests/tests/vanilla/institution/items/126/119294.xml deleted file mode 100644 index c9f0a764f0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/126/119294.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119294 - e90fc92f-86a4-7151-6825-3793e1c1a957 - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:15:05.0 - 2003-02-07 09:34:53.0 - 1970-01-01 11:00:00.457 - -1.0 - false - LIVE - - - - - - - 119133 - 2011-08-30 12:05:09.363 - false - false - false - false - - - - - - - - - - 213620 - - - en - - 213418 - en - 1 - Superscript - - - - - - - 213616 - - - en - - 213414 - en - 1 - Superscript for equations - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/126/119294/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/126/119294/_ITEM/item.xml deleted file mode 100644 index dc8da6be07..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/126/119294/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Superscript Superscript for equations live x<sup>5</sup> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/127/119295.xml b/autotest/Tests/tests/vanilla/institution/items/127/119295.xml deleted file mode 100644 index d227872b59..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/127/119295.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119295 - dec2efa2-5cdd-7077-39b7-58dd646f4422 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:43.0 - 2003-03-06 16:15:49.0 - 1970-01-01 11:00:00.897 - -1.0 - false - LIVE - - - - - - - 6986 - http://boorah/dev/vanilla/item/image/978a4c5e-4091-ac0d-7f34-b6aa5eb6c51a/1/minplus.gif - 9915da5f48470eff9dd6535dd41e793c - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/978a4c5e-4091-ac0d-7f34-b6aa5eb6c51a/1/minplus.gif - 9 - 2016-05-30 23:10:52.063 - 2016-05-30 23:10:52.063 - - - - 119135 - 2011-08-30 12:05:09.297 - false - false - false - false - - - - - - - - - - 213622 - - - en - - 213419 - en - 1 - Minus Or Plus - - - - - - - 213619 - - - en - - 213417 - en - 1 - Minus or plus symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/127/119295/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/127/119295/_ITEM/item.xml deleted file mode 100644 index b6bef7e7b4..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/127/119295/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Minus Or Plus Minus or plus symbol. live  <img src="http://boorah/dev/vanilla/item/image/978a4c5e-4091-ac0d-7f34-b6aa5eb6c51a/1/minplus.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/13/119309.xml b/autotest/Tests/tests/vanilla/institution/items/13/119309.xml deleted file mode 100644 index 58c55fa320..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/13/119309.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119309 - 9ea99d5a-7a79-f555-2857-4b1879be626a - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:27.0 - 2003-03-06 16:08:17.0 - 1970-01-01 11:00:00.087 - -1.0 - false - LIVE - - - - - - - 6989 - http://boorah/dev/vanilla/item/image/d5797742-ed61-012e-e8f4-15c676f9707c/1/equivale.gif - b44943794901a724d4317c42cf1aa1fd - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/d5797742-ed61-012e-e8f4-15c676f9707c/1/equivale.gif - 9 - 2016-05-30 23:10:52.067 - 2016-05-30 23:10:52.067 - - - - 119146 - 2011-08-30 12:05:07.33 - false - false - false - false - - - - - - - - - - 213646 - - - en - - 213445 - en - 1 - Equivalent - - - - - - - 213642 - - - en - - 213440 - en - 1 - The equivalent symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/13/119309/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/13/119309/_ITEM/item.xml deleted file mode 100644 index 5e4d95cf62..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/13/119309/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Equivalent The equivalent symbol. live  <img src="http://boorah/dev/vanilla/item/image/d5797742-ed61-012e-e8f4-15c676f9707c/1/equivale.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/15/119311.xml b/autotest/Tests/tests/vanilla/institution/items/15/119311.xml deleted file mode 100644 index 9703b6170d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/15/119311.xml +++ /dev/null @@ -1,94 +0,0 @@ - - 119311 - 23f4238e-d22c-f66b-6807-884f3bc5c576 - 1 - zae1c841-0140-ad6c-4496-fffcfa83bd2d - 2003-07-15 10:34:03.0 - 2003-07-15 10:33:30.0 - 1970-01-01 11:00:00.323 - -1.0 - false - DRAFT - - - 116729 - 36bdf57f-9e21-4015-b35b-fa578866906c - - Start Titration - 7816 - false - false - false - - - - - - - - 119150 - 2011-08-30 12:05:10.607 - false - false - false - false - - - - - - - - - 184 - 2dfc7ade-7ae6-4729-93ef-25efe08598cc - Start Titration - - - 205 - Default - - - - 0 - - - - - 213655 - - - en - - 213454 - en - 1 - Titration - - - - - - - 213650 - - - en - - 213448 - en - 1 - Titration - - - - - - 7367 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/15/119311/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/15/119311/_ITEM/item.xml deleted file mode 100644 index 95bb4c0566..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/15/119311/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -Titration -Titration -Titration - - - - - - - - - - - - -36bdf57f-9e21-4015-b35b-fa578866906c - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/15/119311/_mypages/36bdf57f-9e21-4015-b35b-fa578866906c/page.html b/autotest/Tests/tests/vanilla/institution/items/15/119311/_mypages/36bdf57f-9e21-4015-b35b-fa578866906c/page.html deleted file mode 100644 index 1d216e6c41..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/15/119311/_mypages/36bdf57f-9e21-4015-b35b-fa578866906c/page.html +++ /dev/null @@ -1,97 +0,0 @@ -Start Titration
-   - -   - -   - -   -
-
- Titration  -
-
-
-
- A titration is a method of analysis that will allow you to determine the precise endpoint of a reaction and therefore the precise quantity of reactant in the titration flask. A buret is used to deliver the second reactant to the flask and an indicator or pH Meter is used to detectthe endpoint of the reaction. Refer to the video below


  -
-
-   -
-
- Doing a Titration  -
-
-
- Begin by preparing your burette, as described on the burette page. Your burette should be conditioned and filled with titrant solution. You should check for air bubbles and leaks, before proceding with the titration.   -

-   -

-
-   -
-
- -      - -   - -   -
-
-
-
- Take an initial volume reading and record it in your notebook.
  -
- Before beginning a titration, you should always calculate the   -
-
- expected endpoint volume.
  -
-
-
-
- -   - -   - -   -
-
-
-
- Prepare the solution to be analyzed by placing it in a clean Erlenmeyer flask or beaker. If your sample is a solid, make sure it is completely dissoloved. Put a magnetic stirrer in the flask and add indicator.
  -
-
-
-   - -   - -   -
-
-
-
- Use the buret to deliver a stream of titrant to within a couple of mL of your expected endpoint. You will see the indicator change color when the titrant hits the solution in the flask, but the color change disappears upon stirring.
  -
-
- - - - - - - - - - - - - - diff --git a/autotest/Tests/tests/vanilla/institution/items/16/119312.xml b/autotest/Tests/tests/vanilla/institution/items/16/119312.xml deleted file mode 100644 index 360a936377..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/16/119312.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119312 - 351cd5ea-60cc-df2c-7aa8-2f21aa2fb7bd - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:47.0 - 2003-03-06 16:17:00.0 - 1970-01-01 11:00:00.873 - -1.0 - false - LIVE - - - - - - - 6988 - http://boorah/dev/vanilla/item/image/37cff79f-be4a-3fc4-af61-4ed3887a7ac0/1/muchlest.gif - 0658f371b9cccc15fee4f7a621ef4aa1 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/37cff79f-be4a-3fc4-af61-4ed3887a7ac0/1/muchlest.gif - 9 - 2016-05-30 23:10:52.067 - 2016-05-30 23:10:52.067 - - - - 119151 - 2011-08-30 12:05:08.153 - false - false - false - false - - - - - - - - - - 213656 - - - en - - 213451 - en - 1 - Much Less Than - - - - - - - 213651 - - - en - - 213449 - en - 1 - Much less than symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/16/119312/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/16/119312/_ITEM/item.xml deleted file mode 100644 index 352027e63e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/16/119312/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Much Less Than Much less than symbol. live  <img src="http://boorah/dev/vanilla/item/image/37cff79f-be4a-3fc4-af61-4ed3887a7ac0/1/muchlest.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/17/119313.xml b/autotest/Tests/tests/vanilla/institution/items/17/119313.xml deleted file mode 100644 index e57e9c5c4d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/17/119313.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119313 - 11b10a72-1345-9c6c-c7e8-132e489edb99 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:09.0 - 2003-03-06 16:53:35.0 - 1970-01-01 11:00:00.153 - -1.0 - false - LIVE - - - - - - - 6991 - http://boorah/dev/vanilla/item/image/cf209478-f161-909d-4762-55d9c4ffa551/1/subset.gif - 04ef7b0f21a7759fd6136eef774a7597 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/cf209478-f161-909d-4762-55d9c4ffa551/1/subset.gif - 9 - 2016-05-30 23:10:52.07 - 2016-05-30 23:10:52.07 - - - - 119152 - 2011-08-30 12:05:07.273 - false - false - false - false - - - - - - - - - - 213657 - - - en - - 213455 - en - 1 - Subset - - - - - - - 213652 - - - en - - 213450 - en - 1 - Subset symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/17/119313/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/17/119313/_ITEM/item.xml deleted file mode 100644 index a746a67108..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/17/119313/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Subset Subset symbol. live  <img src="http://boorah/dev/vanilla/item/image/cf209478-f161-909d-4762-55d9c4ffa551/1/subset.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/18/119314.xml b/autotest/Tests/tests/vanilla/institution/items/18/119314.xml deleted file mode 100644 index decfa89210..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/18/119314.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119314 - 6a89d612-a305-4f5f-a03b-41357ad372d7 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:33.0 - 2003-03-05 15:55:29.0 - 1970-01-01 11:00:00.433 - -1.0 - false - LIVE - - - 116730 - fbc12736-7f3d-4b71-bc00-743a254674da - infinity.gif - infinity.gif - 93 - false - false - false - - - - - - - - 119154 - 2011-08-30 12:05:10.273 - false - false - false - false - - - - - - - - - - 213660 - - - en - - 213458 - en - 1 - infinity - - - - - - - 213659 - - - en - - 213456 - en - 1 - infinity - - - - - - 881 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/18/119314/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/18/119314/_ITEM/item.xml deleted file mode 100644 index a30dac40fd..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/18/119314/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -infinity -infinity -infinity - - - - - - - - - - - -fbc12736-7f3d-4b71-bc00-743a254674da - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/18/119314/_THUMBS/infinity.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/18/119314/_THUMBS/infinity.gif.jpeg deleted file mode 100644 index ef8debce06..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/18/119314/_THUMBS/infinity.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/18/119314/infinity.gif b/autotest/Tests/tests/vanilla/institution/items/18/119314/infinity.gif deleted file mode 100644 index f14157c035..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/18/119314/infinity.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/19/119315.xml b/autotest/Tests/tests/vanilla/institution/items/19/119315.xml deleted file mode 100644 index eb9b786da0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/19/119315.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119315 - 316117f8-3aec-f164-ce91-cd606cfc6e1e - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:03.0 - 2003-03-06 16:21:31.0 - 1970-01-01 11:00:00.767 - -1.0 - false - LIVE - - - - - - - 6992 - http://boorah/dev/vanilla/item/image/ef8a4465-dfcc-da0e-4c15-982ed5e8d246/1/plusmin.gif - 2579feabd9e8e75656a6f28a8b7c0b9c - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/ef8a4465-dfcc-da0e-4c15-982ed5e8d246/1/plusmin.gif - 9 - 2016-05-30 23:10:52.07 - 2016-05-30 23:10:52.07 - - - - 119153 - 2011-08-30 12:05:08.247 - false - false - false - false - - - - - - - - - - 213661 - - - en - - 213459 - en - 1 - Plus Or Minus - - - - - - - 213654 - - - en - - 213453 - en - 1 - Plus or minus symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/19/119315/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/19/119315/_ITEM/item.xml deleted file mode 100644 index 8fa2f6ebc9..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/19/119315/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Plus Or Minus Plus or minus symbol. live  <img src="http://boorah/dev/vanilla/item/image/ef8a4465-dfcc-da0e-4c15-982ed5e8d246/1/plusmin.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/14/119310.xml b/autotest/Tests/tests/vanilla/institution/items/19/255891.xml similarity index 90% rename from autotest/Tests/tests/vanilla/institution/items/14/119310.xml rename to autotest/Tests/tests/vanilla/institution/items/19/255891.xml index 7b8c8c282f..4425bab92d 100644 --- a/autotest/Tests/tests/vanilla/institution/items/14/119310.xml +++ b/autotest/Tests/tests/vanilla/institution/items/19/255891.xml @@ -1,17 +1,17 @@ - 119310 + 255891 ef8a4465-dfcc-da0e-4c15-982ed5e8d246 1 TLE_ADMINISTRATOR 2005-10-03 16:29:24.0 2003-03-05 15:56:57.0 - 1970-01-01 11:00:00.46 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116728 + 255898 1233b1bb-dab8-4bd6-a020-d0c3d101fb5d plusmin.gif plusmin.gif @@ -26,7 +26,7 @@ - 119149 + 255895 2011-08-30 12:05:08.757 false false @@ -41,12 +41,12 @@ - 213649 + 255896 en - 213447 + 255897 en 1 plusmin @@ -56,12 +56,12 @@ - 213643 + 255892 en - 213441 + 255893 en 1 plusmin diff --git a/autotest/Tests/tests/vanilla/institution/items/14/119310/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/19/255891/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/14/119310/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/19/255891/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/14/119310/_THUMBS/plusmin.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/19/255891/_THUMBS/plusmin.gif.jpeg similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/14/119310/_THUMBS/plusmin.gif.jpeg rename to autotest/Tests/tests/vanilla/institution/items/19/255891/_THUMBS/plusmin.gif.jpeg diff --git a/autotest/Tests/tests/vanilla/institution/items/14/119310/plusmin.gif b/autotest/Tests/tests/vanilla/institution/items/19/255891/plusmin.gif similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/14/119310/plusmin.gif rename to autotest/Tests/tests/vanilla/institution/items/19/255891/plusmin.gif diff --git a/autotest/Tests/tests/vanilla/institution/items/25/119321.xml b/autotest/Tests/tests/vanilla/institution/items/19/256275.xml similarity index 93% rename from autotest/Tests/tests/vanilla/institution/items/25/119321.xml rename to autotest/Tests/tests/vanilla/institution/items/19/256275.xml index b9f1f47a27..bdd5a5258d 100644 --- a/autotest/Tests/tests/vanilla/institution/items/25/119321.xml +++ b/autotest/Tests/tests/vanilla/institution/items/19/256275.xml @@ -1,18 +1,18 @@ - 119321 + 256275 90ce974a-1534-d81d-f910-c0201bce2db1 1 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:03.133 2009-06-22 15:12:03.143 - 1970-01-01 11:00:00.157 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116732 + 256281 07df2a0b-ed0a-492c-804c-ef931f1e1772 page.html page.html @@ -26,7 +26,7 @@ - 48 + 256276 5a3085cc-c71b-48a8-9558-6862201658c4 false @@ -52,7 +52,7 @@ * - 119160 + 256278 2009-06-22 15:12:03.133 2011-08-30 12:05:09.443 false @@ -63,7 +63,7 @@ - 283304 + 256282 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:03.133 false @@ -71,7 +71,7 @@ DRAFT - 283306 + 256283 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:03.133 false @@ -79,7 +79,7 @@ MODERATING - 283307 + 256284 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:03.133 false @@ -87,7 +87,7 @@ MODERATING - 283308 + 256285 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:03.133 false @@ -101,12 +101,12 @@ - 213671 + 256279 en - 213469 + 256280 en 1 DRM Discover Item diff --git a/autotest/Tests/tests/vanilla/institution/items/25/119321/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/19/256275/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/25/119321/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/19/256275/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/25/119321/page.html b/autotest/Tests/tests/vanilla/institution/items/19/256275/page.html similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/25/119321/page.html rename to autotest/Tests/tests/vanilla/institution/items/19/256275/page.html diff --git a/autotest/Tests/tests/vanilla/institution/items/39/119335.xml b/autotest/Tests/tests/vanilla/institution/items/19/256403.xml similarity index 90% rename from autotest/Tests/tests/vanilla/institution/items/39/119335.xml rename to autotest/Tests/tests/vanilla/institution/items/19/256403.xml index c087afe9e6..a72d2e5bc4 100644 --- a/autotest/Tests/tests/vanilla/institution/items/39/119335.xml +++ b/autotest/Tests/tests/vanilla/institution/items/19/256403.xml @@ -1,17 +1,17 @@ - 119335 + 256403 9168dc37-e536-e888-a29f-a153409f9031 1 TLE_ADMINISTRATOR 2005-10-03 16:29:36.0 2003-03-05 15:53:58.0 - 1970-01-01 11:00:00.53 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116739 + 256410 00e1a3d5-7717-467d-9299-a78da73d3a5c e.gif e.gif @@ -26,7 +26,7 @@ - 119174 + 256407 2011-08-30 12:05:08.69 false false @@ -41,12 +41,12 @@ - 213696 + 256408 en - 213494 + 256409 en 1 exists @@ -56,12 +56,12 @@ - 213691 + 256404 en - 213489 + 256405 en 1 exists diff --git a/autotest/Tests/tests/vanilla/institution/items/39/119335/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/19/256403/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/39/119335/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/19/256403/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/39/119335/_THUMBS/e.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/19/256403/_THUMBS/e.gif.jpeg similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/39/119335/_THUMBS/e.gif.jpeg rename to autotest/Tests/tests/vanilla/institution/items/19/256403/_THUMBS/e.gif.jpeg diff --git a/autotest/Tests/tests/vanilla/institution/items/39/119335/e.gif b/autotest/Tests/tests/vanilla/institution/items/19/256403/e.gif similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/39/119335/e.gif rename to autotest/Tests/tests/vanilla/institution/items/19/256403/e.gif diff --git a/autotest/Tests/tests/vanilla/institution/items/2/119298.xml b/autotest/Tests/tests/vanilla/institution/items/2/119298.xml deleted file mode 100644 index 724437babc..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/2/119298.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119298 - 8f2e3d0a-b7f3-46d5-fe54-4a6c859c4d5d - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:25.0 - 2003-03-06 16:05:49.0 - 1970-01-01 11:00:00.007 - -1.0 - false - LIVE - - - - - - - 6983 - http://boorah/dev/vanilla/item/image/69f0d113-03c3-c49a-978e-c4e959e2d827/1/emptyset.gif - 5e43183565302cf9b3c1e99f7bcd901d - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/69f0d113-03c3-c49a-978e-c4e959e2d827/1/emptyset.gif - 9 - 2016-05-30 23:10:52.06 - 2016-05-30 23:10:52.06 - - - - 119139 - 2011-08-30 12:05:09.007 - false - false - false - false - - - - - - - - - - 213631 - - - en - - 213429 - en - 1 - Empty Set - - - - - - - 213626 - - - en - - 213422 - en - 1 - The empty set symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/2/119298/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/2/119298/_ITEM/item.xml deleted file mode 100644 index 3d5264a032..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/2/119298/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Empty Set The empty set symbol. live <p> <img src="http://boorah/dev/vanilla/item/image/69f0d113-03c3-c49a-978e-c4e959e2d827/1/emptyset.gif"> </content> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/20/119316.xml b/autotest/Tests/tests/vanilla/institution/items/20/119316.xml deleted file mode 100644 index 7c42f6485f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/20/119316.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119316 - e90fc92f-86a4-7151-6825-3793e1c1a958 - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:15:13.0 - 2003-02-07 09:34:53.0 - 1970-01-01 11:00:00.397 - -1.0 - false - LIVE - - - - - - - 119155 - 2011-08-30 12:05:08.483 - false - false - false - false - - - - - - - - - - 213662 - - - en - - 213460 - en - 1 - Subscript - - - - - - - 213653 - - - en - - 213452 - en - 1 - Subscript for equations - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/20/119316/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/20/119316/_ITEM/item.xml deleted file mode 100644 index e1d64fe2a7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/20/119316/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Subscript Subscript for equations live x<sub>5</sub> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/21/119317.xml b/autotest/Tests/tests/vanilla/institution/items/21/119317.xml deleted file mode 100644 index a73c6be14f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/21/119317.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119317 - 967b46c7-d4b2-da63-379b-f649dc0debe8 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:01.0 - 2003-03-06 16:20:47.0 - 1970-01-01 11:00:00.787 - -1.0 - false - LIVE - - - - - - - 6993 - http://boorah/dev/vanilla/item/image/79987c28-53b5-95e8-7b16-20e8e82637c3/1/perpendi.gif - cfd4b1c5cebbc44e5bfa1dbc4a2a78db - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/79987c28-53b5-95e8-7b16-20e8e82637c3/1/perpendi.gif - 9 - 2016-05-30 23:10:52.07 - 2016-05-30 23:10:52.07 - - - - 119156 - 2011-08-30 12:05:08.6 - false - false - false - false - - - - - - - - - - 213663 - - - en - - 213461 - en - 1 - Perpendicular - - - - - - - 213658 - - - en - - 213457 - en - 1 - Perpendicular symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/21/119317/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/21/119317/_ITEM/item.xml deleted file mode 100644 index feea6ce216..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/21/119317/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Perpendicular Perpendicular symbol. live  <img src="http://boorah/dev/vanilla/item/image/79987c28-53b5-95e8-7b16-20e8e82637c3/1/perpendi.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/22/119318.xml b/autotest/Tests/tests/vanilla/institution/items/22/119318.xml deleted file mode 100644 index b822f00f2e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/22/119318.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119318 - b924737c-4c74-e80e-eaf9-b0ed8581a0a5 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:19.0 - 2003-03-06 16:28:04.0 - 1970-01-01 11:00:00.033 - -1.0 - false - LIVE - - - - - - - 6995 - http://boorah/dev/vanilla/item/image/64d125ff-6c54-d3be-7e5e-c5beb344eeb3/1/proportt.gif - 65692ecd610cd4f5fdf7fa2911adf340 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/64d125ff-6c54-d3be-7e5e-c5beb344eeb3/1/proportt.gif - 9 - 2016-05-30 23:10:52.073 - 2016-05-30 23:10:52.073 - - - - 119158 - 2011-08-30 12:05:08.203 - false - false - false - false - - - - - - - - - - 213669 - - - en - - 213466 - en - 1 - Proportional - - - - - - - 213666 - - - en - - 213463 - en - 1 - Proportional symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/22/119318/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/22/119318/_ITEM/item.xml deleted file mode 100644 index b44452cb53..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/22/119318/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Proportional Proportional symbol. live <img src="http://boorah/dev/vanilla/item/image/64d125ff-6c54-d3be-7e5e-c5beb344eeb3/1/proportt.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/23/119319.xml b/autotest/Tests/tests/vanilla/institution/items/23/119319.xml deleted file mode 100644 index 3999b397a8..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/23/119319.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119319 - bc2afcb9-9b8c-fdfb-92dd-71acae249199 - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:25:15.223 - 2009-03-20 11:25:15.287 - 1970-01-01 11:00:00.027 - -1.0 - false - LIVE - - - - - - - 119157 - 2009-03-20 11:25:15.223 - 2011-08-30 12:05:09.237 - false - false - false - false - - - - - 283301 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:25:15.223 - false - edit - DRAFT - - - 283302 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:25:15.223 - false - statechange - MODERATING - - - 283303 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:25:15.223 - false - resetworkflow - MODERATING - - - 283305 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:25:15.223 - false - statechange - LIVE - - - - - - - - - 213668 - - - en_US - - 213467 - en_US - 2 - Eight - - - - - - - 213664 - - - en_US - - 213462 - en_US - 2 - 2008 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/23/119319/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/23/119319/_ITEM/item.xml deleted file mode 100644 index b801fdad7d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/23/119319/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -EightAaron2008 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/24/119320.xml b/autotest/Tests/tests/vanilla/institution/items/24/119320.xml deleted file mode 100644 index 47890b5598..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/24/119320.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119320 - cc90bf6f-c525-1c7a-64f6-ddde6382ae7c - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:18.0 - 2003-03-05 15:58:06.0 - 1970-01-01 11:00:00.327 - -1.0 - false - LIVE - - - 116731 - c71b947a-e283-4be2-9bd1-bf08df0876eb - vectordi.gif - vectordi.gif - 109 - false - false - false - - - - - - - - 119159 - 2011-08-30 12:05:08.127 - false - false - false - false - - - - - - - - - - 213670 - - - en - - 213468 - en - 1 - vector differential - - - - - - - 213665 - - - en - - 213464 - en - 1 - vector differential - - - - - - 907 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/24/119320/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/24/119320/_ITEM/item.xml deleted file mode 100644 index cbeca4259a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/24/119320/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -vector differential -vector differential -vector differential - - - - - - - - - - - -c71b947a-e283-4be2-9bd1-bf08df0876eb - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/24/119320/_THUMBS/vectordi.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/24/119320/_THUMBS/vectordi.gif.jpeg deleted file mode 100644 index 431088e873..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/24/119320/_THUMBS/vectordi.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/24/119320/vectordi.gif b/autotest/Tests/tests/vanilla/institution/items/24/119320/vectordi.gif deleted file mode 100644 index df953e8550..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/24/119320/vectordi.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/26/119322.xml b/autotest/Tests/tests/vanilla/institution/items/26/119322.xml deleted file mode 100644 index b1cbc63687..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/26/119322.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119322 - 8c2bbf92-26ff-3377-3141-6d54274986dc - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:31.0 - 2003-03-05 15:55:55.0 - 1970-01-01 11:00:00.897 - -1.0 - false - LIVE - - - 116733 - 26004b4a-5fc7-4137-81e1-b57b8ab47ac2 - lssthneq.gif - lssthneq.gif - 99 - false - false - false - - - - - - - - 119161 - 2011-08-30 12:05:08.907 - false - false - false - false - - - - - - - - - - 213672 - - - en - - 213470 - en - 1 - lssthneq - - - - - - - 213667 - - - en - - 213465 - en - 1 - lssthneq - - - - - - 918 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/26/119322/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/26/119322/_ITEM/item.xml deleted file mode 100644 index 083b0a5c8a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/26/119322/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -lssthneq -lssthneq -lssthneq - - - - - - - - - - - -26004b4a-5fc7-4137-81e1-b57b8ab47ac2 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/26/119322/_THUMBS/lssthneq.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/26/119322/_THUMBS/lssthneq.gif.jpeg deleted file mode 100644 index 4ef5efbe30..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/26/119322/_THUMBS/lssthneq.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/26/119322/lssthneq.gif b/autotest/Tests/tests/vanilla/institution/items/26/119322/lssthneq.gif deleted file mode 100644 index 74e7177020..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/26/119322/lssthneq.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/27/119323.xml b/autotest/Tests/tests/vanilla/institution/items/27/119323.xml deleted file mode 100644 index 4ee7c9dc98..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/27/119323.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119323 - 1782326d-62e5-2ab5-1f22-119442ded0c9 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:49.0 - 2003-03-06 15:46:27.0 - 1970-01-01 11:00:00.45 - -1.0 - false - LIVE - - - - - - - 6994 - http://boorah/dev/vanilla/item/image/34ac3049-ad2b-2f2f-f780-3f837fe8fe00/1/because.gif - ca1894c4b8c011e3e848dbee326a50f7 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/34ac3049-ad2b-2f2f-f780-3f837fe8fe00/1/because.gif - 9 - 2016-05-30 23:10:52.07 - 2016-05-30 23:10:52.07 - - - - 119162 - 2011-08-30 12:05:07.353 - false - false - false - false - - - - - - - - - - 213674 - - - en - - 213472 - en - 1 - Because - - - - - - - 213673 - - - en - - 213471 - en - 1 - The because symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/27/119323/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/27/119323/_ITEM/item.xml deleted file mode 100644 index 065c4d3f12..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/27/119323/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Because The because symbol. live <img src="http://boorah/dev/vanilla/item/image/34ac3049-ad2b-2f2f-f780-3f837fe8fe00/1/because.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/28/119324.xml b/autotest/Tests/tests/vanilla/institution/items/28/119324.xml deleted file mode 100644 index c86481bd60..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/28/119324.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119324 - 0fdd1d87-2701-be2f-4dc2-01a9ab5ff0ab - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-05 15:47:30.843 - 2009-03-05 15:47:32.437 - 1970-01-01 11:00:00.123 - -1.0 - false - LIVE - - - - - - - 119163 - 2009-03-05 15:47:30.843 - 2011-08-30 12:05:10.96 - false - false - false - false - - - - - 283309 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-05 15:47:30.843 - false - edit - DRAFT - - - 283310 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-05 15:47:30.843 - false - statechange - MODERATING - - - 283311 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-05 15:47:30.843 - false - resetworkflow - MODERATING - - - 283312 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-05 15:47:30.843 - false - statechange - LIVE - - - - - - - - - 213676 - - - en_US - - 213474 - en_US - 2 - Comment Testing - - - - - - - 213675 - - - en_US - - 213473 - en_US - 2 - Item set up for the purpose of testing comments - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/28/119324/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/28/119324/_ITEM/item.xml deleted file mode 100644 index 0bb237825d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/28/119324/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -Comment TestingItem set up for the purpose of testing comments \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/29/119325.xml b/autotest/Tests/tests/vanilla/institution/items/29/119325.xml deleted file mode 100644 index f8d255a3d6..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/29/119325.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119325 - 0098a135-12a0-e5fa-21ea-59a3a5eec828 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:17.0 - 2003-03-06 16:56:17.0 - 1970-01-01 11:00:00.73 - -1.0 - false - LIVE - - - - - - - 6999 - http://boorah/dev/vanilla/item/image/cc90bf6f-c525-1c7a-64f6-ddde6382ae7c/1/vectordi.gif - fcbe2045f189c6ab162cfe745278480a - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/cc90bf6f-c525-1c7a-64f6-ddde6382ae7c/1/vectordi.gif - 9 - 2016-05-30 23:10:52.077 - 2016-05-30 23:10:52.077 - - - - 119164 - 2011-08-30 12:05:07.78 - false - false - false - false - - - - - - - - - - 213681 - - - en - - 213477 - en - 1 - Vector Differential (Del) - - - - - - - 213677 - - - en - - 213475 - en - 1 - Vector differential symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/29/119325/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/29/119325/_ITEM/item.xml deleted file mode 100644 index 216abcfacd..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/29/119325/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Vector Differential (Del) Vector differential symbol. live <img src="http://boorah/dev/vanilla/item/image/cc90bf6f-c525-1c7a-64f6-ddde6382ae7c/1/vectordi.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/3/119299.xml b/autotest/Tests/tests/vanilla/institution/items/3/119299.xml deleted file mode 100644 index 095f51cd34..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/3/119299.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119299 - 721b00cc-c25c-aa57-a3f5-5dad0771d3a7 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:45.0 - 2003-03-06 15:41:53.0 - 1970-01-01 11:00:00.473 - -1.0 - false - LIVE - - - - - - - 119137 - 2011-08-30 12:05:08.057 - false - false - false - false - - - - - - - - - - 213632 - - - en - - 213430 - en - 1 - Fraction - - - - - - - 213625 - - - en - - 213423 - en - 1 - A fractional expression. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/3/119299/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/3/119299/_ITEM/item.xml deleted file mode 100644 index 8c7aceee9c..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/3/119299/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Fraction A fractional expression. live <table cellspacing="0" cellpadding="0"> <tr> <td> <u> N </u> </td> </tr> <tr> <td>  D </td> </tr> </table> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/30/119326.xml b/autotest/Tests/tests/vanilla/institution/items/30/119326.xml deleted file mode 100644 index 2c55eab1ce..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/30/119326.xml +++ /dev/null @@ -1,94 +0,0 @@ - - 119326 - f2e1e3d4-8852-ad34-77e4-5ef4ae5e26c9 - 1 - dc4e2a24-0f46-4615-b7a9-e051073ffa9c - 2003-07-15 10:27:09.0 - 2003-07-15 10:26:38.0 - 1970-01-01 11:00:00.077 - -1.0 - false - DRAFT - - - 116734 - 4e63bc73-a3fa-4fd2-8f52-baabe4b20683 - - Start Titration - 7816 - false - false - false - - - - - - - - 119165 - 2011-08-30 12:05:09.133 - false - false - false - false - - - - - - - - - 185 - 7f82495f-2fc0-4286-a40c-c2d7f0e59aad - Start Titration - - - 206 - Default - - - - 0 - - - - - 213682 - - - en - - 213480 - en - 1 - Titration - - - - - - - 213678 - - - en - - 213476 - en - 1 - Titration - - - - - - 7367 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/30/119326/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/30/119326/_ITEM/item.xml deleted file mode 100644 index eea2a6166d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/30/119326/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -Titration -Titration -Titration - - - - - - - - - - - - -4e63bc73-a3fa-4fd2-8f52-baabe4b20683 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/30/119326/_mypages/4e63bc73-a3fa-4fd2-8f52-baabe4b20683/page.html b/autotest/Tests/tests/vanilla/institution/items/30/119326/_mypages/4e63bc73-a3fa-4fd2-8f52-baabe4b20683/page.html deleted file mode 100644 index f37aa2c8b0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/30/119326/_mypages/4e63bc73-a3fa-4fd2-8f52-baabe4b20683/page.html +++ /dev/null @@ -1,97 +0,0 @@ -Start Titration
-   - -   - -   - -   -
-
- Titration  -
-
-
-
- A titration is a method of analysis that will allow you to determine the precise endpoint of a reaction and therefore the precise quantity of reactant in the titration flask. A buret is used to deliver the second reactant to the flask and an indicator or pH Meter is used to detectthe endpoint of the reaction. Refer to the video below


  -
-
-   -
-
- Doing a Titration  -
-
-
- Begin by preparing your burette, as described on the burette page. Your burette should be conditioned and filled with titrant solution. You should check for air bubbles and leaks, before proceding with the titration.   -

-   -

-
-   -
-
- -      - -   - -   -
-
-
-
- Take an initial volume reading and record it in your notebook.
  -
- Before beginning a titration, you should always calculate the   -
-
- expected endpoint volume.
  -
-
-
-
- -   - -   - -   -
-
-
-
- Prepare the solution to be analyzed by placing it in a clean Erlenmeyer flask or beaker. If your sample is a solid, make sure it is completely dissoloved. Put a magnetic stirrer in the flask and add indicator.
  -
-
-
-   - -   - -   -
-
-
-
- Use the buret to deliver a stream of titrant to within a couple of mL of your expected endpoint. You will see the indicator change color when the titrant hits the solution in the flask, but the color change disappears upon stirring.
  -
-
- - - - - - - - - - - - - - diff --git a/autotest/Tests/tests/vanilla/institution/items/31/119327.xml b/autotest/Tests/tests/vanilla/institution/items/31/119327.xml deleted file mode 100644 index 6283ab6e7d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/31/119327.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119327 - eed960b4-9a99-550f-eace-4ec5599e938c - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:42.0 - 2003-03-06 15:27:25.0 - 1970-01-01 11:00:00.883 - -1.0 - false - LIVE - - - - - - - 6997 - http://boorah/dev/vanilla/item/image/c9ae0be1-eba5-20c0-d4aa-b14260440596/1/a.gif - a2236ee21f8f88650003d4b7d1b03c2d - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/c9ae0be1-eba5-20c0-d4aa-b14260440596/1/a.gif - 9 - 2016-05-30 23:10:52.073 - 2016-05-30 23:10:52.073 - - - - 119166 - 2011-08-30 12:05:07.967 - false - false - false - false - - - - - - - - - - 213683 - - - en - - 213481 - en - 1 - For All - - - - - - - 213680 - - - en - - 213478 - en - 1 - The for all expression. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/31/119327/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/31/119327/_ITEM/item.xml deleted file mode 100644 index 0b506ca6d5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/31/119327/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - For All The for all expression. live  <img src="http://boorah/dev/vanilla/item/image/c9ae0be1-eba5-20c0-d4aa-b14260440596/1/a.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/32/119328.xml b/autotest/Tests/tests/vanilla/institution/items/32/119328.xml deleted file mode 100644 index b1bf04e575..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/32/119328.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119328 - d68b5509-b901-95a2-a397-75aaca89dc62 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:45.0 - 2003-03-06 16:16:16.0 - 1970-01-01 11:00:00.487 - -1.0 - false - LIVE - - - - - - - 6996 - http://boorah/dev/vanilla/item/image/8e9ddb47-19c4-a77e-b2eb-d34c06999b28/1/muchgtrt.gif - 6bc1a6def1131636cdd15df406ca48a7 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/8e9ddb47-19c4-a77e-b2eb-d34c06999b28/1/muchgtrt.gif - 9 - 2016-05-30 23:10:52.073 - 2016-05-30 23:10:52.073 - - - - 119167 - 2011-08-30 12:05:10.92 - false - false - false - false - - - - - - - - - - 213684 - - - en - - 213482 - en - 1 - Much Greater Than - - - - - - - 213679 - - - en - - 213479 - en - 1 - Much greater than symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/32/119328/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/32/119328/_ITEM/item.xml deleted file mode 100644 index 841bf908a7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/32/119328/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Much Greater Than Much greater than symbol. live  <img src="http://boorah/dev/vanilla/item/image/8e9ddb47-19c4-a77e-b2eb-d34c06999b28/1/muchgtrt.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/35/119331.xml b/autotest/Tests/tests/vanilla/institution/items/35/119331.xml deleted file mode 100644 index 6cb43fba15..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/35/119331.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119331 - c41fad46-b32c-405a-36b4-6cb5655acb55 - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:04:24.52 - 2009-03-20 11:04:24.597 - 1970-01-01 11:00:00.993 - -1.0 - false - LIVE - - - - - - - 119170 - 2009-03-20 11:04:24.52 - 2011-08-30 12:05:09.203 - false - false - false - false - - - - - 283321 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:04:24.52 - false - edit - DRAFT - - - 283323 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:04:24.52 - false - statechange - MODERATING - - - 283324 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:04:24.52 - false - resetworkflow - MODERATING - - - 283326 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:04:24.52 - false - statechange - LIVE - - - - - - - - - 213692 - - - en_US - - 213490 - en_US - 2 - Four - - - - - - - 213688 - - - en_US - - 213486 - en_US - 2 - 2008 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/35/119331/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/35/119331/_ITEM/item.xml deleted file mode 100644 index 4155a80375..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/35/119331/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -FourDane2008 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/36/119332.xml b/autotest/Tests/tests/vanilla/institution/items/36/119332.xml deleted file mode 100644 index 8474e02c14..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/36/119332.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119332 - 01993dc2-5ff5-7504-b0ed-2dc8ddaa64fb - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:05:00.237 - 2009-03-20 11:05:00.317 - 1970-01-01 11:00:00.973 - -1.0 - false - LIVE - - - - - - - 119171 - 2009-03-20 11:05:00.237 - 2011-08-30 12:05:09.403 - false - false - false - false - - - - - 283325 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:05:00.237 - false - edit - DRAFT - - - 283327 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:05:00.237 - false - statechange - MODERATING - - - 283328 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:05:00.237 - false - resetworkflow - MODERATING - - - 283329 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:05:00.237 - false - statechange - LIVE - - - - - - - - - 213693 - - - en_US - - 213491 - en_US - 2 - Three - - - - - - - 213686 - - - en_US - - 213485 - en_US - 2 - 2009 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/36/119332/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/36/119332/_ITEM/item.xml deleted file mode 100644 index 98ed605d22..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/36/119332/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -ThreeJolse2009 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/37/119333.xml b/autotest/Tests/tests/vanilla/institution/items/37/119333.xml deleted file mode 100644 index 45d64046d6..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/37/119333.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119333 - 61f7c2d0-8500-7c15-e7ce-11b0be1b9a7a - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:34.0 - 2003-03-05 15:55:14.0 - 1970-01-01 11:00:00.68 - -1.0 - false - LIVE - - - 116737 - 442615a7-9f24-43af-9645-ba1b838d81de - idequal.gif - idequal.gif - 105 - false - false - false - - - - - - - - 119173 - 2011-08-30 12:05:08.187 - false - false - false - false - - - - - - - - - - 213695 - - - en - - 213492 - en - 1 - idequal - - - - - - - 213690 - - - en - - 213488 - en - 1 - idequal - - - - - - 697 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/37/119333/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/37/119333/_ITEM/item.xml deleted file mode 100644 index ea76aae807..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/37/119333/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -idequal -idequal -idequal - - - - - - - - - - - -442615a7-9f24-43af-9645-ba1b838d81de - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/37/119333/_THUMBS/idequal.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/37/119333/_THUMBS/idequal.gif.jpeg deleted file mode 100644 index d087b7d5e2..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/37/119333/_THUMBS/idequal.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/37/119333/idequal.gif b/autotest/Tests/tests/vanilla/institution/items/37/119333/idequal.gif deleted file mode 100644 index 167aced5bd..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/37/119333/idequal.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/38/119334.xml b/autotest/Tests/tests/vanilla/institution/items/38/119334.xml deleted file mode 100644 index c7c5d2c6ba..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/38/119334.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119334 - 09bfbd44-07a2-7fba-bd77-871b95ab0071 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:27.0 - 2003-03-05 15:56:29.0 - 1970-01-01 11:00:00.26 - -1.0 - false - LIVE - - - 116738 - 92845a3f-8b5a-45b1-9a94-87fc8b11e6c5 - notbelng.gif - notbelng.gif - 98 - false - false - false - - - - - - - - 119172 - 2011-08-30 12:05:11.303 - false - false - false - false - - - - - - - - - - 213694 - - - en - - 213493 - en - 1 - notbelng - - - - - - - 213689 - - - en - - 213487 - en - 1 - notbelng - - - - - - 939 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/38/119334/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/38/119334/_ITEM/item.xml deleted file mode 100644 index 3572a66394..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/38/119334/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -notbelng -notbelng -notbelng - - - - - - - - - - - -92845a3f-8b5a-45b1-9a94-87fc8b11e6c5 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/38/119334/_THUMBS/notbelng.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/38/119334/_THUMBS/notbelng.gif.jpeg deleted file mode 100644 index ec4622e715..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/38/119334/_THUMBS/notbelng.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/38/119334/notbelng.gif b/autotest/Tests/tests/vanilla/institution/items/38/119334/notbelng.gif deleted file mode 100644 index 2634dd516c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/38/119334/notbelng.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/4/119300.xml b/autotest/Tests/tests/vanilla/institution/items/4/119300.xml deleted file mode 100644 index 90c610c50f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/4/119300.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119300 - c6ca1ed7-4a5f-9e39-8568-4d8fa9fbd19a - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:23.0 - 2003-03-05 15:57:06.0 - 1970-01-01 11:00:00.223 - -1.0 - false - LIVE - - - 116722 - 9c2ef6d8-f8c3-463d-99f0-c9b54ba2eab3 - producto.gif - producto.gif - 121 - false - false - false - - - - - - - - 119138 - 2011-08-30 12:05:10.34 - false - false - false - false - - - - - - - - - - 213633 - - - en - - 213431 - en - 1 - producto - - - - - - - 213624 - - - en - - 213424 - en - 1 - producto - - - - - - 856 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/4/119300/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/4/119300/_ITEM/item.xml deleted file mode 100644 index b571aff074..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/4/119300/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -producto -producto -producto - - - - - - - - - - - -9c2ef6d8-f8c3-463d-99f0-c9b54ba2eab3 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/4/119300/_THUMBS/producto.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/4/119300/_THUMBS/producto.gif.jpeg deleted file mode 100644 index 95c1c8e50e..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/4/119300/_THUMBS/producto.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/4/119300/producto.gif b/autotest/Tests/tests/vanilla/institution/items/4/119300/producto.gif deleted file mode 100644 index b3ed66989d..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/4/119300/producto.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/40/119336.xml b/autotest/Tests/tests/vanilla/institution/items/40/119336.xml deleted file mode 100644 index 0c7bf3507f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/40/119336.xml +++ /dev/null @@ -1,94 +0,0 @@ - - 119336 - bb3f11fb-e079-634a-bb47-1cc3a62f4eea - 1 - f0c2fcf7-c1cb-dc3d-5a01-fca1c7a8f392 - 2003-07-15 10:32:06.0 - 2003-07-15 10:31:41.0 - 1970-01-01 11:00:00.62 - -1.0 - false - DRAFT - - - 116740 - d46e5c7a-7334-421e-a75f-4145f11b8910 - - Start Titration - 7816 - false - false - false - - - - - - - - 119175 - 2011-08-30 12:05:07.447 - false - false - false - false - - - - - - - - - 186 - bdc905e2-095b-46d3-a063-ed8ff5ce8102 - Start Titration - - - 207 - Default - - - - 0 - - - - - 213703 - - - en - - 213502 - en - 1 - Titration - - - - - - - 213697 - - - en - - 213495 - en - 1 - Titration - - - - - - 7367 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/40/119336/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/40/119336/_ITEM/item.xml deleted file mode 100644 index 9618b0538d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/40/119336/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -Titration -Titration -Titration - - - - - - - - - - - - -d46e5c7a-7334-421e-a75f-4145f11b8910 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/40/119336/_mypages/d46e5c7a-7334-421e-a75f-4145f11b8910/page.html b/autotest/Tests/tests/vanilla/institution/items/40/119336/_mypages/d46e5c7a-7334-421e-a75f-4145f11b8910/page.html deleted file mode 100644 index fe20214efc..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/40/119336/_mypages/d46e5c7a-7334-421e-a75f-4145f11b8910/page.html +++ /dev/null @@ -1,97 +0,0 @@ -Start Titration
-   - -   - -   - -   -
-
- Titration  -
-
-
-
- A titration is a method of analysis that will allow you to determine the precise endpoint of a reaction and therefore the precise quantity of reactant in the titration flask. A buret is used to deliver the second reactant to the flask and an indicator or pH Meter is used to detectthe endpoint of the reaction. Refer to the video below


  -
-
-   -
-
- Doing a Titration  -
-
-
- Begin by preparing your burette, as described on the burette page. Your burette should be conditioned and filled with titrant solution. You should check for air bubbles and leaks, before proceding with the titration.   -

-   -

-
-   -
-
- -      - -   - -   -
-
-
-
- Take an initial volume reading and record it in your notebook.
  -
- Before beginning a titration, you should always calculate the   -
-
- expected endpoint volume.
  -
-
-
-
- -   - -   - -   -
-
-
-
- Prepare the solution to be analyzed by placing it in a clean Erlenmeyer flask or beaker. If your sample is a solid, make sure it is completely dissoloved. Put a magnetic stirrer in the flask and add indicator.
  -
-
-
-   - -   - -   -
-
-
-
- Use the buret to deliver a stream of titrant to within a couple of mL of your expected endpoint. You will see the indicator change color when the titrant hits the solution in the flask, but the color change disappears upon stirring.
  -
-
- - - - - - - - - - - - - - diff --git a/autotest/Tests/tests/vanilla/institution/items/41/119337.xml b/autotest/Tests/tests/vanilla/institution/items/41/119337.xml deleted file mode 100644 index b4e156347b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/41/119337.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119337 - d5797742-ed61-012e-e8f4-15c676f9707c - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:35.0 - 2003-03-05 15:54:33.0 - 1970-01-01 11:00:00.36 - -1.0 - false - LIVE - - - 116741 - c2e7f24f-8da1-4d4a-b5fa-493dd3fbf62e - equivale.gif - equivale.gif - 107 - false - false - false - - - - - - - - 119176 - 2011-08-30 12:05:09.267 - false - false - false - false - - - - - - - - - - 213705 - - - en - - 213503 - en - 1 - equivale - - - - - - - 213699 - - - en - - 213496 - en - 1 - equivale - - - - - - 878 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/41/119337/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/41/119337/_ITEM/item.xml deleted file mode 100644 index 7f416f9da3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/41/119337/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -equivale -equivale -equivale - - - - - - - - - - - -c2e7f24f-8da1-4d4a-b5fa-493dd3fbf62e - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/41/119337/_THUMBS/equivale.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/41/119337/_THUMBS/equivale.gif.jpeg deleted file mode 100644 index 56262efc5e..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/41/119337/_THUMBS/equivale.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/41/119337/equivale.gif b/autotest/Tests/tests/vanilla/institution/items/41/119337/equivale.gif deleted file mode 100644 index aa7f2d632a..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/41/119337/equivale.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/42/119338.xml b/autotest/Tests/tests/vanilla/institution/items/42/119338.xml deleted file mode 100644 index acd65f99d7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/42/119338.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119338 - e96369fc-aa43-0891-3dd2-f09f6e94ee27 - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:15:20.0 - 2003-02-05 16:31:34.0 - 1970-01-01 11:00:00.18 - -1.0 - false - LIVE - - - - - - - 6998 - http://boorah/dev/vanilla/item/image/f00a2175-4619-a465-6c6f-cc86eac7108d/1/anti.gif - 95a16fd053917bfa85a398e6b198d8f9 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/f00a2175-4619-a465-6c6f-cc86eac7108d/1/anti.gif - 9 - 2016-05-30 23:10:52.077 - 2016-05-30 23:10:52.077 - - - - 119177 - 2011-08-30 12:05:07.407 - false - false - false - false - - - - - - - - - - 213706 - - - en - - 213504 - en - 1 - Antiderivative - - - - - - - 213698 - - - en - - 213497 - en - 1 - antiderivative - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/42/119338/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/42/119338/_ITEM/item.xml deleted file mode 100644 index b98e48deac..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/42/119338/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Antiderivative antiderivative live <table cellpadding="0" cellspacing="0" > <tr> <td align="center"> y </td> <td > </td> </tr> <tr> <td align="center"> <img src="http://boorah/dev/vanilla/item/image/f00a2175-4619-a465-6c6f-cc86eac7108d/1/anti.gif"> </td> <td > F(x) + C </td> </tr> <tr> <td align="center"> x </td> <td > </td> </tr> </table><br> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/34/119330.xml b/autotest/Tests/tests/vanilla/institution/items/42/255914.xml similarity index 93% rename from autotest/Tests/tests/vanilla/institution/items/34/119330.xml rename to autotest/Tests/tests/vanilla/institution/items/42/255914.xml index 08931c5384..bcab104e17 100644 --- a/autotest/Tests/tests/vanilla/institution/items/34/119330.xml +++ b/autotest/Tests/tests/vanilla/institution/items/42/255914.xml @@ -1,18 +1,18 @@ - 119330 + 255914 63810b7d-2534-d4ff-1d2f-ddae660f596d 1 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:32.627 2009-06-22 15:10:04.637 - 1970-01-01 11:00:00.517 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116736 + 255920 6b66a45a-8a3a-4210-9136-5b02e732098a page.html page.html @@ -26,7 +26,7 @@ - 50 + 255915 5a3085cc-c71b-48a8-9558-6862201658c4 false @@ -52,7 +52,7 @@ * - 119169 + 255917 2009-06-22 15:10:04.413 2011-08-30 12:05:10.487 false @@ -63,7 +63,7 @@ - 283317 + 255921 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:04.413 false @@ -71,7 +71,7 @@ DRAFT - 283318 + 255922 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:04.413 false @@ -79,7 +79,7 @@ MODERATING - 283319 + 255923 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:04.413 false @@ -87,7 +87,7 @@ MODERATING - 283320 + 255924 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:04.413 false @@ -95,7 +95,7 @@ LIVE - 283322 + 255925 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:10:32.627 false @@ -109,12 +109,12 @@ - 213687 + 255918 en - 213484 + 255919 en 1 DRM View Item diff --git a/autotest/Tests/tests/vanilla/institution/items/34/119330/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/42/255914/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/34/119330/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/42/255914/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/33/119329/page.html b/autotest/Tests/tests/vanilla/institution/items/42/255914/page.html similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/33/119329/page.html rename to autotest/Tests/tests/vanilla/institution/items/42/255914/page.html diff --git a/autotest/Tests/tests/vanilla/institution/items/43/119339.xml b/autotest/Tests/tests/vanilla/institution/items/43/119339.xml deleted file mode 100644 index 214d0d05d1..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/43/119339.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119339 - 0fd65353-02e1-23e8-dad4-b08a45b8f2a2 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:31.0 - 2003-03-06 16:10:46.0 - 1970-01-01 11:00:00.823 - -1.0 - false - LIVE - - - - - - - 7000 - http://boorah/dev/vanilla/item/image/a04d278e-ab06-a8f3-2179-7efc06dd3e1a/1/implies.gif - 8ffd17ef23649268665a7a44d4348075 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/a04d278e-ab06-a8f3-2179-7efc06dd3e1a/1/implies.gif - 9 - 2016-05-30 23:10:52.077 - 2016-05-30 23:10:52.077 - - - - 119180 - 2011-08-30 12:05:08.517 - false - false - false - false - - - - - - - - - - 213708 - - - en - - 213505 - en - 1 - Implies - - - - - - - 213702 - - - en - - 213500 - en - 1 - Implies symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/43/119339/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/43/119339/_ITEM/item.xml deleted file mode 100644 index b74169e0c9..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/43/119339/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Implies Implies symbol. live  <img src="http://boorah/dev/vanilla/item/image/a04d278e-ab06-a8f3-2179-7efc06dd3e1a/1/implies.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/44/119340.xml b/autotest/Tests/tests/vanilla/institution/items/44/119340.xml deleted file mode 100644 index 0f2e825698..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/44/119340.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119340 - 64d125ff-6c54-d3be-7e5e-c5beb344eeb3 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:23.0 - 2003-03-05 15:57:10.0 - 1970-01-01 11:00:00.223 - -1.0 - false - LIVE - - - 116743 - ee5c7eaf-88f6-4e50-b331-96323204438a - proportt.gif - proportt.gif - 89 - false - false - false - - - - - - - - 119178 - 2011-08-30 12:05:10.207 - false - false - false - false - - - - - - - - - - 213707 - - - en - - 213507 - en - 1 - proportt - - - - - - - 213700 - - - en - - 213498 - en - 1 - proportt - - - - - - 851 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/44/119340/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/44/119340/_ITEM/item.xml deleted file mode 100644 index 73e7ae3842..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/44/119340/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -proportt -proportt -proportt - - - - - - - - - - - -ee5c7eaf-88f6-4e50-b331-96323204438a - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/44/119340/_THUMBS/proportt.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/44/119340/_THUMBS/proportt.gif.jpeg deleted file mode 100644 index 69d9478747..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/44/119340/_THUMBS/proportt.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/44/119340/proportt.gif b/autotest/Tests/tests/vanilla/institution/items/44/119340/proportt.gif deleted file mode 100644 index 2730f4689c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/44/119340/proportt.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/45/119341.xml b/autotest/Tests/tests/vanilla/institution/items/45/119341.xml deleted file mode 100644 index 5311e26c7c..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/45/119341.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119341 - c9ae0be1-eba5-20c0-d4aa-b14260440596 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:41.0 - 2003-03-05 15:52:59.0 - 1970-01-01 11:00:00.323 - -1.0 - false - LIVE - - - 116742 - 006522c3-2b2e-403f-abcd-1ad8246b6fc7 - a.gif - a.gif - 144 - false - false - false - - - - - - - - 119179 - 2011-08-30 12:05:08.873 - false - false - false - false - - - - - - - - - - 213709 - - - en - - 213506 - en - 1 - for all - - - - - - - 213701 - - - en - - 213499 - en - 1 - for all - - - - - - 984 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/45/119341/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/45/119341/_ITEM/item.xml deleted file mode 100644 index 3a24a7a1d3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/45/119341/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -for all -for all -for all - - - - - - - - - - - -006522c3-2b2e-403f-abcd-1ad8246b6fc7 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/45/119341/_THUMBS/a.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/45/119341/_THUMBS/a.gif.jpeg deleted file mode 100644 index dc047da1f4..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/45/119341/_THUMBS/a.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/45/119341/a.gif b/autotest/Tests/tests/vanilla/institution/items/45/119341/a.gif deleted file mode 100644 index a84b0e406c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/45/119341/a.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/46/119342.xml b/autotest/Tests/tests/vanilla/institution/items/46/119342.xml deleted file mode 100644 index b43da9ebdc..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/46/119342.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119342 - 88068f6c-4c75-de8a-50f2-7028f2ba152b - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:28:37.0 - 2003-07-15 10:28:21.0 - 1970-01-01 11:00:00.74 - -1.0 - false - LIVE - - - 116744 - 7b4a49e3-256a-48bf-8a7c-dd61d338f4c9 - titration1.gif - titration1.gif - 1 - false - false - false - - - - - - - - 119181 - 2011-08-30 12:05:08.45 - false - false - false - false - - - - - - - - - - 213710 - - - en - - 213508 - en - 1 - titration1.gif - - - - - - - 213704 - - - en - - 213501 - en - 1 - This item is used by Titration. - - - - - - 36558 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/46/119342/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/46/119342/_ITEM/item.xml deleted file mode 100644 index 5b7acd2a32..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/46/119342/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -titration1.gifThis item is used by Titration.7b4a49e3-256a-48bf-8a7c-dd61d338f4c9 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/46/119342/_THUMBS/titration1.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/46/119342/_THUMBS/titration1.gif.jpeg deleted file mode 100644 index 2817558c51..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/46/119342/_THUMBS/titration1.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/46/119342/titration1.gif b/autotest/Tests/tests/vanilla/institution/items/46/119342/titration1.gif deleted file mode 100644 index 8ab9bab55f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/46/119342/titration1.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/47/119343.xml b/autotest/Tests/tests/vanilla/institution/items/47/119343.xml deleted file mode 100644 index fba7b1dadd..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/47/119343.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119343 - ce05e200-b34b-0d9f-ed8a-8cd8e61d31c8 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:19.0 - 2003-03-05 15:58:01.0 - 1970-01-01 11:00:00.987 - -1.0 - false - LIVE - - - 116745 - d2a216e4-a7cc-4907-958f-ac9f77142875 - union.gif - union.gif - 96 - false - false - false - - - - - - - - 119182 - 2011-08-30 12:05:11.327 - false - false - false - false - - - - - - - - - - 213715 - - - en - - 213512 - en - 1 - union - - - - - - - 213711 - - - en - - 213509 - en - 1 - union - - - - - - 748 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/47/119343/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/47/119343/_ITEM/item.xml deleted file mode 100644 index d47fad5d23..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/47/119343/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -union -union -union - - - - - - - - - - - -d2a216e4-a7cc-4907-958f-ac9f77142875 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/47/119343/_THUMBS/union.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/47/119343/_THUMBS/union.gif.jpeg deleted file mode 100644 index 40cbdcb580..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/47/119343/_THUMBS/union.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/47/119343/union.gif b/autotest/Tests/tests/vanilla/institution/items/47/119343/union.gif deleted file mode 100644 index 7ecaa87320..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/47/119343/union.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/48/119344.xml b/autotest/Tests/tests/vanilla/institution/items/48/119344.xml deleted file mode 100644 index 5db9b7bd89..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/48/119344.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119344 - fd9fa84d-ec9f-2517-95ec-14aa26f0294b - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:35.0 - 2003-03-06 16:11:51.0 - 1970-01-01 11:00:00.86 - -1.0 - false - LIVE - - - - - - - 7001 - http://boorah/dev/vanilla/item/image/99ee716a-a3d4-a83e-1590-c25fb3867719/1/integers.gif - 3f4d6ac86d8b3c1246ec2faf0b3406e6 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/99ee716a-a3d4-a83e-1590-c25fb3867719/1/integers.gif - 9 - 2016-05-30 23:10:52.1 - 2016-05-30 23:10:52.1 - - - - 119184 - 2011-08-30 12:05:08.167 - false - false - false - false - - - - - - - - - - 213716 - - - en - - 213513 - en - 1 - Integer Set - - - - - - - 213713 - - - en - - 213511 - en - 1 - The symbol for the set of all integers. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/48/119344/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/48/119344/_ITEM/item.xml deleted file mode 100644 index 49edf19312..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/48/119344/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Integer Set The symbol for the set of all integers. live <img src="http://boorah/dev/vanilla/item/image/99ee716a-a3d4-a83e-1590-c25fb3867719/1/integers.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/49/119345.xml b/autotest/Tests/tests/vanilla/institution/items/49/119345.xml deleted file mode 100644 index 560a14018b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/49/119345.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119345 - 3ae88eb2-2572-4486-bbd4-bd2fe0aeffb6 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:28:37.0 - 2003-07-15 10:28:21.0 - 1970-01-01 11:00:00.633 - -1.0 - false - PERSONAL - - - 116746 - 1a89363c-106f-44ae-ba68-d6b10121974c - titration02.gif - titration02.gif - 1 - false - false - false - - - - - - - - 119183 - 2011-08-30 12:05:11.15 - false - false - false - false - - - - - - - - - - 213717 - - - en - - 213515 - en - 1 - titration02.gif - - - - - - - 213712 - - - en - - 213510 - en - 1 - This item is used by Titration. - - - - - - 22213 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/49/119345/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/49/119345/_ITEM/item.xml deleted file mode 100644 index 282022f886..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/49/119345/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -titration02.gifThis item is used by Titration.1a89363c-106f-44ae-ba68-d6b10121974cmyresource \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/49/119345/_THUMBS/titration02.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/49/119345/_THUMBS/titration02.gif.jpeg deleted file mode 100644 index 8880209937..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/49/119345/_THUMBS/titration02.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/49/119345/titration02.gif b/autotest/Tests/tests/vanilla/institution/items/49/119345/titration02.gif deleted file mode 100644 index 25d1675d7c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/49/119345/titration02.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/5/119301.xml b/autotest/Tests/tests/vanilla/institution/items/5/119301.xml deleted file mode 100644 index 27d378281d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/5/119301.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119301 - 6b3f4f0f-44d3-dbe7-d4b0-3efbc53b4f0f - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:49.0 - 2003-03-06 16:17:26.0 - 1970-01-01 11:00:00.573 - -1.0 - false - LIVE - - - - - - - 6985 - http://boorah/dev/vanilla/item/image/826d600f-8675-cfad-31ad-893bbcbb8527/1/naturals.gif - e5cb637002667d42c24bae57638bc085 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/826d600f-8675-cfad-31ad-893bbcbb8527/1/naturals.gif - 9 - 2016-05-30 23:10:52.063 - 2016-05-30 23:10:52.063 - - - - 119141 - 2011-08-30 12:05:08.373 - false - false - false - false - - - - - - - - - - 213635 - - - en - - 213432 - en - 1 - Natural Set - - - - - - - 213628 - - - en - - 213426 - en - 1 - The symbol for the natural set of numbers. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/5/119301/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/5/119301/_ITEM/item.xml deleted file mode 100644 index 735b99cecb..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/5/119301/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Natural Set The symbol for the natural set of numbers. live <img src="http://boorah/dev/vanilla/item/image/826d600f-8675-cfad-31ad-893bbcbb8527/1/naturals.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/50/119346.xml b/autotest/Tests/tests/vanilla/institution/items/50/119346.xml deleted file mode 100644 index 0d5a4d3dd5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/50/119346.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119346 - 5e574efc-a39f-9893-9315-1eeac10c1507 - 1 - TLE_ADMINISTRATOR - 2003-03-06 15:34:29.0 - 2003-03-06 15:34:22.0 - 1970-01-01 11:00:00.13 - -1.0 - false - LIVE - - - - - - - 7007 - http://boorah/dev/vanilla/item/image/8de183e8-9696-34b0-caa9-cde5e25f46dc/1/angle.gif - 111486acaf258a65b4930666a75336ff - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/8de183e8-9696-34b0-caa9-cde5e25f46dc/1/angle.gif - 9 - 2016-05-30 23:10:52.107 - 2016-05-30 23:10:52.107 - - - - 119185 - 2011-08-30 12:05:11.057 - false - false - false - false - - - - - - - - - - 213718 - - - en - - 213516 - en - 1 - Angle - - - - - - - 213714 - - - en - - 213514 - en - 1 - The angle expression. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/50/119346/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/50/119346/_ITEM/item.xml deleted file mode 100644 index 9253581016..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/50/119346/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Angle - The angle expression. - - live - - - - <img src="http://boorah/dev/vanilla/item/image/8de183e8-9696-34b0-caa9-cde5e25f46dc/1/angle.gif"> 90 ° - - - - - - angle degrees - - - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/51/119347.xml b/autotest/Tests/tests/vanilla/institution/items/51/119347.xml deleted file mode 100644 index 5c2340a831..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/51/119347.xml +++ /dev/null @@ -1,68 +0,0 @@ - - 119347 - 0a7d802a-dfeb-fc74-dc87-73581dad1ff2 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:42.0 - 2003-03-05 14:49:08.0 - 1970-01-01 11:00:00.173 - -1.0 - false - LIVE - - - - - - - 119186 - 2011-08-30 12:05:07.523 - false - false - false - false - - - - - - - - - - 213724 - - - en - - 213522 - en - 1 - Mathematical Symbols - - - - - - - 213720 - - - en - - 213518 - en - 1 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/51/119347/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/51/119347/_ITEM/item.xml deleted file mode 100644 index e183059a8d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/51/119347/_ITEM/item.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Mathematical Symbols - - - - - - - - - - - - - - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/52/119348.xml b/autotest/Tests/tests/vanilla/institution/items/52/119348.xml deleted file mode 100644 index 953678701f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/52/119348.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119348 - 2645538c-5604-54f2-ebbb-cd0ec8572104 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:40.0 - 2003-03-05 15:53:08.0 - 1970-01-01 11:00:00.117 - -1.0 - false - LIVE - - - 116747 - 615c574a-98d2-4ee4-989d-b6efe2e76061 - approx.gif - approx.gif - 83 - false - false - false - - - - - - - - 119187 - 2011-08-30 12:05:07.38 - false - false - false - false - - - - - - - - - - 213725 - - - en - - 213523 - en - 1 - approx - - - - - - - 213721 - - - en - - 213519 - en - 1 - approx - - - - - - 792 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/52/119348/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/52/119348/_ITEM/item.xml deleted file mode 100644 index 2ade47dd73..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/52/119348/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -approx -approx -approx - - - - - - - - - - - -615c574a-98d2-4ee4-989d-b6efe2e76061 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/52/119348/_THUMBS/approx.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/52/119348/_THUMBS/approx.gif.jpeg deleted file mode 100644 index 769caf28dd..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/52/119348/_THUMBS/approx.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/52/119348/approx.gif b/autotest/Tests/tests/vanilla/institution/items/52/119348/approx.gif deleted file mode 100644 index 942c09c1c2..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/52/119348/approx.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/54/119350.xml b/autotest/Tests/tests/vanilla/institution/items/54/119350.xml deleted file mode 100644 index cbc92aaef6..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/54/119350.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119350 - cc7ae585-62b9-56b5-5f0c-0b84abefa4ca - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:13.0 - 2003-03-06 16:54:46.0 - 1970-01-01 11:00:00.8 - -1.0 - false - LIVE - - - - - - - 7002 - http://boorah/dev/vanilla/item/image/611a344f-68ed-74f9-17b2-e7864c4530be/1/times.gif - d456c28a4c3aa785df1f9fc5dda94f04 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/611a344f-68ed-74f9-17b2-e7864c4530be/1/times.gif - 9 - 2016-05-30 23:10:52.1 - 2016-05-30 23:10:52.1 - - - - 119190 - 2011-08-30 12:05:09.04 - false - false - false - false - - - - - - - - - - 213728 - - - en - - 213525 - en - 1 - Multiply - - - - - - - 213723 - - - en - - 213521 - en - 1 - Multiplication symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/54/119350/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/54/119350/_ITEM/item.xml deleted file mode 100644 index ea47736a0d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/54/119350/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Multiply Multiplication symbol. live  <img src="http://boorah/dev/vanilla/item/image/611a344f-68ed-74f9-17b2-e7864c4530be/1/times.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/55/119351.xml b/autotest/Tests/tests/vanilla/institution/items/55/119351.xml deleted file mode 100644 index 1c69b48092..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/55/119351.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119351 - 75adb444-bd92-e46f-d130-56864f447116 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:37.0 - 2003-03-05 15:53:31.0 - 1970-01-01 11:00:00.373 - -1.0 - false - LIVE - - - 116749 - 93549472-f530-4e3e-9218-87adb1df2f53 - changein.gif - changein.gif - 107 - false - false - false - - - - - - - - 119188 - 2011-08-30 12:05:09.517 - false - false - false - false - - - - - - - - - - 213727 - - - en - - 213526 - en - 1 - delta - - - - - - - 213722 - - - en - - 213520 - en - 1 - delta - - - - - - 851 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/55/119351/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/55/119351/_ITEM/item.xml deleted file mode 100644 index ce916faa58..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/55/119351/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -delta -delta -delta - - - - - - - - - - - -93549472-f530-4e3e-9218-87adb1df2f53 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/55/119351/_THUMBS/changein.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/55/119351/_THUMBS/changein.gif.jpeg deleted file mode 100644 index 37a6ba4f40..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/55/119351/_THUMBS/changein.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/55/119351/changein.gif b/autotest/Tests/tests/vanilla/institution/items/55/119351/changein.gif deleted file mode 100644 index 7dad36957e..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/55/119351/changein.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/33/119329.xml b/autotest/Tests/tests/vanilla/institution/items/55/256567.xml similarity index 93% rename from autotest/Tests/tests/vanilla/institution/items/33/119329.xml rename to autotest/Tests/tests/vanilla/institution/items/55/256567.xml index 0df4ddd547..91234aa9af 100644 --- a/autotest/Tests/tests/vanilla/institution/items/33/119329.xml +++ b/autotest/Tests/tests/vanilla/institution/items/55/256567.xml @@ -1,18 +1,18 @@ - 119329 + 256567 0c2b2d62-19a2-ce71-4d59-f852c33e6413 1 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:39.223 2009-06-22 15:12:39.233 - 1970-01-01 11:00:00.263 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116735 + 256573 82a95b89-1ddc-480a-a067-4397ac7284e3 page.html page.html @@ -26,7 +26,7 @@ - 49 + 256568 5a3085cc-c71b-48a8-9558-6862201658c4 false @@ -52,7 +52,7 @@ * - 119168 + 256570 2009-06-22 15:12:39.223 2011-08-30 12:05:10.783 false @@ -63,7 +63,7 @@ - 283313 + 256574 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:39.223 false @@ -71,7 +71,7 @@ DRAFT - 283314 + 256575 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:39.223 false @@ -79,7 +79,7 @@ MODERATING - 283315 + 256576 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:39.223 false @@ -87,7 +87,7 @@ MODERATING - 283316 + 256577 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:12:39.223 false @@ -101,12 +101,12 @@ - 213685 + 256571 en - 213483 + 256572 en 1 DRM Discover Item (no preview) diff --git a/autotest/Tests/tests/vanilla/institution/items/33/119329/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/55/256567/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/33/119329/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/55/256567/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/34/119330/page.html b/autotest/Tests/tests/vanilla/institution/items/55/256567/page.html similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/34/119330/page.html rename to autotest/Tests/tests/vanilla/institution/items/55/256567/page.html diff --git a/autotest/Tests/tests/vanilla/institution/items/56/119352.xml b/autotest/Tests/tests/vanilla/institution/items/56/119352.xml deleted file mode 100644 index 43d31f8d15..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/56/119352.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119352 - e01a00bc-c8c3-e17f-9436-6d6183b56714 - 1 - TLE_ADMINISTRATOR - 2003-03-24 09:49:58.0 - 2003-03-24 09:49:58.0 - 1970-01-01 11:00:00.177 - -1.0 - false - LIVE - - - - - - - 119191 - 2011-08-30 12:05:10.24 - false - false - false - false - - - - - - - - - - 213729 - - - en - - 213527 - en - 1 - Periodic Table - - - - - - - 213719 - - - en - - 213517 - en - 1 - The periodic table of elements - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/56/119352/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/56/119352/_ITEM/item.xml deleted file mode 100644 index 527e49b594..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/56/119352/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - Periodic Table - The periodic table of elements - chemistry - - - - <html> <head> <style type="text/css"> <!-- body { font-family: Verdana } --> </style> </head> <body> <p> <br> </p> <center><H2>The Periodic Table of Elements</H2></center> <div align="center"> <center> <table cellspacing="1" cellpadding="0" bgcolor="#ffffff" width="100%" border="0"> <tr align="center"> <td width="3%" align="center" height="16"> </td> <td width="6%" align="center" height="16"> <small><font color="#0000ff" size="2">1<br style="font-size: 2; color: #0000ff">IA<br style="font-size: 2; color: #0000ff">1A</font></small> </td> <td width="6%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="7%" align="center" height="58"> </td> <td width="3%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="8%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> <small><font color="#0000ff" size="2">18<br style="font-size: 2; color: #0000ff">VIIIA<br style="font-size: 2; color: #0000ff">8A</font></small> </td> <td width="2%" align="center" height="16"> </td> </tr> <tr align="center"> <td width="3%" align="center" height="58"> <font color="#ff0000" size="2">1</font> </td> <td width="6%" align="center" height="58" bgcolor="#e47d0c"> <small><font color="#ffffff" size="2">1</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">H</big><small> </small><big><br style="font-size: 2; color: #ffffff"></big><small>1.008</small></font> </td> <td width="6%" align="center" height="58"> <small><font color="#0000ff" size="2">2<br style="font-size: 2; color: #0000ff">IIA<br style="font-size: 2; color: #0000ff">2A</font></small> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="7%" align="center" height="58"> </td> <td width="3%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> <small><font color="#0000ff" size="2">13<br style="font-size: 2; color: #0000ff">IIIA<br style="font-size: 2; color: #0000ff">3A</font></small> </td> <td width="8%" align="center" height="58"> <small><font color="#0000ff" size="2">14<br style="font-size: 2; color: #0000ff">IVA<br style="font-size: 2; color: #0000ff">4A</font></small> </td> <td width="5%" align="center" height="58"> <small><font color="#0000ff" size="2">15<br style="font-size: 2; color: #0000ff">VA<br style="font-size: 2; color: #0000ff">5A</font></small> </td> <td width="5%" align="center" height="58"> <small><font color="#0000ff" size="2">16<br style="font-size: 2; color: #0000ff">VIA<br style="font-size: 2; color: #0000ff">6A</font></small> </td> <td width="5%" align="center" height="58"> <small><font color="#0000ff" size="2">17<br style="font-size: 2; color: #0000ff">VIIA<br style="font-size: 2; color: #0000ff">7A</font></small> </td> <td width="7%" align="center" height="58" bgcolor="#f4bd55"> <small><font color="#ffffff" size="2">2</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">He<br style="font-size: 2; color: #ffffff"></big><small>4.003</small></font> </td> </tr> <tr align="center"> <td width="3%" align="center" height="58"> <font color="#ff0000" size="2">2</font> </td> <td width="6%" align="center" height="58" bgcolor="#e2980e"> <small><font color="#ffffff" size="2">3</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">Li<br style="font-size: 2; color: #ffffff"></big><small>6.941</small></font> </td> <td width="6%" align="center" height="58" bgcolor="#7b03cb"> <small><font color="#ffffff" size="2">4</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">Be</big><small> </small><big><br style="font-size: 2; color: #ffffff"></big><small>9.012</small></font> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="7%" align="center" height="58"> </td> <td width="3%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58"> </td> <td width="5%" align="center" height="58" bgcolor="#1fa04d"> <small><font color="#ffffff" size="2">5</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">B<br style="font-size: 2; color: #ffffff"></big><small>10.81</small></font> </td> <td width="8%" align="center" height="58" bgcolor="#1fa04d"> <small><font color="#ffffff" size="2">6</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">C<br style="font-size: 2; color: #ffffff"></big><small>12.01</small></font> </td> <td width="5%" align="center" height="58" bgcolor="#1fa04d"> <small><font color="#ffffff" size="2">7</font></small><font color="#ffffff" size="2"><br style="font-size: 2; color: #ffffff"><big>N</big><br style="font-size: 2; color: #ffffff"><small>14.01</small></font> </td> <td width="5%" align="center" height="58" bgcolor="#54de85"> <small><font color="#ffffff" size="2">8</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">O<br style="font-size: 2; color: #ffffff"></big><small>16.00</small></font> </td> <td width="5%" align="center" height="58" bgcolor="#e2980e"> <small><font color="#ffffff" size="2">9</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">F<br style="font-size: 2; color: #ffffff"></big><small>19.00</small></font> </td> <td width="7%" align="center" height="58" bgcolor="#f4bd55"> <small><font color="#ffffff" size="2">10</font></small><font color="#ffffff" size="2"><big><br style="font-size: 2; color: #ffffff">Ne<br style="font-size: 2; color: #ffffff"></big><small>20.18</small></font> </td> </tr> <tr align="center"> <td width="3%" align="center" height="58" rowspan="2"> <font color="#ff0000" size="2">3</font> </td> <td align="center" rowspan="2" height="58" bgcolor="#e2980e" width="6%"> <small><font size="2" color="#ffffff">11</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Na</big><small> </small><big><br style="font-size: 2; color: #ffffff"></big><small>22.99</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#7b03cb" width="6%"> <small><font size="2" color="#ffffff">12</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Mg</big><small> </small><big><br style="font-size: 2; color: #ffffff"></big><small>24.31</small></font> </td> <td align="center" rowspan="2" height="58" width="5%"> <small><font size="2" color="#0000ff">3<br style="font-size: 2; color: #0000ff">IIIB<br style="font-size: 2; color: #0000ff">3B</font></small> </td> <td align="center" rowspan="2" height="58" width="5%"> <small><font size="2" color="#0000ff">4<br style="font-size: 2; color: #0000ff">IVB<br style="font-size: 2; color: #0000ff">4B</font></small> </td> <td align="center" rowspan="2" height="58" width="7%"> <small><font size="2" color="#0000ff">5<br style="font-size: 2; color: #0000ff">VB<br style="font-size: 2; color: #0000ff">5B</font></small> </td> <td align="center" rowspan="2" height="58" width="3%"> <small><font size="2" color="#0000ff">6<br style="font-size: 2; color: #0000ff">VIB<br style="font-size: 2; color: #0000ff">6B</font></small> </td> <td align="center" rowspan="2" height="58" width="5%"> <p align="center"> <small><font size="2" color="#0000ff">7<br style="font-size: 2; color: #0000ff">VIIB<br style="font-size: 2; color: #0000ff">7B</font></small> </p> </td> <td align="center" height="28" valign="bottom" width="5%"> <small><font size="2" color="#0000ff">8</font></small> </td> <td align="center" height="28" valign="bottom" width="5%"> <small><font size="2" color="#0000ff">9</font></small> </td> <td align="center" height="28" valign="bottom" width="5%"> <small><font size="2" color="#0000ff">10</font></small> </td> <td align="center" rowspan="2" height="58" width="5%"> <small><font size="2" color="#0000ff">11<br style="font-size: 2; color: #0000ff">IB<br style="font-size: 2; color: #0000ff">1B</font></small> </td> <td align="center" rowspan="2" height="58" width="5%"> <small><font size="2" color="#0000ff">12<br style="font-size: 2; color: #0000ff">IIB<br style="font-size: 2; color: #0000ff">2B</font></small> </td> <td align="center" rowspan="2" height="58" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">13</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Al<br style="font-size: 2; color: #ffffff"></big><small>26.98</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#1fa04d" width="8%"> <small><font size="2" color="#ffffff">14</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Si<br style="font-size: 2; color: #ffffff"></big><small>28.09</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#1fa04d" width="5%"> <small><font size="2" color="#ffffff">15</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>P</big><br style="font-size: 2; color: #ffffff"><small>30.97</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#54de85" width="5%"> <small><font size="2" color="#ffffff">16</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">S<br style="font-size: 2; color: #ffffff"></big><small>32.07</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#e2980e" width="5%"> <small><font size="2" color="#ffffff">17</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cl<br style="font-size: 2; color: #ffffff"></big><small>35.45</small></font> </td> <td align="center" rowspan="2" height="58" bgcolor="#f4bd55" width="7%"> <small><font size="2" color="#ffffff">18</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ar<br style="font-size: 2; color: #ffffff"></big><small>39.95</small></font> </td> </tr> <tr align="center"> <td align="center" colspan="3" height="28" valign="top"> <small><font size="2" color="#0000ff">------- VIII -------<br style="font-size: 2; color: #0000ff">------- 8 -------</font></small> </td> </tr> <tr align="center"> <td align="center" height="58" width="3%"> <font size="2" color="#ff0000">4</font> </td> <td align="center" height="58" bgcolor="#e2980e" width="6%"> <small><font size="2" color="#ffffff">19</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>K</big><br style="font-size: 2; color: #ffffff"><small>39.10</small></font> </td> <td align="center" height="58" bgcolor="#7b03cb" width="6%"> <small><font size="2" color="#ffffff">20</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ca<br style="font-size: 2; color: #ffffff"></big><small>40.08</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">21</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Sc<br style="font-size: 2; color: #ffffff"></big><small>44.96</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">22</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ti<br style="font-size: 2; color: #ffffff"></big><small>47.88</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="7%"> <small><font size="2" color="#ffffff">23</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">V<br style="font-size: 2; color: #ffffff"></big><small>50.94</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="3%"> <p align="center"> <small><font size="2" color="#ffffff">24</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cr<br style="font-size: 2; color: #ffffff"></big><small>52.00</small></font> </p> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <p align="center"> <small><font size="2" color="#ffffff">25</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Mn<br style="font-size: 2; color: #ffffff"></big><small>54.94</small></font> </p> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">26</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Fe<br style="font-size: 2; color: #ffffff"></big><small>55.85</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">27</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Co<br style="font-size: 2; color: #ffffff"></big><small>58.47</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">28</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ni<br style="font-size: 2; color: #ffffff"></big><small>58.69</small></font> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <p style="color: rgb(255,255,255)"> <small><font size="2" color="#ffffff">29</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cu<br style="font-size: 2; color: #ffffff"></big><small>63.55</small></font> </p> </td> <td align="center" height="58" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">30</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Zn<br style="font-size: 2; color: #ffffff"></big><small>65.39</small></font> </td> <td align="center" height="58" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">31</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ga<br style="font-size: 2; color: #ffffff"></big><small>69.72</small></font> </td> <td align="center" height="58" bgcolor="#9e49a0" width="8%"> <small><font size="2" color="#ffffff">32</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ge<br style="font-size: 2; color: #ffffff"></big><small>72.59</small></font> </td> <td align="center" height="58" bgcolor="#1fa04d" width="5%"> <small><font size="2" color="#ffffff">33</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>As</big><br style="font-size: 2; color: #ffffff"><small>74.92</small></font> </td> <td align="center" height="58" bgcolor="#54de85" width="5%"> <small><font size="2" color="#ffffff">34</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Se<br style="font-size: 2; color: #ffffff"></big><small>78.96</small></font> </td> <td align="center" height="58" bgcolor="#e2980e" width="5%"> <small><font size="2" color="#ffffff">35</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Br<br style="font-size: 2; color: #ffffff"></big><small>79.90</small></font> </td> <td align="center" height="58" bgcolor="#f4bd55" width="7%"> <small><font size="2" color="#ffffff">36</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Kr<br style="font-size: 2; color: #ffffff"></big><small>83.80</small></font> </td> </tr> <tr align="center"> <td align="center" height="59" width="3%"> <font size="2" color="#ff0000">5</font> </td> <td align="center" height="59" bgcolor="#e2980e" width="6%"> <small><font size="2" color="#ffffff">37</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Rb</big><br style="font-size: 2; color: #ffffff"><small>85.47</small></font> </td> <td align="center" height="59" bgcolor="#7b03cb" width="6%"> <small><font size="2" color="#ffffff">38</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Sr<br style="font-size: 2; color: #ffffff"></big><small>87.62</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">39</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Y</big><br style="font-size: 2; color: #ffffff"><small>88.91</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">40</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Zr<br style="font-size: 2; color: #ffffff"></big><small>91.22</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="7%"> <small><font size="2" color="#ffffff">41</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Nb<br style="font-size: 2; color: #ffffff"></big><small>92.91</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="3%"> <small><font size="2" color="#ffffff">42</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Mo<br style="font-size: 2; color: #ffffff"></big><small>95.94</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">43</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Tc<br style="font-size: 2; color: #ffffff"></big><small>(98)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">44</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ru<br style="font-size: 2; color: #ffffff"></big><small>101.1</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">45</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Rh<br style="font-size: 2; color: #ffffff"></big><small>102.9</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">46</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Pd<br style="font-size: 2; color: #ffffff"></big><small>106.4</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">47</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ag<br style="font-size: 2; color: #ffffff"></big><small>107.9</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">48</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cd<br style="font-size: 2; color: #ffffff"></big><small>112.4</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">49</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">In<br style="font-size: 2; color: #ffffff"></big><small>114.8</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="8%"> <small><font size="2" color="#ffffff">50</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Sn<br style="font-size: 2; color: #ffffff"></big><small>118.7</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">51</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Sb</big><br style="font-size: 2; color: #ffffff"><small>121.8</small></font> </td> <td align="center" height="59" bgcolor="#54de85" width="5%"> <small><font size="2" color="#ffffff">52</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Te<br style="font-size: 2; color: #ffffff"></big><small>127.6</small></font> </td> <td align="center" height="59" bgcolor="#e2980e" width="5%"> <small><font size="2" color="#ffffff">53</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">I<br style="font-size: 2; color: #ffffff"></big><small>126.9</small></font> </td> <td align="center" height="59" bgcolor="#f4bd55" width="7%"> <small><font size="2" color="#ffffff">54</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Xe<br style="font-size: 2; color: #ffffff"></big><small>131.3</small></font> </td> </tr> <tr align="center"> <td align="center" height="59" width="3%"> <font size="2" color="#ff0000">6</font> </td> <td align="center" height="59" bgcolor="#e2980e" width="6%"> <small><font size="2" color="#ffffff">55</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cs<br style="font-size: 2; color: #ffffff"></big><small>132.9</small></font> </td> <td align="center" height="59" bgcolor="#7b03cb" width="6%"> <small><font size="2" color="#ffffff">56</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ba<br style="font-size: 2; color: #ffffff"></big><small>137.3</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">57</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">La*<br style="font-size: 2; color: #ffffff"></big><small>138.9</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">72</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Hf</big><br style="font-size: 2; color: #ffffff"><small>178.5</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="7%"> <small><font size="2" color="#ffffff">73</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ta<br style="font-size: 2; color: #ffffff"></big><small>180.9</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="3%"> <small><font size="2" color="#ffffff">74</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">W<br style="font-size: 2; color: #ffffff"></big><small>183.9</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">75</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Re<br style="font-size: 2; color: #ffffff"></big><small>186.2</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">76</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Os<br style="font-size: 2; color: #ffffff"></big><small>190.2</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">77</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ir<br style="font-size: 2; color: #ffffff"></big><small>190.2</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">78</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Pt<br style="font-size: 2; color: #ffffff"></big><small>195.1</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">79</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Au<br style="font-size: 2; color: #ffffff"></big><small>197.0</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">80</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Hg<br style="font-size: 2; color: #ffffff"></big><small>200.5</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">81</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Tl<br style="font-size: 2; color: #ffffff"></big><small>204.4</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="8%"> <small><font size="2" color="#ffffff">82</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Pb<br style="font-size: 2; color: #ffffff"></big><small>207.2</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">83</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Bi</big><br style="font-size: 2; color: #ffffff"><small>209.0</small></font> </td> <td align="center" height="59" bgcolor="#9e49a0" width="5%"> <small><font size="2" color="#ffffff">84</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Po<br style="font-size: 2; color: #ffffff"></big><small>(210)</small></font> </td> <td align="center" height="59" bgcolor="#e2980e" width="5%"> <small><font size="2" color="#ffffff">85</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">At<br style="font-size: 2; color: #ffffff"></big><small>(210)</small></font> </td> <td align="center" height="59" bgcolor="#f4bd55" width="7%"> <small><font size="2" color="#ffffff">86</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Rn<br style="font-size: 2; color: #ffffff"></big><small>(222)</small></font> </td> </tr> <tr align="center"> <td align="center" height="59" width="3%"> <font size="2" color="#ff0000">7</font> </td> <td align="center" height="59" bgcolor="#e2980e" width="6%"> <small><font size="2" color="#ffffff">87</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Fr<br style="font-size: 2; color: #ffffff"></big><small>(223)</small></font> </td> <td align="center" height="59" bgcolor="#7b03cb" width="6%"> <small><font size="2" color="#ffffff">88</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ra<br style="font-size: 2; color: #ffffff"></big><small>(226)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">89</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ac~<br style="font-size: 2; color: #ffffff"></big><small>(227)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">104</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Rf<br style="font-size: 2; color: #ffffff"></big><small>(257)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="7%"> <small><font size="2" color="#ffffff">105</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Db<br style="font-size: 2; color: #ffffff"></big><small>(260)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="3%"> <small><font size="2" color="#ffffff">106</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Sg<br style="font-size: 2; color: #ffffff"></big><small>(263)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">107</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Bh<br style="font-size: 2; color: #ffffff"></big><small>(262)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">108</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Hs<br style="font-size: 2; color: #ffffff"></big><small>(265)</small></font> </td> <td align="center" height="59" bgcolor="#3a63a7" width="5%"> <small><font size="2" color="#ffffff">109</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Mt<br style="font-size: 2; color: #ffffff"></big><small>(266)</small></font> </td> <td align="center" height="59" bgcolor="#569ea5" width="5%"> <small><font size="2" color="#ffffff">110</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">---<br style="font-size: 2; color: #ffffff"></big><small>()</small></font> </td> <td align="center" height="59" bgcolor="#569ea5" width="5%"> <small><font size="2" color="#ffffff">111</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">---<br style="font-size: 2; color: #ffffff"></big><small>()</small></font> </td> <td align="center" height="59" bgcolor="#569ea5" width="5%"> <small><font size="2" color="#ffffff">112</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">---<br style="font-size: 2; color: #ffffff"></big><small>()</small></font> </td> <td align="center" height="59" width="5%"> </td> <td align="center" height="59" bgcolor="#569ea5" width="8%"> <small><font size="2" color="#ffffff">114</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>---</big><br style="font-size: 2; color: #ffffff"><small>()</small></font> </td> <td align="center" height="59" width="5%"> </td> <td align="center" height="59" bgcolor="#569ea5" width="5%"> <small><font size="2" color="#ffffff">116</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">---<br style="font-size: 2; color: #ffffff"></big><small>()</small></font> </td> <td align="center" height="59" width="5%"> </td> <td align="center" height="59" bgcolor="#569ea5" width="7%"> <small><font size="2" color="#ffffff">118</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">---<br style="font-size: 2; color: #ffffff"></big><small>()</small></font> </td> </tr> <tr align="center"> <td align="center" colspan="2" height="1"> </td> <td align="center" height="1" width="6%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="7%"> </td> <td align="center" height="1" width="3%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> <p> </p> </td> <td align="center" height="1" width="8%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="5%"> </td> <td align="center" height="1" width="7%"> </td> </tr> <tr align="center"> <td align="center" colspan="3" height="52"> <font size="2" color="#000000">Lanthanide Series*</font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">58</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ce<br style="font-size: 2; color: #ffffff"></big><small>140.1</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">59</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Pr</big><br style="font-size: 2; color: #ffffff"><small>140.9</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="7%"> <small><font size="2" color="#ffffff">60</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Nd<br style="font-size: 2; color: #ffffff"></big><small>144.2</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="3%"> <small><font size="2" color="#ffffff">61</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Pm</big><br style="font-size: 2; color: #ffffff"><small>(147)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">62</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Sm</big><br style="font-size: 2; color: #ffffff"><small>150.4</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">63</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Eu</big><br style="font-size: 2; color: #ffffff"><small>152.0</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">64</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Gd<br style="font-size: 2; color: #ffffff"></big><small>157.3</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">65</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Tb</big><br style="font-size: 2; color: #ffffff"><small>158.9</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">66</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Dy<br style="font-size: 2; color: #ffffff"></big><small>162.5</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">67</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Ho<br style="font-size: 2; color: #ffffff"></big><small>164.9</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">68</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Er</big><br style="font-size: 2; color: #ffffff"><small>167.3</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="8%"> <small><font size="2" color="#ffffff">69</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Tm</big><small> 168.9</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">70</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Yb</big><br style="font-size: 2; color: #ffffff"><small>173.0</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">71</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Lu</big><br style="font-size: 2; color: #ffffff"><small>175.0</small></font> </td> <td align="center" height="52" width="5%"> </td> <td align="center" height="52" width="6%"> </td> </tr> <tr align="center"> <td align="center" colspan="3" height="52"> <font size="2" color="#000000">Actinide Series~</font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">90</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Th</big><br style="font-size: 2; color: #ffffff"><small>232.0</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">91</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Pa<br style="font-size: 2; color: #ffffff"></big><small>(231)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="7%"> <small><font size="2" color="#ffffff">92</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">U<br style="font-size: 2; color: #ffffff"></big><small>(238)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="3%"> <small><font size="2" color="#ffffff">93</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Np<br style="font-size: 2; color: #ffffff"></big><small>(237)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">94</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Pu<br style="font-size: 2; color: #ffffff"></big><small>(242)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">95</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Am<br style="font-size: 2; color: #ffffff"></big><small>(243)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">96</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cm<br style="font-size: 2; color: #ffffff"></big><small>(247)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">97</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>Bk</big><br style="font-size: 2; color: #ffffff"><small>(247)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">98</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Cf<br style="font-size: 2; color: #ffffff"></big><small>(249)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">99</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Es<br style="font-size: 2; color: #ffffff"></big><small>(254)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">100</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Fm<br style="font-size: 2; color: #ffffff"></big><small>(253)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="8%"> <small><font size="2" color="#ffffff">101</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Md<br style="font-size: 2; color: #ffffff"></big><small>(256)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">102</font></small><font size="2" color="#ffffff"><br style="font-size: 2; color: #ffffff"><big>No</big><br style="font-size: 2; color: #ffffff"><small>(254)</small></font> </td> <td align="center" height="52" bgcolor="#c0c0c0" width="5%"> <small><font size="2" color="#ffffff">103</font></small><font size="2" color="#ffffff"><big><br style="font-size: 2; color: #ffffff">Lr<br style="font-size: 2; color: #ffffff"></big><small>(257)</small></font> </td> <td align="center" height="52" width="5%"> </td> <td align="center" height="52" width="6%"> </td> </tr> </table> </center> </div> </body></html> - - - - - - - - - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/57/119353.xml b/autotest/Tests/tests/vanilla/institution/items/57/119353.xml deleted file mode 100644 index 094f374612..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/57/119353.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119353 - 0e9bcc78-8c84-eb66-84e7-73c91fc93de4 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:27.0 - 2003-03-05 15:56:35.0 - 1970-01-01 11:00:00.893 - -1.0 - false - LIVE - - - 116750 - 6977f712-c4ab-4dee-990a-07c168aee7df - notequal.gif - notequal.gif - 89 - false - false - false - - - - - - - - 119192 - 2011-08-30 12:05:08.58 - false - false - false - false - - - - - - - - - - 213735 - - - en - - 213531 - en - 1 - notequal - - - - - - - 213730 - - - en - - 213528 - en - 1 - notequal - - - - - - 908 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/57/119353/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/57/119353/_ITEM/item.xml deleted file mode 100644 index dac42dfbc5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/57/119353/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -notequal -notequal -notequal - - - - - - - - - - - -6977f712-c4ab-4dee-990a-07c168aee7df - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/57/119353/_THUMBS/notequal.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/57/119353/_THUMBS/notequal.gif.jpeg deleted file mode 100644 index fd063e0833..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/57/119353/_THUMBS/notequal.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/57/119353/notequal.gif b/autotest/Tests/tests/vanilla/institution/items/57/119353/notequal.gif deleted file mode 100644 index fcb5a7b08e..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/57/119353/notequal.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/58/119354.xml b/autotest/Tests/tests/vanilla/institution/items/58/119354.xml deleted file mode 100644 index 03fe382b7f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/58/119354.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119354 - 29651489-7917-1480-5865-011530ac7076 - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:23:23.647 - 2009-03-20 11:23:23.693 - 1970-01-01 11:00:00.64 - -1.0 - false - LIVE - - - - - - - 119193 - 2009-03-20 11:23:23.647 - 2011-08-30 12:05:11.127 - false - false - false - false - - - - - 283334 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:23:23.647 - false - edit - DRAFT - - - 283335 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:23:23.647 - false - statechange - MODERATING - - - 283336 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:23:23.647 - false - resetworkflow - MODERATING - - - 283337 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:23:23.647 - false - statechange - LIVE - - - - - - - - - 213737 - - - en_US - - 213532 - en_US - 2 - Seven - - - - - - - 213731 - - - en_US - - 213529 - en_US - 2 - 1999 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/58/119354/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/58/119354/_ITEM/item.xml deleted file mode 100644 index 59fa95fcb2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/58/119354/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -SevenDane1999 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/59/119355.xml b/autotest/Tests/tests/vanilla/institution/items/59/119355.xml deleted file mode 100644 index 2ceb425d33..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/59/119355.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119355 - 0306de61-52ce-770a-21db-50ab86def948 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:15.0 - 2003-03-06 16:55:34.0 - 1970-01-01 11:00:00.817 - -1.0 - false - LIVE - - - - - - - 7004 - http://boorah/dev/vanilla/item/image/ce05e200-b34b-0d9f-ed8a-8cd8e61d31c8/1/union.gif - 3fa58f20831bb67dbf598ce3327d672b - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/ce05e200-b34b-0d9f-ed8a-8cd8e61d31c8/1/union.gif - 9 - 2016-05-30 23:10:52.103 - 2016-05-30 23:10:52.103 - - - - 119194 - 2011-08-30 12:05:07.49 - false - false - false - false - - - - - - - - - - 213738 - - - en - - 213536 - en - 1 - Union - - - - - - - 213732 - - - en - - 213530 - en - 1 - The union of sets symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/59/119355/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/59/119355/_ITEM/item.xml deleted file mode 100644 index 9ca747bdfe..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/59/119355/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Union The union of sets symbol. live  <img src="http://boorah/dev/vanilla/item/image/ce05e200-b34b-0d9f-ed8a-8cd8e61d31c8/1/union.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/6/119302.xml b/autotest/Tests/tests/vanilla/institution/items/6/119302.xml deleted file mode 100644 index 6994c827ad..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/6/119302.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119302 - 7d95b64c-dca8-8f99-dd4f-2fec2f5ef3a9 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:17.0 - 2003-02-05 17:06:11.0 - 1970-01-01 11:00:00.153 - -1.0 - false - LIVE - - - 116723 - 6c1bd50d-f8b5-4c42-b904-bd60ff0ad830 - sum.gif - C:\sum.gif - 107 - false - false - false - - - - - - - - 119140 - 2011-08-30 12:05:09.09 - false - false - false - false - - - - - - - - - - 213634 - - - en - - 213433 - en - 1 - sum - - - - - - - 213627 - - - en - - 213425 - en - 1 - sum - - - - - - 284 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/6/119302/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/6/119302/_ITEM/item.xml deleted file mode 100644 index 5606b51c08..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/6/119302/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -sum -sum -sum - - - - - - - - - - - -6c1bd50d-f8b5-4c42-b904-bd60ff0ad830 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/6/119302/_THUMBS/sum.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/6/119302/_THUMBS/sum.gif.jpeg deleted file mode 100644 index 910eafd64f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/6/119302/_THUMBS/sum.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/6/119302/sum.gif b/autotest/Tests/tests/vanilla/institution/items/6/119302/sum.gif deleted file mode 100644 index c5b92bd3c8..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/6/119302/sum.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/60/119356.xml b/autotest/Tests/tests/vanilla/institution/items/60/119356.xml deleted file mode 100644 index bed84270d3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/60/119356.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119356 - cf209478-f161-909d-4762-55d9c4ffa551 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:21.0 - 2003-03-05 15:57:42.0 - 1970-01-01 11:00:00.183 - -1.0 - false - LIVE - - - 116751 - eadce28e-1fa9-4aff-9ea0-1c769eeaa601 - subset.gif - subset.gif - 92 - false - false - false - - - - - - - - 119195 - 2011-08-30 12:05:08.317 - false - false - false - false - - - - - - - - - - 213739 - - - en - - 213537 - en - 1 - subset - - - - - - - 213734 - - - en - - 213533 - en - 1 - subset - - - - - - 704 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/60/119356/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/60/119356/_ITEM/item.xml deleted file mode 100644 index 5173ccee4e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/60/119356/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -subset -subset -subset - - - - - - - - - - - -eadce28e-1fa9-4aff-9ea0-1c769eeaa601 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/60/119356/_THUMBS/subset.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/60/119356/_THUMBS/subset.gif.jpeg deleted file mode 100644 index 05f4dc7ff5..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/60/119356/_THUMBS/subset.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/60/119356/subset.gif b/autotest/Tests/tests/vanilla/institution/items/60/119356/subset.gif deleted file mode 100644 index f28e19bcf8..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/60/119356/subset.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/61/119357.xml b/autotest/Tests/tests/vanilla/institution/items/61/119357.xml deleted file mode 100644 index f6bcba69a1..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/61/119357.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119357 - 16564b56-8c23-03f3-9385-01ad8f8431ef - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:14:56.0 - 2003-02-06 17:02:39.0 - 1970-01-01 11:00:00.487 - -1.0 - false - LIVE - - - - - - - 119196 - 2011-08-30 12:05:07.753 - false - false - false - false - - - - - - - - - - 213740 - - - en - - 213538 - en - 1 - Long Division - - - - - - - 213736 - - - en - - 213534 - en - 1 - Long Division - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/61/119357/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/61/119357/_ITEM/item.xml deleted file mode 100644 index 63f9380421..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/61/119357/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Long Division Long Division live <table cellspacing="0" cellpadding="0"> <tr> <td > </td> <td > </td> <td > <u>&nbsp;&nbsp;&nbsp;10&nbsp;&nbsp;&nbsp;</u> </td> </tr> <tr> <td align="right" > 20 </td> <td align="right" >  ) </td> <td align="center" > 200 </td> </tr> </table> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/62/119358.xml b/autotest/Tests/tests/vanilla/institution/items/62/119358.xml deleted file mode 100644 index 6fa939d6d5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/62/119358.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119358 - 34ac3049-ad2b-2f2f-f780-3f837fe8fe00 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:39.0 - 2003-03-05 15:53:19.0 - 1970-01-01 11:00:00.567 - -1.0 - false - LIVE - - - 116752 - fbcd3bb5-9352-4bec-a5c6-66516eb02263 - because.gif - because.gif - 81 - false - false - false - - - - - - - - 119197 - 2011-08-30 12:05:07.63 - false - false - false - false - - - - - - - - - - 213741 - - - en - - 213539 - en - 1 - because - - - - - - - 213733 - - - en - - 213535 - en - 1 - because - - - - - - 625 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/62/119358/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/62/119358/_ITEM/item.xml deleted file mode 100644 index 1120179d6b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/62/119358/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -because -because -because - - - - - - - - - - - -fbcd3bb5-9352-4bec-a5c6-66516eb02263 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/62/119358/_THUMBS/because.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/62/119358/_THUMBS/because.gif.jpeg deleted file mode 100644 index b00cc2c863..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/62/119358/_THUMBS/because.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/62/119358/because.gif b/autotest/Tests/tests/vanilla/institution/items/62/119358/because.gif deleted file mode 100644 index 1ab92e6d9a..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/62/119358/because.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/63/119359.xml b/autotest/Tests/tests/vanilla/institution/items/63/119359.xml deleted file mode 100644 index c939ea21bb..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/63/119359.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119359 - 7d60410e-28ac-8004-5077-7d976ae875ca - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:34:20.31 - 2009-03-20 11:34:20.39 - 1970-01-01 11:00:00.333 - -1.0 - false - LIVE - - - - - - - 119198 - 2009-03-20 11:34:20.31 - 2011-08-30 12:05:10.643 - false - false - false - false - - - - - 283338 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:34:20.31 - false - edit - DRAFT - - - 283339 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:34:20.31 - false - statechange - MODERATING - - - 283340 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:34:20.31 - false - resetworkflow - MODERATING - - - 283341 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:34:20.31 - false - statechange - LIVE - - - - - - - - - 213745 - - - en_US - - 213543 - en_US - 2 - Eleven - - - - - - - 213743 - - - en_US - - 213540 - en_US - 2 - 2007 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/63/119359/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/63/119359/_ITEM/item.xml deleted file mode 100644 index 0e2987df2f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/63/119359/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -ElevenAaron2007 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/64/119360.xml b/autotest/Tests/tests/vanilla/institution/items/64/119360.xml deleted file mode 100644 index f6414fa0e0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/64/119360.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119360 - 3a5d1faf-f308-2112-1fc4-75002b0e1b3d - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:22.0 - 2003-03-05 15:57:20.0 - 1970-01-01 11:00:00.807 - -1.0 - false - LIVE - - - 116753 - e8f920d9-8ab6-4db8-84a7-cc501565e877 - realset.gif - realset.gif - 113 - false - false - false - - - - - - - - 119199 - 2011-08-30 12:05:10.683 - false - false - false - false - - - - - - - - - - 213750 - - - en - - 213548 - en - 1 - realset - - - - - - - 213742 - - - en - - 213541 - en - 1 - realset - - - - - - 939 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/64/119360/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/64/119360/_ITEM/item.xml deleted file mode 100644 index d09ceac471..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/64/119360/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -realset -realset -realset - - - - - - - - - - - -e8f920d9-8ab6-4db8-84a7-cc501565e877 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/64/119360/_THUMBS/realset.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/64/119360/_THUMBS/realset.gif.jpeg deleted file mode 100644 index a3f78117bd..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/64/119360/_THUMBS/realset.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/64/119360/realset.gif b/autotest/Tests/tests/vanilla/institution/items/64/119360/realset.gif deleted file mode 100644 index 0a29e89007..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/64/119360/realset.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/65/119361.xml b/autotest/Tests/tests/vanilla/institution/items/65/119361.xml deleted file mode 100644 index b2e5379699..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/65/119361.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119361 - 72f5f01e-0572-a248-1cd8-5d1bfab30bca - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:59.0 - 2003-03-06 16:20:28.0 - 1970-01-01 11:00:00.107 - -1.0 - false - LIVE - - - - - - - 7003 - http://boorah/dev/vanilla/item/image/dff7b388-e585-1012-3d5b-6a9bd4a70efc/1/parallel.gif - 87175bbed08f6ad28da8587539c4b237 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/dff7b388-e585-1012-3d5b-6a9bd4a70efc/1/parallel.gif - 9 - 2016-05-30 23:10:52.103 - 2016-05-30 23:10:52.103 - - - - 119201 - 2011-08-30 12:05:09.93 - false - false - false - false - - - - - - - - - - 213752 - - - en - - 213550 - en - 1 - Parallel - - - - - - - 213747 - - - en - - 213544 - en - 1 - Parallel symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/65/119361/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/65/119361/_ITEM/item.xml deleted file mode 100644 index b35720dbb0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/65/119361/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Parallel Parallel symbol. live  <img src="http://boorah/dev/vanilla/item/image/dff7b388-e585-1012-3d5b-6a9bd4a70efc/1/parallel.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/66/119362.xml b/autotest/Tests/tests/vanilla/institution/items/66/119362.xml deleted file mode 100644 index 57f4eae287..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/66/119362.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119362 - a662a885-6304-c14c-15fc-e8fd04946618 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:28:37.0 - 2003-07-15 10:28:21.0 - 1970-01-01 11:00:00.863 - -1.0 - false - LIVE - - - 116754 - 1a89363c-106f-44ae-ba68-d6b10121974c - titration02.gif - titration02.gif - 1 - false - false - false - - - - - - - - 119200 - 2011-08-30 12:05:07.933 - false - false - false - false - - - - - - - - - - 213751 - - - en - - 213549 - en - 1 - titration02.gif - - - - - - - 213744 - - - en - - 213542 - en - 1 - This item is used by Titration. - - - - - - 22213 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/66/119362/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/66/119362/_ITEM/item.xml deleted file mode 100644 index 44fa87e3ad..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/66/119362/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -titration02.gifThis item is used by Titration.1a89363c-106f-44ae-ba68-d6b10121974c \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/66/119362/_THUMBS/titration02.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/66/119362/_THUMBS/titration02.gif.jpeg deleted file mode 100644 index 8880209937..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/66/119362/_THUMBS/titration02.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/66/119362/titration02.gif b/autotest/Tests/tests/vanilla/institution/items/66/119362/titration02.gif deleted file mode 100644 index 25d1675d7c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/66/119362/titration02.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/67/119363.xml b/autotest/Tests/tests/vanilla/institution/items/67/119363.xml deleted file mode 100644 index 45a909aabe..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/67/119363.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119363 - 8f6ace33-c66f-9419-b960-574101b37e10 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:05.0 - 2003-03-06 16:28:31.0 - 1970-01-01 11:00:00.863 - -1.0 - false - LIVE - - - - - - - 7006 - http://boorah/dev/vanilla/item/image/a8cd1c84-6213-69c0-4888-e72d4cadb85a/1/rationse.gif - 5b0443131585ba7f9073660643f872d6 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/a8cd1c84-6213-69c0-4888-e72d4cadb85a/1/rationse.gif - 9 - 2016-05-30 23:10:52.107 - 2016-05-30 23:10:52.107 - - - - 119203 - 2011-08-30 12:05:07.84 - false - false - false - false - - - - - - - - - - 213753 - - - en - - 213551 - en - 1 - Rational Set - - - - - - - 213748 - - - en - - 213546 - en - 1 - The symbol for the set of all rational numbers. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/67/119363/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/67/119363/_ITEM/item.xml deleted file mode 100644 index 6b8d542d42..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/67/119363/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Rational Set The symbol for the set of all rational numbers. live <img src="http://boorah/dev/vanilla/item/image/a8cd1c84-6213-69c0-4888-e72d4cadb85a/1/rationse.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/68/119364.xml b/autotest/Tests/tests/vanilla/institution/items/68/119364.xml deleted file mode 100644 index c2d65af967..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/68/119364.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119364 - dd26b7f9-3364-e375-aa8c-04d01eca690f - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:53.0 - 2003-03-06 15:48:14.0 - 1970-01-01 11:00:00.467 - -1.0 - false - LIVE - - - - - - - 7005 - http://boorah/dev/vanilla/item/image/92aaf4b2-499d-07f4-e437-e6d457a9e146/1/cardinal.gif - 6db37aad0dd828193909fc9f218a604d - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/92aaf4b2-499d-07f4-e437-e6d457a9e146/1/cardinal.gif - 9 - 2016-05-30 23:10:52.103 - 2016-05-30 23:10:52.103 - - - - 119202 - 2011-08-30 12:05:08.723 - false - false - false - false - - - - - - - - - - 213754 - - - en - - 213552 - en - 1 - Cardinal - - - - - - - 213746 - - - en - - 213545 - en - 1 - The cardinal symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/68/119364/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/68/119364/_ITEM/item.xml deleted file mode 100644 index 88180f1889..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/68/119364/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Cardinal The cardinal symbol. live <img src="http://boorah/dev/vanilla/item/image/92aaf4b2-499d-07f4-e437-e6d457a9e146/1/cardinal.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/69/119365.xml b/autotest/Tests/tests/vanilla/institution/items/69/119365.xml deleted file mode 100644 index 89451777dc..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/69/119365.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119365 - 826d600f-8675-cfad-31ad-893bbcbb8527 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:28.0 - 2003-03-05 15:56:22.0 - 1970-01-01 11:00:00.28 - -1.0 - false - LIVE - - - 116755 - ccf1b1bd-a2c8-4d3e-8d92-4c17ff680be8 - naturals.gif - naturals.gif - 110 - false - false - false - - - - - - - - 119204 - 2011-08-30 12:05:07.807 - false - false - false - false - - - - - - - - - - 213755 - - - en - - 213553 - en - 1 - naturals - - - - - - - 213749 - - - en - - 213547 - en - 1 - naturals - - - - - - 914 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/69/119365/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/69/119365/_ITEM/item.xml deleted file mode 100644 index 6a70bb1654..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/69/119365/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -naturals -naturals -naturals - - - - - - - - - - - -ccf1b1bd-a2c8-4d3e-8d92-4c17ff680be8 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/69/119365/_THUMBS/naturals.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/69/119365/_THUMBS/naturals.gif.jpeg deleted file mode 100644 index f67a27b003..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/69/119365/_THUMBS/naturals.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/69/119365/naturals.gif b/autotest/Tests/tests/vanilla/institution/items/69/119365/naturals.gif deleted file mode 100644 index e315cf6dca..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/69/119365/naturals.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/7/119303.xml b/autotest/Tests/tests/vanilla/institution/items/7/119303.xml deleted file mode 100644 index 3b710d6041..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/7/119303.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119303 - 28d69369-b02c-47e5-a2c8-0cb19fb1b883 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:28:37.0 - 2003-07-15 10:28:21.0 - 1970-01-01 11:00:00.83 - -1.0 - false - PERSONAL - - - 116724 - 7b4a49e3-256a-48bf-8a7c-dd61d338f4c9 - titration1.gif - titration1.gif - 1 - false - false - false - - - - - - - - 119142 - 2011-08-30 12:05:10.857 - false - false - false - false - - - - - - - - - - 213636 - - - en - - 213434 - en - 1 - titration1.gif - - - - - - - 213629 - - - en - - 213427 - en - 1 - This item is used by Titration. - - - - - - 36558 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/7/119303/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/7/119303/_ITEM/item.xml deleted file mode 100644 index c5b98fdb8b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/7/119303/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -titration1.gifThis item is used by Titration.7b4a49e3-256a-48bf-8a7c-dd61d338f4c9myresource \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/7/119303/_THUMBS/titration1.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/7/119303/_THUMBS/titration1.gif.jpeg deleted file mode 100644 index 2817558c51..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/7/119303/_THUMBS/titration1.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/7/119303/titration1.gif b/autotest/Tests/tests/vanilla/institution/items/7/119303/titration1.gif deleted file mode 100644 index 8ab9bab55f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/7/119303/titration1.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/70/119366.xml b/autotest/Tests/tests/vanilla/institution/items/70/119366.xml deleted file mode 100644 index bed60cab1f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/70/119366.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119366 - 69f0d113-03c3-c49a-978e-c4e959e2d827 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:35.0 - 2003-03-05 15:54:08.0 - 1970-01-01 11:00:00.103 - -1.0 - false - LIVE - - - 116756 - a733c3d7-53ad-4e51-8106-11f00adaf6e0 - emptyset.gif - emptyset.gif - 131 - false - false - false - - - - - - - - 119205 - 2011-08-30 12:05:09.57 - false - false - false - false - - - - - - - - - - 213762 - - - en - - 213560 - en - 1 - emptyset - - - - - - - 213756 - - - en - - 213554 - en - 1 - emptyset - - - - - - 1118 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/70/119366/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/70/119366/_ITEM/item.xml deleted file mode 100644 index 840ae3dff2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/70/119366/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -emptyset -emptyset -emptyset - - - - - - - - - - - -a733c3d7-53ad-4e51-8106-11f00adaf6e0 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/70/119366/_THUMBS/emptyset.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/70/119366/_THUMBS/emptyset.gif.jpeg deleted file mode 100644 index e0071dcdd6..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/70/119366/_THUMBS/emptyset.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/70/119366/emptyset.gif b/autotest/Tests/tests/vanilla/institution/items/70/119366/emptyset.gif deleted file mode 100644 index 250413614f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/70/119366/emptyset.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/71/119367.xml b/autotest/Tests/tests/vanilla/institution/items/71/119367.xml deleted file mode 100644 index fa27e61ec3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/71/119367.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119367 - f6ec517d-c43c-3d2b-b7ce-a5bccae43dca - 1 - TLE_ADMINISTRATOR - 2003-03-06 15:49:18.0 - 2003-03-06 15:48:53.0 - 1970-01-01 11:00:00.39 - -1.0 - false - LIVE - - - - - - - 7008 - http://boorah/dev/vanilla/item/image/75adb444-bd92-e46f-d130-56864f447116/1/changein.gif - 6b5c92115f00d5abf07ae7f618b74d50 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/75adb444-bd92-e46f-d130-56864f447116/1/changein.gif - 9 - 2016-05-30 23:10:52.107 - 2016-05-30 23:10:52.107 - - - - 119206 - 2011-08-30 12:05:08.973 - false - false - false - false - - - - - - - - - - 213763 - - - en - - 213561 - en - 1 - Delta - - - - - - - 213758 - - - en - - 213555 - en - 1 - Capital delta. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/71/119367/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/71/119367/_ITEM/item.xml deleted file mode 100644 index 35521b7a4d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/71/119367/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Delta Capital delta. live <img src="http://boorah/dev/vanilla/item/image/75adb444-bd92-e46f-d130-56864f447116/1/changein.gif"> delta change \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/72/119368.xml b/autotest/Tests/tests/vanilla/institution/items/72/119368.xml deleted file mode 100644 index 507977f79e..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/72/119368.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119368 - 08baea1c-e6e4-2737-28a6-3614095f7462 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:31.0 - 2003-03-05 15:55:43.0 - 1970-01-01 11:00:00.23 - -1.0 - false - LIVE - - - 116757 - d5665da5-2f83-49fc-88fb-2d5dd741970a - intersec.gif - intersec.gif - 95 - false - false - false - - - - - - - - 119207 - 2011-08-30 12:05:11.033 - false - false - false - false - - - - - - - - - - 213764 - - - en - - 213562 - en - 1 - intersec - - - - - - - 213757 - - - en - - 213556 - en - 1 - intersec - - - - - - 718 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/72/119368/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/72/119368/_ITEM/item.xml deleted file mode 100644 index 4d5ee9eeab..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/72/119368/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -intersec -intersec -intersec - - - - - - - - - - - -d5665da5-2f83-49fc-88fb-2d5dd741970a - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/72/119368/_THUMBS/intersec.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/72/119368/_THUMBS/intersec.gif.jpeg deleted file mode 100644 index 5bec02318f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/72/119368/_THUMBS/intersec.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/72/119368/intersec.gif b/autotest/Tests/tests/vanilla/institution/items/72/119368/intersec.gif deleted file mode 100644 index 718146658b..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/72/119368/intersec.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/73/119369.xml b/autotest/Tests/tests/vanilla/institution/items/73/119369.xml deleted file mode 100644 index 89acca84d0..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/73/119369.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119369 - f00a2175-4619-a465-6c6f-cc86eac7108d - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:41.0 - 2003-03-05 15:23:32.0 - 1970-01-01 11:00:00.937 - -1.0 - false - LIVE - - - 116758 - 5c32be89-390b-41b8-b36c-1626fd106a55 - anti.gif - C:\anti.gif - 120 - false - false - false - - - - - - - - 119208 - 2011-08-30 12:05:11.1 - false - false - false - false - - - - - - - - - - 213765 - - - en - - 213563 - en - 1 - anti - - - - - - - 213759 - - - en - - 213557 - en - 1 - anti - - - - - - 297 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/73/119369/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/73/119369/_ITEM/item.xml deleted file mode 100644 index 4fd963a66c..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/73/119369/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -anti -anti -anti - - - - - - - - - - - -5c32be89-390b-41b8-b36c-1626fd106a55 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/73/119369/_THUMBS/anti.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/73/119369/_THUMBS/anti.gif.jpeg deleted file mode 100644 index 910eafd64f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/73/119369/_THUMBS/anti.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/73/119369/anti.gif b/autotest/Tests/tests/vanilla/institution/items/73/119369/anti.gif deleted file mode 100644 index 283b3b08d6..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/73/119369/anti.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/74/119370.xml b/autotest/Tests/tests/vanilla/institution/items/74/119370.xml deleted file mode 100644 index b556543722..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/74/119370.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119370 - 7937d7c1-7808-c61e-7528-ab3b5988857b - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:10:13.0 - 2003-03-06 16:10:02.0 - 1970-01-01 11:00:00.12 - -1.0 - false - LIVE - - - - - - - 7011 - http://boorah/dev/vanilla/item/image/61f7c2d0-8500-7c15-e7ce-11b0be1b9a7a/1/idequal.gif - ee5a80de3a0fd92bcce1c3e144c846af - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/61f7c2d0-8500-7c15-e7ce-11b0be1b9a7a/1/idequal.gif - 9 - 2016-05-30 23:10:52.11 - 2016-05-30 23:10:52.11 - - - - 119209 - 2011-08-30 12:05:08.097 - false - false - false - false - - - - - - - - - - 213766 - - - en - - 213564 - en - 1 - Identical - - - - - - - 213760 - - - en - - 213558 - en - 1 - Identical symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/74/119370/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/74/119370/_ITEM/item.xml deleted file mode 100644 index 9a7250f50d..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/74/119370/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Identical Identical symbol. live  <img src="http://boorah/dev/vanilla/item/image/61f7c2d0-8500-7c15-e7ce-11b0be1b9a7a/1/idequal.gif">  equals identical \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/75/119371.xml b/autotest/Tests/tests/vanilla/institution/items/75/119371.xml deleted file mode 100644 index 5e14a19c54..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/75/119371.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119371 - 5633cf6b-67a7-7734-9ebe-8f7e54fbf07f - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:01:07.0 - 2003-03-06 16:28:58.0 - 1970-01-01 11:00:00.31 - -1.0 - false - LIVE - - - - - - - 7009 - http://boorah/dev/vanilla/item/image/3a5d1faf-f308-2112-1fc4-75002b0e1b3d/1/realset.gif - ebac2d41d00f357d36b8385ac123f89c - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/3a5d1faf-f308-2112-1fc4-75002b0e1b3d/1/realset.gif - 9 - 2016-05-30 23:10:52.107 - 2016-05-30 23:10:52.107 - - - - 119210 - 2011-08-30 12:05:10.82 - false - false - false - false - - - - - - - - - - 213767 - - - en - - 213565 - en - 1 - Real Set - - - - - - - 213761 - - - en - - 213559 - en - 1 - The symbol for the set of all real numbers. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/75/119371/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/75/119371/_ITEM/item.xml deleted file mode 100644 index c9c5216f38..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/75/119371/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Real Set The symbol for the set of all real numbers. live <img src="http://boorah/dev/vanilla/item/image/3a5d1faf-f308-2112-1fc4-75002b0e1b3d/1/realset.gif"> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/76/119372.xml b/autotest/Tests/tests/vanilla/institution/items/76/119372.xml deleted file mode 100644 index 612edc8996..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/76/119372.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 119372 - 6857942b-fb46-ac1d-21e7-2b65e79081d4 - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:15:35.0 - 2003-02-07 11:14:14.0 - 1970-01-01 11:00:00.377 - -1.0 - false - LIVE - - - - - - - 119212 - 2011-08-30 12:05:07.603 - false - false - false - false - - - - - - - - - - 213774 - - - en - - 213571 - en - 1 - Derivative - - - - - - - 213769 - - - en - - 213567 - en - 1 - Derivative - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/76/119372/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/76/119372/_ITEM/item.xml deleted file mode 100644 index e68070dbee..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/76/119372/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Derivative Derivative live <table cellspacing="0" border="0" cellpadding="0"> <tr> <td width="100%" align=middle > <u><b>&nbsp;d</b>x&nbsp;</u> </td> </tr> <tr> <td width="100%" align=middle > &nbsp;<b>d</b>y </td> </tr> </table> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/77/119373.xml b/autotest/Tests/tests/vanilla/institution/items/77/119373.xml deleted file mode 100644 index 9c4f829b44..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/77/119373.xml +++ /dev/null @@ -1,94 +0,0 @@ - - 119373 - fb93b6f7-fc2c-cb13-8c06-af2890f3daa6 - 1 - 92405e17-f4a9-9da7-21f5-a8fed3afb770 - 2003-07-15 10:21:42.0 - 2003-07-15 10:20:58.0 - 1970-01-01 11:00:00.413 - -1.0 - false - DRAFT - - - 116759 - 51977dab-aa92-4996-8aba-46d859e54e2e - - Start Titration - 7816 - false - false - false - - - - - - - - 119211 - 2011-08-30 12:05:10.077 - false - false - false - false - - - - - - - - - 187 - 752416ac-0774-448e-b2cd-9ddf18b3a907 - Start Titration - - - 208 - Default - - - - 0 - - - - - 213772 - - - en - - 213570 - en - 1 - Titration - - - - - - - 213768 - - - en - - 213566 - en - 1 - Titration - - - - - - 7367 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/77/119373/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/77/119373/_ITEM/item.xml deleted file mode 100644 index bd73eae794..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/77/119373/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -Titration -Titration -Titration - - - - - - - - - - - - -51977dab-aa92-4996-8aba-46d859e54e2e - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/77/119373/_mypages/51977dab-aa92-4996-8aba-46d859e54e2e/page.html b/autotest/Tests/tests/vanilla/institution/items/77/119373/_mypages/51977dab-aa92-4996-8aba-46d859e54e2e/page.html deleted file mode 100644 index 4a90200c66..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/77/119373/_mypages/51977dab-aa92-4996-8aba-46d859e54e2e/page.html +++ /dev/null @@ -1,97 +0,0 @@ -Start Titration
-   - -   - -   - -   -
-
- Titration  -
-
-
-
- A titration is a method of analysis that will allow you to determine the precise endpoint of a reaction and therefore the precise quantity of reactant in the titration flask. A buret is used to deliver the second reactant to the flask and an indicator or pH Meter is used to detectthe endpoint of the reaction. Refer to the video below


  -
-
-   -
-
- Doing a Titration  -
-
-
- Begin by preparing your burette, as described on the burette page. Your burette should be conditioned and filled with titrant solution. You should check for air bubbles and leaks, before proceding with the titration.   -

-   -

-
-   -
-
- -      - -   - -   -
-
-
-
- Take an initial volume reading and record it in your notebook.
  -
- Before beginning a titration, you should always calculate the   -
-
- expected endpoint volume.
  -
-
-
-
- -   - -   - -   -
-
-
-
- Prepare the solution to be analyzed by placing it in a clean Erlenmeyer flask or beaker. If your sample is a solid, make sure it is completely dissoloved. Put a magnetic stirrer in the flask and add indicator.
  -
-
-
-   - -   - -   -
-
-
-
- Use the buret to deliver a stream of titrant to within a couple of mL of your expected endpoint. You will see the indicator change color when the titrant hits the solution in the flask, but the color change disappears upon stirring.
  -
-
- - - - - - - - - - - - - - diff --git a/autotest/Tests/tests/vanilla/institution/items/78/119374.xml b/autotest/Tests/tests/vanilla/institution/items/78/119374.xml deleted file mode 100644 index 84d5b1c49f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/78/119374.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119374 - 5f1b221c-b135-766c-3567-a5554bce3f53 - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:30.3 - 2009-03-20 11:03:30.363 - 1970-01-01 11:00:00.143 - -1.0 - false - LIVE - - - - - - - 119213 - 2009-03-20 11:03:30.3 - 2011-08-30 12:05:11.177 - false - false - false - false - - - - - 283342 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:30.3 - false - edit - DRAFT - - - 283343 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:30.3 - false - statechange - MODERATING - - - 283344 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:30.3 - false - resetworkflow - MODERATING - - - 283345 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:03:30.3 - false - statechange - LIVE - - - - - - - - - 213776 - - - en_US - - 213574 - en_US - 2 - Two - - - - - - - 213770 - - - en_US - - 213568 - en_US - 2 - 2008 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/78/119374/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/78/119374/_ITEM/item.xml deleted file mode 100644 index 0a70d1278a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/78/119374/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -TwoAndrew2008 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/79/119375.xml b/autotest/Tests/tests/vanilla/institution/items/79/119375.xml deleted file mode 100644 index 0d619d2c41..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/79/119375.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119375 - 63af0b1a-7d14-a5b9-337c-c0e0a85b47a9 - 1 - TLE_ADMINISTRATOR - 2003-02-11 16:15:26.0 - 2003-02-05 11:59:24.0 - 1970-01-01 11:00:00.037 - -1.0 - false - LIVE - - - - - - - 7014 - http://boorah/dev/vanilla/item/image/7d95b64c-dca8-8f99-dd4f-2fec2f5ef3a9/1/sum.gif - f5de0818ae39888b57985d84e8615eb1 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/7d95b64c-dca8-8f99-dd4f-2fec2f5ef3a9/1/sum.gif - 9 - 2016-05-30 23:10:52.11 - 2016-05-30 23:10:52.11 - - - - 119214 - 2011-08-30 12:05:10.713 - false - false - false - false - - - - - - - - - - 213777 - - - en - - 213575 - en - 1 - Summation - - - - - - - 213771 - - - en - - 213569 - en - 1 - An equation template for the summation operation - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/79/119375/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/79/119375/_ITEM/item.xml deleted file mode 100644 index ec74a7db00..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/79/119375/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Summation An equation template for the summation operation live <table cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" > 100 </td> <td> </td> </tr> <tr> <td align="center" > <img src="http://boorah/dev/vanilla/item/image/7d95b64c-dca8-8f99-dd4f-2fec2f5ef3a9/1/sum.gif"> </td> <td > F(x) + C </td> </tr> <tr> <td align="center" > x = 1 </td> <td> </td> </tr> </table> <br> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/8/119304.xml b/autotest/Tests/tests/vanilla/institution/items/8/119304.xml deleted file mode 100644 index ed6d521cdb..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/8/119304.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119304 - 3ff28c7a-2497-e6b7-4240-9f4dffad2b5a - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:29.0 - 2003-03-06 16:09:21.0 - 1970-01-01 11:00:00.693 - -1.0 - false - LIVE - - - - - - - 6987 - http://boorah/dev/vanilla/item/image/5e25b948-6c04-7dac-fb4c-2ec6087e44b0/1/gtrthneq.gif - bb23722fb0659359627e5c110793abbe - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/5e25b948-6c04-7dac-fb4c-2ec6087e44b0/1/gtrthneq.gif - 9 - 2016-05-30 23:10:52.067 - 2016-05-30 23:10:52.067 - - - - 119143 - 2011-08-30 12:05:09.663 - false - false - false - false - - - - - - - - - - 213637 - - - en - - 213435 - en - 1 - Greater Than Or Equal - - - - - - - 213630 - - - en - - 213428 - en - 1 - The greater than or equal symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/8/119304/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/8/119304/_ITEM/item.xml deleted file mode 100644 index 7144370db3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/8/119304/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Greater Than Or Equal The greater than or equal symbol. live  <img src="http://boorah/dev/vanilla/item/image/5e25b948-6c04-7dac-fb4c-2ec6087e44b0/1/gtrthneq.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/80/119376.xml b/autotest/Tests/tests/vanilla/institution/items/80/119376.xml deleted file mode 100644 index fdec460d76..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/80/119376.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119376 - ba0612c0-6176-1eba-f5ea-12bd5d3f1078 - 1 - TLE_ADMINISTRATOR - 2003-03-06 17:00:51.0 - 2003-03-06 16:18:40.0 - 1970-01-01 11:00:00.247 - -1.0 - false - LIVE - - - - - - - 7012 - http://boorah/dev/vanilla/item/image/09bfbd44-07a2-7fba-bd77-871b95ab0071/1/notbelng.gif - 5a8ab535ef43f603f2a258ddcd29696a - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/09bfbd44-07a2-7fba-bd77-871b95ab0071/1/notbelng.gif - 9 - 2016-05-30 23:10:52.11 - 2016-05-30 23:10:52.11 - - - - 119215 - 2011-08-30 12:05:11.0 - false - false - false - false - - - - - - - - - - 213778 - - - en - - 213576 - en - 1 - Not An Element Of - - - - - - - 213773 - - - en - - 213572 - en - 1 - Symbol for excluding an element from a set. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/80/119376/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/80/119376/_ITEM/item.xml deleted file mode 100644 index a8646ee2f5..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/80/119376/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Not An Element Of Symbol for excluding an element from a set. live  <img src="http://boorah/dev/vanilla/item/image/09bfbd44-07a2-7fba-bd77-871b95ab0071/1/notbelng.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/81/119377.xml b/autotest/Tests/tests/vanilla/institution/items/81/119377.xml deleted file mode 100644 index 30db8ee94b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/81/119377.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119377 - 33c30f38-f3cd-e7e3-cfb5-6d05720134a7 - 1 - TLE_ADMINISTRATOR - 2003-03-06 15:59:11.0 - 2003-03-06 15:59:07.0 - 1970-01-01 11:00:00.957 - -1.0 - false - LIVE - - - - - - - 7010 - http://boorah/dev/vanilla/item/image/9168dc37-e536-e888-a29f-a153409f9031/1/e.gif - cc8e9e3949c673faf92e8b2b73b83d09 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/9168dc37-e536-e888-a29f-a153409f9031/1/e.gif - 9 - 2016-05-30 23:10:52.107 - 2016-05-30 23:10:52.107 - - - - 119216 - 2011-08-30 12:05:07.583 - false - false - false - false - - - - - - - - - - 213780 - - - en - - 213578 - en - 1 - There Exists - - - - - - - 213775 - - - en - - 213573 - en - 1 - The exists symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/81/119377/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/81/119377/_ITEM/item.xml deleted file mode 100644 index ba2266b7f1..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/81/119377/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - There Exists The exists symbol. live  <img src="http://boorah/dev/vanilla/item/image/9168dc37-e536-e888-a29f-a153409f9031/1/e.gif">  exists e \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/82/119378.xml b/autotest/Tests/tests/vanilla/institution/items/82/119378.xml deleted file mode 100644 index a5b8cfa8b7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/82/119378.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119378 - bedaa06d-c278-a683-26c7-01e18b108049 - 1 - TLE_ADMINISTRATOR - 2003-03-07 11:42:40.0 - 2003-03-07 11:42:40.0 - 1970-01-01 11:00:00.357 - -1.0 - false - LIVE - - - - - - - 6977 - http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif - 8ab44f3f170f7c00630b041941d4b681 - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif - 9 - 2016-05-30 23:10:52.057 - 2016-05-30 23:10:52.057 - - - - 119217 - 2011-08-30 12:05:10.397 - false - false - false - false - - - - - - - - - - 213781 - - - en - - 213579 - en - 1 - Root temp - - - - - - - 213779 - - - en - - 213577 - en - 1 - l - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/82/119378/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/82/119378/_ITEM/item.xml deleted file mode 100644 index 96904a2e04..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/82/119378/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Root temp l live <div> <table cellpadding="0" cellspacing="0"> <tr> <td width="26%"> </td> <td width="10%"> </td> <td width="12%"> </td> <td width="26%"> <u>      </u> </td> <td width="26%"> </td> </tr> <tr> <td width="26%"> x +  </td> <td width="10%" align="right"> <sup>2</sup> </td> <td width="12%" align="right">  <img src="http://boorah/dev/vanilla/item/image/df2f19c4-1aba-c8ec-dc62-311bb01de2ad/1/sqrroot.gif"> </td> <td width="26%" align="center"> 200 </td> <td width="26%">  = y </td> </tr> </table> </div> <p> </content> \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/83/119379.xml b/autotest/Tests/tests/vanilla/institution/items/83/119379.xml deleted file mode 100644 index 071350bc3a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/83/119379.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119379 - 5e25b948-6c04-7dac-fb4c-2ec6087e44b0 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:34.0 - 2003-03-05 15:55:08.0 - 1970-01-01 11:00:00.053 - -1.0 - false - LIVE - - - 116760 - 7e4f724f-0b1d-40f7-ad95-27f12f99bb6d - gtrthneq.gif - gtrthneq.gif - 96 - false - false - false - - - - - - - - 119218 - 2011-08-30 12:05:11.077 - false - false - false - false - - - - - - - - - - 213786 - - - en - - 213584 - en - 1 - gtrthneq - - - - - - - 213782 - - - en - - 213580 - en - 1 - gtrthneq - - - - - - 927 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/83/119379/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/83/119379/_ITEM/item.xml deleted file mode 100644 index 9ab2cce0b7..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/83/119379/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -gtrthneq -gtrthneq -gtrthneq - - - - - - - - - - - -7e4f724f-0b1d-40f7-ad95-27f12f99bb6d - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/83/119379/_THUMBS/gtrthneq.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/83/119379/_THUMBS/gtrthneq.gif.jpeg deleted file mode 100644 index 4e0676f2e2..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/83/119379/_THUMBS/gtrthneq.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/83/119379/gtrthneq.gif b/autotest/Tests/tests/vanilla/institution/items/83/119379/gtrthneq.gif deleted file mode 100644 index 5884b6212f..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/83/119379/gtrthneq.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/84/119380.xml b/autotest/Tests/tests/vanilla/institution/items/84/119380.xml deleted file mode 100644 index b04108f264..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/84/119380.xml +++ /dev/null @@ -1,81 +0,0 @@ - - 119380 - e17572d1-62cf-6773-e2bb-b354add70294 - 1 - TLE_ADMINISTRATOR - 2003-03-06 16:03:51.0 - 2003-03-06 15:47:32.0 - 1970-01-01 11:00:00.6 - -1.0 - false - LIVE - - - - - - - 7013 - http://boorah/dev/vanilla/item/image/6bb46f20-bb9b-2a5c-df07-4248f03f6e29/1/belongst.gif - 3b0948436400f54677a7acfca2e488eb - false - 0 - java.net.ConnectException: http://boorah/dev/vanilla/item/image/6bb46f20-bb9b-2a5c-df07-4248f03f6e29/1/belongst.gif - 9 - 2016-05-30 23:10:52.11 - 2016-05-30 23:10:52.11 - - - - 119220 - 2011-08-30 12:05:09.543 - false - false - false - false - - - - - - - - - - 213788 - - - en - - 213586 - en - 1 - Element Of - - - - - - - 213784 - - - en - - 213582 - en - 1 - The element of symbol. - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/84/119380/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/84/119380/_ITEM/item.xml deleted file mode 100644 index db2036a785..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/84/119380/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ - Element Of The element of symbol. live  <img src="http://boorah/dev/vanilla/item/image/6bb46f20-bb9b-2a5c-df07-4248f03f6e29/1/belongst.gif">  \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/85/119381.xml b/autotest/Tests/tests/vanilla/institution/items/85/119381.xml deleted file mode 100644 index 101d441efa..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/85/119381.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119381 - 37cff79f-be4a-3fc4-af61-4ed3887a7ac0 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:29.0 - 2003-03-05 15:56:17.0 - 1970-01-01 11:00:00.247 - -1.0 - false - LIVE - - - 116761 - f5644c37-ae05-4d17-8624-fdc906966951 - muchlest.gif - muchlest.gif - 94 - false - false - false - - - - - - - - 119219 - 2011-08-30 12:05:07.727 - false - false - false - false - - - - - - - - - - 213787 - - - en - - 213585 - en - 1 - muchlest - - - - - - - 213783 - - - en - - 213581 - en - 1 - muchlest - - - - - - 911 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/85/119381/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/85/119381/_ITEM/item.xml deleted file mode 100644 index 10c9d916a4..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/85/119381/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -muchlest -muchlest -muchlest - - - - - - - - - - - -f5644c37-ae05-4d17-8624-fdc906966951 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/85/119381/_THUMBS/muchlest.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/85/119381/_THUMBS/muchlest.gif.jpeg deleted file mode 100644 index 53997260b6..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/85/119381/_THUMBS/muchlest.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/85/119381/muchlest.gif b/autotest/Tests/tests/vanilla/institution/items/85/119381/muchlest.gif deleted file mode 100644 index 29c9f8c7f4..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/85/119381/muchlest.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/86/119382.xml b/autotest/Tests/tests/vanilla/institution/items/86/119382.xml deleted file mode 100644 index feabe85990..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/86/119382.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119382 - 85ca849a-817f-fe9a-0366-3c221cf82189 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:20.0 - 2003-03-05 15:57:49.0 - 1970-01-01 11:00:00.937 - -1.0 - false - LIVE - - - 116762 - f4e8ac31-6595-493d-bbef-2b186ca52590 - therefor.gif - therefor.gif - 80 - false - false - false - - - - - - - - 119221 - 2011-08-30 12:05:08.343 - false - false - false - false - - - - - - - - - - 213789 - - - en - - 213587 - en - 1 - therefor - - - - - - - 213785 - - - en - - 213583 - en - 1 - therefor - - - - - - 624 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/86/119382/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/86/119382/_ITEM/item.xml deleted file mode 100644 index b12b03008b..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/86/119382/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -therefor -therefor -therefor - - - - - - - - - - - -f4e8ac31-6595-493d-bbef-2b186ca52590 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/86/119382/_THUMBS/therefor.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/86/119382/_THUMBS/therefor.gif.jpeg deleted file mode 100644 index 7a642246f4..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/86/119382/_THUMBS/therefor.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/86/119382/therefor.gif b/autotest/Tests/tests/vanilla/institution/items/86/119382/therefor.gif deleted file mode 100644 index e015f0ff74..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/86/119382/therefor.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/87/119383.xml b/autotest/Tests/tests/vanilla/institution/items/87/119383.xml deleted file mode 100644 index 570894b9d2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/87/119383.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119383 - dff7b388-e585-1012-3d5b-6a9bd4a70efc - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:26.0 - 2003-03-05 15:56:49.0 - 1970-01-01 11:00:00.823 - -1.0 - false - LIVE - - - 116763 - dded5973-3a49-427c-b38f-a410d0fdf300 - parallel.gif - parallel.gif - 74 - false - false - false - - - - - - - - 119222 - 2011-08-30 12:05:10.173 - false - false - false - false - - - - - - - - - - 213791 - - - en - - 213589 - en - 1 - parallel - - - - - - - 213790 - - - en - - 213588 - en - 1 - parallel - - - - - - 529 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/87/119383/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/87/119383/_ITEM/item.xml deleted file mode 100644 index 0b0d8a9740..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/87/119383/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -parallel -parallel -parallel - - - - - - - - - - - -dded5973-3a49-427c-b38f-a410d0fdf300 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/87/119383/_THUMBS/parallel.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/87/119383/_THUMBS/parallel.gif.jpeg deleted file mode 100644 index 40c332c982..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/87/119383/_THUMBS/parallel.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/87/119383/parallel.gif b/autotest/Tests/tests/vanilla/institution/items/87/119383/parallel.gif deleted file mode 100644 index 6fbeeb635c..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/87/119383/parallel.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/88/119384.xml b/autotest/Tests/tests/vanilla/institution/items/88/119384.xml deleted file mode 100644 index fcfe0e4e82..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/88/119384.xml +++ /dev/null @@ -1,94 +0,0 @@ - - 119384 - e43fbabd-fcd2-92a3-3810-ddc31d46004a - 1 - 9de8b145-0a8e-e287-19cc-3476a70a3300 - 2003-07-15 10:19:07.0 - 2003-07-15 10:18:24.0 - 1970-01-01 11:00:00.723 - -1.0 - false - DRAFT - - - 116764 - 0ca0dd8a-1b92-4217-9512-4b37dd83751a - - Start Titration - 7816 - false - false - false - - - - - - - - 119223 - 2011-08-30 12:05:10.747 - false - false - false - false - - - - - - - - - 188 - c32e12b3-fa8f-4446-b74a-494e4da36eac - Start Titration - - - 209 - Default - - - - 0 - - - - - 213793 - - - en - - 213591 - en - 1 - Titration - - - - - - - 213792 - - - en - - 213590 - en - 1 - Titration - - - - - - 7367 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/88/119384/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/88/119384/_ITEM/item.xml deleted file mode 100644 index 30ed92fa74..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/88/119384/_ITEM/item.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - -Titration -Titration -Titration - - - - - - - - - - - - -0ca0dd8a-1b92-4217-9512-4b37dd83751a - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/88/119384/_mypages/0ca0dd8a-1b92-4217-9512-4b37dd83751a/page.html b/autotest/Tests/tests/vanilla/institution/items/88/119384/_mypages/0ca0dd8a-1b92-4217-9512-4b37dd83751a/page.html deleted file mode 100644 index b4f7a7f061..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/88/119384/_mypages/0ca0dd8a-1b92-4217-9512-4b37dd83751a/page.html +++ /dev/null @@ -1,97 +0,0 @@ -Start Titration
-   - -   - -   - -   -
-
- Titration  -
-
-
-
- A titration is a method of analysis that will allow you to determine the precise endpoint of a reaction and therefore the precise quantity of reactant in the titration flask. A buret is used to deliver the second reactant to the flask and an indicator or pH Meter is used to detectthe endpoint of the reaction. Refer to the video below


  -
-
-   -
-
- Doing a Titration  -
-
-
- Begin by preparing your burette, as described on the burette page. Your burette should be conditioned and filled with titrant solution. You should check for air bubbles and leaks, before proceding with the titration.   -

-   -

-
-   -
-
- -      - -   - -   -
-
-
-
- Take an initial volume reading and record it in your notebook.
  -
- Before beginning a titration, you should always calculate the   -
-
- expected endpoint volume.
  -
-
-
-
- -   - -   - -   -
-
-
-
- Prepare the solution to be analyzed by placing it in a clean Erlenmeyer flask or beaker. If your sample is a solid, make sure it is completely dissoloved. Put a magnetic stirrer in the flask and add indicator.
  -
-
-
-   - -   - -   -
-
-
-
- Use the buret to deliver a stream of titrant to within a couple of mL of your expected endpoint. You will see the indicator change color when the titrant hits the solution in the flask, but the color change disappears upon stirring.
  -
-
- - - - - - - - - - - - - - diff --git a/autotest/Tests/tests/vanilla/institution/items/9/119305.xml b/autotest/Tests/tests/vanilla/institution/items/9/119305.xml deleted file mode 100644 index bd52d394bf..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/9/119305.xml +++ /dev/null @@ -1,80 +0,0 @@ - - 119305 - 99ee716a-a3d4-a83e-1590-c25fb3867719 - 1 - TLE_ADMINISTRATOR - 2005-10-03 16:29:32.0 - 2003-03-05 15:55:34.0 - 1970-01-01 11:00:00.51 - -1.0 - false - LIVE - - - 116725 - a7888dac-f7ce-4ce9-83e5-8346ac701e3f - integers.gif - integers.gif - 108 - false - false - false - - - - - - - - 119144 - 2011-08-30 12:05:10.45 - false - false - false - false - - - - - - - - - - 213639 - - - en - - 213437 - en - 1 - integers - - - - - - - 213638 - - - en - - 213436 - en - 1 - integers - - - - - - 959 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/9/119305/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/9/119305/_ITEM/item.xml deleted file mode 100644 index 29a7cc6831..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/9/119305/_ITEM/item.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -integers -integers -integers - - - - - - - - - - - -a7888dac-f7ce-4ce9-83e5-8346ac701e3f - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/9/119305/_THUMBS/integers.gif.jpeg b/autotest/Tests/tests/vanilla/institution/items/9/119305/_THUMBS/integers.gif.jpeg deleted file mode 100644 index a62bf5bd17..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/9/119305/_THUMBS/integers.gif.jpeg and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/9/119305/integers.gif b/autotest/Tests/tests/vanilla/institution/items/9/119305/integers.gif deleted file mode 100644 index f090c22e8d..0000000000 Binary files a/autotest/Tests/tests/vanilla/institution/items/9/119305/integers.gif and /dev/null differ diff --git a/autotest/Tests/tests/vanilla/institution/items/53/119349.xml b/autotest/Tests/tests/vanilla/institution/items/92/256092.xml similarity index 93% rename from autotest/Tests/tests/vanilla/institution/items/53/119349.xml rename to autotest/Tests/tests/vanilla/institution/items/92/256092.xml index 1ee8f2c6ce..1caa9dbed5 100644 --- a/autotest/Tests/tests/vanilla/institution/items/53/119349.xml +++ b/autotest/Tests/tests/vanilla/institution/items/92/256092.xml @@ -1,18 +1,18 @@ - 119349 + 256092 e98420d8-f010-513b-9aa5-74ece19fc0ec 1 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:11:20.06 2009-06-22 15:11:20.067 - 1970-01-01 11:00:00.727 + 2020-05-13 12:04:21.127 -1.0 false LIVE - 116748 + 256098 026c7528-3cf6-4ab3-9c77-f13b02fa0630 page.html page.html @@ -26,7 +26,7 @@ - 51 + 256093 5a3085cc-c71b-48a8-9558-6862201658c4 false @@ -52,7 +52,7 @@ * - 119189 + 256095 2009-06-22 15:11:20.06 2011-08-30 12:05:10.0 false @@ -63,7 +63,7 @@ - 283330 + 256099 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:11:20.06 false @@ -71,7 +71,7 @@ DRAFT - 283331 + 256100 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:11:20.06 false @@ -79,7 +79,7 @@ MODERATING - 283332 + 256101 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:11:20.06 false @@ -87,7 +87,7 @@ MODERATING - 283333 + 256102 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-06-22 15:11:20.06 false @@ -101,12 +101,12 @@ - 213726 + 256096 en - 213524 + 256097 en 1 DRM View Item (no preview) diff --git a/autotest/Tests/tests/vanilla/institution/items/53/119349/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/92/256092/_ITEM/item.xml similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/53/119349/_ITEM/item.xml rename to autotest/Tests/tests/vanilla/institution/items/92/256092/_ITEM/item.xml diff --git a/autotest/Tests/tests/vanilla/institution/items/53/119349/page.html b/autotest/Tests/tests/vanilla/institution/items/92/256092/page.html similarity index 100% rename from autotest/Tests/tests/vanilla/institution/items/53/119349/page.html rename to autotest/Tests/tests/vanilla/institution/items/92/256092/page.html diff --git a/autotest/Tests/tests/vanilla/institution/items/99/119267.xml b/autotest/Tests/tests/vanilla/institution/items/99/119267.xml deleted file mode 100644 index 25ffd9982f..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/99/119267.xml +++ /dev/null @@ -1,103 +0,0 @@ - - 119267 - a9d184fe-9a7a-2729-92ea-71c91a5d1dac - 1 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:20.773 - 2009-03-20 11:22:20.837 - 1970-01-01 11:00:00.32 - -1.0 - false - LIVE - - - - - - - 119107 - 2009-03-20 11:22:20.773 - 2011-08-30 12:05:09.167 - false - false - false - false - - - - - 283281 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:20.773 - false - edit - DRAFT - - - 283282 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:20.773 - false - statechange - MODERATING - - - 283283 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:20.773 - false - resetworkflow - MODERATING - - - 283284 - b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 - 2009-03-20 11:22:20.773 - false - statechange - LIVE - - - - - - - - - 213568 - - - en_US - - 213366 - en_US - 2 - Five - - - - - - - 213564 - - - en_US - - 213361 - en_US - 2 - 2007 - - - - - - 0 - - false - false - false - - initial - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/items/99/119267/_ITEM/item.xml b/autotest/Tests/tests/vanilla/institution/items/99/119267/_ITEM/item.xml deleted file mode 100644 index e2586cd938..0000000000 --- a/autotest/Tests/tests/vanilla/institution/items/99/119267/_ITEM/item.xml +++ /dev/null @@ -1 +0,0 @@ -FiveJolse2007 \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/kalturaserver/export.fmt b/autotest/Tests/tests/vanilla/institution/kalturaserver/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/kalturaserver/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/languages/languages.xml b/autotest/Tests/tests/vanilla/institution/languages/languages.xml index 4c34a31a36..40c7ae98be 100644 --- a/autotest/Tests/tests/vanilla/institution/languages/languages.xml +++ b/autotest/Tests/tests/vanilla/institution/languages/languages.xml @@ -1,11 +1,11 @@ - 30 + 257010 en - 41 + 255467 0 0.0 true diff --git a/autotest/Tests/tests/vanilla/institution/order/export.fmt b/autotest/Tests/tests/vanilla/institution/order/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/order/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/paymentgateway/export.fmt b/autotest/Tests/tests/vanilla/institution/paymentgateway/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/paymentgateway/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/powersearch/38/b157440a-c0b8-a4f0-8718-31eb5876bdd5.xml b/autotest/Tests/tests/vanilla/institution/powersearch/38/b157440a-c0b8-a4f0-8718-31eb5876bdd5.xml index 6bf509ec07..aa308b3b38 100644 --- a/autotest/Tests/tests/vanilla/institution/powersearch/38/b157440a-c0b8-a4f0-8718-31eb5876bdd5.xml +++ b/autotest/Tests/tests/vanilla/institution/powersearch/38/b157440a-c0b8-a4f0-8718-31eb5876bdd5.xml @@ -1,16 +1,16 @@ - 1024 + 255640 b157440a-c0b8-a4f0-8718-31eb5876bdd5 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213560 + 255641 en - 213358 + 255642 en 1 Created automatically by upgrade scripts @@ -20,12 +20,12 @@ - 213561 + 255643 en - 213359 + 255644 en 1 Plan diff --git a/autotest/Tests/tests/vanilla/institution/price/export.fmt b/autotest/Tests/tests/vanilla/institution/price/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/price/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/pricingtier/export.fmt b/autotest/Tests/tests/vanilla/institution/pricingtier/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/pricingtier/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/properties/properties.xml b/autotest/Tests/tests/vanilla/institution/properties/properties.xml index f764f5edfd..4c4b02267c 100644 --- a/autotest/Tests/tests/vanilla/institution/properties/properties.xml +++ b/autotest/Tests/tests/vanilla/institution/properties/properties.xml @@ -19,14 +19,14 @@ htmleditor.toolbar.rows.1.buttons.19 col_after - - htmleditor.toolbar.rows.1.buttons.13 - | - wrapper.role.roles.6.name Content Searcher Role + + htmleditor.toolbar.rows.1.buttons.13 + | + htmleditor.toolbar.rows.1.buttons.14 row_before @@ -155,6 +155,10 @@ attachment.filetypes.8.description image + + wrapper.role.roles.10.name + csme + cache.timeslots.1.type weekday @@ -163,6 +167,10 @@ attachment.filetypes.20.extension .html + + wrapper.role.roles.9.id + c2c5d18a-6f48-4b01-b734-691c8c68606a + wrapper.sharepass.enabled true @@ -191,6 +199,10 @@ login.auto.username AutoLogin + + wrapper.role.roles.10.expression + U:4026b550-9a1f-4521-9b56-9ec737c02526 + attachment.filetypes.5.icon icons/image.gif @@ -231,6 +243,10 @@ htmleditor.toolbar.rows.0.buttons.16 sup + + wrapper.role.roles.2.name + Reporting User Role + freetext.urlharvest.level 0 @@ -239,10 +255,6 @@ htmleditor.toolbar.rows.0.buttons.17 | - - wrapper.role.roles.2.name - Reporting User Role - htmleditor.toolbar.rows.0.buttons.10 formatselect @@ -351,6 +363,10 @@ htmleditor.toolbar.rows.2.buttons.10 fontselect + + wrapper.role.roles.4.id + ROLE_CONTENT_CONTRIBUTOR + htmleditor.toolbar.rows.2.buttons.13 spellchecker @@ -359,10 +375,6 @@ scheduler.jobs.Daily Tasks 0 0 1 * * ? - - wrapper.role.roles.4.id - ROLE_CONTENT_CONTRIBUTOR - htmleditor.toolbar.rows.2.buttons.12 | @@ -415,6 +427,10 @@ attachment.filetypes.9.icon icons/image.gif + + ui + {"newUI":{"enabled":false,"newSearch":false}} + harvester.skipdrm false @@ -455,26 +471,26 @@ login.via.ssl false - - urlchecker.timeout - 3 - wrapper.role.roles.1.name System Administrator - user.quota.quotas.0.expression - U:ba83e201-b30e-2a44-c258-ad73fb2d1bad + urlchecker.timeout + 3 - urlchecker.warnings - 1 + user.quota.quotas.0.expression + U:ba83e201-b30e-2a44-c258-ad73fb2d1bad wrapper.role.roles.2.id ROLE_REPORTING_USER + + urlchecker.warnings + 1 + attachment.filetypes.13.extension .gz @@ -573,7 +589,7 @@ wrapper.role.roles.1.expression - U:b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 + U:b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 U:4026b550-9a1f-4521-9b56-9ec737c02526 OR cache.timeslots.0.end @@ -635,14 +651,14 @@ htmleditor.toolbar.rows.1.buttons.8 | - - file.types.4.extension.4 - dcr - wrapper.role.roles.8.expression T:sso_ip T:sso_group OR + + file.types.4.extension.4 + dcr + file.types.3.extension.1 html @@ -659,14 +675,14 @@ file.types.4.extension.1 swf - - file.types.4.extension.0 - swa - wrapper.role.roles.2.expression G:e91205b0-684e-51e2-a1be-3ab646aa98dd + + file.types.4.extension.0 + swa + file.types.5.extension.1 avi @@ -687,14 +703,14 @@ scheduler.jobs.Check Urls 0 0 19 * * ? - - icons.items.16 - /icons/courses/maths2.jpg - wrapper.role.roles.5.name Content Assembler Role + + icons.items.16 + /icons/courses/maths2.jpg + file.types.5.extension.0 mov @@ -715,6 +731,10 @@ icons.items.10 /icons/courses/cd1.jpg + + wrapper.role.roles.10.id + b2bedb09-14e8-466c-9118-5d1f0458b1b8 + attachment.filetypes.18.extension .ace @@ -783,14 +803,14 @@ login.notice - - htmleditor.toolbar.rows.0.buttons.5 - justifyleft - wrapper.role.roles.1.id ROLE_SYSTEM_ADMINISTRATOR + + htmleditor.toolbar.rows.0.buttons.5 + justifyleft + htmleditor.toolbar.rows.0.buttons.6 justifycenter @@ -859,13 +879,17 @@ htmleditor.toolbar.rows.1.buttons.2 undo + + wrapper.role.roles.7.name + IP Address Role + htmleditor.toolbar.rows.1.buttons.5 copy - wrapper.role.roles.7.name - IP Address Role + wrapper.role.roles.6.id + ROLE_CONTENT_SEARCHER file.types.1.extension.0 @@ -875,10 +899,6 @@ htmleditor.toolbar.rows.1.buttons.4 cut - - wrapper.role.roles.6.id - ROLE_CONTENT_SEARCHER - file.types.0.extension.3 pps @@ -967,14 +987,14 @@ oai.local-identifier ${uuid}/${version} - - thumbnail.size - 150 - wrapper.role.roles.7.id 7a8a691c-a351-9ce4-8500-7785dfebc943 + + thumbnail.size + 150 + cache.timeslots.0.type weekday @@ -1011,18 +1031,22 @@ attachment.filetypes.4.extension .bmp - - htmleditor.toolbar.rows.2.buttons.9 - | - wrapper.role.enabled true + + htmleditor.toolbar.rows.2.buttons.9 + | + attachment.filetypes.1.extension .xls + + wrapper.role.roles.9.expression + U:c2d0f0b2-6187-4e51-adc9-3d845b76ee14 + mail.transport.protocol smtp @@ -1215,6 +1239,10 @@ security.shared.secrets.0.postfix + + wrapper.role.roles.9.name + cpddm + attachment.filetypes.1.icon icons/XLSDocSmall.gif @@ -1265,20 +1293,20 @@ wrapper.role.roles.0.expression - G:e91205b0-684e-51e2-a1be-3ab646aa98dd + G:e91205b0-684e-51e2-a1be-3ab646aa98dd U:4026b550-9a1f-4521-9b56-9ec737c02526 OR token.timeout 30 - - icons.items.25 - /icons/courses/science2.jpg - wrapper.role.roles.0.id ROLE_SYSTEM_DESIGNER + + icons.items.25 + /icons/courses/science2.jpg + icons.items.24 /icons/courses/science1.jpg @@ -1327,4 +1355,4 @@ icons.items.28 /icons/courses/sport2.jpg - \ No newline at end of file + diff --git a/autotest/Tests/tests/vanilla/institution/purchase/export.fmt b/autotest/Tests/tests/vanilla/institution/purchase/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/purchase/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/purchase_content/export.fmt b/autotest/Tests/tests/vanilla/institution/purchase_content/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/purchase_content/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/region/export.fmt b/autotest/Tests/tests/vanilla/institution/region/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/region/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/report/110/f0297fad-b251-7eeb-a9a3-3741310475c8.xml b/autotest/Tests/tests/vanilla/institution/report/110/f0297fad-b251-7eeb-a9a3-3741310475c8.xml index 52af005f42..aeccc560c3 100644 --- a/autotest/Tests/tests/vanilla/institution/report/110/f0297fad-b251-7eeb-a9a3-3741310475c8.xml +++ b/autotest/Tests/tests/vanilla/institution/report/110/f0297fad-b251-7eeb-a9a3-3741310475c8.xml @@ -1,16 +1,16 @@ - 1017 + 255618 f0297fad-b251-7eeb-a9a3-3741310475c8 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213552 + 255619 en - 213351 + 255620 en 1 All items in workflow diff --git a/autotest/Tests/tests/vanilla/institution/report/56/77bd47e5-a373-02eb-f2bc-687e6ffd0a3c.xml b/autotest/Tests/tests/vanilla/institution/report/56/77bd47e5-a373-02eb-f2bc-687e6ffd0a3c.xml index e74ba8e9c9..e4c05c6cde 100644 --- a/autotest/Tests/tests/vanilla/institution/report/56/77bd47e5-a373-02eb-f2bc-687e6ffd0a3c.xml +++ b/autotest/Tests/tests/vanilla/institution/report/56/77bd47e5-a373-02eb-f2bc-687e6ffd0a3c.xml @@ -1,16 +1,16 @@ - 1018 + 255631 77bd47e5-a373-02eb-f2bc-687e6ffd0a3c TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213553 + 255632 en - 213352 + 255633 en 1 Items in workflow for more than two weeks diff --git a/autotest/Tests/tests/vanilla/institution/report/7/98c82c18-3fd2-5a8f-8c26-6408f1f29d9b.xml b/autotest/Tests/tests/vanilla/institution/report/7/98c82c18-3fd2-5a8f-8c26-6408f1f29d9b.xml index a73234bafc..d0c27f721d 100644 --- a/autotest/Tests/tests/vanilla/institution/report/7/98c82c18-3fd2-5a8f-8c26-6408f1f29d9b.xml +++ b/autotest/Tests/tests/vanilla/institution/report/7/98c82c18-3fd2-5a8f-8c26-6408f1f29d9b.xml @@ -1,20 +1,20 @@ - 1019 + 255624 98c82c18-3fd2-5a8f-8c26-6408f1f29d9b TLE_ADMINISTRATOR 2007-05-16 15:31:58.267 2007-05-09 15:24:11.363 - 213554 + 255625 - 213555 + 255626 en - 213353 + 255627 en 1 Items rejected this week diff --git a/autotest/Tests/tests/vanilla/institution/report/73/b2e60290-1cc5-cae9-d93a-2b9ed4259581.xml b/autotest/Tests/tests/vanilla/institution/report/73/b2e60290-1cc5-cae9-d93a-2b9ed4259581.xml index 8ab1bc036d..236ee8b2cd 100644 --- a/autotest/Tests/tests/vanilla/institution/report/73/b2e60290-1cc5-cae9-d93a-2b9ed4259581.xml +++ b/autotest/Tests/tests/vanilla/institution/report/73/b2e60290-1cc5-cae9-d93a-2b9ed4259581.xml @@ -1,16 +1,16 @@ - 1020 + 255628 b2e60290-1cc5-cae9-d93a-2b9ed4259581 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213556 + 255629 en - 213354 + 255630 en 1 Weekly usage diff --git a/autotest/Tests/tests/vanilla/institution/report/78/b235f234-fa3c-d730-7e2c-02098b9d1956.xml b/autotest/Tests/tests/vanilla/institution/report/78/b235f234-fa3c-d730-7e2c-02098b9d1956.xml index d667406e3f..a1a06bd219 100644 --- a/autotest/Tests/tests/vanilla/institution/report/78/b235f234-fa3c-d730-7e2c-02098b9d1956.xml +++ b/autotest/Tests/tests/vanilla/institution/report/78/b235f234-fa3c-d730-7e2c-02098b9d1956.xml @@ -1,16 +1,16 @@ - 1021 + 255621 b235f234-fa3c-d730-7e2c-02098b9d1956 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213557 + 255622 en - 213355 + 255623 en 1 Items with bad URLs diff --git a/autotest/Tests/tests/vanilla/institution/sale/export.fmt b/autotest/Tests/tests/vanilla/institution/sale/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/sale/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/schema/24/2859a529-d4d4-ad99-9157-1db457ee2313.xml b/autotest/Tests/tests/vanilla/institution/schema/24/2859a529-d4d4-ad99-9157-1db457ee2313.xml index b5cbedc1ec..2b77b6680f 100644 --- a/autotest/Tests/tests/vanilla/institution/schema/24/2859a529-d4d4-ad99-9157-1db457ee2313.xml +++ b/autotest/Tests/tests/vanilla/institution/schema/24/2859a529-d4d4-ad99-9157-1db457ee2313.xml @@ -1,16 +1,16 @@ - 993 + 255499 2859a529-d4d4-ad99-9157-1db457ee2313 TLE_ADMINISTRATOR 2007-05-09 15:24:11.363 2007-05-09 15:24:11.363 - 213511 + 255500 en - 213310 + 255501 en 1 Plan diff --git a/autotest/Tests/tests/vanilla/institution/schema/4/2df3df71-bbff-da39-e0c7-52a856ef8b49.xml b/autotest/Tests/tests/vanilla/institution/schema/4/2df3df71-bbff-da39-e0c7-52a856ef8b49.xml index c7210e014d..69f4345366 100644 --- a/autotest/Tests/tests/vanilla/institution/schema/4/2df3df71-bbff-da39-e0c7-52a856ef8b49.xml +++ b/autotest/Tests/tests/vanilla/institution/schema/4/2df3df71-bbff-da39-e0c7-52a856ef8b49.xml @@ -1,16 +1,16 @@ - 994 + 255502 2df3df71-bbff-da39-e0c7-52a856ef8b49 a2720e4c-2fc0-1b97-275e-bf88bab34030 2008-06-12 14:08:12.657 2008-06-12 14:08:12.657 - 213512 + 255503 en - 213311 + 255504 en 1 System schema for storing My Content collection @@ -20,12 +20,12 @@ - 213513 + 255505 en - 213312 + 255506 en 1 My Content diff --git a/autotest/Tests/tests/vanilla/institution/schema/67/334006ab-11d6-21b2-be32-4744f2279093.xml b/autotest/Tests/tests/vanilla/institution/schema/67/334006ab-11d6-21b2-be32-4744f2279093.xml index 65bcc795f4..52b29672dc 100644 --- a/autotest/Tests/tests/vanilla/institution/schema/67/334006ab-11d6-21b2-be32-4744f2279093.xml +++ b/autotest/Tests/tests/vanilla/institution/schema/67/334006ab-11d6-21b2-be32-4744f2279093.xml @@ -1,16 +1,16 @@ - 995 + 255507 334006ab-11d6-21b2-be32-4744f2279093 TLE_ADMINISTRATOR 2009-03-20 11:01:14.127 2009-03-20 10:59:51.69 - 213514 + 255508 en - 213313 + 255509 en 1 Browse By Schema diff --git a/autotest/Tests/tests/vanilla/institution/schema/77/01f9d6d0-f7f7-c6b9-c425-bbf8b4e0b967.xml b/autotest/Tests/tests/vanilla/institution/schema/77/01f9d6d0-f7f7-c6b9-c425-bbf8b4e0b967.xml index 455943671c..eb28a250a9 100644 --- a/autotest/Tests/tests/vanilla/institution/schema/77/01f9d6d0-f7f7-c6b9-c425-bbf8b4e0b967.xml +++ b/autotest/Tests/tests/vanilla/institution/schema/77/01f9d6d0-f7f7-c6b9-c425-bbf8b4e0b967.xml @@ -1,16 +1,16 @@ - 996 + 255510 01f9d6d0-f7f7-c6b9-c425-bbf8b4e0b967 TLE_ADMINISTRATOR 2009-06-02 11:39:59.827 2009-06-02 10:40:54.067 - 213515 + 255511 en - 213314 + 255512 en 1 For wizard control tests only @@ -20,12 +20,12 @@ - 213516 + 255513 en - 213315 + 255514 en 1 Control Test Schema diff --git a/autotest/Tests/tests/vanilla/institution/schema/97/53c44192-c632-0f1e-99f6-59f111917e21.xml b/autotest/Tests/tests/vanilla/institution/schema/97/53c44192-c632-0f1e-99f6-59f111917e21.xml index 042a10d053..0f3d15627c 100644 --- a/autotest/Tests/tests/vanilla/institution/schema/97/53c44192-c632-0f1e-99f6-59f111917e21.xml +++ b/autotest/Tests/tests/vanilla/institution/schema/97/53c44192-c632-0f1e-99f6-59f111917e21.xml @@ -1,16 +1,16 @@ - 997 + 255494 53c44192-c632-0f1e-99f6-59f111917e21 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 2009-03-05 15:42:31.483 2009-03-05 15:42:31.483 - 213517 + 255495 en - 213316 + 255496 en 1 Add as required @@ -20,12 +20,12 @@ - 213518 + 255497 en - 213317 + 255498 en 1 Test Schema diff --git a/autotest/Tests/tests/vanilla/institution/store/export.fmt b/autotest/Tests/tests/vanilla/institution/store/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/store/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/storefront/export.fmt b/autotest/Tests/tests/vanilla/institution/storefront/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/storefront/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/3/131.xml b/autotest/Tests/tests/vanilla/institution/subsperiod/3/131.xml deleted file mode 100644 index 32ce5f6600..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/3/131.xml +++ /dev/null @@ -1,28 +0,0 @@ - - 131 - 9cf91c9f-7361-4310-b6b8-e63145865be9 - - 41 - 0 - 0.0 - true - - - 213799 - - - en - - 213597 - en - 0 - 3 Months - - - - - - 3 - 2 - 7776000000 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/4/132.xml b/autotest/Tests/tests/vanilla/institution/subsperiod/4/132.xml deleted file mode 100644 index 8cd9d934c2..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/4/132.xml +++ /dev/null @@ -1,28 +0,0 @@ - - 132 - e5ac9485-5b83-4b08-960f-b4a6861f26f3 - - 41 - 0 - 0.0 - true - - - 213800 - - - en - - 213598 - en - 0 - Week - - - - - - 1 - 1 - 604800000 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/5/133.xml b/autotest/Tests/tests/vanilla/institution/subsperiod/5/133.xml deleted file mode 100644 index 6d52cd063a..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/5/133.xml +++ /dev/null @@ -1,28 +0,0 @@ - - 133 - 749e22f9-1c88-4736-9e6c-6c9726c6ae87 - - 41 - 0 - 0.0 - true - - - 213801 - - - en - - 213599 - en - 0 - Month - - - - - - 1 - 2 - 2592000000 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/6/134.xml b/autotest/Tests/tests/vanilla/institution/subsperiod/6/134.xml deleted file mode 100644 index 758bb160b4..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/6/134.xml +++ /dev/null @@ -1,28 +0,0 @@ - - 134 - 259c304b-d5bf-46cd-9263-b790f6d03c1d - - 41 - 0 - 0.0 - true - - - 213802 - - - en - - 213600 - en - 0 - 6 Months - - - - - - 6 - 2 - 15552000000 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/7/135.xml b/autotest/Tests/tests/vanilla/institution/subsperiod/7/135.xml deleted file mode 100644 index 2d9c5d04c3..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/7/135.xml +++ /dev/null @@ -1,28 +0,0 @@ - - 135 - 4eefaa8d-a968-4adf-a67b-94d187d32964 - - 41 - 0 - 0.0 - true - - - 213803 - - - en - - 213601 - en - 0 - Year - - - - - - 1 - 3 - 31536000000 - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/subsperiod/export.fmt b/autotest/Tests/tests/vanilla/institution/subsperiod/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/subsperiod/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/taxtype/export.fmt b/autotest/Tests/tests/vanilla/institution/taxtype/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/taxtype/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/tierassign/export.fmt b/autotest/Tests/tests/vanilla/institution/tierassign/export.fmt deleted file mode 100644 index a8eb45ab67..0000000000 --- a/autotest/Tests/tests/vanilla/institution/tierassign/export.fmt +++ /dev/null @@ -1,3 +0,0 @@ - - true - \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/user_info_backup/user_info_backup.xml b/autotest/Tests/tests/vanilla/institution/user_info_backup/user_info_backup.xml new file mode 100644 index 0000000000..87daf65103 --- /dev/null +++ b/autotest/Tests/tests/vanilla/institution/user_info_backup/user_info_backup.xml @@ -0,0 +1,28 @@ + + + 257228 + cpddm + cpddm + cpddm + ttesterson@test.net + 129 + c2d0f0b2-6187-4e51-adc9-3d845b76ee14 + + + 257012 + TLE_ADMINISTRATOR + TLE_ADMINISTRATOR + TLE_ADMINISTRATOR + 129 + TLE_ADMINISTRATOR + + + 257291 + csme + csme + csme + csme@csme.csm + 129 + 4026b550-9a1f-4521-9b56-9ec737c02526 + + \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/userprefs/preferences.xml b/autotest/Tests/tests/vanilla/institution/userprefs/preferences.xml index d4af19b473..1cf6ab227f 100644 --- a/autotest/Tests/tests/vanilla/institution/userprefs/preferences.xml +++ b/autotest/Tests/tests/vanilla/institution/userprefs/preferences.xml @@ -1,7 +1,7 @@ - 41 + 255467 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 hide.login.notice @@ -9,7 +9,7 @@ - 41 + 255467 ba83e201-b30e-2a44-c258-ad73fb2d1bad hide.login.notice @@ -17,21 +17,21 @@ - 41 + 255467 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 language.code - 41 + 255467 ba83e201-b30e-2a44-c258-ad73fb2d1bad language.code - 41 + 255467 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 notification.period @@ -39,7 +39,7 @@ - 41 + 255467 ba83e201-b30e-2a44-c258-ad73fb2d1bad notification.period @@ -47,7 +47,7 @@ - 41 + 255467 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 watched.item.definitions @@ -55,7 +55,7 @@ - 41 + 255467 ba83e201-b30e-2a44-c258-ad73fb2d1bad watched.item.definitions diff --git a/autotest/Tests/tests/vanilla/institution/users/users.xml b/autotest/Tests/tests/vanilla/institution/users/users.xml index f49b5fb73c..122b53133d 100644 --- a/autotest/Tests/tests/vanilla/institution/users/users.xml +++ b/autotest/Tests/tests/vanilla/institution/users/users.xml @@ -1,6 +1,6 @@ - 30368 + 255468 20c8cfd5-6318-4251-a353-5b0b5a7994c3 AutoLogin Auto @@ -9,7 +9,7 @@ SHA256:cc9e37d975bb25b2fcecd8c20d9c77dbe7ce2649de0127b9a5ca76038f852da0 - 30369 + 255469 b09a4042-b091-87ed-eba9-6fb3c0fbe9a6 AutoTest auto @@ -18,7 +18,7 @@ MD5:a434f46aa79bfef92ecf227e9ee704a1 - 30370 + 255470 ba83e201-b30e-2a44-c258-ad73fb2d1bad QuotaTest Quota @@ -27,7 +27,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30371 + 255471 6f1c3ad7-d905-7778-c079-1637f6a2aa5c tokenuser token @@ -36,7 +36,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30372 + 255472 3b14a336-58f2-db86-9ee9-f4942b0abbba tokenuser2 token @@ -45,7 +45,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30373 + 255473 a7cf3f4b-09c7-aaba-b57f-8c5e3881438d DRMPriv DRM @@ -54,7 +54,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30374 + 255474 f2ce5cf5-e6d2-8d1a-4627-4e917b4e6ba3 DRMNoPriv DRM @@ -63,7 +63,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30375 + 255475 e540e4b0-1115-02af-a251-ead4b38b8626 PasswordTest Password @@ -72,7 +72,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30376 + 255476 34510ce8-cade-eddd-8edc-c47bdfc91dc2 portlettest1 portlettest1 @@ -81,7 +81,7 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 - 30377 + 255477 325c1203-65dc-c3c5-d815-e78418e08b38 portlettest2 portlettest2 @@ -89,4 +89,22 @@ MD5:115dbe1db3b5dc7da556fad50fe17436 + + 257168 + 4026b550-9a1f-4521-9b56-9ec737c02526 + csme + csme + csme + csme@csme.csm + SHA256:59aa63c9bbdc51a05db11fa61c465f35a1b88c1c6a94bbd7d3872e18a217ae9c + + + 257166 + c2d0f0b2-6187-4e51-adc9-3d845b76ee14 + cpddm + cpddm + cpddm + ttesterson@test.net + SHA256:59aa63c9bbdc51a05db11fa61c465f35a1b88c1c6a94bbd7d3872e18a217ae9c + \ No newline at end of file diff --git a/autotest/Tests/tests/vanilla/institution/workflow/57/7d5697cf-c3e1-4eee-8854-3d3579bb93af.xml b/autotest/Tests/tests/vanilla/institution/workflow/57/7d5697cf-c3e1-4eee-8854-3d3579bb93af.xml index 9260157eaa..1cd0c6b3b9 100644 --- a/autotest/Tests/tests/vanilla/institution/workflow/57/7d5697cf-c3e1-4eee-8854-3d3579bb93af.xml +++ b/autotest/Tests/tests/vanilla/institution/workflow/57/7d5697cf-c3e1-4eee-8854-3d3579bb93af.xml @@ -1,16 +1,16 @@ - 992 + 255485 7d5697cf-c3e1-4eee-8854-3d3579bb93af TLE_ADMINISTRATOR 2011-08-30 11:21:19.54 2011-08-30 11:21:19.54 - 213508 + 255486 en - 213307 + 255487 en 1 TestWorkflow @@ -25,15 +25,15 @@ false - 47 + 255488 dade706c-6559-4129-8fbb-c788aa9d4dc3 - 213509 + 255489 en - 213308 + 255490 en 1 CheckThisOut @@ -44,15 +44,15 @@ false - 48 + 255491 13305dcd-4f2d-4f2f-95c9-ad7b29485885 - 213510 + 255492 en_AU - 213309 + 255493 en_AU 2 Start diff --git a/build.sbt b/build.sbt index 103bd9452f..610e5055f0 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ name := "Equella" equellaMajor in ThisBuild := 2019 equellaMinor in ThisBuild := 2 -equellaPatch in ThisBuild := 2 +equellaPatch in ThisBuild := 3 equellaStream in ThisBuild := "Stable" equellaBuild in ThisBuild := buildConfig.value.getString("build.buildname")