Index: tag/manage.php
===================================================================
RCS file: /cvsroot/moodle/moodle/tag/manage.php,v
retrieving revision 1.2
diff -c -r1.2 manage.php
*** tag/manage.php 2 Aug 2007 02:48:04 -0000 1.2
--- tag/manage.php 12 Aug 2007 04:14:43 -0000
***************
*** 50,55 ****
--- 50,56 ----
print_tag_management_list();
+
echo '
';
print_footer();
Index: theme/standard/styles_layout.css
===================================================================
RCS file: /cvsroot/moodle/moodle/theme/standard/styles_layout.css,v
retrieving revision 1.487
diff -c -r1.487 styles_layout.css
*** theme/standard/styles_layout.css 8 Aug 2007 15:48:21 -0000 1.487
--- theme/standard/styles_layout.css 12 Aug 2007 04:14:45 -0000
***************
*** 1345,1350 ****
--- 1345,1363 ----
display: block;
}
+ .block_tag_youtube .youtube-thumb {
+ width:75px;
+ height:50px;
+ }
+ .block_tag_youtube .yt-video-entry{
+ font-size:10px;
+ line-height:11px;
+ }
+
+ .block_tag_flickr .flickr-photos {
+ padding:3px;
+ }
+
/***
*** Blogs
***/
***************
*** 2793,2803 ****
}
div.user-box {
! margin-left:10px;
! margin-right:10px;
! margin-top:5px;
! margin-bottom:5px;
! width:110px;
height:160px;
text-align:center;
display:block;
--- 2806,2816 ----
}
div.user-box {
! margin-left:8px;
! margin-right:8px;
! margin-top:8px;
! margin-bottom:8px;
! width:115px;
height:160px;
text-align:center;
display:block;
Index: blocks/tag_flickr/config_instance.html
===================================================================
RCS file: blocks/tag_flickr/config_instance.html
diff -N blocks/tag_flickr/config_instance.html
*** /dev/null 1 Jan 1970 00:00:00 -0000
--- blocks/tag_flickr/config_instance.html 1 Jan 1970 00:00:00 -0000
***************
*** 0 ****
--- 1,58 ----
+
: | ++ | |
: | ++ + | +|
: | ++ config) && isset($this->config->includerelatedtags)) { + $selected = $this->config->includerelatedtags; + } else { + $selected = '0'; + } + $options = array ( '0' => get_string('no'), + '1' => get_string('yes') ); + + choose_from_menu ($options, 'includerelatedtags', $selected); + ?> + | +|
: | ++ config) && isset($this->config->sortby)) { + $selected = $this->config->sortby; + } else { + $selected = 'relevance'; + } + $options = array ( 'date-posted-asc' => get_string('date-posted-asc', 'block_tag_flickr'), + 'date-posted-desc' => get_string('date-posted-desc', 'block_tag_flickr'), + 'date-taken-asc' => get_string('date-taken-asc', 'block_tag_flickr'), + 'date-taken-desc' => get_string('date-taken-desc', 'block_tag_flickr'), + 'interestingness-asc' => get_string('interestingness-asc', 'block_tag_flickr'), + 'interestingness-desc' => get_string('interestingness-desc', 'block_tag_flickr'), + 'relevance' => get_string('relevance', 'block_tag_flickr'), + ); + + choose_from_menu ($options, 'sortby', $selected); + ?> + | +|
: | ++ | |
+ | +
';
+ $text .= '';
+ $text .= ' | ";
+ $text .= '';
+ $text .= ''.$video->title. '';
+ $text .= ' '; + $text .= format_time($video->length_seconds); + $text .= ' '; + $text .= 'views: ' . $video->view_count ; + $text .= ' | ';
+ $text .= '
: | ++ | |
: | ++ + | +|
: | ++ config) && isset($this->config->category)) { + $selected = $this->config->category; + } else { + $selected = 0; + } + /* http://youtube.com/dev_api_ref?m=youtube.videos.list_by_category_and_tag */ + $options = array ( 0 => get_string('anycategory', 'block_tag_youtube'), + 1 => get_string('filmsanimation', 'block_tag_youtube'), + 2 => get_string('autosvehicles', 'block_tag_youtube'), + 23 => get_string('comedy', 'block_tag_youtube'), + 24 => get_string('entertainment', 'block_tag_youtube'), + 10 => get_string('music', 'block_tag_youtube'), + 25 => get_string('newspolitics', 'block_tag_youtube'), + 22 => get_string('peopleblogs', 'block_tag_youtube'), + 15 => get_string('petsanimals', 'block_tag_youtube'), + 26 => get_string('howtodiy', 'block_tag_youtube'), + 17 => get_string('sports', 'block_tag_youtube'), + 19 => get_string('travel', 'block_tag_youtube'), + 20 => get_string('gadgetsgames', 'block_tag_youtube'), + ); + + choose_from_menu ($options, 'category', $selected); + ?> + | +|
+ + | ++ | |
+ | +