equal
deleted
inserted
replaced
9 <!-- This script automatically loads the other 15 JS files --> |
9 <!-- This script automatically loads the other 15 JS files --> |
10 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script> |
10 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script> |
11 {ADDITIONAL_HEADERS} |
11 {ADDITIONAL_HEADERS} |
12 |
12 |
13 <script type="text/javascript"> |
13 <script type="text/javascript"> |
|
14 // <![CDATA[ |
14 |
15 |
15 function collapseSidebar(side) |
16 function collapseSidebar(side) |
16 { |
17 { |
17 elem = document.getElementById(side+'-sidebar'); |
18 elem = document.getElementById(side+'-sidebar'); |
18 if(!elem) return; |
19 if(!elem) return; |
112 elem2.parentNode.removeChild(elem2); // just destroy the thing |
113 elem2.parentNode.removeChild(elem2); // just destroy the thing |
113 //elem1.innerHTML = value; |
114 //elem1.innerHTML = value; |
114 elem1.style.display = 'block'; |
115 elem1.style.display = 'block'; |
115 document.onclick = null; |
116 document.onclick = null; |
116 } |
117 } |
|
118 // ]]> |
117 </script> |
119 </script> |
118 |
120 |
119 </head> |
121 </head> |
120 <body> |
122 <body> |
121 <table border="0" cellspacing="0" cellpadding="3" id="enano-master" width="100%"> |
123 <table border="0" cellspacing="0" cellpadding="3" id="enano-master" width="100%"> |
158 </div> |
160 </div> |
159 </td><td id="mdg-br"></td></tr> |
161 </td><td id="mdg-br"></td></tr> |
160 <tr><td id="mdg-ml"></td><td style="background-color: #FFFFFF;"> |
162 <tr><td id="mdg-ml"></td><td style="background-color: #FFFFFF;"> |
161 <div class="pad"><div class="contentDiv"> |
163 <div class="pad"><div class="contentDiv"> |
162 <div style="float: right;"> |
164 <div style="float: right;"> |
163 <image alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
165 <img alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
164 </div> |
166 </div> |
165 <h2 <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename --> id="h2PageName">{PAGE_NAME}</h2> |
167 <h2 <!-- BEGIN auth_rename --> ondblclick="ajaxRenameInline();" title="Double-click to rename this page" <!-- END auth_rename --> id="h2PageName">{PAGE_NAME}</h2> |
166 <div id="ajaxEditContainer"> |
168 <div id="ajaxEditContainer"> |