⚡ NEW: Changeset/ - Collection

Changeset 1306453


Ignore:
Timestamp:
12/11/2015 07:05:36 PM (10 years ago)
Author:
2glux
Message:

v0.9.4

Location:
sexy-polling/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sexy-polling/trunk/includes/admin/header.php

    r1306443 r1306453  
    11<div class="purchase_block">
    2     <div class="purchase_block_txt">Get Sexy Polling Pro and gain access to unlimited polls, unlimited answers, no powered by text, more features and professional support.</div>
     2    <div class="purchase_block_txt">Get Sexy Polling Pro and gain access to unlimited polls, unlimited answers, more features and professional support.</div>
    33    <a href="http://2glux.com/projects/sexypolling" id="wpsxp_buy_pro" target="_blank">Get Sexy Polling PRO</a>
    44    <div class="pro_wrapper">
    5         <a href="http://2glux.com"  target="_blank" title="2GLux" >
    6             <img src="<?php echo plugins_url( '../images/gspeech_txt.png' , __FILE__ );?>" class="pro_img" />
    7         </a>
    8     </div>
     5        <a href="http://2glux.com"  target="_blank" title="2GLux" >
     6            <img src="<?php echo plugins_url( '../images/gspeech_txt.png' , __FILE__ );?>" class="pro_img" />
     7        </a>
     8    </div>
    99</div>
    10 <?php 
     10<?php
    1111$page = isset($_GET['page']) ? $_GET['page'] : 'sexypolling';
    1212$act = isset($_GET['act']) ? $_GET['act'] : '';
     
    1414//get the active text
    1515switch ($page) {
    16     case 'sexypolling':
    17         $active_text = 'Overview';
    18         break;
    19     case 'sexypolls':
    20         $active_text = $act == '' ? 'Polls' : ($act == 'new' ? 'Polls : New' : 'Polls : Edit');
    21         break;
    22     case 'sexyanswers':
    23         $active_text = $act == '' ? 'Answers' : ($act == 'new' ? 'Answers : New' : 'Answers : Edit');
    24         break;
    25     case 'sexycategories':
    26         $active_text = $act == '' ? 'Categories' : ($act == 'new' ? 'Categories : New' : 'Categories : Edit');
    27         break;
    28     case 'sexypollingtemplates':
    29         $active_text = 'Templates';
    30         break;
    31     case 'sexystatistics':
    32         $active_text = 'Statistics';
    33         break;
     16    case 'sexypolling':
     17        $active_text = 'Overview';
     18        break;
     19    case 'sexypolls':
     20        $active_text = $act == '' ? 'Polls' : ($act == 'new' ? 'Polls : New' : 'Polls : Edit');
     21        break;
     22    case 'sexyanswers':
     23        $active_text = $act == '' ? 'Answers' : ($act == 'new' ? 'Answers : New' : 'Answers : Edit');
     24        break;
     25    case 'sexycategories':
     26        $active_text = $act == '' ? 'Categories' : ($act == 'new' ? 'Categories : New' : 'Categories : Edit');
     27        break;
     28    case 'sexypollingtemplates':
     29        $active_text = 'Templates';
     30        break;
     31    case 'sexystatistics':
     32        $active_text = 'Statistics';
     33        break;
    3434}
    3535?>
     
    3939    <div id="wpsxp-toolbar">
    4040        <ul id="wpsxp-toolbar-links">
    41             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-overview<?php echo $page == 'sexypolling' ? '_active' : '';?>" style="margin-left: 5px;"></div><a class="<?php echo $page == 'sexypolling' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypolling">Overview</a></li>
    42             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-polls<?php echo $page == 'sexypolls' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexypolls' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypolls">Polls</a></li>
    43             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-answers<?php echo $page == 'sexyanswers' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexyanswers' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexyanswers">Answers</a></li>
    44             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-categories<?php echo $page == 'sexycategories' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexycategories' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexycategories">Categories</a></li>
    45             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-templates<?php echo $page == 'sexypollingtemplates' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexypollingtemplates' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypollingtemplates">Templates</a></li>
    46             <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-statistics<?php echo $page == 'sexystatistics' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexystatistics' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexystatistics">Statistics</a></li>
     41            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-overview<?php echo $page == 'sexypolling' ? '_active' : '';?>" style="margin-left: 5px;"></div><a class="<?php echo $page == 'sexypolling' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypolling">Overview</a></li>
     42            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-polls<?php echo $page == 'sexypolls' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexypolls' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypolls">Polls</a></li>
     43            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-answers<?php echo $page == 'sexyanswers' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexyanswers' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexyanswers">Answers</a></li>
     44            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-categories<?php echo $page == 'sexycategories' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexycategories' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexycategories">Categories</a></li>
     45            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-templates<?php echo $page == 'sexypollingtemplates' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexypollingtemplates' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexypollingtemplates">Templates</a></li>
     46            <li><div class="wpsxp-toolbar-link-bg" id="wpsxp-toolbar-link-statistics<?php echo $page == 'sexystatistics' ? '_active' : '';?>"></div><a class="<?php echo $page == 'sexystatistics' ? 'wpsxp-toolbar-active' : '';?>" href="admin.php?page=sexystatistics">Statistics</a></li>
    4747        </ul>
    4848    </div>
  • sexy-polling/trunk/readme.txt

    r1306443 r1306453  
    44Tags:  admin, animation, effects, effect, aggregation, Aggregator, answer, article, blog, comments, community, content, controversy, cooperation, discussion, feed, feedback, management, marketing, media, network, News, opinion, politics, press, promotion, public, publishing, question, rate, rating, research, statistics, stats, syndication, view, vote, voting, booth, democracy, poll, polling, polls, survey, vote, shortcode, request, text, responsive, ajax, post, Posts, widget, shortcode, sidebar, html, css, css3, network, social, society, text, javascript, jquery, plugin, plugins, page, pages, content, simple, wordpress,  iPad, iphone, mobile, secure, seo, tablet
    55Requires at least: 3.6
    6 Tested up to: 3.8
    7 Stable tag: 0.9.3
     6Tested up to: 4.4
     7Stable tag: 0.9.4
    88
    99Sexy Polling - Find out what your audience thinks!
     
    1313[Sexy Polling](http://2glux.com/projects/sexypolling) - Find out what your audience thinks! You will be surprised by count of all the possible features!
    1414
    15 = See = 
    16 [Live Demo](http://2glux.com/projects/sexypolling/demo) 
    17 [Template Creator Demo](http://2glux.com/projects/sexypolling/demo-backend) 
    18 [Statistics Demo](http://2glux.com/projects/sexypolling/demo-statistics) 
    19 [Support Forum](http://2glux.com/forum/sexypolling) 
     15= See =
     16[Live Demo](http://2glux.com/projects/sexypolling/demo)
     17[Template Creator Demo](http://2glux.com/projects/sexypolling/demo-backend)
     18[Statistics Demo](http://2glux.com/projects/sexypolling/demo-statistics)
     19[Support Forum](http://2glux.com/forum/sexypolling)
    2020
    2121
     
    6767== Changelog ==
    6868
     69= 0.9.4 =
     70* Minor corrections, major changes coming soon
     71
    6972= V 0.9.3 - 18/12/2013 =
    7073* Corrected notices
     
    7881* Initial release
    7982
    80 == Screenshots == 
     83== Screenshots ==
    8184
    82851. Gray template
  • sexy-polling/trunk/sexypolling.php