Subversion Repositories SmartDukaan

Rev

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

Rev 4204 Rev 5203
Line 39... Line 39...
39
                #else
39
                #else
40
                    <td ><label>Customer Name:</label></td>
40
                    <td ><label>Customer Name:</label></td>
41
                    <td ><input id="customerName" name="customerName" type="text"></td>
41
                    <td ><input id="customerName" name="customerName" type="text"></td>
42
                #end
42
                #end
43
            </tr>
43
            </tr>
44
            #if($action.getUserId())
-
 
45
            #else
44
            
46
            <tr >
45
            <tr >
47
                <td ><label>Customer Mobile No:</label></td>
46
                <td ><label>Customer Mobile No:</label></td>
48
                <td ><input id="customerMobileNumber" name="customerMobileNumber" type="text"></td>
47
                <td ><input id="customerMobileNumber" name="customerMobileNumber" type="text"></td>
49
                <td> </td>
48
                <td> </td>
-
 
49
				#if($action.getUserId())
-
 
50
				#else
50
                <td ><label>Customer Email Id:</label></td>
51
					<td ><label>Customer Email Id:</label></td>
51
                <td ><input id="customerEmailId" name="customerEmailId" type="text"></td>
52
					<td ><input id="customerEmailId" name="customerEmailId" type="text"></td>
-
 
53
				#end
-
 
54
            </tr>
-
 
55
            
-
 
56
			<tr >
-
 
57
				<td ><label></label></td>
-
 
58
                <td colspan="2">
-
 
59
                <select id="common-activity-desc" name="commonDescription" class="width-activity-type">
-
 
60
					<option value="" selected="selected"></option>
-
 
61
                    #foreach( $desc in $action.getActivityCommonDescriptionMatrix() )
-
 
62
                            <option value="$desc.name()">$desc.name()</option>
-
 
63
                    #end
-
 
64
                </select>
-
 
65
                </td>
52
            </tr>
66
            </tr>
53
            #end
-
 
54
            <tr >
67
            <tr >
55
                <td ><label>Description:</label></td>
68
                <td ><label>Description:</label></td>
56
                <td colspan="4"><textarea id="description" name="description" rows="3" cols="90" class="required"></textarea></td>
69
                <td colspan="4"><textarea id="description" name="description" rows="3" cols="90" class="required"></textarea></td>
57
            </tr>
70
            </tr>
58
            <tr >
71
            <tr >