Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== diff -u -r43437f9c52f60b4fe545162b3ed72e6ddf911777 -r5b17b810b5302c90b2daf6a5866bf4f6e85bef6a --- lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 43437f9c52f60b4fe545162b3ed72e6ddf911777) +++ lams_tool_vote/web/authoring/BasicContent.jsp (.../BasicContent.jsp) (revision 5b17b810b5302c90b2daf6a5866bf4f6e85bef6a) @@ -1,25 +1,3 @@ -<%-- -Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) -License Information: http://lamsfoundation.org/licensing/lams/2.0/ - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - - http://www.gnu.org/licenses/gpl.txt ---%> - - <%@ include file="/common/taglibs.jsp"%> @@ -61,21 +39,19 @@ } } - function removeNomination(questionIndex) - { + function removeNomination(questionIndex){ document.VoteAuthoringForm.questionIndex.value=questionIndex; submitMethod('removeNomination'); } - function removeMonitoringNomination(questionIndex) - { + function removeMonitoringNomination(questionIndex){ document.VoteMonitoringForm.questionIndex.value=questionIndex; submitMonitoringMethod('removeNomination'); } function onSelectDataInput(){ - if (document.getElementById("dataFlowNoneOption")!=null){ + if (document.getElementById("dataFlowNoneOption")!=null){ if (noneDataFlowSelectedPreviously && !document.getElementById("dataFlowNoneOption").selected){ document.getElementById("maxInputs").disabled=false; @@ -122,31 +98,14 @@
- - <%@ include file="/authoring/itemlist.jsp"%> - - - <%@ include file="/monitoring/itemlist.jsp"%> - + <%@ include file="/authoring/itemlist.jsp"%>

- - ');" - class="button-add-item"> - - - ');" - class="button-add-item"> - + ');" + class="button-add-item"> + + @@ -167,10 +126,3 @@ scrolling="no">

- - -

- - -

-