Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 123... Line 123...
123
      </td>
123
      </td>
124
   </tr>
124
   </tr>
125
   <%
125
   <%
126
   '-- FROM START ---------------------------------------------------------------------------------------------------------------
126
   '-- FROM START ---------------------------------------------------------------------------------------------------------------
127
   objFormComponent.FormName = "FormSearch"
127
   objFormComponent.FormName = "FormSearch"
-
 
128
   objFormComponent.FormClass = "form_tight"
128
   objFormComponent.Action = "wAddProcessBySearch.asp"
129
   objFormComponent.Action = "wAddProcessBySearch.asp"
129
   Call objFormComponent.FormStart()
130
   Call objFormComponent.FormStart()
130
   %>
131
   %>
131
   <tr>
132
   <tr>
132
      <td background="images/bg_quicksearch.gif" class="body_txt">
133
      <td background="images/bg_quicksearch.gif" class="body_txt">
Line 146... Line 147...
146
   %>
147
   %>
147
 
148
 
148
   <%
149
   <%
149
   '-- FROM START --------------------------------------------------------------------------------------------------------------
150
   '-- FROM START --------------------------------------------------------------------------------------------------------------
150
   objFormComponent.FormName = "FormName"
151
   objFormComponent.FormName = "FormName"
-
 
152
   objFormComponent.FormClass = "form_tight"
151
   objFormComponent.Action = ScriptName
153
   objFormComponent.Action = ScriptName
152
   objFormComponent.OnSubmit = "ShowProgress();"
154
   objFormComponent.OnSubmit = "ShowProgress();"
153
   Call objFormComponent.FormStart()
155
   Call objFormComponent.FormStart()
154
 
156
 
155
   %>
157
   %>
Line 157... Line 159...
157
      <td background="images/bg_login.gif">
159
      <td background="images/bg_login.gif">
158
         <table width="100%"  border="0" cellspacing="0" cellpadding="0">
160
         <table width="100%"  border="0" cellspacing="0" cellpadding="0">
159
            <tr>
161
            <tr>
160
               <td><%=ProgressBar()%></td>
162
               <td><%=ProgressBar()%></td>
161
               <td align="right"><input name="btn" type="submit" class="form_btn" value="Submit">
163
               <td align="right"><input name="btn" type="submit" class="form_btn" value="Submit">
162
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onClick="self.close();">
164
                  <input name="btn" type="reset" class="form_btn" value="Cancel" onclick="parent.closeIFrame();">
163
               </td>
165
               </td>
164
            </tr>
166
            </tr>
165
         </table>
167
         </table>
166
      </td>
168
      </td>
167
   </tr>
169
   </tr>