OLD | NEW |
| (Empty) |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Skia WebTry</title> | |
5 {{template "headercommon.html" .}} | |
6 <link rel='import' type='text/html' href='/res/imp/zoom.html'> | |
7 </head> | |
8 <body> | |
9 <div id="wrapper"> | |
10 {{template "titlebar.html" .}} | |
11 <div id="lower-wrapper"> | |
12 {{template "sidebar.html" .}} | |
13 {{template "content.html" .}} | |
14 </div> | |
15 </div> | |
16 | |
17 <script type='text/javascript'> | |
18 // Not running in a workspace. | |
19 var workspaceName = ''; | |
20 </script> | |
21 {{template "footercommon.html" .}} | |
22 </body> | |
23 </html> | |
OLD | NEW |