- Timestamp:
- Sep 11, 2008, 11:29:40 AM (15 years ago)
- Location:
- branches/2.8-stable/www
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8-stable/www/admin/plugindefinitions/select_installation_type.jsp
r4476 r4506 89 89 </base:head> 90 90 <base:body onload="init()"> 91 <form name="installations" action="index.jsp" method=" get" onsubmit="return false;">91 <form name="installations" action="index.jsp" method="post" onsubmit="return false;"> 92 92 <input type="hidden" name="ID" value="<%=ID%>"> 93 93 <input type="hidden" name="cmd" value="InstallationType"> -
branches/2.8-stable/www/common/columns/confirm_delete.jsp
r4476 r4506 50 50 </base:note> 51 51 <p> 52 <form action="submit_preset.jsp" method=" get" name="confirm">52 <form action="submit_preset.jsp" method="post" name="confirm"> 53 53 <input type=hidden name="ID" value="<%=ID%>"> 54 54 <input type=hidden name="cmd" value="Delete"> -
branches/2.8-stable/www/common/columns/save_preset.jsp
r4476 r4506 88 88 <base:body onload="init()"> 89 89 <p> 90 <form name="preset" action="submit_preset.jsp" method=" get" onsubmit="return validateForm();">90 <form name="preset" action="submit_preset.jsp" method="post" onsubmit="return validateForm();"> 91 91 <input type="hidden" name="ID" value="<%=ID%>"> 92 92 <input type="hidden" name="cmd" value="Save"> -
branches/2.8-stable/www/common/context/saveas.jsp
r4476 r4506 79 79 <base:body onload="init()"> 80 80 <p> 81 <form name="preset" action="index.jsp" method=" get" onsubmit="return validateForm();">81 <form name="preset" action="index.jsp" method="post" onsubmit="return validateForm();"> 82 82 <input type=hidden name="ID" value="<%=ID%>"> 83 83 <input type=hidden name="cmd" value="SaveCurrentContext"> -
branches/2.8-stable/www/common/import/no_fileformat.jsp
r4476 r4506 106 106 </base:head> 107 107 <base:body> 108 <form name="import" action="index.jsp" method=" get" onsubmit="return false;">108 <form name="import" action="index.jsp" method="post" onsubmit="return false;"> 109 109 <input type="hidden" name="ID" value="<%=ID%>"> 110 110 <input type="hidden" name="cmd" value="AutoDetect"> -
branches/2.8-stable/www/common/import/select_plugin.jsp
r4476 r4506 214 214 </base:head> 215 215 <base:body onload="init()"> 216 <form name="import" action="index.jsp" method=" get" onsubmit="return false;">216 <form name="import" action="index.jsp" method="post" onsubmit="return false;"> 217 217 <input type="hidden" name="ID" value="<%=ID%>"> 218 218 <input type="hidden" name="cmd" value="RunPlugin"> -
branches/2.8-stable/www/common/plugin/finish_job.jsp
r4476 r4506 108 108 </base:head> 109 109 <base:body> 110 <form name="plugin" action="index.jsp" method=" get" onsubmit="return false;">110 <form name="plugin" action="index.jsp" method="post" onsubmit="return false;"> 111 111 <input type="hidden" name="ID" value="<%=ID%>"> 112 112 <input type="hidden" name="cmd" value="FinishNewJob"> -
branches/2.8-stable/www/common/plugin/select_plugin.jsp
r4476 r4506 196 196 </base:head> 197 197 <base:body onload="init()"> 198 <form name="plugin" action="index.jsp" method=" get" onsubmit="return false;">198 <form name="plugin" action="index.jsp" method="post" onsubmit="return false;"> 199 199 <input type="hidden" name="ID" value="<%=ID%>"> 200 200 <input type="hidden" name="cmd" value="NewJob"> -
branches/2.8-stable/www/logout.jsp
r4476 r4506 81 81 <base:body> 82 82 <br> 83 <form action="logout.jsp" method=" get" name="logout" onsubmit="return false;">83 <form action="logout.jsp" method="post" name="logout" onsubmit="return false;"> 84 84 <input type="hidden" name="ID" value="<%=ID%>"> 85 85 <input type="hidden" name="noconfirm" value="1"> -
branches/2.8-stable/www/plugins/net/sf/basedb/clients/web/plugins/simple_export.jsp
r4476 r4506 253 253 </base:head> 254 254 <base:body onload="init()"> 255 <form name="export" action="index.jsp" method=" get" onsubmit="return false;">255 <form name="export" action="index.jsp" method="post" onsubmit="return false;"> 256 256 <input type="hidden" name="ID" value="<%=ID%>"> 257 257 <input type="hidden" name="requestId" value="<%=request.getParameter("requestId")%>"> -
branches/2.8-stable/www/plugins/net/sf/basedb/plugins/jep_extra_value_calculator.jsp
r4476 r4506 286 286 </base:head> 287 287 <base:body onload="init()"> 288 <form name="extraValue" action="index.jsp" method=" get" onsubmit="return false;">288 <form name="extraValue" action="index.jsp" method="post" onsubmit="return false;"> 289 289 <input type="hidden" name="ID" value="<%=ID%>"> 290 290 <input type="hidden" name="requestId" value="<%=request.getParameter("requestId")%>"> -
branches/2.8-stable/www/plugins/net/sf/basedb/plugins/jep_filter.jsp
r4476 r4506 293 293 </base:head> 294 294 <base:body onload="init()"> 295 <form name="filter" action="index.jsp" method=" get" onsubmit="return false;">295 <form name="filter" action="index.jsp" method="post" onsubmit="return false;"> 296 296 <input type="hidden" name="ID" value="<%=ID%>"> 297 297 <input type="hidden" name="requestId" value="<%=request.getParameter("requestId")%>"> -
branches/2.8-stable/www/plugins/net/sf/basedb/plugins/jep_intensity_transformer.jsp
r4476 r4506 167 167 </base:head> 168 168 <base:body onload="init()"> 169 <form name="transformation" action="index.jsp" method=" get" onsubmit="return false;">169 <form name="transformation" action="index.jsp" method="post" onsubmit="return false;"> 170 170 <input type="hidden" name="ID" value="<%=ID%>"> 171 171 <input type="hidden" name="requestId" value="<%=request.getParameter("requestId")%>"> -
branches/2.8-stable/www/views/experiments/overview/save_preset.jsp
r4476 r4506 87 87 <base:body onload="init()"> 88 88 <p> 89 <form name="preset" action="index.jsp" method=" get" onsubmit="return validateForm();">89 <form name="preset" action="index.jsp" method="post" onsubmit="return validateForm();"> 90 90 <input type="hidden" name="ID" value="<%=ID%>"> 91 91 <input type="hidden" name="cmd" value="Save">
Note: See TracChangeset
for help on using the changeset viewer.