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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 release on metacpan or search on metacpan
t/htdocs/stylesheet.less view on Meta::CPAN
#header {
    color: red;
    a {
        font-weight: bold;
        text-decoration: underline;
    }
}
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 release on metacpan or search on metacpan
examples/xml2_test.xml view on Meta::CPAN
<data>
  <title test="sax & drags"
      test-length="We want a tag that is longer tha 128 bytes"
      test-additional="For this we need a bit more nonsense">This is the Cindy Test Page</title>
  <content>Hello & Test</content>
	<replace>This is NOT bold.</replace>
  <?test Prozessing Instruction ?>
	<omit>1</omit>
  <![CDATA[ >>CData Test<< ]]>
	<!-- attributes are done with content -->
	<size>+2</size>
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 release on metacpan or search on metacpan
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
    white-space: pre;
}
CODE {
    color: #c00;
    font-weight: bold;
}
DT {
    color: #06c;
}
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
    color: #069;
    font-size: 80%;
    font-family: sans-serif;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    border-left: solid #aab 1px;
    border-bottom: solid #aab 1px;
    text-align: center;
    width: 20px;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
    color: #069;
    font-size: 80%;
    font-family: sans-serif;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    padding: 0.3em;
    border: solid #aab 1px;
    width: auto;
    height: auto;
    background-color: #eef;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
    color: #069;
    font-size: 80%;
    font-family: sans-serif;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border: solid #aab 1px;
    background-color: #eef;