Start auto-refreshing other notes

Upcoming Show Notes/Scratch

form_tag(ADMIN_ROOT_URL . "update_notes", array(), function($f) use ($C) { ?>
label_tag("private_notes", "Private:", array("class" => "required")); ?> text_area_tag("private_notes", $C->user->private_notes, array("class" => "variable", "style" => "width: 75%; line-height: 1.3em; height: " . ((max(substr_count($C->user->private_notes, "\n"), 8) * 1.5) + 2) . "em; font-size: 9pt;")); ?>
label_tag("upcoming_notes", "Shared:", array("class" => "required")); ?> text_area_tag("upcoming_notes", $C->user->upcoming_notes, array("class" => "variable", "style" => "width: 75%; line-height: 1.3em; height: " . ((max(substr_count($C->user->upcoming_notes, "\n"), 8) * 1.5) + 2) . "em; font-size: 9pt;")); ?>
submit_tag("Save"); ?>
render(array("partial" => "notes")); ?>

Show Prompts

replaced_prompts)); ?>

Past Episodes (Create New)

Episode Download Statistics