~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/AdminBundle/Resources/views/table_admin.html.twig

  • Committer: webmaster at geoffish
  • Date: 2011-07-12 01:50:36 UTC
  • Revision ID: webmaster@geoffish.tk-20110712015036-vcz04clw3vf0d8fn
refractored templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'TSEPAdminBundle::admin.html.twig' %}
2
 
 
3
 
{% block container %}
4
 
        <!--  start page-heading -->
5
 
        <div id="page-heading">
6
 
                <h1>Add product</h1>
7
 
        </div>
8
 
        <!-- end page-heading -->
9
 
 
10
 
        <table border="0" width="100%" cellpadding="0" cellspacing="0" id="content-table">
11
 
        <tr>
12
 
                <th rowspan="3" class="sized"><img src="images/shared/side_shadowleft.jpg" width="20" height="300" alt="" /></th>
13
 
                <th class="topleft"></th>
14
 
                <td id="tbl-border-top">&nbsp;</td>
15
 
                <th class="topright"></th>
16
 
                <th rowspan="3" class="sized"><img src="images/shared/side_shadowright.jpg" width="20" height="300" alt="" /></th>
17
 
        </tr>
18
 
        <tr>
19
 
                <td id="tbl-border-left"></td>
20
 
                <td>
21
 
                <!--  start content-table-inner ...................................................................... START -->
22
 
                <div id="content-table-inner">
23
 
                
24
 
                        <!--  start table-content  -->
25
 
                        <div id="table-content">
26
 
                        
27
 
                                <!--  start message-yellow -->
28
 
                                <div id="message-yellow">
29
 
                                <table border="0" width="100%" cellpadding="0" cellspacing="0">
30
 
                                <tr>
31
 
                                        <td class="yellow-left">You have a new message. <a href="">Go to Inbox.</a></td>
32
 
                                        <td class="yellow-right"><a class="close-yellow"><img src="images/table/icon_close_yellow.gif"   alt="" /></a></td>
33
 
                                </tr>
34
 
                                </table>
35
 
                                </div>
36
 
                                <!--  end message-yellow -->
37
 
                                
38
 
                                <!--  start message-red -->
39
 
                                <div id="message-red">
40
 
                                <table border="0" width="100%" cellpadding="0" cellspacing="0">
41
 
                                <tr>
42
 
                                        <td class="red-left">Error. <a href="">Please try again.</a></td>
43
 
                                        <td class="red-right"><a class="close-red"><img src="images/table/icon_close_red.gif"   alt="" /></a></td>
44
 
                                </tr>
45
 
                                </table>
46
 
                                </div>
47
 
                                <!--  end message-red -->
48
 
                                
49
 
                                <!--  start message-blue -->
50
 
                                <div id="message-blue">
51
 
                                <table border="0" width="100%" cellpadding="0" cellspacing="0">
52
 
                                <tr>
53
 
                                        <td class="blue-left">Welcome back. <a href="">View my account.</a> </td>
54
 
                                        <td class="blue-right"><a class="close-blue"><img src="images/table/icon_close_blue.gif"   alt="" /></a></td>
55
 
                                </tr>
56
 
                                </table>
57
 
                                </div>
58
 
                                <!--  end message-blue -->
59
 
                        
60
 
                                <!--  start message-green -->
61
 
                                <div id="message-green">
62
 
                                <table border="0" width="100%" cellpadding="0" cellspacing="0">
63
 
                                <tr>
64
 
                                        <td class="green-left">Product added sucessfully. <a href="">Add new one.</a></td>
65
 
                                        <td class="green-right"><a class="close-green"><img src="images/table/icon_close_green.gif"   alt="" /></a></td>
66
 
                                </tr>
67
 
                                </table>
68
 
                                </div>
69
 
                                <!--  end message-green -->
70
 
                
71
 
                 
72
 
                                <!--  start product-table ..................................................................................... -->
73
 
                                <form id="mainform" action="">
74
 
                                <table border="0" width="100%" cellpadding="0" cellspacing="0" id="product-table">
75
 
                                <tr>
76
 
                                        <th class="table-header-check"><a id="toggle-all" ></a> </th>
77
 
                                        <th class="table-header-repeat line-left minwidth-1"><a href="">Last Name</a>   </th>
78
 
                                        <th class="table-header-repeat line-left minwidth-1"><a href="">First Name</a></th>
79
 
                                        <th class="table-header-repeat line-left"><a href="">Email</a></th>
80
 
                                        <th class="table-header-repeat line-left"><a href="">Due</a></th>
81
 
                                        <th class="table-header-repeat line-left"><a href="">Website</a></th>
82
 
                                        <th class="table-header-options line-left"><a href="">Options</a></th>
83
 
                                </tr>
84
 
                                <tr>
85
 
                                        <td><input  type="checkbox"/></td>
86
 
                                        <td>Sabev</td>
87
 
                                        <td>George</td>
88
 
                                        <td><a href="">george@mainevent.co.za</a></td>
89
 
                                        <td>R250</td>
90
 
                                        <td><a href="">www.mainevent.co.za</a></td>
91
 
                                        <td class="options-width">
92
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
93
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
94
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
95
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
96
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
97
 
                                        </td>
