root/devel/mod/file/templates/file_wizard.html

Revision 1081, 1.0 kB (checked in by ben, 2 years ago)

Integrating content toolbar and file repository integration by Diego Ramirez.

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>{{title}}</title>
5 {{metatags}}
6 </head>
7 <body>
8 <div style="clear: both;">
9 <div id="container"><!-- open container which wraps the header, maincontent and sidebar -->
10 <div id="content-holder"><!-- open content-holder div -->
11 <h2>{{title}}</h2>
12         <div id="content-holder-inner">
13                 <div id="splitpane-sidebar" ><!-- open splitpane-sidebar div -->
14                         <p><input type="checkbox" onclick="file_wizard_keep_open=!file_wizard_keep_open;" checked="checked">{{window_msg}}</p>
15                         <ul>
16                         {{directories}}
17                         </ul>
18                 </div><!-- close splitpane-sidebar div -->
19                 <div id="splitpane-content"><!-- open splitpane-content div -->
20                 <h2>{{folder_name}}</h2>
21                         {{directory_files}}
22                 </div><!-- close open splitpane-content div -->
23         </div>
24 </div><!-- close content-holder div -->
25 </div><!-- close container div -->
26 </div>
27 </body>
28 </html>
Note: See TracBrowser for help on using the browser.