Code

17850d3e863868d611dc62afb0215ad4e61e5d36
[gosa.git] / setup / setup_frame.tpl
1 <body class='setup_body'>
2 {$php_errors}
3 <form action='setup.php' name='mainform' method='post' enctype='multipart/form-data'>
5 <!-- All over div -->
6 <div class='setup_dialog'>
8         <!-- Basic header  -->
9         <div class='setup_header'>
10                 GOsa Setup blabla
11         </div>
13         <!-- Navigation div   -->
14         <div class='setup_navigation'> 
15                 {$navigation}                   
16         </div>
18         <!-- Setup step div -->
19         <div  style='clear: right'>
21                 <!-- Div to skip horizontal scrolling -->       
22                 <div style='float: top; clear: top ;padding:0px;width:100%' >
24                         <!-- Step header -->    
25                         <div class='setup_plug_header' >
26                                 {$header}
27                         </div>
28         
29                         <!-- Step content -->
30                         <div class='setup_content'>
31                                 {$contents}
32                         </div>
33                 </div>
34         </div>
35 </div>
36 </form>
37 </body>
38 </html>