- Timestamp:
- 03/30/08 16:45:55 (9 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
lib/action.php (modified) (1 diff)
-
lib/settings.php (modified) (5 diffs)
-
thickbox/thickbox.css (modified) (1 diff)
-
ui.tabs.css (modified) (1 diff)
-
wassup.css (modified) (3 diffs)
-
wassup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/action.php
r114 r122 79 79 $ch_os = $wpdb->get_results("SELECT count(os) as top_os, os FROM $table_name WHERE os!='' AND os NOT LIKE '%N/A%' AND spam=0 AND timestamp BETWEEN $from_date AND $to_date GROUP BY os ORDER BY top_os DESC LIMIT 10"); 80 80 ?> 81 <div >81 <div id="toptenchart"> 82 82 <table width="100%" border=0> 83 83 <tr valign="top"> -
trunk/lib/settings.php
r110 r122 43 43 <style type="text/css"> 44 44 h3 { margin-bottom:0px; padding-bottom:5px; color:#333; } 45 # fragment-1,#fragment-2,#fragment-3,#fragment-4 { background-color: #dee; }45 #wassup_opt_frag-1,#wassup_opt_frag-2,#wassup_opt_frag-3,#wassup_opt_frag-4 { background-color: #dee; } 46 46 #tab_container ul li { min-width:60px; display:inline; } 47 47 form p { margin-top:0px; padding-top:0px; padding-left:15px; } … … 54 54 <div id="tab_container"> 55 55 <ul style="clear:both;"> 56 <li><a href="# fragment-1"><span><?php _e("General Setup", "wassup") ?></span></a></li>57 <li<?php if ($_GET['tab'] == "2" || isset($_POST['submit-options2'])) { echo ' class="ui-tabs-selected"';} ?>><a href="# fragment-2"><span><?php _e("Statistics Recording", "wassup") ?></span></a></li>58 <li<?php if ($_GET['tab'] == "3" || isset($_POST['submit-options3'])) { echo ' class="ui-tabs-selected"';} ?>><a href="# fragment-3"><span><?php _e("Manage Files & Database", "wassup") ?></span></a></li>59 <li<?php if ($_GET['tab'] == "4" || isset($_POST['submit-options4'])) { echo ' class="ui-tabs-selected"';} ?>><a href="# fragment-4"><span><?php _e("Uninstall", "wassup") ?></span></a></li>56 <li><a href="#wassup_opt_frag-1"><span><?php _e("General Setup", "wassup") ?></span></a></li> 57 <li<?php if ($_GET['tab'] == "2" || isset($_POST['submit-options2'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-2"><span><?php _e("Statistics Recording", "wassup") ?></span></a></li> 58 <li<?php if ($_GET['tab'] == "3" || isset($_POST['submit-options3'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-3"><span><?php _e("Manage Files & Database", "wassup") ?></span></a></li> 59 <li<?php if ($_GET['tab'] == "4" || isset($_POST['submit-options4'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-4"><span><?php _e("Uninstall", "wassup") ?></span></a></li> 60 60 </ul> 61 61 62 62 <form action="" method="post"> 63 <div id=" fragment-1">63 <div id="wassup_opt_frag-1"> 64 64 <!-- //Added by Helene D. to use more browser width to display visitor detail... --> 65 65 <br /><h3><?php _e('Your default screen resolution (browser width)','wassup'); ?></h3> … … 98 98 </div> 99 99 100 <div id=" fragment-2">100 <div id="wassup_opt_frag-2"> 101 101 <br /><h3><?php _e('Statistics Recording Settings','wassup'); ?></h3> 102 102 <p> <input type="checkbox" name="wassup_active" value="1" <?php if($wassup_options->wassup_active == 1) print "CHECKED"; ?> /> <strong><?php _e('Enable/Disable Recording','wassup'); ?></strong></p> … … 125 125 </div> 126 126 127 <div id=" fragment-3"><br />127 <div id="wassup_opt_frag-3"><br /> 128 128 <h3><?php _e('Temporary files location folder','wassup'); ?></h3> 129 129 <?php … … 175 175 </div> 176 176 177 <div id=" fragment-4"><br />177 <div id="wassup_opt_frag-4"><br /> 178 178 <h3><?php _e('Want to uninstall WassUp?', 'wassup') ;?></h3> 179 179 <p><?php _e('No problem. Before you deactivate this plugin, check the box below to cleanup any data that was collected by WassUp that could be left behind.', 'wassup') ;?></p><br /> -
trunk/thickbox/thickbox.css
r54 r122 100 100 101 101 #TB_title{ 102 border-bottom: 3px #d54e21 solid; 102 103 background-color:#e8e8e8; 103 104 height:27px; -
trunk/ui.tabs.css
r64 r122 15 15 /* Skin */ 16 16 .ui-tabs-nav, .ui-tabs-panel { 17 font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; 18 font-size: 12px; 17 font-size: 10px; 19 18 } 20 19 .ui-tabs-nav { -
trunk/wassup.css
r121 r122 191 191 color: #667; /* #8e8e8e; */ 192 192 } 193 #toptenchart a { 194 color: #464646; 195 } 196 #toptenchart a:hover { 197 color: #d54e21; 198 } 193 199 ul.charts { 194 200 list-style-type: none; … … 198 204 li.charts { 199 205 list-style-type: none; 200 color: #667; /* #8e8e8e; */201 206 font-size: 11px; 202 207 border-top: 1px #ddd solid; … … 207 212 li.chartsT { 208 213 list-style-type: none; 209 color: # efefef;210 font-size: 11px; 211 border-bottom: 2px # D2DFE9solid;214 color: #2683ae; 215 font-size: 11px; 216 border-bottom: 2px #bfd0dd solid; 212 217 margin: 2px 0 0 0; 213 218 padding: 2px 4px 2px 4px; 214 background: #14568A; 215 font-weight: bold; 219 background: #cee1ef; 216 220 } 217 221 ul.agent { -
trunk/wassup.php
r121 r122 324 324 jQuery(document).ready(function($) { 325 325 $('#tab_container > ul').tabs({ 326 fx: { o bacity: 'toggle', duration: 'fast' } });326 fx: { opacity: 'toggle', duration: 'fast' } }); 327 327 }); 328 328 //]]>
