Edit Style body<= {'user'}; my $u = LJ::get_authas_user($authas); return LJ::bad_input("You could not be authenticated as the specified user.") unless $u; # authenticated my $ret; # user switcher $ret .= "
\n\n"; my $getextra = $u->{'user'} ne $remote->{'user'} ? "?authas=$authas" : ""; $ret .= "\n"; $ret .= "create a style, you can edit it here. "; $ret .= "To read more about the style system, go here. p?>\n\n"; $ret .= "\n"; $ret .= "\n"; return $ret; } _code?> <=body page?> link: htdocs/styles/create.bml, htdocs/developer/styles.bml post: htdocs/styles/edit_do.bml _c?>