Commit d0f4a825 authored by mjadhav's avatar mjadhav

removed css style


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98074 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 19b2753a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<html> <html>
<head> <head>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/Standard/default.css"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head> </head>
<body > <body >
...@@ -92,7 +93,7 @@ ...@@ -92,7 +93,7 @@
} }
addLoadEvent(checkForactFinish); addLoadEvent(checkForactFinish);
</script> </script>
<!--
<style type="text/css"> <style type="text/css">
.tableClass .tableClass
...@@ -116,6 +117,8 @@ ...@@ -116,6 +117,8 @@
</style> </style>
-->
<form name = "Wizard_activity" METHOD="POST" ACTION="/ibase/ITMWizardHandlerServlet" onSubmit="javascript:return validateActivity('1');"> <form name = "Wizard_activity" METHOD="POST" ACTION="/ibase/ITMWizardHandlerServlet" onSubmit="javascript:return validateActivity('1');">
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<html> <html>
<head> <head>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/Standard/default.css"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head> </head>
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
</script> </script>
<body> <body>
<!--
<style type="text/css"> <style type="text/css">
...@@ -51,7 +52,7 @@ ...@@ -51,7 +52,7 @@
{margin-left:10px;margin-top:10px} {margin-left:10px;margin-top:10px}
.tableClass_rep .tableClass_rep
<!--{margin-left:0px;width:900px;}-->
{margin-left:0px;width:1500px;} {margin-left:0px;width:1500px;}
...@@ -77,7 +78,7 @@ ...@@ -77,7 +78,7 @@
} }
</style> </style>
-->
<form name = "Wizard_Travel" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet" onSubmit="javascript:return validatePlace('2');"> <form name = "Wizard_Travel" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet" onSubmit="javascript:return validatePlace('2');">
<table id="travelTable" width="100PX" class="tableClass" border="0" cellspacing="1" cellpadding="1"> <table id="travelTable" width="100PX" class="tableClass" border="0" cellspacing="1" cellpadding="1">
<xsl:for-each select="//Detail2"> <xsl:for-each select="//Detail2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment