Changeset 950150
- Timestamp:
- 07/17/2014 08:55:43 AM (12 years ago)
- Location:
- pondol-bbs/trunk
- Files:
-
- 16 added
- 5 edited
-
assets/css/gallery/pondol-bbs.css (modified) (1 diff)
-
pages/admin.taxonomy.edit.php (modified) (2 diffs)
-
pondolbbs.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
templates/default/preview (added)
-
templates/default/preview/list.png (added)
-
templates/default/preview/view.png (added)
-
templates/default/preview/write.png (added)
-
templates/gallery/archive-list.php (modified) (2 diffs)
-
templates/gallery/preview (added)
-
templates/gallery/preview/list.png (added)
-
templates/gallery/preview/view.png (added)
-
templates/gallery/preview/write.png (added)
-
templates/newtype/preview (added)
-
templates/newtype/preview/list.png (added)
-
templates/newtype/preview/view.png (added)
-
templates/newtype/preview/write.png (added)
-
templates/notice/preview (added)
-
templates/notice/preview/list.png (added)
-
templates/notice/preview/view.png (added)
-
templates/notice/preview/write.png (added)
Legend:
- Unmodified
- Added
- Removed
-
pondol-bbs/trunk/assets/css/gallery/pondol-bbs.css
r944228 r950150 1 #pondol-bbs-list {margin: 5px;padding: 5px;border: 1px solid #0000ff;height: auto;width: auto;float: left;text-align: center;}2 #pondol-bbs-list img {display: inline;margin: 5px;border: 1px solid #ffffff;}1 #pondol-bbs-list .pondol_gallery_item {margin: 5px;padding: 5px;border: 1px solid #CCCCCC;height: auto;width: auto;float: left;text-align: center;} 2 #pondol-bbs-list .pondol_gallery_item img {display: inline;margin: 5px;border: 1px solid #ffffff;} 3 3 #pondol-bbs-list a:hover img {border:1px solid #0000ff;} 4 4 #pondol-bbs-list div.desc {text-align: center;font-weight: normal;width: 120px;margin: 5px;} -
pondol-bbs/trunk/pages/admin.taxonomy.edit.php
r948524 r950150 5 5 $("#pondol_paypal_submit_form").submit(); 6 6 }); 7 8 $("#pondol_taxo_skin").change(function(){ 9 skin_selected(); 10 }); 11 12 var skin_selected = function(){ 13 var skin = $("#pondol_taxo_skin").val(); 14 var str = '<div class="pondol_bbs_admin_skin_preview_item"><img src="<?php echo PONDOL_BBS_URL;?>/templates/'+skin+'/preview/list.png"></div>'; 15 str = str + '<div class="pondol_bbs_admin_skin_preview_item"><img src="<?php echo PONDOL_BBS_URL;?>/templates/'+skin+'/preview/view.png"></div>'; 16 str = str + '<div class="pondol_bbs_admin_skin_preview_item"><img src="<?php echo PONDOL_BBS_URL;?>/templates/'+skin+'/preview/write.png"></div>'; 17 $("#pondol_bbs_skin_preview").html(str); 18 } 19 20 skin_selected(); 7 21 }); 8 22 </script> 9 23 <style> 24 .pondol_bbs_skin_div {margin: 5px;padding: 5px;height: auto;width: auto;float: left;} 25 .pondol_bbs_admin_skin_preview_item {margin: 5px;padding: 5px;height: auto;width: auto;float: left;} 26 </style> 10 27 <table class="form-table"> 11 28 <tbody> … … 22 39 <tr class="form-field"> 23 40 <th scope="row"> 24 <label for="pondol_taxo [skin]"><?php _e( 'BBS SKIN', 'pondol_bbs' );?></label>41 <label for="pondol_taxo_skin"><?php _e( 'BBS SKIN', 'pondol_bbs' );?></label> 25 42 </th> 26 43 <td> 27 <select name="pondol_taxo[skin]" id="pondol_taxo[skin]" class="postform"> 28 29 <?php 30 foreach($tmplList as $val){ 31 $selected = $val["name"] == $pondol_taxo["skin"] ? " selected":""; 32 echo '<option value="'.$val["name"].'"'.$selected.'>'.$val["name"].'</option>'; 33 } 34 ?> 35 </select> 44 45 <div id="pondol_bbs_skin_div"> 46 <div class="pondol_bbs_skin_div"> 47 <select name="pondol_taxo[skin]" id="pondol_taxo_skin" class="postform"> 48 <?php 49 foreach($tmplList as $val){ 50 $selected = $val["name"] == $pondol_taxo["skin"] ? " selected":""; 51 echo '<option value="'.$val["name"].'"'.$selected.'>'.$val["name"].'</option>'; 52 } 53 ?> 54 </select> 55 <span class="description"><a href="<?php echo HOMEPAGE;?>/board/list/root/plugins/" target="_blank"><?php _e( 'Share skin!!', 'pondol_bbs' )?></a></span> 56 </div> 57 <div class="pondol_bbs_skin_div" id="pondol_bbs_skin_preview"> 58 </div> 59 </div> 60 61 36 62 </td> 37 63 </tr> -
pondol-bbs/trunk/pondolbbs.php
r948524 r950150 5 5 Description: General BBS Program 6 6 Author: Pondol 7 Version: 1.1.7 7 Version: 1.1.7.1 8 8 Author URI: http://www.shop-wiz.com/wp/plugins/pondol_bbs 9 9 License: GPL2 … … 19 19 */ 20 20 21 define('PONDOL_URL', 'http://www.shop-wiz.com'); 21 define('HOMEPAGE', 'http://www.shop-wiz.com'); 22 define('PONDOL_URL', 'http://www.shop-wiz.com/wp'); 22 23 define('PONDOL_EMAIL', '[email protected]'); 23 define('PONDOL_BBS_VERSION', '1.1.7 ');24 define('PONDOL_BBS_VERSION', '1.1.7.1'); 24 25 define('PONDOL_BBS', 'bbs'); 25 26 define('PONDOL_BBS_TAXO', 'board'); -
pondol-bbs/trunk/readme.txt
r948524 r950150 38 38 39 39 == Changelog == 40 = 1.1.7.1 = 41 add skin preview 40 42 = 1.1.7 = 41 43 add option : comment enable. -
pondol-bbs/trunk/templates/gallery/archive-list.php
r948524 r950150 32 32 <input type="submit" value="<?php _e( 'Search', 'pondol_bbs' ); ?>" /> 33 33 </form> 34 </br></br> 34 35 <?php 35 36 if(is_array($rows)) foreach($rows as $key => $val){ … … 39 40 40 41 ?> 41 <div id="pondol-bbs-list"> 42 43 <div class="pondol_gallery_item"> 42 44 <a href="<?php echo $val->guid?>"> 43 45 <!--<img src="<?php echo $meta_values["pondol_bbs_file"][0];?>" alt="<?php echo $val->post_title;?>" width="110" height="90">-->
Note: See TracChangeset
for help on using the changeset viewer.