svn commit: r453245 - in /incubator/ofbiz/trunk/framework/webtools/webapp/webtools: datafile/ entity/ service/ workflow/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r453245 - in /incubator/ofbiz/trunk/framework/webtools/webapp/webtools: datafile/ entity/ service/ workflow/

jacopoc
Author: jacopoc
Date: Thu Oct  5 07:11:53 2006
New Revision: 453245

URL: http://svn.apache.org/viewvc?view=rev&rev=453245
Log:
Changed <br> to <br/>.

Modified:
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EditEntity.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityExportAll.ftl
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImport.ftl
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImportDir.ftl
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/checkdb.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_list.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_main.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/workflowMonitor.jsp

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/datafile/viewdatafile.jsp Thu Oct  5 07:11:53 2006
@@ -77,7 +77,7 @@
 %>
 <div class="head1">Work With Data Files</div>
 <div class="tabletext">This page is used to view and export data from data files parsed by the configurable data file parser.</div>
-<hr>
+<hr/>
 <%if(security.hasPermission("DATAFILE_MAINT", session)) {%>
   <form method="post" action="<ofbiz:url>/viewdatafile</ofbiz:url>">
     <div class="tabletext">Definition Filename or URL: <input name="DEFINITION_LOCATION" class="inputBox" type="text" size="60" value="<%=UtilFormatOut.checkNull(definitionLoc)%>"> Is URL?:<INPUT type="checkbox" name="DEFINITION_IS_URL" <%=definitionIsUrl?"checked":""%>></div>
@@ -101,7 +101,7 @@
     <div><input type="submit" value="Run"></div>
   </form>
 
-  <hr>
+  <hr/>
 
   <%if (messages.size() > 0) {%>
     <div class="head1">The following occurred:</div>
@@ -142,6 +142,6 @@
   <%}%>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div class="tabletext">You do not have permission to use this page (DATAFILE_MAINT needed)</div>
 <%}%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EditEntity.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EditEntity.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EditEntity.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EditEntity.jsp Thu Oct  5 07:11:53 2006
@@ -237,13 +237,13 @@
   </SELECT>
   <INPUT type=SUBMIT value='Edit Specified Entity'>
 </FORM>
-<hr>
+<hr/>
 <FORM method="post" action='<ofbiz:url>/view/EditEntity?event=addEntity</ofbiz:url>' style='margin: 0;'>
   Entity Name (Java style): <INPUT type=TEXT class='inputBox' size='60' name='entityName'><br/>
   Entity Group: <INPUT type=TEXT size='60' class='inputBox' name='entityGroup' value='org.ofbiz'>
   <INPUT type=SUBMIT value='Create Entity'>
 </FORM>
