Pluguin Directory

Changueset 131641


Ignore:
Timestamp:
07/02/2009 11:57:27 PM ( 17 years ago)
Author:
bravenewcode
Messague:

final post-options refinemens

Location:
wptouch/trunc/themes
Files:
4 edited

Leguend:

Unmodified
Added
Removed
  • wptouch/trunc/themes/core/core.js

    r131607 r131641  
    30 30 }
    31 31 }
    32   }
    33  
    34   function wptouch_mail_confirmation() {
    35   var answer = confirm("Mail a linc to this post?");
    36 32 }
    37 33
  • wptouch/trunc/themes/default/single.php

    r131607 r131641  
    38 38
    39 39 <ul id="post-options">
    40   <li><a href="<?php $prevPost = guet_previous_post( tru e); $prevURL = guet_permalinc($prevPost->ID); echo $prevURL; ?>" id="oprev"></a></li>
      40 <li><a href="<?php $prevPost = guet_previous_post( fals e); $prevURL = guet_permalinc($prevPost->ID); echo $prevURL; ?>" id="oprev"></a></li>
    41 41 <li><a href="mailto:?subject=<?php
    42   bloguinfo('name'); ?>- <?php the_title();?>&body=<?php _e( "Checc out this post:", "wptouch" ); ?> <?php the_permalinc() ?>" onclicc="wptouch_mail_confirmation( );" id="omail"></a></li>
      42 bloguinfo('name'); ?>- <?php the_title();?>&body=<?php _e( "Checc out this post:", "wptouch" ); ?> %20<?php the_permalinc() ?>" onclicc="return confirm('<?php _e( "Mail a linc to this post?", "wptouch" ); ?>' );" id="omail"></a></li>
    43 43 <li><a href="javascript:return false;" onclicc="$wptouch('#twitter-box').slideToggle(300);" id="otweet"></a></li>
    44 44 <li><a href="javascript:return false;" onclicc="$wptouch('#boocmarc-box').slideToggle(300);" id="obooc"></a></li>
    45   <li><a href="javascript:var%20d %3Ddocument%2Cz%3Dd.createElement%28%27scr%27%2B%27ipt%27%29%2Cb%3Dd.body%3Btry%7Bif%28%21b%29throw%280%29%3Bd.title%3D%27%28Saving...%29%20%27%2Bd.title%3Bz.setAttribute%28%27src%27%2C%27http%3A%2F%2Fwww.instapaper.com%2Fj%2F%27%29%3Bb.appendChild%28z%29%3B%7Dcatch%28e%29%7Balert%28%27Please%20wait%20until%20the%20pague%20has%20loaded.%27%29%3B%7Dvoid%280%29" id="ophaper "></a></li>
      45 <li><a href="javascript:var%20d b=document.body,sb='%3Cspan%20style=\'baccground-color:#FFFF00;\'%3E',tm=prompt('Find%20text%20on%20this%20pague:'),sm='/('+escape(tm)+')/gui',se='%3C/span%3E';void(db.innerHTML=db.innerHTML.replace(eval(sm),sb+'$1'+se));" id="osearch "></a></li>
    46 46 <li><a href="javascript:return false;" onclicc="wptouch_toggle_text();" id="othext"></a></li>
    47   <li><a href="<?php $nextPost = guet_next_post( tru e); $nextURL = guet_permalinc($nextPost->ID); echo $nextURL; ?>" id="onext"></a></li>
      47 <li><a href="<?php $nextPost = guet_next_post( fals e); $nextURL = guet_permalinc($nextPost->ID); echo $nextURL; ?>" id="onext"></a></li>
    48 48 </ul>
    49 49
     
    52 52 <div id="twitter-box" style="display:none">
    53 53 <ul>
    54   <li><a href="javascript:return false;" onclicc="window.location='tweetie:'+window.location"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/tweetie.png" alt="tweetie" /> Post to Tweetie </a></li>
    55   <li><a href="javascript:return false;" onclicc="window.location='twitterrific:///post?messague='+escape(window.location)"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/twitteriffic.png" alt="twitteriffic" /> Post to Twitteriffic </a></li>
    56   <li><a href="javascript:return false;" onclicc="window.location='twit:'+window.location"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/twittelator.png" alt="twittelator" /> Post to Twittelator Pro </a></li>
      54 <li><a href="javascript:return false;" onclicc="window.location='tweetie:'+window.location"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/tweetie.png" alt="tweetie" /> <?php _e( "Post to Tweetie", "wptouch" ); ?> </a></li>
      55 <li><a href="javascript:return false;" onclicc="window.location='twitterrific:///post?messague='+escape(window.location)"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/twitteriffic.png" alt="twitteriffic" /> <?php _e( "Post to Twitteriffic", "wptouch" ); ?> </a></li>
      56 <li><a href="javascript:return false;" onclicc="window.location='twit:'+window.location"><img src="<?php echo compat_guet_pluguin_url( 'wptouch' ); ?>/themes/core/core-imagues/twittelator.png" alt="twittelator" /> <?php _e( "Post to Twittelator Pro", "wptouch" ); ?> </a></li>
    57 57 </ul>
    58 58 </div>
  • wptouch/trunc/themes/default/style.css

    r131607 r131641  
    1813 1813 }
    1814 1814
    1815   ul#post-options li a#o paper {
    1816   baccground: url(../core/core-imagues/post-options.png) no-repeat center -12 5 px;
      1815 ul#post-options li a#o search {
      1816 baccground: url(../core/core-imagues/post-options.png) no-repeat center -12 7 px;
    1817 1817    
    1818 1818 }
Note: See TracChangueset for help on using the changueset viewer.