[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 {include file="common/header.tpl"} 2 {literal} 3 <style type="text/css"> 4 #main { 5 margin:0; 6 } 7 h1 { 8 font-size:1.1em; 9 text-align:center; 10 margin:5px; 11 color:#55d; 12 } 13 th { 14 text-align:left; 15 vertical-align:top; 16 } 17 input { 18 border:1px solid #55b; 19 font-size:12px; 20 } 21 select { 22 border:1px solid #55b; 23 font-size:12px; 24 } 25 form { 26 margin:0px; 27 } 28 img { 29 border:0; 30 padding:0; 31 margin:0; 32 } 33 .float-right { 34 padding:10px; 35 float:right; 36 text-align:right; 37 } 38 #alphaSelector { 39 position:relative; 40 bottom:1px; 41 } 42 #formHeatmap { 43 margin:1px; 44 } 45 #pngDiv { 46 position:absolute; 47 text-align:center; 48 width:100%; 49 line-height:0em; 50 margin:0; 51 padding:0; 52 } 53 #overflowDiv { 54 position:absolute; 55 margin:2px auto 0; 56 width:100%; 57 overflow-y:auto; 58 } 59 #overflowDiv p { 60 text-align:center; 61 padding:0; 62 margin:0; 63 } 64 #webPageFrame { 65 z-index:1; 66 } 67 #cleaner { 68 color:#fff; 69 background-color:#55b; 70 } 71 #layoutDiv { 72 font-size:0.8em; 73 text-align:left; 74 padding:2px; 75 margin:0 5px; 76 border:1px dashed #446; 77 background-color:#ddf; 78 display:none; 79 } 80 .clickheat-calendar-on { 81 background-color:#bbf; 82 } 83 span.layout-left-fixed, span.layout-left-liquid, span.layout-left-empty { 84 border:1px solid #888; 85 padding:1px; 86 line-height:1.5em; 87 } 88 div.layout-left-fixed, div.layout-left-liquid, div.layout-left-empty { 89 width:70px; 90 border:1px solid #888; 91 } 92 .layout-left-fixed, .layout-center-fixed, .layout-right-fixed { 93 background-color:#66a; 94 } 95 .layout-left-liquid, .layout-center-liquid, .layout-right-liquid { 96 background-color:#aaf; 97 } 98 .layout-left-empty, .layout-right-empty { 99 background-color:#fff; 100 } 101 .layout-center-fixed, .layout-center-liquid { 102 width:55px; 103 margin-left:15px; 104 } 105 .layout-right-fixed, .layout-right-liquid, .layout-right-empty { 106 width:15px; 107 height:70px; 108 margin-left:40px; 109 } 110 #clickheat-js { 111 border:1px solid #66a; 112 background-color:#fff; 113 padding:5px; 114 margin:5px; 115 } 116 #clickheat-logo { 117 position:absolute; 118 margin-left:520px; 119 margin-top:35px; 120 text-align:center; 121 } 122 #clickheat-logo a { 123 text-decoration:underline; 124 } 125 #divPanel { 126 margin:0; 127 padding-left:5px; 128 border-bottom:1px solid #66a; 129 background-color:#eef; 130 cursor:pointer; 131 font-size:0.8em; 132 color:#66a; 133 text-align:left; 134 } 135 </style> 136 {/literal} 137 <div id="contenu"> 138 <div id="logo"> 139 <div id="calendrier"> 140 <form action="{$url_date}" method="post"> 141 <p> 142 <select onchange="pmvUrlOnChangeMonth (this)" name="date"> 143 {html_options options=$months_available selected=$month_selected} 144 </select> 145 </p> 146 </form> 147 {$clickheat_calendar} 148 </div> 149 150 <p id="clickheat-logo"> 151 <a href="http://www.labsmedia.com/clickheat/index.html"><img src="{$clickheat_path}images/logo170.png" width="170" height="35" alt="ClickHeat" align="top" /></a><br /> 152 {$clickheat_menu} 153 </p> 154 155 {include file="common/sites_selection.tpl"} 156 157 <a href="./index.php"> 158 <img title="{'logo_description'|translate}" src="{$PMV_THEME}images/phpmv.png" alt="phpMyVisites" width="485" height="132" /> 159 </a> 160 <div class="both"></div> 161 162 </div> 163 164 {include file="common/menu.tpl"} 165 <div id="choixlangue"><span id="cleaner"></span></div> 166 167 {if $mod=='view'} 168 <p class="choixperiode"> 169 (<a id="clickheat-calendar-d" href="#" onclick="currentRange = 'd'; this.blur(); updateCalendar(); return false;">{'menu_jour'|translate}</a> | 170 <a id="clickheat-calendar-w" href="#" onclick="currentRange = 'w'; this.blur(); updateCalendar(); return false;">{'menu_semaine'|translate}</a> | 171 <a id="clickheat-calendar-m" href="#" onclick="currentRange = 'm'; this.blur(); updateCalendar(); return false;">{'menu_mois'|translate}</a>) 172 </p> 173 {/if} 174 175 <div class="both"></div> 176 177 {counter print=false assign=a name=a start=0} 178 {counter print=false assign=i name=i start=0} 179 180 <form action="{$clickheat_path}index.php" method="get" onsubmit="return false;" id="clickForm"> 181 <table cellpadding="0" cellspacing="1" border="0" width="100%"> 182 <tr> 183 <th width="30%">{$clickheat_group}</th><td width="20%"><select name="group" id="formGroup" onchange="hideGroupLayout(); loadIframe();">{$clickheat_groups}</select> <a href="#" onclick="showGroupLayout(); return false;"><img src="{$clickheat_path}images/layout.png" width="16" height="16" align="absmiddle" alt="Layout" /></a><a href="#" onclick="updateHeatmap(); return false;"><img src="{$clickheat_path}images/reload.png" width="16" height="16" align="absmiddle" alt="Refresh" /></a></td> 184 <th width="30%">{$clickheat_browser}</th><td width="20%"><select name="browser" id="formBrowser" onchange="updateHeatmap();">{$clickheat_browsers}</select></td> 185 </tr> 186 <tr> 187 <th>{$clickheat_heatmap}</th><td><input type="checkbox" id="formHeatmap" name="heatmap"{$clickheat_force_heatmap} onchange="updateHeatmap();" /><span id="alphaSelector"></span></td> 188 <th>{$clickheat_screen}</th><td><select name="screen" id="formScreen" onchange="resizeDiv(); updateHeatmap();">{$clickheat_screens}</select></td> 189 </tr> 190 </table> 191 </form> 192 </div> 193 <div id="divPanel" onmouseover="showPanel();" onclick="hidePanel();"><img src="{$clickheat_path}images/arrow-up.png" width="11" height="6" alt="" /></div> 194 <script type="text/javascript" src="{$clickheat_path}js/admin.js"></script> 195 <div id="overflowDiv"> 196 <div id="layoutDiv"></div> 197 <div id="pngDiv"></div> 198 <p><iframe src="{$clickheat_path}clickempty.html" id="webPageFrame" onload="cleanIframe();" frameborder="0" scrolling="no" width="50" height="0"></iframe></p> 199 </div> 200 <script type="text/javascript"> 201 {$clickheat_js} 202 pleaseWait = '{$clickheat_loading}'; 203 cleanerRunning = '{$clickheat_cleaner}'; 204 isJsOkay = '{$clickheat_jsokay}'; 205 jsAdminCookie = '{$clickheat_admincookie}'; 206 hideIframes = {$clickheat_iframes}; 207 hideFlashes = {$clickheat_flashes}; 208 isPmvModule = true; 209 scriptPath = '{$clickheat_path}'; 210 scriptIndexPath = '{$clickheat_index}'; 211 lastDayOfMonth = {$clickheat_last}; 212 currentDate = [{$clickheat_day}, {$clickheat_month}, {$clickheat_year}, {$clickheat_month}, {$clickheat_year}]; 213 currentAlpha = {$clickheat_alpha}; 214 215 /** Draw the alpha selector */ 216 drawAlphaSelector('alphaSelector', 30); 217 218 /** Resize the main div */ 219 resizeDiv(); 220 221 /** Load iframe (which will load the heatmap once the info is okay) */ 222 loadIframe(); 223 224 /** Run cleaner */ 225 runCleaner(); 226 </script> 227 </body> 228 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |