J1.5

Difference between revisions of "JA Purity Template CSS"

From Joomla! Documentation

m (Added categorisation.)
Line 151: Line 151:
 
templates/ja_purity/ja_templatetools.php:74:  <ul class="ja-usertools-font">
 
templates/ja_purity/ja_templatetools.php:74:  <ul class="ja-usertools-font">
 
</pre>
 
</pre>
 +
<noinclude>[[Category:JA Purity template]]</noinclude>

Revision as of 09:30, 27 May 2009

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.


templates/ja_purity/html/mod_login/default.php:4:  <form action="index.php" method="post" name="form-login" id="form-login">
templates/ja_purity/html/mod_login/default.php:26:  <form action="index.php" method="post" name="form-login" id="form-login" >
templates/ja_purity/html/mod_login/default.php:29:  	<p id="form-login-username">
templates/ja_purity/html/mod_login/default.php:32:  			<input name="username" id="username" type="text" class="inputbox" alt="username" size="18" />
templates/ja_purity/html/mod_login/default.php:35:  	<p id="form-login-password">
templates/ja_purity/html/mod_login/default.php:38:  			<input type="password" name="passwd" id="passwd" class="inputbox" size="18" alt="password" />
templates/ja_purity/html/mod_login/default.php:42:  	<p id="form-login-remember">
templates/ja_purity/html/mod_login/default.php:45:  			<input type="checkbox" name="remember" id="remember" value="yes" alt="Remember Me" />

templates/ja_purity/html/modules.php:49:  		<div class="jamod module<?php echo $params->get('moduleclass_sfx'); ?>" id="Mod<?php echo $module->id; ?>">

templates/ja_purity/index.php:99:  <body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" >
templates/ja_purity/index.php:100:  <a name="Top" id="Top"></a>
templates/ja_purity/index.php:108:  <div id="ja-wrapper">
templates/ja_purity/index.php:111:  <div id="ja-headerwrap">
templates/ja_purity/index.php:112:  	<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">
templates/ja_purity/index.php:134:  		<div id="ja-search">
templates/ja_purity/index.php:145:  <div id="ja-mainnavwrap">
templates/ja_purity/index.php:146:  	<div id="ja-mainnav" class="clearfix">
templates/ja_purity/index.php:153:  <div id="ja-containerwrap<?php echo $divid; ?>">
templates/ja_purity/index.php:154:  <div id="ja-containerwrap2">
templates/ja_purity/index.php:155:  	<div id="ja-container">
templates/ja_purity/index.php:156:  	<div id="ja-container2" class="clearfix">
templates/ja_purity/index.php:158:  		<div id="ja-mainbody<?php echo $divid; ?>" class="clearfix">
templates/ja_purity/index.php:161:  		<div id="ja-contentwrap">
templates/ja_purity/index.php:162:  		<div id="ja-content">
templates/ja_purity/index.php:167:  			<div id="ja-pathway">
templates/ja_purity/index.php:175:  			<div id="ja-banner">
templates/ja_purity/index.php:186:  		<div id="ja-col1">
templates/ja_purity/index.php:196:  		<div id="ja-col2">
templates/ja_purity/index.php:213:  <div id="ja-botslwrap">
templates/ja_purity/index.php:214:  	<div id="ja-botsl" class="clearfix">
templates/ja_purity/index.php:246:  <div id="ja-footerwrap">
templates/ja_purity/index.php:247:  <div id="ja-footer" class="clearfix">
templates/ja_purity/index.php:249:  	<div id="ja-footnav">

