Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_laqa/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -28,7 +28,7 @@ function showMessage(url) { var area=document.getElementById("messageArea"); if(area != null){ - area.style.width="670px"; + area.style.width="640px"; area.style.height="100%"; area.src=url; area.style.display="block"; @@ -65,94 +65,74 @@ - - + +
- - - - + + + - - - - - - - - - - - - - - - - - - + + + +
-
- -
- -
+
+ +
+ +
-
- -
- -
-
- - <%@ include file="/authoring/itemlist.jsp"%> - - - <%@ include file="/monitoring/itemlist.jsp"%> - -
-
- ');" - style="float:right;width:150px" class="button-add-item"> -
- ');" - style="float:right;width:150px" class="button-add-item"> -
+
+ +
+ +
- - - - - - - +
+ + <%@ include file="/authoring/itemlist.jsp"%> + + + <%@ include file="/monitoring/itemlist.jsp"%> + +
+

+ + ');" + class="button-add-item"> - - - - - - -
 
- -

- - -

- -
-
+
+ + ');" + class="button-add-item"> + +

- +

+ +

- \ No newline at end of file + +

+ + +

+ +
Index: lams_tool_laqa/web/authoring/editQuestionBox.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_laqa/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_laqa/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -25,6 +25,7 @@ <%@ include file="/common/header.jsp"%> + + - + - - + - - - - + + - - - - - - - + + + + + + + - - - - - - - -
- - - - - - +
+ +
- - - + - - - - +
+ +
+ -
-
- -
- - -
-
- -
- -
- - - - - - -
                     - - - - - - - -
-
-
+
+ + + + +
+ Index: lams_tool_laqa/web/authoring/itemlist.jsp =================================================================== diff -u -rd7582fc2b696eb7ef9b0d340c2d532a70c29a611 -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_laqa/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision d7582fc2b696eb7ef9b0d340c2d532a70c29a611) +++ lams_tool_laqa/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -18,87 +18,95 @@ http://www.gnu.org/licenses/gpl.txt --%> -<%@ include file="/common/taglibs.jsp" %> - +<%@ include file="/common/taglibs.jsp"%> +
-

-

+

+ + +

- - - - - - - - - - + - - +
- : -
+ - + + + + + + + + - + + + images/down_disabled.gif" + border="0"> + images/up.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');"> + - - - + -
- -
+ + + + - - - - ','moveQuestionDown');"> - images/down.gif" border="0"> - - - - - ','moveQuestionUp');"> - images/up.gif" border="0"> - - - - - ','moveQuestionDown');"> - images/down.gif" border="0"> - - - ','moveQuestionUp');"> - images/up.gif" border="0"> - - - - - + - + + images/down.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');"> + images/up_disabled.gif" + border="0"> + - - ');"> - images/edit.gif" border="0"> - - - - images/delete.gif" border="0"> - -
+ images/down.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionDown');"> + images/up.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringQuestion('','moveQuestionUp');"> + + + + + + + + images/edit.gif" border="0" + title="" + onclick="javascript:showMessage('');"> + + + + images/delete.gif" border="0" + title="" + onclick="removeQuestion(${queIndex});"> + + + + +
<%-- This script will works when a new resoruce item submit in order to refresh "Resource List" panel. --%> - Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -25,7 +25,8 @@ <%@ include file="/common/header.jsp"%> - + + + - - - - - - - + + + + - - - - - - - - - - - - -
- - - - - - + + + + + + - - - - +
+ +
- - - - + -
-
- -
- -
-
- -
- -
- - - - - - -
                     - - - - - - - -
-
-
+
+ +
+ +
+ + + +
+ Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -22,8 +22,12 @@ <%@ include file="/common/taglibs.jsp"%> - - + + + + + + - - - + - - - - +
-
- -
- -
- - - - - - - - + + + - - - - - - - - - - - - - + + + +
-
- -
- -
-
- - <%@ include file="/authoring/itemlist.jsp"%> - - - <%@ include file="/monitoring/itemlist.jsp"%> - -
-
+
+ +
+ +
- ');" - style="float:right;width:150px" class="button-add-item"> -
- ');" - style="float:right;width:150px" class="button-add-item"> -
- -
+
+ +
+ +
- +
+ + <%@ include file="/authoring/itemlist.jsp"%> + + + <%@ include file="/monitoring/itemlist.jsp"%> + +
- - - - - - -
 
- -

- - -

-
-
+

+ + ');" + class="button-add-item"> + + + ');" + class="button-add-item"> + +

- +

+ +

- - - - + +

+ + +

+
Index: lams_tool_vote/web/authoring/editNominationBox.jsp =================================================================== diff -u -r9ad7805407672e72dfc83fb0ba49ccafb0d43d6f -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_vote/web/authoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 9ad7805407672e72dfc83fb0ba49ccafb0d43d6f) +++ lams_tool_vote/web/authoring/editNominationBox.jsp (.../editNominationBox.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -25,70 +25,46 @@ <%@ include file="/common/header.jsp"%> + - + - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - - -
- - - - - - - - - - - - -
-
- -
- - -
- - - - - - -
                     - - - - - - - -
-
-
+
+ +
+ + +
+ + + +
+ + + + Index: lams_tool_vote/web/authoring/itemlist.jsp =================================================================== diff -u -r05f0776f9ed9f80ad24452e9d1718e8a24ed8e62 -r341f1fdf784407fc8301d4829145dff7224acd4a --- lams_tool_vote/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 05f0776f9ed9f80ad24452e9d1718e8a24ed8e62) +++ lams_tool_vote/web/authoring/itemlist.jsp (.../itemlist.jsp) (revision 341f1fdf784407fc8301d4829145dff7224acd4a) @@ -18,78 +18,88 @@ http://www.gnu.org/licenses/gpl.txt --%> -<%@ include file="/common/taglibs.jsp" %> - +<%@ include file="/common/taglibs.jsp"%> +
-

: -

+

+ + +

- - - - - - - - - + +
+ - - + + + + + - + + + - - + + + images/down.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringNomination('','moveNominationDown');"> + images/up_disabled.gif" + border="0"> + - - - + + images/down_disabled.gif" + border="0"> + images/up.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringNomination('','moveNominationUp');"> + -
- : - - -
+ + + + - - - - ','moveNominationDown');"> - images/down.gif" border="0"> - - - - - ','moveNominationUp');"> - images/up.gif" border="0"> - - - - - ','moveNominationDown');"> - images/down.gif" border="0"> - - - ','moveNominationUp');"> - images/up.gif" border="0"> - - - - - + - - ');"> - images/edit.gif" border="0"> - - - - images/delete.gif" border="0"> - -
+ + images/down.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringNomination('','moveNominationDown');"> + images/up.gif" border="0" + title="" + onclick="javascript:submitModifyAuthoringNomination('','moveNominationUp');"> + + + + + + + images/edit.gif" border="0" + title="" + onclick="javascript:showMessage('');"> + + + + images/delete.gif" border="0" + title="" + onclick="removeNomination(${queIndex});"> + + + + +
<%-- This script will works when a new resoruce item submit in order to refresh "Resource List" panel. --%>