view release on metacpan or search on metacpan
dtds/dialog.dtd view on Meta::CPAN
dlg:font-charset (ansi|mac|ibmpc_437|ibmpc_850|ibmpc_860|ibmpc_861|ibmpc_863|ibmpc_865|system|symbol) #IMPLIED
dlg:font-pitch (fixed|variable) #IMPLIED
dlg:font-charwidth %numeric; #IMPLIED
dlg:font-weight %numeric; #IMPLIED
dlg:font-slant (oblique|italic|reverse_oblique|reverse_italic) #IMPLIED
dlg:font-underline (single|double|dotted|dash|longdash|dashdot|dashdotdot|smallwave|wave|doublewave|bold|bolddotted|bolddash|boldlongdash|bolddashdot|bolddashdotdot|boldwave) #IMPLIED
dlg:font-strikeout (single|double|bold|slash|x) #IMPLIED
dlg:font-orientation CDATA #IMPLIED
dlg:font-kerning %boolean; #IMPLIED
dlg:font-wordlinemode %boolean; #IMPLIED
dlg:font-type (raster|device|scalable) #IMPLIED
>
view all matches for this distribution
view release on metacpan or search on metacpan
$text = reverse $text;
$text =~ s/>il\/</>lu\/<>il\/</;
$text = reverse $text;
} # end it
# bold?
$text =~ s/\*([^*]+)\*/<b>$1<\/b>/g;
# blank lines -> <p>
$text =~ s/^\s*$/\n<p>\n/mg;
The date can be in any format that Date::Manip likes. In vim I do :r!date
to add the date line.
Apache::Blog does some simple manipulation on the text. It will turn
lines which start with a * into bullet lists, and blank lines are turned
into <p> tags. You can also *bold* text. It doesn't highlight links or
anything. A more sophisticated text->html converter may be included in
the future.
The module can also allow comments on entries, for this to work properly
the webserver must have write access to the directory containing your
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/style.css view on Meta::CPAN
body { color: #111111; font-size: 10pt; font-family: Verdana, Helvetica, Arial; }
H1 { color: black; font-size: 16pt; font-weight: bold; font-family: Helvetica, Arial; }
H2 { color: black; font-size: 14pt; font-weight: bold; font-family: Helvetica, Arial; }
H3 { color: black; font-size: 12pt; font-family: Helvetica, Arial; }
PRE { color: black; font-size: 12pt; font-family: courier; }
TD { color: black; font-size: 10pt; font-family: Verdana, Helvetica, Arial; }
TH { color: white; font-size: 10pt; font-weight: bold; font-family: Verdana, Helvetica, Arial; }
TH A:visited { color: white; };
TH A:link { color: white; };
.menu { color: black; font-size: 10pt; font-family: Verdana, Helvetica, Arial; }
.submenu { color: black; font-size: 10pt; font-family: Verdana, Helvetica, Arial; }
.content { color: black; font-family: Verdana, Arial, Helvetica; }
view all matches for this distribution
view release on metacpan or search on metacpan
- show cookies not enabled warning message
- alert user when trying to copy, or cut 0 selected files.
- got rid of stringify & destringify functions as well as
MIME::Base64 and Storable libs since they aren't used anymore.
- added confirm dialog to 'go live!' button.
- bold faced path location to make it more noticable.
0.05 Tues Jun 25 08:00:00 2002 Philip Collins
- fixed javascript checkbox array bug occuring when only 0 or 1 files
were in a single directory.
- copy/cut buffer now is erased after pasting files.
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
apache_mp3/default.tmpl view on Meta::CPAN
</TMPL_IF>
</td>
<td colspan=4>
<table cellpadding=4 border=0 cellspacing=0 width=100%>
<tr><td>
<font style="font-family:arial; color:white;font-size:12pt; font-weight:bold;">
Your Playlist Contains <TMPL_VAR NAME=CONTAINS_PLAYLIST> Song(s)
</font>
</td>
<td align=right>
<TMPL_IF NAME=ALLOW_STREAM>
<input type="button" value=" Play Playlist " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand; font-weight: bold;" onclick="location = '<TMPL_VAR NAME=PLAY_ALL_PLAYLIST_URL>';">
</TMPL_IF>
<input type="button" value=" Clear Playlist " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="location = '<TMPL_VAR NAME=CLEAR_ALL_PLAYLIST_URL>';">
</td>
</tr>
apache_mp3/default.tmpl view on Meta::CPAN
<td> </td>
<td colspan=4>
<table cellpadding=4 border=0 cellspacing=0>
<tr><td>
<TMPL_IF NAME=ALLOW_STREAM>
<input type="button" value=" Play Playlist " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand; font-weight: bold;" onclick="location = '<TMPL_VAR NAME=PLAY_ALL_PLAYLIST_URL>';">
<input tye="button" value=" Play Checked " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=PLAY_SELECTED_SCRIPT>">
</TMPL_IF>
<input type="button" value=" Clear Playlist " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="location = '<TMPL_VAR NAME=CLEAR_ALL_PLAYLIST_URL>';">
<input type="button" value=" Clear Checked " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=CLEAR_SELECTED_PLAYLIST_SCRIPT>">
</td></tr>
apache_mp3/default.tmpl view on Meta::CPAN
<table cellpadding=4 border=0 cellspacing=0>
<tr><td>
<TMPL_IF NAME=CONTAINS_MP3S>
<TMPL_IF NAME=ALLOW_STREAM>
<input type="button" value=" Play All " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand; font-weight: bold;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
<input type="button" value="Play Checked" STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
</TMPL_IF>
<input type="button" value=" Save All " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=ADD_TO_PLAYLIST_ALL_SCRIPT>">
<input type="button" value="Save Checked" STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
</TMPL_IF>
apache_mp3/default.tmpl view on Meta::CPAN
<table cellpadding=4 border=0 cellspacing=0>
<tr><td>
<TMPL_IF NAME=CONTAINS_MP3S>
<TMPL_IF NAME=ALLOW_STREAM>
<input type="button" value=" Play All " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand; font-weight: bold;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
<input type="button" value="Play Checked" STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
</TMPL_IF>
<input type="button" value=" Save All " STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=ADD_TO_PLAYLIST_ALL_SCRIPT>">
<input type="button" value="Save Checked" STYLE="background:#cccc99; color:663300; font-size:8pt; cursor:hand;" onclick="<TMPL_VAR NAME=PLAY_ALL_SCRIPT>">
</TMPL_IF>
view all matches for this distribution
view release on metacpan or search on metacpan
my $indent = 3.0;
my @components = split '/',$uri;
unshift @components,'' unless @components;
my ($path,$links) = ('',br());
my $current_style = "line-height: 1.2; font-weight: bold; color: red;";
my $parent_style = "line-height: 1.2; font-weight: bold;";
for (my $c=0; $c < @components-1; $c++) {
$path .= escape($components[$c]) ."/";
my $idt = $c * $indent;
my $l = a({-href=>$path},$components[$c] || ($home.br({-clear=>'all'})));
view all matches for this distribution
view release on metacpan or search on metacpan
MiniWiki.pm view on Meta::CPAN
# these settings.
sub prettify {
my ($text) = @_;
return text2html( $text,
urls => 1, email => 0, bold => 1,
underline =>1, paras => 1, bullets => 1, numbers=> 1,
headings => 1, blockcode => 1, tables => 1,
title => 1, code => 1
);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/ShowRequest.pm view on Meta::CPAN
print " $name ", '.' x (28 - length($name)), @_;
}
sub constant_name {
my $status = shift;
my $bold = ($status != OK) && ($status != DECLINED);
print "<b>" if $bold;
print Apache::Constants->name($status);
print "</b>" if $bold;
}
1;
__END__
view all matches for this distribution
view release on metacpan or search on metacpan
NavBarDD.pm view on Meta::CPAN
<style>
td.master-active {
height: 2ex;
font-family: helvetica,arial;
font-weight: bold;
font-size: 10pt;
color: #003366;
background-color: #FFFFCC;
text-align: center
}
NavBarDD.pm view on Meta::CPAN
<style>
td.master-active {
height: 2ex;
font-family: helvetica,arial;
font-weight: bold;
font-size: 10pt;
color: #003366;
background-color: #FFFFCC;
text-align: center
}
view all matches for this distribution
view release on metacpan or search on metacpan
docsrc/features.xml view on Meta::CPAN
PageKit Template by using
<CONTENT_VAR> and <CONTENT_LOOP> tags, which contain
XPath queries to the Content XML data.
</para>
<para>
The Content XML file defaults to <filename>Content/<replaceable>page_id</replaceable>.xml</filename> or can be specified using XPath's <emphasis role="bold">document()</emphasis> function.
</para>
</sect2>
</sect1>
<sect1>
<title>Language Localization</title>
docsrc/features.xml view on Meta::CPAN
PerlSetVar ErrorReportHandler display
</programlisting>
</informalexample>
</para>
<para>
If <literal>ErrorReportHandler</literal> is set to <emphasis role="bold">display</emphasis>, errors will be displayed on the screen for easy debugging. This should be
used in a development environment only.
</para>
<para>
If <literal>ErrorReportHandler</literal> is set to <emphasis role="bold">email</emphasis>, errors will be e-mailed to the site adminstrator as specified in the Apache
<literal>ServerAdmin</literal> configuration directive. This should be used on a production site.
</para>
</sect1>
</chapter>
view all matches for this distribution
view release on metacpan or search on metacpan
PrettyPerl.pm view on Meta::CPAN
a
{
color: $temp;
background-color: transparent;
text-decoration: none;
font-weight: bold;
}
a:hover
{
text-decoration: underline;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
text-align: left;
text-align: center;
white-space: nowrap;
padding: 4px 4px 4px 4px;
background-color:#bbb;
font-weight: bold;
text-transform: capitalize;
color: #000;
}
td.header {
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
text-align: left;
text-align: center;
white-space: nowrap;
padding: 4px 4px 4px 4px;
background-color:#eee;
font-weight: bold;
text-transform: capitalize;
color: #000;
}
div.autotrim {
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
width: 1px;
white-space: nowrap;
}
th {
border: 1px solid #444;
font-weight: bold;
text-transform: capitalize;
text-align: left;
background-color: #ddd;
border: 1px solid #aaa;
}
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
}
#menu_actions li {
border: 1px solid #777;
background-color:#999;
list-style: none;
font-weight: bold;
text-align: center;
font-size: 24px;
padding-top: 12px;
padding-bottom: 12px;
}
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
text-decoration: none;
}
#action_title {
border: 1px solid #aaa;
background-color:#eee;
font-weight: bold;
text-align: center;
font-size: 24px;
margin-bottom: 10px;
}
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
border: 1px solid #aaa;
background-color:#eee;
color: #000;
font-weight: bold;
text-align: center;
font-size: 24px;
margin-right: 5px;
text-decoration: none;
margin-left: 5px;
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
border: 1px solid #aaa;
background-color:#eee;
list-style: none;
font-weight: bold;
text-align: center;
font-size: 24px;
margin-bottom: 10px;
padding-top: 8px;
padding-bottom: 8px;
lib/Apache/SdnFw/css/iphone/style.css view on Meta::CPAN
}
.noaccess {
background: yellow;
color: black;
font-weight: bold;
padding: 5px;
}
.notify a, .alert a { color: white; }
view all matches for this distribution
view release on metacpan or search on metacpan
demo/ht/header.comp view on Meta::CPAN
#dochead {
text-width: 70%;
vertical-align: center;
font-family: Ariel, Helvetica;
font-size: 18pt;
font-weight: bold;
}
#logo {
text-align: right;
vertical-align: top;
}
demo/ht/header.comp view on Meta::CPAN
vertical-align: top;
background-color: #4c0505;
color: #f0f0f0;
font-family: Ariel, Helvetica;
font-size: 14pt;
font-weight: bold;
}
#menu-item {
background-color: #e8e8ab;
color: #000000;
font-family: Ariel, Helvetica;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Pod/Markdown.pm view on Meta::CPAN
sub interior_sequence {
my ($seq_command, $seq_argument, $pod_seq) = @_[1..3];
my %interiors = (
'I' => sub { return '_' . $_[1] . '_' }, # italic
'B' => sub { return '__' . $_[1] . '__' }, # bold
'C' => sub { return '`' . $_[1] . '`' }, # monospace
'F' => sub { return '`' . $_[1] . '`' }, # system path
'S' => sub { return '`' . $_[1] . '`' }, # code
'E' => sub {
my $charname = $_[1];
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/Syntax/Highlight/Perl.pm view on Meta::CPAN
Default is C<{color:#880000;}>
=item Keyword
Default is C<{color:#000000; font-weight:bold;}>
=item Builtin_Function
Default is C<{color:#000000; font-weight:bold;}>
=item Builtin_Operator
Default is C<{color:#000000; font-weight:bold;}>
=item Operator
Default is C<{color:#000000;}>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/TestTrace.pm view on Meta::CPAN
my %colors = ();
if (HAS_COLOR) {
%colors = (
emerg => 'bold white on_blue',
alert => 'bold blue on_yellow',
crit => 'reverse',
error => 'bold red',
warning => 'yellow',
notice => 'green',
info => 'cyan',
debug => 'magenta',
reset => 'reset',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/UploadMeter/Resources/XML.pm view on Meta::CPAN
<title>Downloading <xsl:value-of select="@FILE"/>
</title>
</head>
<body style="background-color: #D0D9DF; text-align: center; margin: 0px 0px 0px 0px;">
<span style="text-align: center; font-face: Arial; font-size: 12pt;">
<span style="text-align: center; font-size: 14pt; font-weight: bold;">Apache Upload Meter</span>
<table width="100%" border="0" cellspacing="5" cellpadding="0">
<tbody>
<tr>
<td width="30%" align="right">Filename:</td>
<td width="70%" align="left">
lib/Apache/UploadMeter/Resources/XML.pm view on Meta::CPAN
</td>
</tr>
</tbody>
</table>
</div>
<span style="font-face: Arial; font-size: 14pt; font-weight: bold;">
<xsl:value-of select="$percent"/>%</span>
<br/>
<xsl:if test="@FINISHED =1">
<input type="button" name="close" value="Close" onClick="javascript:window.close()"/>
</xsl:if>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/VMonitor.pm view on Meta::CPAN
and percents.
This section has a capability of visual alert which is being triggered
when either some filesystem becomes more than 90% full or there are
less than 10% of free file inodes left. When this event happens the
filesystem related report row will be displayed in the bold font and
in the red color.
If you don't want the df(1) section to be displayed set:
$Apache::VMonitor::Config{fs_usage} = 0;
view all matches for this distribution
view release on metacpan or search on metacpan
VimColor.pm view on Meta::CPAN
span.Statement { color: yellow; background-color: transparent; }
span.PreProc { color: fuchsia; background-color: transparent; }
span.Type { color: lime; background-color: transparent; }
span.Special { color: fuchsia; background-color: transparent; }
span.Underlined { color: fuchsia; background-color: transparent; text-decoration: underline; }
span.Error { background-color: red; color: white; font-weight: bold; }
span.Todo { background-color: yellow; color: black; }
-->
</style>
HEADER
$req->print (<<HEADER);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/Voodoo/View/HTML/db_error.tmpl view on Meta::CPAN
border: 1px solid black;
color: #000000;
}
div.voodooDbError td.label {
font-weight: bold;
}
div.voodooDbError td.nowrap {
white-space: pre;
}
view all matches for this distribution
view release on metacpan or search on metacpan
docs/wombat.css view on Meta::CPAN
border-width: 2pt;
border-color: #bebebe; }
h1 { color: #336600;
font-size: 18pt;
font-weight: bold;
font-family: Verdana,Geneva,Arial,Helvetica; }
h2 { color: #333333;
font-size: 14pt;
font-weight: bold;
font-family: Verdana,Geneva,Arial,Helvetica; }
h3 { color: #333333;
font-size: 12pt;
font-weight: bold;
font-family: Verdana,Geneva,Arial,Helvetica; }
a:link { color: #336600; text-decoration: none }
a:visited { color: #336600; text-decoration: none }
view all matches for this distribution
view release on metacpan or search on metacpan
xsl/apache-xbel.xsl view on Meta::CPAN
padding-right:10px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
font-family:sans-serif;
font-weight:bold;
font-size:14pt;
}
.navbar .navbar-item {
padding-right:25px;
xsl/apache-xbel.xsl view on Meta::CPAN
.root {
background:#ffffff;
/* width : 60%; */
font-size:14pt;
font-weight:bold;
font-family:sans-serif;
color:maroon;
padding-left:10px;
padding-top:10px;
padding-bottom:25px;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/ASP/ErrorHandler.pm view on Meta::CPAN
HTML,BODY,P,PRE,DIV {
font-size: 12px;
}
H1 {
font-size: 50px;
font-weight: bold;
}
PRE {
padding-right: 10px;
line-height: 16px;
}
lib/Apache2/ASP/ErrorHandler.pm view on Meta::CPAN
.label {
text-align: right;
padding-right: 5px;
float: left;
width: 80px;
font-weight: bold;
}
.info {
float: left;
color: #CC0000;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/AMFDeviceMonitor.pm view on Meta::CPAN
}
}
}
my $page_html="<title>Apache Mobile Filter - Device Monitor System V$VERSION</title>";
$page_html=$page_html.'<style type="text/css">body {font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;background: #E6EAE9}a {color: #c75f3e}caption {padding: 0 0 5px 0;width: 700px; font: italic 11px "...
$page_html=$page_html."<b>Apache Mobile Filter</b><br>Device Monitor System V$VERSION<HR><a href=\"?\">home</a> | <a href=\"?form=1\">detected devices</a> | <a href=\"?form=2\">devices not found</a><hr>";
my $dummy="null";
my $count=0;
my $page_number=30;
my $min=$ArrayQuery{page};
view all matches for this distribution
view release on metacpan or search on metacpan
examples/demo-gate/gate.php view on Meta::CPAN
</button>
</div>
<div class="gate-provider">
<button onclick="document.location = '<?= $basic_auth_url ?>'; return false">
<span style="font-size: 26px; font-weight: bold;">Basic</span>
</button>
</div>
<!--
<div class="gate-provider">
<button onclick="document.location = '<?= $ldap_auth_url ?>'; return false">
<span style="font-size: 26px; font-weight: bold;">LDAP</span>
</button>
</div>
-->
<?= $other_provider_html ?>
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
Auth/Auth.pm view on Meta::CPAN
my $max_pin_len = $req->param('max_pin_len');
my $uri = $req->param('a');
my $message;
my $extra_info = qq{
<span style="font-weight: bold;">User Authenticated</span>
<label for="pin1">PIN :</label>
<input type="password" name="pin1" id="pin1"/>
<input type="hidden" name="type" value="pin"/>
<input type="hidden" name="a" value="$uri"/>
<input type="hidden" name="alphanumeric" value="$alphanumeric"/>
Auth/Auth.pm view on Meta::CPAN
<input type="password" name="pin2" id="pin2"/>
};
if ( $pin1 != $pin2 ) {
$message = qq{
<span style="font-weight: bold;">New Pin Required</span>
<p>
Pins do not match!!
</p>
<p>
Please enter a $min_pin_len to $max_pin_len digit pin.
Auth/Auth.pm view on Meta::CPAN
}
if ($alphanumeric) {
if ( $pin1 =~ /[^0-9a-zA-Z]/ ) {
$message = qq{
<span style="font-weight: bold;">New Pin Required</span>
<p>
Pin must be alphanumeric!!
</p>
<p>
Please enter a $min_pin_len to $max_pin_len digit pin.
Auth/Auth.pm view on Meta::CPAN
}
}
else {
if ( $pin1 =~ /[^0-9]/ ) {
$message = qq{
<span style="font-weight: bold;">New Pin Required</span>
<p>
Pin must be numeric!!
</p>
<p>
Please enter a $min_pin_len to $max_pin_len digit pin.
Auth/Auth.pm view on Meta::CPAN
my $pin_length = length($pin1);
if ( $pin_length < $min_pin_len || $pin_length > $max_pin_len ) {
$message = qq{
<span style="font-weight: bold;">New Pin Required</span>
<p>
Pin must be the correct length!!
</p>
<p>
Please enter a $min_pin_len to $max_pin_len digit pin.
Auth/Auth.pm view on Meta::CPAN
$uri = $crypt->decrypt_hex($uri);
# success
$message = qq{
<span style="font-weight: bold;">User Authenticated</span>
<script language="javascript">
window.location="$uri";
</script>
<!-- <p>
If you do not have Java Script enabled<br/>
Auth/Auth.pm view on Meta::CPAN
$extra_input = '';
}
elsif ( $result == 1 ) {
# failure
$message = qq{
<span style="font-weight: bold;">User Authenticated Failed</span>
<p>
Plase enter your username and passcode<br/>
Your passcode is your 4 - 8 digit pin plus<br/>
6 digit SecurID code. If you do not have<br/>
a PIN yet just enter the 6 digit SecurID code.
Auth/Auth.pm view on Meta::CPAN
};
}
elsif ( $result == 100 ) {
# failure
$message = qq{
<span style="font-weight: bold;">User Authenticated Failed</span>
<p>
The ACE server is either down or behaving<br/>
incorrectly. Please conact your system<br/>
administrator.
</p>
};
}
elsif ( $result == 2 ) {
# next token code
$message = qq{
<span style="font-weight: bold;">Next Token Required</span>
<p>
Plase wait for you token to change and enter<br/>
the 6 digit SecurID token code.
</p>
};
Auth/Auth.pm view on Meta::CPAN
}
elsif ( $result == 5 ) {
# New PIN required.
if ( $$info{user_selectable} >= 1 ) {
$message = qq|
<span style="font-weight: bold;">New Pin Required</span>
<p>
Please enter a $$info{min_pin_len} to $$info{max_pin_len} digit pin.
</p>
|;
$extra_input = qq|
Auth/Auth.pm view on Meta::CPAN
|;
}
else {
$message = qq|
<span style="font-weight: bold;">You have been assigned a new PIN.</span>
<p>
Your PIN is: <$$info{system_pin}</span><p>
Please remember your PIN. Do not share it<br/>
with anyone else.
</p>
Auth/Auth.pm view on Meta::CPAN
|;
}
}
elsif ( $result == 6 ) {
$message = qq{
<span style="font-weight: bold;">PIN Accepted</span>
<p>
Please remember you PIN. Do not share it<br/>
with anyone else.
</p>
<p>
Auth/Auth.pm view on Meta::CPAN
</p>
};
}
elsif ( $result == 7 ) {
$message = qq{
<span style="font-weight: bold;">PIN Rejected</span>
<p>
If you're having difficulties, please contact<br/>
the system administrator.<br/><br/>
Please enter your username and passcode<br/>
Your passcode is your 4 - 8 digit pin plus<br/>
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/EmbedFLV/Template.pm view on Meta::CPAN
}
h1 {
font-size: 3em;
font-weight: bold;
line-height: 1em;
}
.video{
text-align:center;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/EmbedMP3/Template.pm view on Meta::CPAN
}
h1 {
font-size: 3em;
font-weight: bold;
line-height: 1em;
}
.video{
text-align:center;
}
view all matches for this distribution