templates/ja_purity/ja_templatetools.php:75:  	      <li><img style="cursor: pointer;" title="<?php echo JText::_('Increase font size');?>" src="<?php echo $this->templateurl();?>/images/user-increase.<?php echo $imgext;?>" alt="<?php echo JText::_('Increase font size');?>" id="ja-tool-increase" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','inc'); return false;" /></li>
templates/ja_purity/ja_templatetools.php:76:  		  <li><img style="cursor: pointer;" title="<?php echo JText::_('Default font size');?>" src="<?php echo $this->templateurl();?>/images/user-reset.<?php echo $imgext;?>" alt="<?php echo JText::_('Default font size');?>" id="ja-tool-reset" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>',<?php echo $this->_tpl->params->get(JA_TOOL_FONT);?>); return false;" /></li>
templates/ja_purity/ja_templatetools.php:77:  		  <li><img style="cursor: pointer;" title="<?php echo JText::_('Decrease font size');?>" src="<?php echo $this->templateurl();?>/images/user-decrease.<?php echo $imgext;?>" alt="<?php echo JText::_('Decrease font size');?>" id="ja-tool-decrease" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','dec'); return false;" /></li>


templates/ja_purity/component.php:25:  <body class="contentpane">

templates/ja_purity/html/com_content/article/default.php:4:  <div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></div>
templates/ja_purity/html/com_content/article/default.php:7:  	<div class="contentpaneopen_edit<?php echo $this->params->get( 'pageclass_sfx' ); ?>" >
templates/ja_purity/html/com_content/article/default.php:13:  <h2 class="contentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/article/default.php:15:  	<a href="<?php echo $this->article->readmore_link; ?>" class="contentpagetitle<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/article/default.php:37:  <div class="article-tools">
templates/ja_purity/html/com_content/article/default.php:38:  	<div class="article-meta">
templates/ja_purity/html/com_content/article/default.php:40:  		<span class="createdate">
templates/ja_purity/html/com_content/article/default.php:46:  		<span class="createby">
templates/ja_purity/html/com_content/article/default.php:53:  		<span class="article-section">
templates/ja_purity/html/com_content/article/default.php:67:  		<span class="article-section">
templates/ja_purity/html/com_content/article/default.php:81:  	<div class="buttonheading">
templates/ja_purity/html/com_content/article/default.php:109:  		<span class="article-url">
templates/ja_purity/html/com_content/article/default.php:119:  <div class="article-content">
templates/ja_purity/html/com_content/article/default.php:127:  	<span class="modifydate">
templates/ja_purity/html/com_content/article/default.php:132:  <span class="article_separator"> </span>
templates/ja_purity/html/com_content/category/blog_item.php:5:  	<div class="contentpaneopen_edit<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>" style="float: left;">
templates/ja_purity/html/com_content/category/blog_item.php:9:  <div class="contentpaneopen<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/category/blog_item.php:12:  <h2 class="contentheading<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/category/blog_item.php:14:  	<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/category/blog_item.php:36:  <div class="article-tools">
templates/ja_purity/html/com_content/category/blog_item.php:37:  <div class="article-meta">
templates/ja_purity/html/com_content/category/blog_item.php:40:  	<span class="createdate">
templates/ja_purity/html/com_content/category/blog_item.php:46:  	<span class="createby">
templates/ja_purity/html/com_content/category/blog_item.php:53:  	<span class="article-section">
templates/ja_purity/html/com_content/category/blog_item.php:67:  	<span class="article-section">
templates/ja_purity/html/com_content/category/blog_item.php:81:  <div class="buttonheading">
templates/ja_purity/html/com_content/category/blog_item.php:103:  	<span class="article-url">
templates/ja_purity/html/com_content/category/blog_item.php:114:  <div class="article-content">
templates/ja_purity/html/com_content/category/blog_item.php:122:  	<span class="modifydate">
templates/ja_purity/html/com_content/category/blog_item.php:128:  	<a href="<?php echo $this->item->readmore_link; ?>" title="<?php echo $this->item->title; ?>" class="readon<?php echo $this->item->params->get('pageclass_sfx'); ?>">
templates/ja_purity/html/com_content/category/blog_item.php:139:  <span class="article_separator"> </span>
templates/ja_purity/html/com_content/frontpage/default_item.php:5:  	<div class="contentpaneopen_edit<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>" style="float: left;">
templates/ja_purity/html/com_content/frontpage/default_item.php:9:  <div class="contentpaneopen<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/frontpage/default_item.php:12:  <h2 class="contentheading<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/frontpage/default_item.php:14:  	<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/frontpage/default_item.php:36:  <div class="article-tools">
templates/ja_purity/html/com_content/frontpage/default_item.php:37:  <div class="article-meta">
templates/ja_purity/html/com_content/frontpage/default_item.php:40:  	<span class="createdate">
templates/ja_purity/html/com_content/frontpage/default_item.php:46:  	<span class="createby">
templates/ja_purity/html/com_content/frontpage/default_item.php:53:  	<span class="article-section">
templates/ja_purity/html/com_content/frontpage/default_item.php:67:  	<span class="article-section">
templates/ja_purity/html/com_content/frontpage/default_item.php:81:  <div class="buttonheading">
templates/ja_purity/html/com_content/frontpage/default_item.php:103:  	<span class="article-url">
templates/ja_purity/html/com_content/frontpage/default_item.php:113:  <div class="article-content">
templates/ja_purity/html/com_content/frontpage/default_item.php:121:  	<span class="modifydate">
templates/ja_purity/html/com_content/frontpage/default_item.php:127:  	<a href="<?php echo $this->item->readmore_link; ?>" title="<?php echo $this->item->title; ?>" class="readon<?php echo $this->item->params->get('pageclass_sfx'); ?>">
templates/ja_purity/html/com_content/frontpage/default_item.php:138:  <span class="article_separator"> </span>
templates/ja_purity/html/com_content/section/blog_item.php:5:  	<div class="contentpaneopen_edit<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>" style="float: left;">
templates/ja_purity/html/com_content/section/blog_item.php:9:  <div class="contentpaneopen<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/section/blog_item.php:12:  <h2 class="contentheading<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/section/blog_item.php:14:  	<a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->item->params->get( 'pageclass_sfx' ); ?>">
templates/ja_purity/html/com_content/section/blog_item.php:36:  <div class="article-tools">
templates/ja_purity/html/com_content/section/blog_item.php:37:  <div class="article-meta">
templates/ja_purity/html/com_content/section/blog_item.php:40:  	<span class="createdate">
templates/ja_purity/html/com_content/section/blog_item.php:46:  	<span class="createby">
templates/ja_purity/html/com_content/section/blog_item.php:53:  	<span class="article-section">
templates/ja_purity/html/com_content/section/blog_item.php:67:  	<span class="article-section">
templates/ja_purity/html/com_content/section/blog_item.php:81:  <div class="buttonheading">
templates/ja_purity/html/com_content/section/blog_item.php:103:  	<span class="article-url">
templates/ja_purity/html/com_content/section/blog_item.php:113:  <div class="article-content">
templates/ja_purity/html/com_content/section/blog_item.php:121:  	<span class="modifydate">
templates/ja_purity/html/com_content/section/blog_item.php:127:  	<a href="<?php echo $this->item->readmore_link; ?>" title="<?php echo $this->item->title; ?>" class="readon<?php echo $this->item->params->get('pageclass_sfx'); ?>">
templates/ja_purity/html/com_content/section/blog_item.php:138:  <span class="article_separator"> </span>

