|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
2 <html> |
|
3 <head> |
|
4 <title>{PAGE_NAME} • {SITE_NAME}</title> |
|
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
6 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" /> |
|
7 <link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" /> |
|
8 {JS_DYNAMIC_VARS} |
|
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> |
|
11 {ADDITIONAL_HEADERS} |
|
12 </head> |
|
13 <body> |
|
14 |
|
15 <div id="root1" class="jswindow"> |
|
16 <div id="tb1" class="titlebar">Confirm Logout</div> |
|
17 <div class="content" id="cn1"> |
|
18 <form action="{CONTENTPATH}Special:Logout" method="get"> |
|
19 <div style="text-align: center"> |
|
20 <h3>Are you sure you want to log out?</h3> |
|
21 <input type="submit" value="Log out" style="font-weight: bold;" /> <input type="button" onclick="jws.closeWin('root1');" value="Cancel" /> |
|
22 </div> |
|
23 </form> |
|
24 </div> |
|
25 </div> |
|
26 <div id="root2" class="jswindow"> |
|
27 <div id="tb2" class="titlebar">Change style</div> |
|
28 <div class="content" id="cn2"> |
|
29 If you can see this text, it means that your browser does not support Cascading Style Sheets (CSS). CSS is a fundemental aspect of XHTML, and as a result it is becoming very widely adopted by websites, including this one. You should consider switching to a more modern web browser, such as Mozilla Firefox or Opera 9. |
|
30 </div> |
|
31 </div> |
|
32 |
|
33 <div id="rap"> |
|
34 <div id="header"> |
|
35 <ul id="topnav"> |
|
36 <li> </li> |
|
37 </ul> |
|
38 <h1><a href="{CONTENTPATH}" title="{SITE_NAME}">{SITE_NAME}</a></h1> |
|
39 <div id="desc">{PAGE_NAME}</div> |
|
40 </div> |
|
41 <div class="menu_nojs" id="pagebar_main"> |
|
42 <div class="label">Page tools</div> |
|
43 {TOOLBAR} |
|
44 <ul> |
|
45 {TOOLBAR_EXTRAS} |
|
46 </ul> |
|
47 <span class="menuclear"> </span> |
|
48 </div> |
|
49 <div id="main"> |
|
50 <div id="content"> |
|
51 <div class="post"> |
|
52 <div class="post-info"> |
|
53 <div style="float: right;"> |
|
54 <image alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" /> |
|
55 </div> |
|
56 <h2 class="post-title">{PAGE_NAME}</h2> |
|
57 </div> |
|
58 <div class="post-content"> |
|
59 |
|
60 <div id="ajaxEditContainer"> |
|
61 <!-- START CONTENT --> |