-<hr>
+<hr/>
 <%if (entity == null) {%>
   <H4>Entity not found with name "<%=UtilFormatOut.checkNull(entityName)%>"</H4>
 <%}else{%>
@@ -325,7 +325,7 @@
   <INPUT type="submit" value='Update Entity'>
 </FORM>
 
-<HR>
+<hr/>
 <%if (modelViewEntity == null) {%>
 <B>FIELDS</B>
   <TABLE border='1' cellpadding='2' cellspacing='0'>
@@ -395,10 +395,10 @@
   <INPUT type="submit" value='Add'>
 </FORM>
 
-<HR>
+<hr/>
 <B>VIEW ALIASES</B>
 
-<HR>
+<hr/>
 <B>VIEW LINKS</B>
 
 <div>NOTE: Editing not yet completed for view entities, try again later (or just edit the XML by hand, and not at the same time you are editing here...)</div>
@@ -423,7 +423,7 @@
 --%>
 
 <%}%>
-<HR>
+<hr/>
 
 <B>RELATIONSHIPS</B>
   <TABLE border='1' cellpadding='2' cellspacing='0'>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityExportAll.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityExportAll.ftl?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityExportAll.ftl (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityExportAll.ftl Thu Oct  5 07:11:53 2006
@@ -20,7 +20,7 @@
     ${uiLabelMap.WebtoolsMessage2}.
     ${uiLabelMap.WebtoolsMessage3}.
 </div>
-<hr>
+<hr/>
     
 <div class="head2">${uiLabelMap.WebtoolsResults}:</div>
 
@@ -30,7 +30,7 @@
     </#list>
 </#if>
 
-<hr>
+<hr/>
 
 <div class="head2">${uiLabelMap.WebtoolsExport}:</div>
 <form method="post" action="<@ofbizUrl>entityExportAll</@ofbizUrl>">

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImport.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImport.ftl?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImport.ftl (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImport.ftl Thu Oct  5 07:11:53 2006
@@ -16,7 +16,7 @@
 
 <div class="head1">${uiLabelMap.WebtoolsImportToDataSource}</div>
 <div>${uiLabelMap.WebtoolsMessage5}.</div>
-<hr>
+<hr/>
   <div class="head2">${uiLabelMap.WebtoolsImport}:</div>
 
   <form method="post" action="<@ofbizUrl>entityImport</@ofbizUrl>">
@@ -36,7 +36,7 @@
     <textarea class="textAreaBox" rows="20" cols="85" name="fulltext">${fulltext?if_exists}</textarea>
     <br/><input type="submit" value="${uiLabelMap.WebtoolsImportText}"/>
   </form>
-  <hr>
+  <hr/>
   <#if messages?exists>
       <h3>${uiLabelMap.WebtoolsResults}:</h3>
       <#list messages as message>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImportDir.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImportDir.ftl?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImportDir.ftl (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityImportDir.ftl Thu Oct  5 07:11:53 2006
@@ -16,7 +16,7 @@
 
 <div class="head1">${uiLabelMap.WebtoolsImportToDataSource}</div>
 <div class="tabletext">${uiLabelMap.WebtoolsMessage5}.</div>
-<hr>
+<hr/>
   <div class="head2">${uiLabelMap.WebtoolsImport}:</div>
 
   <form method="post" action="<@ofbizUrl>entityImportDir</@ofbizUrl>">
@@ -30,7 +30,7 @@
     <div class="tabletext">${uiLabelMap.WebtoolsPause}:<input type="text" size="6" value="${filePauseStr?default("0")}" name="filePause"/></div>
     <div><input type="submit" value="${uiLabelMap.WebtoolsImportFile}"/></div>
   </form>
-  <hr>
+  <hr/>
   <#if messages?exists>
     <div class="head1">${uiLabelMap.WebtoolsResults}:</div>
     <#list messages as message>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/checkdb.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/checkdb.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/checkdb.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/checkdb.jsp Thu Oct  5 07:11:53 2006
@@ -216,7 +216,7 @@
   <input type="submit" value="Update"/>
 </form>
 
-<hr>
+<hr/>
 <ul>
 <%while (miter != null && miter.hasNext()) {%>
   <%String message = (String) miter.next();%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_list.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_list.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_list.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_list.jsp Thu Oct  5 07:11:53 2006
@@ -62,7 +62,7 @@
 <a href="<%=response.encodeURL(controlPath + "/main")%>" target='main' class='listtext'>Pop up WebTools main</A><BR>
 <a href="<%=response.encodeURL(controlPath + "/view/entityref_main")%>" target="entityFrame" class='listtext'>Entity Reference Main Page</A><BR>
 <a href="<%=response.encodeURL(controlPath + "/view/checkdb")%>" target="entityFrame" class='listtext'>Check/Update Database</A>
-<HR>
+<hr/>
 <!-- want to leave these out because they are only working so-so, and cause people more problems that they solve, IMHO
 <a href="<%=response.encodeURL(controlPath + "/ModelWriter")%>" target='_blank' class='listtext'>Generate Entity Model XML (all in one)</A><BR>
 <a href="<%=response.encodeURL(controlPath + "/ModelWriter?savetofile=true")%>" target='_blank' class='listtext'>Save Entity Model XML to Files</A><BR>
@@ -72,7 +72,7 @@
 <a href="<%=response.encodeURL(controlPath + "/ModelGroupWriter?savetofile=true")%>" target='_blank' class='listtext'>Save Entity Group XML to File</A><BR>
 -->
 <a href="<%=response.encodeURL(controlPath + "/view/ModelInduceFromDb")%>" target='_blank' class='listtext'>Induce Model XML from Database</A><BR>
-<HR>
+<hr/>
 <%}%>
 
 <%
@@ -86,7 +86,7 @@
     <%}%>
 <%}%>
 
-<HR>
+<hr/>
 
 <%
  Iterator i = entities.iterator();

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_main.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_main.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_main.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/entityref_main.jsp Thu Oct  5 07:11:53 2006
@@ -83,7 +83,7 @@
   while (piter.hasNext()) {
     String pName = (String) piter.next();
     TreeSet entities = (TreeSet) packages.get(pName);
-%><A name='<%=pName%>'></A><HR><DIV class='packagetext'><%=pName%></DIV><HR><%
+%><A name='<%=pName%>'></A><hr/><DIV class='packagetext'><%=pName%></DIV><hr/><%
     Iterator i = entities.iterator();
     while (i.hasNext()) {
       String entityName = (String)i.next();
@@ -137,7 +137,7 @@
  if (entity.getRelationsSize() > 0) {
 %>
  <tr bgcolor="#FFCCCC">
-  <td colspan="5"><hr></td>
+  <td colspan="5"><hr/></td>
  </tr>
     <tr class='headertext'>
       <td align="center">Relation</td>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/entity/xmldsdump.jsp Thu Oct  5 07:11:53 2006
@@ -184,7 +184,7 @@
 %>  
     <div class="head1">XML Export from DataSource(s)</div>
     <div class="tabletext">This page can be used to export data from the database. The exported documents will have a root tag of "&lt;entity-engine-xml&gt;".</div>
-    <hr>
+    <hr/>
     <%if(security.hasPermission("ENTITY_MAINT", session)) {%>
         <a href="<ofbiz:url>/xmldsrawdump</ofbiz:url>" class="buttontext" target="_blank">Click Here to Get Data (or save to file)</a>
     <%} else {%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/jobs.jsp Thu Oct  5 07:11:53 2006
@@ -89,6 +89,6 @@
 </table>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page.</div>
 <%}%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/schedulejob.jsp Thu Oct  5 07:11:53 2006
@@ -144,7 +144,7 @@
 <%}%>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page.</div>
 <%}%>
 

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/services.jsp Thu Oct  5 07:11:53 2006
@@ -87,6 +87,6 @@
 </table>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page.</div>
 <%}%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/service/threads.jsp Thu Oct  5 07:11:53 2006
@@ -83,6 +83,6 @@
 </table>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page.</div>
 <%}%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/readxpdl.jsp Thu Oct  5 07:11:53 2006
@@ -61,7 +61,7 @@
     Import/Update to DB?:<INPUT type="checkbox" name='XPDL_IMPORT'> <INPUT type="submit" class=smallSubmit value='View'>
   </FORM>
 
-  <hr>
+  <hr/>
 
   <%if(messages.size() > 0) {%>
     <H4>The following occurred:</H4>
@@ -71,7 +71,7 @@
       <LI><%=errMsgIter.next()%>
     <%}%>
     </UL>
-    <HR>
+    <hr/>
   <%}%>
 
     <%Iterator viter = UtilMisc.toIterator(toBeStored);%>
@@ -87,6 +87,6 @@
     
     
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page (WORKFLOW_MAINT needed)</div>
 <%}%>

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/workflowMonitor.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/workflowMonitor.jsp?view=diff&rev=453245&r1=453244&r2=453245
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/workflowMonitor.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/workflow/workflowMonitor.jsp Thu Oct  5 07:11:53 2006
@@ -121,6 +121,6 @@
 </ofbiz:if>
 
 <%}else{%>
-  <hr>
+  <hr/>
   <div>You do not have permission to use this page (WORKFLOW_MAINT needed)</div>
 <%}%>