templates/ja_purity/html/mod_banners/default.php:3:  <div class="advs bannergroup<?php echo $params->get( 'moduleclass_sfx' ) ?>">
templates/ja_purity/html/mod_banners/default.php:6:    <div class="bannerheader"><?php echo $headerText ?></div>
templates/ja_purity/html/mod_banners/default.php:11:  	?><div class="banneritem<?php echo $params->get( 'moduleclass_sfx' ) ?>"><?php
templates/ja_purity/html/mod_banners/default.php:18:  	<div class="bannerfooter<?php echo $params->get( 'moduleclass_sfx' ) ?>">

templates/ja_purity/html/mod_login/default.php:15:  		<input type="submit" name="Submit" class="button" value="<?php echo JText::_( 'BUTTON_LOGOUT'); ?>" />
templates/ja_purity/html/mod_login/default.php:28:  	<fieldset class="input">
templates/ja_purity/html/mod_login/default.php:32:  			<input name="username" id="username" type="text" class="inputbox" alt="username" size="18" />
templates/ja_purity/html/mod_login/default.php:38:  			<input type="password" name="passwd" id="passwd" class="inputbox" size="18" alt="password" />
templates/ja_purity/html/mod_login/default.php:49:  	<input type="submit" name="Submit" class="button" value="<?php echo JText::_('LOGIN') ?>" />

