1 <form method=
"post" action=
"preferences.php" id=
"entry">
2 <table cellpadding=
"9" cellspacing=
"0">
4 <td><?php print_string('pagesize', 'blog');?>:
</td>
5 <td><input type=
"text" size=
"32" maxlength=
"128" name=
"pagesize" value=
"<?php echo get_user_preferences('blogpagesize',8);?>" />
9 <td colspan
="2" align
="center">
10 <input type
="hidden" name
="courseid" value
="<?php echo $courseid; ?>" />
11 <input type
="hidden" name
="sesskey" value
="<?php echo sesskey(); ?>" />
12 <input type
="submit" value
="<?php print_string("savechanges
"); ?>" />
13 <input type
="button" value
="<?php print_string('cancel'); ?>" onclick
="javascript:history.go(-1)" /></td
>