Subversion Repositories SmartDukaan

Rev

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

Rev 3151 Rev 3168
Line 18... Line 18...
18
        </div>
18
        </div>
19
        <!-- main-->
19
        <!-- main-->
20
        <div id="topbar">
20
        <div id="topbar">
21
            <div id="topbar-left">
21
            <div id="topbar-left">
22
            <h2 class="home-page">Saholic CRM</h2>
22
            <h2 class="home-page">Saholic CRM</h2>
23
                <form method="post" action="">
23
                <form id="input-form" method="post" action="">
24
                    <label>
24
                    <label>
25
                        <span>Customer Id(Email):</span>
25
                        <span>Customer Id(Email):</span>
26
                    </label>
26
                    </label>
27
                    <input type="text" name="email" id="email" />&nbsp;&nbsp;&nbsp;&nbsp;
27
                    <input type="text" name="email" id="email" />&nbsp;&nbsp;&nbsp;&nbsp;
28
                    <label>
28
                    <label>
Line 34... Line 34...
34
                    </label>
34
                    </label>
35
                    <input type="text" name="orderId" size="5" id="orderId"/>&nbsp;&nbsp;&nbsp;&nbsp;
35
                    <input type="text" name="orderId" size="5" id="orderId"/>&nbsp;&nbsp;&nbsp;&nbsp;
36
                    <label>
36
                    <label>
37
                        <span>Ticket Id:</span>
37
                        <span>Ticket Id:</span>
38
                    </label>
38
                    </label>
39
                    <input type="text" name="ticketId" size="4" id="ticketId"/>&nbsp;&nbsp;
39
                    <input type="text" name="ticketId" class="ticketId" size="4" id="ticketId"/>&nbsp;&nbsp;
40
                    <input type="submit" name="submit" id="submit" value="Submit"/>
40
                    <input type="submit" name="submit" id="submit" value="Submit"/>
41
                </form>
41
                </form>
42
            </div>
42
            </div>
43
            <div id="topbar-right">
43
            <div id="topbar-right">
44
                <label >Welcome $action.getAgentName()</label>
44
                <label >Welcome $action.getAgentName()</label>