Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I added a couple of links to the bottom right-hand frame, to get to reputer and xNN (because everyone has them too, right?).

Change sub ctrl to something like this:

sub ctrl { # display links and $NORM if(-e $normfile){ $norm = io('read',$normfile,$norm)} else {$norm = 'n +/a'} $norm = 'n/a' unless $norm =~ /\S/; my $extra = ''; if( $url_xnn or $url_reputer ) { $extra = '<li><nobr>'; $extra .= qq{<a href="$url_xnn" target="_blank">xNN</a>} if $url_x +nn; $extra .= '&nbsp;-&nbsp;' if $url_xnn and $url_reputer; $extra .= qq{<a href="$url_reputer" target="_blank">reputer</a>} i +f $url_reputer; $extra .= '</nobr></li>'; } my$prnt = qq~<html> $bodytag <table border="0" height="100%" width="100%" cellpadding="0" cellspaci +ng="0" align="center"> <tr><td><font size="-1">$extra

And right up the top with the rest of the definitions, you want to add something like:

my $url_xnn = '/cgi-bin/nn.cgi'; # url to xNN script my $url_reputer = '/cgi-bin/reputer.cgi'; # url to reputer script

and you're all set! You can leave one or the other blank and it will do The Right Thing.

--
g r i n d e r

In reply to Re: framechat by grinder
in thread framechat by epoptai

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found