~katiekitty/+junk/solidstate

« back to all changes in this revision

Viewing changes to solidstate/branches/v0.5 Alpha/manager/templates/.svn/text-base/manager_NewAccountPage.tpl.svn-base

  • Committer: root
  • Date: 2010-01-13 07:44:31 UTC
  • Revision ID: root@ds3-vamp.cs-monitor.cz.cc-20100113074431-kt8ceoeznpjg22x7
Reviving the project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{form name="new_account"}
 
2
<div class="form">
 
3
 
 
4
  <table>
 
5
    <thead>
 
6
      <tr>
 
7
        <th colspan="2"> [ACCOUNT_INFORMATION] </th>
 
8
      </tr>
 
9
    </thead>
 
10
    <tbody>
 
11
      <tr>
 
12
        <th> {form_description field="type"} </th>
 
13
        <td> {form_element field="type" option="Individual Account"} </td>
 
14
      </tr>
 
15
      <tr>
 
16
      <th/>
 
17
        <td> {form_element field="type" option="Business Account"} </td>
 
18
      </tr>
 
19
      <tr>
 
20
        <th/>
 
21
        <td> 
 
22
          &nbsp; &nbsp; &nbsp; {form_description field="businessname"} <br/>
 
23
          &nbsp; &nbsp; &nbsp; {form_element field="businessname" size="30"}
 
24
        </td>
 
25
      </tr>
 
26
      <tr>
 
27
        <th> {form_description field="status"} </th>
 
28
        <td> {form_element field="status"} </td>
 
29
      </tr>
 
30
      <tr>
 
31
        <th> {form_description field="username"} </th>
 
32
        <td> {form_element field="username"} </td>
 
33
      </tr>
 
34
      <tr>
 
35
        <th> {form_description field="password"} </th>
 
36
        <td> {form_element field="password"} </td>
 
37
      </tr>
 
38
    </tbody>
 
39
  </table>
 
40
 
 
41
  <table>
 
42
    <thead>
 
43
      <tr>
 
44
        <th colspan="2"> [BILLING_INFORMATION] </th>
 
45
      </tr>
 
46
    </thead>
 
47
    <tbody>
 
48
      <tr>
 
49
        <th> {form_description field="billingstatus"} </th>
 
50
        <td> {form_element field="billingstatus"} </td>
 
51
      </tr>
 
52
      <tr>
 
53
        <th> {form_description field="billingday"} </th>
 
54
        <td> {form_element field="billingday" size="2"} </td>
 
55
      </tr>
 
56
    </tbody>
 
57
  </table>
 
58
 
 
59
  <table>
 
60
    <thead>
 
61
      <tr>
 
62
        <th colspan="2"> [CONTACT_INFORMATION] </th>
 
63
      </tr>
 
64
    </thead>
 
65
    <tfoot>
 
66
      <tr>
 
67
        <td class="left">
 
68
          {form_element field="continue"}
 
69
        </td>
 
70
        <td class="right">
 
71
          {form_element field="cancel"}
 
72
        </td>
 
73
      </tr>
 
74
    </tfoot>
 
75
    <tbody>
 
76
      <tr>
 
77
        <th> {form_description field="contactname"} </th>
 
78
        <td> {form_element field="contactname" size="30"} </td>
 
79
      </tr>
 
80
      <tr>
 
81
        <th> {form_description field="contactemail"} </th>
 
82
        <td> {form_element field="contactemail" size="30"} </td>
 
83
      </tr>
 
84
      <tr>
 
85
        <th> {form_description field="address1"} </th>
 
86
        <td> {form_element field="address1" size="40"} </th>
 
87
      </tr>
 
88
      <tr>
 
89
        <th> {form_description field="address2"} </th>
 
90
        <td> {form_element field="address2" size="40"} </td>
 
91
      </tr>
 
92
      <tr>
 
93
        <th> {form_description field="city"} </th>
 
94
        <td> {form_element field="city" size="30"} </td>
 
95
      </tr>
 
96
      <tr>
 
97
        <th> {form_description field="state"} </th>
 
98
        <td> {form_element field="state" size="20"} </td>
 
99
      </tr>
 
100
      <tr>
 
101
        <th> {form_description field="postalcode"} </th>
 
102
        <td> {form_element field="postalcode" size="10"} </td>
 
103
      </tr>
 
104
      <tr>
 
105
        <th> {form_description field="country"} </th>
 
106
        <td> {form_element field="country"} </td>
 
107
      </tr>
 
108
      <tr>
 
109
        <th> {form_description field="phone"} </th>
 
110
        <td> {form_element field="phone" size="15"} </th>
 
111
      </tr>
 
112
      <tr>
 
113
        <th> {form_description field="mobilephone"} </th>
 
114
        <td> {form_element field="mobilephone" size="15"} </td>
 
115
      </tr>
 
116
      <tr>
 
117
        <th> {form_description field="fax"} </th>
 
118
        <td> {form_element field="fax" size="15"} </td>
 
119
      </tr>
 
120
    </tbody>
 
121
  </table>
 
122
</div class="form">
 
123
{/form}