templates/ja_purity/html/modules.php:49:  		<div class="jamod module<?php echo $params->get('moduleclass_sfx'); ?>" id="Mod<?php echo $module->id; ?>">
templates/ja_purity/html/modules.php:58:  						<h3 class="<?php echo $modhide; ?>"><span><?php echo $module->title; ?></span></h3>
templates/ja_purity/html/modules.php:60:  						<div class="jamod-content"><?php echo $module->content; ?></div>

templates/ja_purity/html/pagination.php:71:  	$html = "<div class=\"list-footer\">\n";
templates/ja_purity/html/pagination.php:75:  		$html .= "\n<div class=\"counter\">".$list['pagescounter']."</div>";
templates/ja_purity/html/pagination.php:77:  		$html .= "\n<div class=\"limit\">".JText::_('Display Num').$list['limitfield']."</div>";
templates/ja_purity/html/pagination.php:81:  		$html .= "\n<div class=\"limit\">".JText::_('Display Num').$list['limitfield']."</div>";
templates/ja_purity/html/pagination.php:83:  		$html .= "\n<div class=\"counter\">".$list['pagescounter']."</div>";
templates/ja_purity/html/pagination.php:96:  	$html = "<ul class=\"pagination\">";

templates/ja_purity/index.php:99:  <body id="bd" class="fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?> <?php echo $tmpTools->browser();?>" >
templates/ja_purity/index.php:101:  <ul class="accessibility">
templates/ja_purity/index.php:112:  	<div id="ja-header" class="clearfix" style="background: url(<?php echo $tmpTools->templateurl(); ?>/images/header/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).DS.'images/header'); ?>) no-repeat top <?php if($this->direction == 'rtl') echo 'left'; else echo 'right';?>;">
templates/ja_purity/index.php:114:  	<div class="ja-headermask"> </div>
templates/ja_purity/index.php:119:  		<h1 class="logo">
templates/ja_purity/index.php:125:  		<h1 class="logo-text">
templates/ja_purity/index.php:128:  		<p class="site-slogan"><?php echo $sloganText;?></p>
templates/ja_purity/index.php:146:  	<div id="ja-mainnav" class="clearfix">
templates/ja_purity/index.php:156:  	<div id="ja-container2" class="clearfix">
templates/ja_purity/index.php:158:  		<div id="ja-mainbody<?php echo $divid; ?>" class="clearfix">
templates/ja_purity/index.php:214:  	<div id="ja-botsl" class="clearfix">
templates/ja_purity/index.php:217:  	  <div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;">
templates/ja_purity/index.php:223:  	  <div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;">
templates/ja_purity/index.php:229:  	  <div class="ja-box<?php echo $botsl['top']['class']; ?>" style="width: <?php echo $botsl['top']['width']; ?>;">
templates/ja_purity/index.php:235:  	  <div class="ja-box<?php echo $botsl['user5']['class']; ?>" style="width: <?php echo $botsl['user5']['width']; ?>;">
templates/ja_purity/index.php:247:  <div id="ja-footer" class="clearfix">
templates/ja_purity/index.php:253:  	<div class="copyright">
templates/ja_purity/index.php:257:  	<div class="ja-cert">

templates/ja_purity/ja_templatetools.php:74:  		<ul class="ja-usertools-font">