Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -rd709559abc2186520af2f18c3fc7417a5a598e9e -r5129d828c41c0731ee7889271cffde6421e2146c --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision d709559abc2186520af2f18c3fc7417a5a598e9e) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 5129d828c41c0731ee7889271cffde6421e2146c) @@ -1,527 +1,567 @@ -<%@ page contentType="text/html; charset=utf-8" language="java"%> -<%@ taglib uri="tags-lams" prefix="lams"%> -<%@ taglib uri="tags-fmt" prefix="fmt"%> -<%@ taglib uri="tags-core" prefix="c"%> - - - - - - Collection - - - - - - - - - - - - - - - - - - - - - - - - Collection management - - - - - - - - - - - - - - - - - - Private collection - - - - - - - <%-- Do not display button for public and private collections --%> - - - - - - Remove collection - - - - - - - XML - - " - href="?collectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true" > - - - - - "> - - - - - - - QTI - - - - - - - - - - - - - - - - - - - - - - - - - - "> - - - - - - - - - <%-- jqGrid placeholder with some useful attributes --%> - - - - - - - There are no questions in this collection - - - - - <%-- Do not display links for collection manipulation for public and private collections --%> - - - - Share collection with organisations - - - - - - <%-- Already shared organisations--%> - - - - - Shared - - - - Unshare - - - - - - <%-- Not yet shared ones --%> - - - - - - - - Share - - - - - - - - - - - - - - - - - - +<%@ page contentType="text/html; charset=utf-8" language="java"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-core" prefix="c"%> + + + + + + Collection + + + + + + + + + + + + + + + + + + + + + + + + Collection management + + + + + + + + + + + + + + + + + + Private collection + + + + + + + <%-- Do not display button for public and private collections --%> + + + + + + Remove collection + + + + + + + XML + + " + href="?collectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true" > + + + + + "> + + + + + + + QTI + + + + + + + + + + + + + + + + + + + + + + + + + + "> + + + + + + + + + <%-- jqGrid placeholder with some useful attributes --%> + + + + + + + There are no questions in this collection + + + + + <%-- Do not display links for collection manipulation for public and private collections --%> + + + + Share collection with organisations + + + + + + <%-- Already shared organisations--%> + + + + + Shared + + + + Unshare + + + + + + <%-- Not yet shared ones --%> + + + + + + + + Share + + + + + + + + + + + + + + + + + + \ No newline at end of file