Subversion Repositories DevTools

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 3943
Line 137... Line 137...
137
            <td valign="top"><input name="user_email" type="text" class="form_ivalue" size="60" value="<%=Request("user_email")%>"></td>
137
            <td valign="top"><input name="user_email" type="text" class="form_ivalue" size="60" value="<%=Request("user_email")%>"></td>
138
            <td valign="top"> <%=objForm.Validate ("user_email")%> </td>
138
            <td valign="top"> <%=objForm.Validate ("user_email")%> </td>
139
          </tr>
139
          </tr>
140
		  <tr>
140
		  <tr>
141
            <td nowrap class="form_iname" valign="top">User Domain </td>
141
            <td nowrap class="form_iname" valign="top">User Domain </td>
-
 
142
            <%  Dim domain
-
 
143
                domain = Request("domain")
-
 
144
                If domain = "" Then domain = "VIX"
-
 
145
            %>
142
            <td valign="top"><input name="domain" type="text" class="form_ivalue" size="60" value="<%=Request("domain")%>"></td>
146
            <td valign="top"><input name="domain" type="text" class="form_ivalue" size="60" value="<%=domain%>"></td>
143
            <td valign="top"> <%=objForm.Validate ("domain")%> </td>
147
            <td valign="top"> <%=objForm.Validate ("domain")%> </td>
144
          </tr>
148
          </tr>
145
          <tr>
149
          <tr>
146
            <td width="10%" class="form_iname">&nbsp;</td>
150
            <td width="10%" class="form_iname">&nbsp;</td>
147
            <td width="1%">&nbsp;</td>
151
            <td width="1%">&nbsp;</td>