Welcome to mirror list, hosted at ThFree Co, Russian Federation.

newui.html « netrender - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 286b213dce5282f53cb50c93674b73fa63ce97de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>                                                                  
 <head>                               
 
 <link  type="text/css" href="/html/css/jquery-ui.css" rel="stylesheet">
 
 <script type="text/javascript" src="/html/js/jquery.js"></script>
 <script type="text/javascript" src="/html/js/jquery-ui.js"></script> 
 <script type="text/javascript" src="/html/js/jquery.themes.js"></script>
 <script type="text/javascript" src="/html/js/netrender.js"></script>
 <script type="text/javascript" src="/html/js/netrender-widget.js"></script>
 <script type="text/javascript" src="/html/js/netrender-action.js"></script>
 <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
 <script type="text/javascript">  
   // we will add our javascript code here                                     
   var doc=$(document).ready(function(){var page=setupPage();});
 </script>                                                               
 </head>                                                                 
 <body>                                                                  
   <!-- we will add our HTML content here -->     
 </body>                                                                 
 </html>