~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/AdminBundle/Resources/views/text_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="{{ asset('bundles/tsepadmin/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="{{ asset('bundles/tsepadmin/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
 
                    {% block content %}
27
 
                    {% endblock %}
28
 
                </div>
29
 
                <!--  end table-content  -->
30
 
        
31
 
                <div class="clear"></div>
32
 
             
33
 
            </div>
34
 
            <!--  end content-table-inner ............................................END  -->
35
 
            </td>
36
 
            <td id="tbl-border-right"></td>
37
 
        </tr>
38
 
        <tr>
39
 
            <th class="sized bottomleft"></th>
40
 
            <td id="tbl-border-bottom">&nbsp;</td>
41
 
            <th class="sized bottomright"></th>
42
 
        </tr>
43
 
        </table>
44
 
{% endblock %}