98
 
                                </tr>
99
 
                                <tr class="alternate-row">
100
 
                                        <td><input  type="checkbox"/></td>
101
 
                                        <td>Sabev</td>
102
 
                                        <td>George</td>
103
 
                                        <td><a href="">george@mainevent.co.za</a></td>
104
 
                                        <td>R250</td>
105
 
                                        <td><a href="">www.mainevent.co.za</a></td>
106
 
                                        <td class="options-width">
107
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
108
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
109
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
110
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
111
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
112
 
                                        </td>
113
 
                                </tr>
114
 
                                <tr>
115
 
                                        <td><input  type="checkbox"/></td>
116
 
                                        <td>Sabev</td>
117
 
                                        <td>George</td>
118
 
                                        <td><a href="">george@mainevent.co.za</a></td>
119
 
                                        <td>R250</td>
120
 
                                        <td><a href="">www.mainevent.co.za</a></td>
121
 
                                        <td class="options-width">
122
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
123
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
124
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
125
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
126
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
127
 
                                        </td>
128
 
                                </tr>
129
 
                                <tr class="alternate-row">
130
 
                                        <td><input  type="checkbox"/></td>
131
 
                                        <td>Sabev</td>
132
 
                                        <td>George</td>
133
 
                                        <td><a href="">george@mainevent.co.za</a></td>
134
 
                                        <td>R250</td>
135
 
                                        <td><a href="">www.mainevent.co.za</a></td>
136
 
                                        <td class="options-width">
137
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
138
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
139
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
140
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
141
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
142
 
                                        </td>
143
 
                                </tr>
144
 
                                <tr>
145
 
                                        <td><input  type="checkbox"/></td>
146
 
                                        <td>Sabev</td>
147
 
                                        <td>George</td>
148
 
                                        <td><a href="">george@mainevent.co.za</a></td>
149
 
                                        <td>R250</td>
150
 
                                        <td><a href="">www.mainevent.co.za</a></td>
151
 
                                        <td class="options-width">
152
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
153
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
154
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
155
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
156
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
157
 
                                        </td>
158
 
                                </tr>
159
 
                                <tr class="alternate-row">
160
 
                                        <td><input  type="checkbox"/></td>
161
 
                                        <td>Sabev</td>
162
 
                                        <td>George</td>
163
 
                                        <td><a href="">george@mainevent.co.za</a></td>
164
 
                                        <td>R250</td>
165
 
                                        <td><a href="">www.mainevent.co.za</a></td>
166
 
                                        <td class="options-width">
167
 
                                        <a href="" title="Edit" class="icon-1 info-tooltip"></a>
168
 
                                        <a href="" title="Edit" class="icon-2 info-tooltip"></a>
169
 
                                        <a href="" title="Edit" class="icon-3 info-tooltip"></a>
170
 
                                        <a href="" title="Edit" class="icon-4 info-tooltip"></a>
171
 
                                        <a href="" title="Edit" class="icon-5 info-tooltip"></a>
172
 
                                        </td>
173
 
                                </tr>
174
 
                                </table>
175
 
                                <!--  end product-table................................... --> 
176
 
                                </form>
177
 
                        </div>
178
 
                        <!--  end content-table  -->
179
 
                
180
 
                        <!--  start actions-box ............................................... -->
181
 
                        <div id="actions-box">
182
 
                                <a href="" class="action-slider"></a>
183
 
                                <div id="actions-box-slider">
184
 
                                        <a href="" class="action-edit">Edit</a>
185
 
                                        <a href="" class="action-delete">Delete</a>
186
 
                                </div>
187
 
                                <div class="clear"></div>
188
 
                        </div>
189
 
                        <!-- end actions-box........... -->
190
 
                        
191
 
                        <!--  start paging..................................................... -->
192
 
                        <table border="0" cellpadding="0" cellspacing="0" id="paging-table">
193
 
                        <tr>
194
 
                        <td>
195
 
                                <a href="" class="page-far-left"></a>
196
 
                                <a href="" class="page-left"></a>
197
 
                                <div id="page-info">Page <strong>1</strong> / 15</div>
198
 
                                <a href="" class="page-right"></a>
199
 
                                <a href="" class="page-far-right"></a>
200
 
                        </td>
201
 
                        <td>
202
 
                        <select  class="styledselect_pages">
203
 
                                <option value="">Number of rows</option>
204
 
                                <option value="">1</option>
205
 
                                <option value="">2</option>
206
 
                                <option value="">3</option>
207
 
                        </select>
208
 
                        </td>
209
 
                        </tr>
210
 
                        </table>
211
 
                        <!--  end paging................ -->
212
 
                        
213
 
                        <div class="clear"></div>
214
 
                 
215
 
                </div>
216
 
                <!--  end content-table-inner ............................................END  -->
217
 
                </td>
218
 
                <td id="tbl-border-right"></td>
219
 
        </tr>
220
 
        <tr>
221
 
                <th class="sized bottomleft"></th>
222
 
                <td id="tbl-border-bottom">&nbsp;</td>
223
 
                <th class="sized bottomright"></th>
224
 
        </tr>
225
 
        </table>
226
 
{% endblock %}