[Customisation Database Commits] r214 [1/5] - in /trunk/titania: ./ includes/core/ includes/objects/ language/en/ mods/ styles/ styles/default/ styles/default/template/ styles/default/template/authors/ styles/default/template/contributions/ styles/default/template/faq/ styles/default/template/mods/ styles/default/template/titania/ styles/default/theme/ styles/default/theme/images/ styles/default/theme/js/ styles/prosilver/ template/ theme/
Nathan Guse
exreaction at phpbb.com
Sat Jun 13 20:04:27 UTC 2009
Author: exreaction
Date: Sat Jun 13 20:04:24 2009
New Revision: 214
Log:
Moving the styles to styles/default/
The completed design version should go in styles/prosilver/
Moved mods/index.php to mods.php, styles/index.php to styles.php
Added:
trunk/titania/mods.php (with props)
trunk/titania/mods/mods.php (with props)
trunk/titania/styles.php
trunk/titania/styles/default/
trunk/titania/styles/default/template/
trunk/titania/styles/default/template/.htaccess (with props)
trunk/titania/styles/default/template/authors/
trunk/titania/styles/default/template/authors/author_list.html (with props)
trunk/titania/styles/default/template/authors/author_profile.html (with props)
trunk/titania/styles/default/template/confirm_body.html (with props)
trunk/titania/styles/default/template/contributions/
trunk/titania/styles/default/template/contributions/contribution_details.html (with props)
trunk/titania/styles/default/template/contributions/contribution_email.html (with props)
trunk/titania/styles/default/template/contributions/contribution_faq.html (with props)
trunk/titania/styles/default/template/contributions/details_footer.html (with props)
trunk/titania/styles/default/template/contributions/details_header.html (with props)
trunk/titania/styles/default/template/contributions/search_box.html (with props)
trunk/titania/styles/default/template/faq/
trunk/titania/styles/default/template/faq/faq_details.html (with props)
trunk/titania/styles/default/template/faq/faq_list.html (with props)
trunk/titania/styles/default/template/faq/faq_manage.html (with props)
trunk/titania/styles/default/template/index_home.html (with props)
trunk/titania/styles/default/template/login_body.html (with props)
trunk/titania/styles/default/template/message_body.html (with props)
trunk/titania/styles/default/template/mods/
trunk/titania/styles/default/template/mods/mod_categories.html (with props)
trunk/titania/styles/default/template/mods/mod_details.html (with props)
trunk/titania/styles/default/template/mods/mod_email.html (with props)
trunk/titania/styles/default/template/mods/mod_list.html (with props)
trunk/titania/styles/default/template/overall_footer.html (with props)
trunk/titania/styles/default/template/overall_header.html (with props)
trunk/titania/styles/default/template/titania/
trunk/titania/styles/default/template/titania/index_body.html (with props)
trunk/titania/styles/default/theme/
trunk/titania/styles/default/theme/common.css (with props)
trunk/titania/styles/default/theme/images/
trunk/titania/styles/default/theme/images/bg_button.gif (with props)
trunk/titania/styles/default/theme/images/blank.gif (with props)
trunk/titania/styles/default/theme/images/bullet.gif (with props)
trunk/titania/styles/default/theme/images/close.gif (with props)
trunk/titania/styles/default/theme/images/closelabel.gif (with props)
trunk/titania/styles/default/theme/images/corners_left.png (with props)
trunk/titania/styles/default/theme/images/corners_left2.png (with props)
trunk/titania/styles/default/theme/images/corners_right.png (with props)
trunk/titania/styles/default/theme/images/corners_right2.png (with props)
trunk/titania/styles/default/theme/images/corners_right3.png (with props)
trunk/titania/styles/default/theme/images/faq_header.gif (with props)
trunk/titania/styles/default/theme/images/loading.gif (with props)
trunk/titania/styles/default/theme/images/menubg.gif (with props)
trunk/titania/styles/default/theme/images/next.gif (with props)
trunk/titania/styles/default/theme/images/nextlabel.gif (with props)
trunk/titania/styles/default/theme/images/prev.gif (with props)
trunk/titania/styles/default/theme/images/prevlabel.gif (with props)
trunk/titania/styles/default/theme/images/star_green.gif (with props)
trunk/titania/styles/default/theme/images/star_grey.gif (with props)
trunk/titania/styles/default/theme/images/star_orange.gif (with props)
trunk/titania/styles/default/theme/images/star_red.gif (with props)
trunk/titania/styles/default/theme/images/star_remove.gif (with props)
trunk/titania/styles/default/theme/images/tab_bg.gif (with props)
trunk/titania/styles/default/theme/images/tab_bg2.gif (with props)
trunk/titania/styles/default/theme/index.htm (with props)
trunk/titania/styles/default/theme/install.css (with props)
trunk/titania/styles/default/theme/js/
trunk/titania/styles/default/theme/js/builder.js (with props)
trunk/titania/styles/default/theme/js/controls.js (with props)
trunk/titania/styles/default/theme/js/effects.js (with props)
trunk/titania/styles/default/theme/js/forum_fn.js (with props)
trunk/titania/styles/default/theme/js/ie_fix.js (with props)
trunk/titania/styles/default/theme/js/lightbox.js (with props)
trunk/titania/styles/default/theme/js/prototype.js (with props)
trunk/titania/styles/default/theme/js/scriptaculous.js (with props)
trunk/titania/styles/default/theme/lightbox.css (with props)
trunk/titania/styles/default/theme/stylesheet.css (with props)
trunk/titania/styles/prosilver/
Removed:
trunk/titania/mods/index.php
trunk/titania/styles/index.php
trunk/titania/template/
trunk/titania/theme/
Modified:
trunk/titania/includes/core/config.php
trunk/titania/includes/core/titania.php
trunk/titania/includes/objects/rating.php
trunk/titania/language/en/install.php (props changed)
Modified: trunk/titania/includes/core/config.php
==============================================================================
*** trunk/titania/includes/core/config.php (original)
--- trunk/titania/includes/core/config.php Sat Jun 13 20:04:24 2009
***************
*** 40,47 ****
'phpbbcom_profile' => array('default' => true),
'phpbbcom_viewprofile_url' => array('default' => 'http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=%u'),
'table_prefix' => array('default' => 'customisation_'),
! 'template_path' => array('default' => TITANIA_ROOT . 'template/'),
! 'theme_path' => array('default' => TITANIA_ROOT . 'theme/'),
'max_rating' => array('default' => 5),
));
--- 40,46 ----
'phpbbcom_profile' => array('default' => true),
'phpbbcom_viewprofile_url' => array('default' => 'http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=%u'),
'table_prefix' => array('default' => 'customisation_'),
! 'style' => array('default' => 'default'),
'max_rating' => array('default' => 5),
));
Modified: trunk/titania/includes/core/titania.php
==============================================================================
*** trunk/titania/includes/core/titania.php (original)
--- trunk/titania/includes/core/titania.php Sat Jun 13 20:04:24 2009
***************
*** 49,54 ****
--- 49,63 ----
*/
public static $time;
+ /**
+ * Style, Template, and Theme Path
+ *
+ * @var string
+ */
+ public static $style_path;
+ public static $template_path;
+ public static $theme_path;
+
/*
* Initialise titania:
* Session management, Cache, Language ...
***************
*** 75,81 ****
self::$cache = new titania_cache();
// Set template path and template name
! phpbb::$template->set_custom_template(self::$config->template_path, 'titania');
// Add common titania language file
self::add_lang('common');
--- 84,94 ----
self::$cache = new titania_cache();
// Set template path and template name
! self::$style_path = TITANIA_ROOT . 'styles/' . self::$config->style . '/';
! self::$template_path = self::$style_path . 'template/';
! self::$theme_path = self::$style_path . 'theme/';
!
! phpbb::$template->set_custom_template(self::$template_path, 'titania');
// Add common titania language file
self::add_lang('common');
***************
*** 189,196 ****
'U_LOGIN_LOGOUT' => $u_login_logout,
'LOGIN_REDIRECT' => self::$page,
'S_LOGIN_ACTION' => append_sid(PHPBB_ROOT_PATH . 'ucp.' . PHP_EXT, 'mode=login'),
! 'T_TITANIA_THEME_PATH' => self::$config->theme_path,
! 'T_TITANIA_STYLESHEET' => self::$config->theme_path . 'stylesheet.css',
));
}
--- 202,209 ----
'U_LOGIN_LOGOUT' => $u_login_logout,
'LOGIN_REDIRECT' => self::$page,
'S_LOGIN_ACTION' => append_sid(PHPBB_ROOT_PATH . 'ucp.' . PHP_EXT, 'mode=login'),
! 'T_TITANIA_THEME_PATH' => self::$theme_path,
! 'T_TITANIA_STYLESHEET' => self::$theme_path . 'stylesheet.css',
));
}
Modified: trunk/titania/includes/objects/rating.php
==============================================================================
*** trunk/titania/includes/objects/rating.php (original)
--- trunk/titania/includes/objects/rating.php Sat Jun 13 20:04:24 2009
***************
*** 204,218 ****
$final_code .= '<img id="' . $this->object_id . '_' . $i . '" ';
if ($this->rating_id && $i <= $this->rating) // If they have rated, show their own rating in green stars
{
! $final_code .= 'src="' . titania::$config->theme_path . '/images/star_green.gif" ';
}
else if (!$this->rating_id && $i <= round($this->rating)) // Round because we only have full stars ATM, orange stars for the average rating (if the user has not rated)
{
! $final_code .= 'src="' . titania::$config->theme_path . '/images/star_orange.gif" ';
}
else // show the rest in grey stars
{
! $final_code .= 'src="' . titania::$config->theme_path . '/images/star_grey.gif" ';
}
$final_code .= ($can_rate) ? "onmouseover=\"ratingHover('{$i}', '{$this->object_id}')\" onmouseout=\"ratingUnHover('{$this->rating}', '{$this->object_id}')\" onmousedown=\"ratingDown('{$i}', '{$this->object_id}')\"" : '';
$final_code .= ' alt="' . $title . '" title="' . $title . '" />';
--- 204,218 ----
$final_code .= '<img id="' . $this->object_id . '_' . $i . '" ';
if ($this->rating_id && $i <= $this->rating) // If they have rated, show their own rating in green stars
{
! $final_code .= 'src="' . titania::$theme_path . '/images/star_green.gif" ';
}
else if (!$this->rating_id && $i <= round($this->rating)) // Round because we only have full stars ATM, orange stars for the average rating (if the user has not rated)
{
! $final_code .= 'src="' . titania::$theme_path . '/images/star_orange.gif" ';
}
else // show the rest in grey stars
{
! $final_code .= 'src="' . titania::$theme_path . '/images/star_grey.gif" ';
}
$final_code .= ($can_rate) ? "onmouseover=\"ratingHover('{$i}', '{$this->object_id}')\" onmouseout=\"ratingUnHover('{$this->rating}', '{$this->object_id}')\" onmousedown=\"ratingDown('{$i}', '{$this->object_id}')\"" : '';
$final_code .= ' alt="' . $title . '" title="' . $title . '" />';
***************
*** 222,228 ****
// If they have rated already we will add the remove rating icon at the end
if ($this->rating_id)
{
! $final_code .= ' <a href="' . $rate_url . '&value=remove"><img id="' . $this->object_id . '_remove" src="' . titania::$config->theme_path . '/images/star_remove.gif" alt="' . phpbb::$user->lang['REMOVE_RATING'] . '" title="' . phpbb::$user->lang['REMOVE_RATING'] . '" /></a>';
}
$final_code .= '</span>';
--- 222,228 ----
// If they have rated already we will add the remove rating icon at the end
if ($this->rating_id)
{
! $final_code .= ' <a href="' . $rate_url . '&value=remove"><img id="' . $this->object_id . '_remove" src="' . titania::$theme_path . '/images/star_remove.gif" alt="' . phpbb::$user->lang['REMOVE_RATING'] . '" title="' . phpbb::$user->lang['REMOVE_RATING'] . '" /></a>';
}
$final_code .= '</span>';
Propchange: trunk/titania/language/en/install.php
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/mods.php
==============================================================================
*** trunk/titania/mods.php (added)
--- trunk/titania/mods.php Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,51 ----
+ <?php
+ /**
+ *
+ * @package titania
+ * @version $Id$
+ * @copyright (c) 2008 phpBB Customisation Database Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ *
+ */
+
+ /**
+ * @ignore
+ */
+ define('IN_TITANIA', true);
+ if (!defined('TITANIA_ROOT')) define('TITANIA_ROOT', './');
+ if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
+ include(TITANIA_ROOT . 'common.' . PHP_EXT);
+ include(TITANIA_ROOT . 'includes/core/modules.' . PHP_EXT);
+
+ $id = request_var('id', '');
+ $mode = request_var('mode', '');
+
+ // Auto assign some ID's to eliminate the need for id param on most URLs
+ if (!$id)
+ {
+ $modes = array('details', 'faq', 'reviews', 'support');
+ $id = (in_array($mode, $modes)) ? $mode : 'main';
+ }
+
+ $module = new titania_modules();
+
+ // Instantiate module system and generate list of available modules
+ $module->list_modules('mods');
+
+ // Select the active module
+ $module->set_active($id, $mode);
+
+ // Load and execute the relevant module
+ $module->load_active();
+
+ // Assign data to the template engine for the list of modules
+ $module->assign_tpl_vars(append_sid(TITANIA_ROOT . 'mods/index.' . PHP_EXT));
+
+ // Output page
+ titania::page_header($module->get_page_title());
+
+ $template->set_filenames(array(
+ 'body' => $module->get_tpl_name(),
+ ));
+
+ titania::page_footer();
Propchange: trunk/titania/mods.php
------------------------------------------------------------------------------
svn:keywords = Id
Removed: trunk/titania/mods/index.php
==============================================================================
*** trunk/titania/mods/index.php (original)
--- trunk/titania/mods/index.php (removed)
***************
*** 1,51 ****
- <?php
- /**
- *
- * @package titania
- * @version $Id$
- * @copyright (c) 2008 phpBB Customisation Database Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- *
- */
-
- /**
- * @ignore
- */
- define('IN_TITANIA', true);
- if (!defined('TITANIA_ROOT')) define('TITANIA_ROOT', './../');
- if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
- include(TITANIA_ROOT . 'common.' . PHP_EXT);
- include(TITANIA_ROOT . 'includes/core/modules.' . PHP_EXT);
-
- $id = request_var('id', '');
- $mode = request_var('mode', '');
-
- // Auto assign some ID's to eliminate the need for id param on most URLs
- if (!$id)
- {
- $modes = array('details', 'faq', 'reviews', 'support');
- $id = (in_array($mode, $modes)) ? $mode : 'main';
- }
-
- $module = new titania_modules();
-
- // Instantiate module system and generate list of available modules
- $module->list_modules('mods');
-
- // Select the active module
- $module->set_active($id, $mode);
-
- // Load and execute the relevant module
- $module->load_active();
-
- // Assign data to the template engine for the list of modules
- $module->assign_tpl_vars(append_sid(TITANIA_ROOT . 'mods/index.' . PHP_EXT));
-
- // Output page
- titania::page_header($module->get_page_title());
-
- $template->set_filenames(array(
- 'body' => $module->get_tpl_name(),
- ));
-
- titania::page_footer();
--- 0 ----
Added: trunk/titania/mods/mods.php
==============================================================================
*** trunk/titania/mods/mods.php (added)
--- trunk/titania/mods/mods.php Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,51 ----
+ <?php
+ /**
+ *
+ * @package titania
+ * @version $Id$
+ * @copyright (c) 2008 phpBB Customisation Database Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ *
+ */
+
+ /**
+ * @ignore
+ */
+ define('IN_TITANIA', true);
+ if (!defined('TITANIA_ROOT')) define('TITANIA_ROOT', './../');
+ if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
+ include(TITANIA_ROOT . 'common.' . PHP_EXT);
+ include(TITANIA_ROOT . 'includes/core/modules.' . PHP_EXT);
+
+ $id = request_var('id', '');
+ $mode = request_var('mode', '');
+
+ // Auto assign some ID's to eliminate the need for id param on most URLs
+ if (!$id)
+ {
+ $modes = array('details', 'faq', 'reviews', 'support');
+ $id = (in_array($mode, $modes)) ? $mode : 'main';
+ }
+
+ $module = new titania_modules();
+
+ // Instantiate module system and generate list of available modules
+ $module->list_modules('mods');
+
+ // Select the active module
+ $module->set_active($id, $mode);
+
+ // Load and execute the relevant module
+ $module->load_active();
+
+ // Assign data to the template engine for the list of modules
+ $module->assign_tpl_vars(append_sid(TITANIA_ROOT . 'mods/index.' . PHP_EXT));
+
+ // Output page
+ titania::page_header($module->get_page_title());
+
+ $template->set_filenames(array(
+ 'body' => $module->get_tpl_name(),
+ ));
+
+ titania::page_footer();
Propchange: trunk/titania/mods/mods.php
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles.php
==============================================================================
*** trunk/titania/styles.php (added)
--- trunk/titania/styles.php Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,112 ----
+ <?php
+ /**
+ *
+ * @package titania
+ * @version $Id: index.php 199 2009-04-11 19:54:15Z bantu $
+ * @copyright (c) 2008 phpBB Customisation Database Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ *
+ */
+
+ /**
+ * @ignore
+ */
+ define('IN_TITANIA', true);
+ if (!defined('TITANIA_ROOT')) define('TITANIA_ROOT', './');
+ if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
+ require TITANIA_ROOT . 'common.' . PHP_EXT;
+ require TITANIA_ROOT . 'includes/objects/style.' . PHP_EXT;
+
+ titania::add_lang(array('contribution', 'contribution_style'));
+
+ $id = request_var('id', '');
+ $mode = request_var('mode', '');
+ $contrib_id = request_var('contrib_id', 0);
+
+ switch ($id)
+ {
+ case 'details':
+ case 'email':
+ case 'faq':
+ case 'screenshots':
+ case 'support':
+ $style = new titania_style($contrib_id);
+
+ if (!$style->load() || $style->contrib_type != CONTRIB_TYPE_STYLE)
+ {
+ titania::trigger_error('ERROR_CONTRIB_NOT_FOUND', E_USER_NOTICE, HEADER_NOT_FOUND);
+ }
+ break;
+
+ default:
+ break;
+ }
+
+ switch ($id)
+ {
+ case 'details':
+ $page_title = 'CONTRIB_DETAILS';
+ $template_body = 'contributions/contribution_details.html';
+
+ $style->assign_common();
+ $style->assign_details();
+ break;
+
+ case 'email':
+ $page_title = 'MOD_EMAIL';
+ $template_body = 'contributions/contribution_email.html';
+
+ $style->assign_common();
+
+ if ($style->email_friend())
+ {
+ // e-mail sent
+ $template_body = 'contributions/contribution_details.html';
+
+ $style->assign_details();
+ }
+ break;
+
+ case 'faq':
+ $page_title = 'CONTRIB_FAQ';
+ $template_body = 'contributions/contribution_faq.html';
+
+ if (!class_exists('titania_faq'))
+ {
+ require TITANIA_ROOT . 'includes/objects/faq.' . PHP_EXT;
+ }
+
+ $style->assign_common(); // @dev
+
+ titania_faq::faq_list($contrib_id);
+ break;
+
+ case 'list':
+ $page_title = 'STYLE_LIST';
+ $template_body = 'styles/styles_list.html';
+ break;
+
+ case 'categories':
+ default:
+ $id = 'categories';
+
+ $page_title = 'STYLE_CATEGORIES';
+ $template_body = 'styles/styles_categories.html';
+ break;
+ }
+
+ // Output page
+ titania::page_header($page_title);
+
+ phpbb::$template->assign_vars(array(
+ 'S_IS_STYLE' => true,
+ 'S_MODE' => $mode,
+ 'S_MODE_ID' => $id,
+ ));
+
+ phpbb::$template->set_filenames(array(
+ 'body' => $template_body,
+ ));
+
+ titania::page_footer();
+
Added: trunk/titania/styles/default/template/.htaccess
==============================================================================
*** trunk/titania/styles/default/template/.htaccess (added)
--- trunk/titania/styles/default/template/.htaccess Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,4 ----
+ <Files *>
+ Order Allow,Deny
+ Deny from All
+ </Files>
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/.htaccess
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/authors/author_list.html
==============================================================================
*** trunk/titania/styles/default/template/authors/author_list.html (added)
--- trunk/titania/styles/default/template/authors/author_list.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,56 ----
+ <!-- INCLUDE overall_header.html -->
+ <h2>{L_AUTHOR_PROFILE}</h2>
+
+
+
+ <div class="forumbg">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <table class="table1" cellspacing="1">
+ <thead>
+ <tr>
+ <th class="name"><span class="rank-img">{L_AUTHOR}</span>{L_AUTHOR_PROFILE}</th>
+ <th class="posts"><!-- IF authors.U_PHPBB_PROFILE -->{L_PROFILE_LINK}<!-- ENDIF --></th>
+ <th>{L_AUTHOR_CONTRIBS}</th>
+ <th>{L_AUTHOR_MODS}</th>
+ <th>{L_AUTHOR_STYLES}</th>
+ <th>{L_RATING}</th>
+ <th class="joined">{L_WEBSITE}</th>
+ <th class="active">{L_LAST_VISIT}</th>
+ <th>{L_POSTS}</th>
+ <th>{L_ONLINE}</th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- BEGIN authors -->
+ <tr class="<!-- IF authors.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <td><span class="rank-img">{authors.USER_FULL}</span> {authors.AUTHOR_FULL}</td>
+ <td class="posts"><!-- IF authors.U_PHPBB_PROFILE --><a href="{authors.U_PHPBB_PROFILE}">{L_PHPBB_PROFILE}</a><!-- ENDIF --></td>
+ <td>{authors.CONTRIBS}</td>
+ <td>{authors.MODS}</td>
+ <td>{authors.STYLES}</td>
+ <td>{authors.RATING}</td>
+ <td>{authors.WEBSITE}</td>
+ <td>{authors.LAST_VISIT}</td>
+ <td>{authors.POSTS}</td>
+ <td><!-- IF authors.ONLINE --><img src="{T_IMAGESET_PATH}/icon_online.gif" width="11" height="11" alt="{L_ONLINE}" title="{L_ONLINE}" /><!-- ELSE --><img src="{T_IMAGESET_PATH}/icon_offline.gif" width="11" height="11" alt="{L_OFFLINE}" title="{L_OFFLINE}" /><!-- ENDIF --></td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr class="bg1">
+ <td colspan="<!-- IF S_VIEWONLINE -->5<!-- ELSE -->4<!-- ENDIF -->">{L_NO_MEMBERS}</td>
+ </tr>
+ <!-- END authors -->
+ </tbody>
+ </table>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_MODE_SELECT --><label for="sk">{L_SELECT_SORT_METHOD}: <select name="sk" id="sk">{S_MODE_SELECT}</select></label>
+ <label for="sd">{L_ORDER} <select name="sd" id="sd">{S_ORDER_SELECT}</select> <input type="submit" name="sort" value="{L_SUBMIT}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/authors/author_list.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/authors/author_profile.html
==============================================================================
*** trunk/titania/styles/default/template/authors/author_profile.html (added)
--- trunk/titania/styles/default/template/authors/author_profile.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,37 ----
+ <!-- INCLUDE overall_header.html -->
+ <h2>{L_AUTHOR_PROFILE} {AUTHOR_NAME}</h2>
+
+ <div class="column1">
+ <div class="panel bg1">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <h3>{AUTHOR_NAME} {L_USER_INFORMATION}</h3>
+
+ <dl class="details" style="float: left; display: block; width: 60%;">
+
+ <dt>{L_AUTHOR}:</dt> <dd>{USER_FULL}</dd>
+ <dt>{L_REAL_NAME}:</dt> <dd>{REAL_NAME}</dd>
+ <dt>{L_WEBSITE}:</dt> <dd>{WEBSITE}</dd>
+ <!-- IF U_PHPBB_PROFILE -->
+ <dt style="margin-bottom: 22px;">{L_PHPBB_PROFILE}:</dt> <dd><a href="{U_PHPBB_PROFILE}">{L_PHPBB_PROFILE}</a></dd>
+ <!-- ENDIF -->
+ </dl>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </div>
+
+ <div class="column2">
+ <div class="panel bg2">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <h3>{L_MODO_ADVANCED}</h3>
+ <dl class="details" style="float: left; display: block; width: 60%;">
+ <dt>{L_AUTHOR_RATING}:</dt> <dd>{RATING} ({RATING_COUNT})</dd>
+ <dt>{L_AUTHOR_CONTRIBS}:</dt> <dd>{CONTRIB_COUNT}</dd>
+ <dt>{L_AUTHOR_SNIPPETS}:</dt> <dd>{SNIPPET_COUNT}</dd>
+ <dt>{L_AUTHOR_MODS}: </dt> <dd>{MOD_COUNT}</dd>
+ <dt>{L_AUTHOR_STYLES}:</dt> <dd>{STYLE_COUNT}</dd>
+ </dl>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </div>
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/authors/author_profile.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/confirm_body.html
==============================================================================
*** trunk/titania/styles/default/template/confirm_body.html (added)
--- trunk/titania/styles/default/template/confirm_body.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,20 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <h2>{MESSAGE_TITLE}</h2>
+ <p>{MESSAGE_TEXT}</p>
+
+ <fieldset class="submit-buttons">
+ {S_HIDDEN_FIELDS}
+ <input type="submit" name="confirm" value="{L_YES}" class="button2" />
+ <input type="submit" name="cancel" value="{L_NO}" class="button2" />
+ </fieldset>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </form>
+
+ <!-- INCLUDE overall_footer.html -->
Propchange: trunk/titania/styles/default/template/confirm_body.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/contribution_details.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_details.html (added)
--- trunk/titania/styles/default/template/contributions/contribution_details.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,80 ----
+ <!-- INCLUDE contributions/details_header.html -->
+
+ <h2 class="section-title">{CONTRIB_TITLE} :: {L_DETAILS}</h2>
+
+ <div class="column1">
+ <h3>{L_CONTRIB_DETAILS}</h3>
+ <table>
+ <tr>
+ <td align="right"><strong>{L_CONTRIB_TITLE}:</strong></td>
+ <td align="left">{CONTRIB_TITLE}</td>
+ </tr>
+ <tr>
+ <td align="right"><strong>{L_CATEGORY}:</strong></td>
+ <td align="left">{CONTRIB_TAGS}</td>
+ </tr>
+ <tr>
+ <td align="right"><strong>{L_CONTRIB_AUTHOR}:</strong></td>
+ <td align="left"><a href="{U_AUTHOR_PROFILE}">{AUTHOR_NAME}</a><!-- IF AUTHOR_REALNAME --> ({AUTHOR_REALNAME})<!-- ENDIF --></td>
+ </tr>
+ <tr>
+ <td align="right"><strong>{L_VERSION}:</strong></td>
+ <td align="left">{CONTRIB_VERSION}</td>
+ </tr>
+ <tr>
+ <td align="right"><strong>{L_PHPBB_VERSION}:</strong></td>
+ <td align="left">{CONTRIB_PHPBB_VERSION}</td>
+ </tr>
+ </table>
+ </div>
+
+ <div class="column2">
+ <h3>{L_CONTRIB_STATISTICS}</h3>
+ <table>
+ <tr>
+ <td align="right"><strong>{L_DOWNLOADS_TOTAL}:</strong></td>
+ <td align="left">{CONTRIB_DOWNLOADS}<!-- IF CONTRIB_DOWNLOADS_PER_DAY --> ({CONTRIB_DOWNLOADS_PER_DAY})<!-- ENDIF --></td>
+ </tr>
+ <tr>
+ <td align="right"><strong>{L_DOWNLOADS_VERSION}:</strong></td>
+ <td align="left">{DOWNLOAD_COUNT}</td>
+ </tr>
+ <!-- IF CONTRIB_RATINGS -->
+ <tr>
+ <td align="right"><strong>{L_RATING}:</strong></td>
+ <td align="left">{CONTRIB_RATING} ({CONTRIB_RATINGS} {L_RATINGS})</td>
+ </tr>
+ <!-- ENDIF -->
+ <tr>
+ <td align="right"><strong>{L_FILESIZE}:</strong></td>
+ <td align="left">{DOWNLOAD_SIZE}</td>
+ </tr>
+ <!-- IF DOWNLOAD_CHECKSUM -->
+ <tr>
+ <td align="right"><strong>{L_DOWNLOAD_CHECKSUM}:</strong></td>
+ <td align="left">{DOWNLOAD_CHECKSUM}</td>
+ </tr>
+ <!-- ENDIF -->
+ <!-- IF CONTRIB_RELEASE_DATE -->
+ <tr>
+ <td align="right"><strong>{L_CONTRIB_RELEASE_DATE}:</strong></td>
+ <td align="left">{CONTRIB_RELEASE_DATE}</td>
+ </tr>
+ <!-- ENDIF -->
+ <!-- IF CONTRIB_UPDATE_DATE -->
+ <tr>
+ <td align="right"><strong>{L_CONTRIB_UPDATE_DATE}:</strong></td>
+ <td align="left">{CONTRIB_UPDATE_DATE}</td>
+ </tr>
+ <!-- ENDIF -->
+ </table>
+ </div>
+
+ <div class="clear"></div>
+
+ <!-- IF CONTRIB_DESC -->
+ <h3>{L_CONTRIB_DESCRIPTION}</h3>
+ {CONTRIB_DESC}
+ <!-- ENDIF -->
+
+ <!-- INCLUDE contributions/details_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/contribution_details.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/contribution_email.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_email.html (added)
--- trunk/titania/styles/default/template/contributions/contribution_email.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,52 ----
+ <!-- INCLUDE contributions/details_header.html -->
+
+ <h2 class="section-title">{CONTRIB_TITLE} :: {L_CONTRIB_RECOMMEND}</h2>
+
+ <form method="post" action="{S_POST_ACTION}" id="post">
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <div class="content">
+ <!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->
+ <fieldset class="fields2">
+ <dl>
+ <dt><label for="email">{L_EMAIL_ADDRESS}:</label></dt>
+ <dd><input class="inputbox autowidth" type="text" name="email" id="email" size="50" maxlength="100" tabindex="2" value="{EMAIL}" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="name">{L_REAL_NAME}:</label></dt>
+ <dd><input class="inputbox autowidth" type="text" name="name" id="name" size="50" tabindex="3" value="{NAME}" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="lang">{L_DEST_LANG}:</label><br />
+ <span>{L_DEST_LANG_EXPLAIN}</span></dt>
+ <dd><select name="lang">{S_LANG_OPTIONS}</select></dd>
+ </dl>
+ <dl>
+ <dt><label for="message">{L_MESSAGE_BODY}:</label><br />
+ <span>{L_EMAIL_MOD_BODY_EXPLAIN}</span></dt>
+ <dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
+ </dl>
+ <dl>
+ <dt> </dt>
+ <dd><label for="cc_email"><input type="checkbox" name="cc_email" id="cc_email" value="1" checked="checked" tabindex="5" /> {L_CC_EMAIL}</label></dd>
+ </dl>
+ </fieldset>
+ </div>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="content">
+ <fieldset class="submit-buttons">
+ <input type="submit" tabindex="6" name="submit" class="button1" value="{L_SEND_EMAIL}" />
+ </fieldset>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ {S_FORM_TOKEN}
+ </div>
+ </form>
+
+ <!-- INCLUDE contributions/details_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/contribution_email.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/contribution_faq.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_faq.html (added)
--- trunk/titania/styles/default/template/contributions/contribution_faq.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,30 ----
+ <!-- INCLUDE contributions/details_header.html -->
+
+ <h2 class="section-title">{CONTRIB_TITLE} :: {L_FAQ}</h2>
+
+ <!-- IF .faqlist -->
+ <div class="faq-list">
+ <span class="corners-top"><span></span></span>
+ <ul>
+ <!-- BEGIN faqlist -->
+ <li><a href="#f{S_ROW_COUNT}">{faqlist.FAQ_SUBJECT}</a></li>
+ <!-- END faqlist-->
+ </ul>
+ <span class="corners-bottom"><span></span></span>
+ </div>
+
+ <hr class="dashed" style="margin-bottom: 10px;" />
+ <!-- ENDIF -->
+
+ <!-- BEGIN faqitems -->
+ <a name="f{S_ROW_COUNT}"></a>
+
+ <div class="faq-item" id="f{S_ROW_COUNT}">
+ {faqitems.FAQ_SUBJECT}
+ </div>
+ <div class="faq-body">
+ {faqitems.FAQ_TEXT}
+ </div>
+ <!-- END faqitems -->
+
+ <!-- INCLUDE contributions/details_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/contribution_faq.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/details_footer.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/details_footer.html (added)
--- trunk/titania/styles/default/template/contributions/details_footer.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,12 ----
+ <span class="corners-bottom blue"><span></span></span></div>
+ </div>
+
+ <span class="corners-bottom"><span></span></span>
+ </div>
+ </div>
+
+ </div>
+ </div>
+ <div class="clear"></div>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/details_footer.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/details_header.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/details_header.html (added)
--- trunk/titania/styles/default/template/contributions/details_header.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,19 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <div class="main-content">
+ <!-- INCLUDE contributions/search_box.html -->
+ <div class="main-column">
+ <div id="tabs">
+ <ul>
+ <li<!-- IF S_MODE_ID eq 'details' || S_MODE_ID eq 'email' --> class="activetab"<!-- ENDIF -->><a href="{U_CONTRIB_DETAILS}"><span>{L_CONTRIB_DETAILS}</span></a></li>
+ <li<!-- IF S_MODE_ID eq 'support' --> class="activetab"<!-- ENDIF -->><a href="{U_CONTRIB_SUPPORT}"><span>{L_CONTRIB_SUPPORT}</span></a></li>
+ <li<!-- IF S_MODE_ID eq 'screenshots' --> class="activetab"<!-- ENDIF -->><a href="{U_CONTRIB_SCREENSHOTS}"><span>{L_CONTRIB_SCREENSHOTS}</span></a></li>
+ <li<!-- IF S_MODE_ID eq 'faq' --> class="activetab"<!-- ENDIF -->><a href="{U_CONTRIB_FAQ}"><span>{L_CONTRIB_FAQ}</span></a></li>
+ </ul>
+ </div>
+ <div class="bluebg">
+ <div class="inner">
+ <span class="corners-top"><span></span></span>
+
+ <div class="contrib-content">
+ <div class="inner"><span class="corners-top blue"><span></span></span>
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/details_header.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/contributions/search_box.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/search_box.html (added)
--- trunk/titania/styles/default/template/contributions/search_box.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,45 ----
+ <div class="menu-column">
+ <div class="menubg">
+ <div class="inner">
+ <span class="corners-top"><span></span></span>
+
+ <span class="menu-title">Advanced MOD Search</span>
+
+ <div class="contrib-content">
+ <div class="inner"><span class="corners-top blue"><span></span></span>
+
+ <form method="post" id="csearch" action="" class="advanced-search">
+ <fieldset>
+ <label for="cat"><strong>Category:</strong></label>
+ <select name="cat" id="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
+ <option value="-1">Select a category</option>
+ <option value="14">Category 1</option>
+ <option value="49">Category 2</option>
+ </select>
+
+ <label for="author" id="aut"><strong>Author:</strong></label>
+ <select name="author" id="f2" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
+ <option value="-1">Select an author</option>
+ <option value="14">Author 1</option>
+ <option value="49">Author 2</option>
+ </select>
+
+ <label for="sf1" id="main"><strong>Complexity:</strong></label>
+ <label for="sf1"><input type="radio" name="sf1" id="sf1" value="all" checked="checked" /> SQL Schema Changes</label>
+ <label for="sf2"><input type="radio" name="sf2" id="sf2" value="msgonly" /> SQL Data Changes</label>
+ <label for="sf3"><input type="radio" name="sf3" id="sf3" value="titleonly" /> File Edits</label>
+ <label for="sf4"><input type="radio" name="sf4" id="sf4" value="firstpost" /> Template Changes</label>
+ </fieldset>
+
+ <fieldset style="text-align: center; margin-top: 10px;">
+ <input type="submit" value="Submit" class="button2" />
+ </fieldset>
+ </form>
+
+ <span class="corners-bottom blue"><span></span></span></div>
+ </div>
+
+ <span class="corners-bottom"><span></span></span>
+ </div>
+ </div>
+ </div>
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/contributions/search_box.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/faq/faq_details.html
==============================================================================
*** trunk/titania/styles/default/template/faq/faq_details.html (added)
--- trunk/titania/styles/default/template/faq/faq_details.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,17 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <a href="{U_FAQ_LIST}">{L_BACK_TO_FAQ_LIST}</a>
+
+ <div class="panel bg2">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <h3>{FAQ_SUBJECT}<!-- IF U_EDIT_FAQ --> :: <a href="{U_EDIT_FAQ}">{L_EDIT_FAQ}</a><!-- ENDIF --></h3>
+ <div style="margin-bottom: 10px">
+ <strong>{L_REVISION}:</strong> {REVISION_NAME}
+ </div>
+ <div id="faq-text">{FAQ_TEXT}</div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <a href="{U_FAQ_LIST}">{L_BACK_TO_FAQ_LIST}</a>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/faq/faq_details.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/faq/faq_list.html
==============================================================================
*** trunk/titania/styles/default/template/faq/faq_list.html (added)
--- trunk/titania/styles/default/template/faq/faq_list.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,55 ----
+ <!-- INCLUDE overall_header.html -->
+ <form method="post" action="{S_MODE_ACTION}">
+ <h2>{L_FAQ} :: {CONTRIB_NAME}</h2>
+ <p>{L_FAQ_DESCRIPTION}</p>
+
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <ul class="linklist">
+ <li class="leftside"><!-- IF U_CREATE_FAQ --><a href="{U_CREATE_FAQ}">{L_CREATE_FAQ}</a><!-- ENDIF --></li>
+ <li class="rightside pagination"><!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div id="faq-list">
+ <div class="forabg">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <ul class="topiclist">
+ <li class="header">
+ <dl>
+ <dt><a href="{U_SORT_FAQ_SUBJECT}#faqlist">{L_FAQ}</a></dt>
+ <dd class="contrib-version"><a href="{U_SORT_CONTRIB_VERSION}#faqlist">{L_CONTRIB_VERSION}</a></dd>
+ </dl>
+ </li>
+ </ul>
+ <ul class="topiclist topics">
+ <!-- BEGIN faq -->
+ <li class="row <!-- IF faq.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <dl>
+ <dt><a href="{faq.U_FAQ}">{faq.SUBJECT}</a><br />{faq.TEXT}</dt>
+ <dd class="contrib-version">{faq.REVISION_NAME}</dd>
+ </dl>
+ </li>
+ <!-- END faq -->
+ </ul>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </div>
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_MODE_SELECT --><label for="sk">{L_SELECT_SORT_METHOD}: <select name="sk" id="sk">{S_MODE_SELECT}</select></label>
+ <label for="sd">{L_ORDER} <select name="sd" id="sd">{S_ORDER_SELECT}</select> <input type="submit" name="sort" value="{L_SUBMIT}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+ </form>
+
+ <hr />
+
+ <ul class="linklist">
+ <li class="rightside pagination"><!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
+ </ul>
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/faq/faq_list.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/faq/faq_manage.html
==============================================================================
*** trunk/titania/styles/default/template/faq/faq_manage.html (added)
--- trunk/titania/styles/default/template/faq/faq_manage.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,40 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <!-- IF S_EDIT_FAQ -->
+ <form action="{U_ACTION}" method="post">
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <h2>{L_EDIT_FAQ}<!-- IF FAQ_SUBJECT --> :: {FAQ_SUBJECT}<!-- ENDIF --></h2>
+
+ <!-- IF ERROR_MSG --><p class="error">{ERROR_MSG}</p><!-- ENDIF -->
+
+ <fieldset>
+ <dl style="clear: left;">
+ <dt><label for="revision">{L_REVISION}:</label></dt>
+ <dd>{REVISION_SELECT}</dd>
+ </dl>
+ <dl style="clear: left;">
+ <dt><label for="subject">{L_FAQ_SUBJECT}:</label></dt>
+ <dd><input type="text" name="subject" id="subject" size="45" maxlength="60" tabindex="1" value="{FAQ_SUBJECT}" class="inputbox autowidth" /></dd>
+ </dl>
+ <dl style="clear: left;">
+ <dt><label for="text">{L_FAQ_TEXT}:</label></dt>
+ <dd><textarea name="text" id="text" class="inputbox" cols="40" rows="5">{FAQ_TEXT}</textarea></dd>
+ </dl>
+ </fieldset>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <fieldset class="submit-buttons">
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" />
+ <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
+ {S_FORM_TOKEN}
+ </fieldset>
+ </form>
+ <!-- ELSE -->
+
+ <!-- ENDIF -->
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/faq/faq_manage.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/index_home.html
==============================================================================
*** trunk/titania/styles/default/template/index_home.html (added)
--- trunk/titania/styles/default/template/index_home.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,48 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <h2 class="solo">{L_CUSTOMISATION_DATABASE}</h2>
+
+ <div class="forumbg forumbg-table">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <table class="table1" cellspacing="1" id="modlist">
+ <thead>
+ <tr>
+ <th>{L_DATABASE_NAME}</th>
+ <th>{L_DATABASE_DESCRIPTION}</th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- BEGIN section -->
+ <tr class="<!-- IF section.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <td><a href="{section.U_SECTION}">{section.NAME}</a></td>
+ <td>{section.DESC}</td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr class="bg1">
+ <td colspan="4" style="text-align:center;"><strong>{L_NO_SECTIONS}</strong></td>
+ </tr>
+ <!-- END section -->
+ </tbody>
+ </table>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_MODE_SELECT --><label for="sk">{L_SELECT_SORT_METHOD}: <select name="sk" id="sk">{S_MODE_SELECT}</select></label>
+ <label for="sd">{L_ORDER} <select name="sd" id="sd">{S_ORDER_SELECT}</select> <input type="submit" name="sort" value="{L_SUBMIT}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+
+ </form>
+
+ <hr />
+
+ <ul class="linklist">
+ <li class="rightside pagination">{TOTAL_MODS}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
+ </ul>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/index_home.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/login_body.html
==============================================================================
*** trunk/titania/styles/default/template/login_body.html (added)
--- trunk/titania/styles/default/template/login_body.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,67 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <form action="{S_LOGIN_ACTION}" method="post" id="login">
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <div class="content">
+ <h2><!-- IF LOGIN_EXPLAIN -->{LOGIN_EXPLAIN}<!-- ELSE -->{L_LOGIN}<!-- ENDIF --></h2>
+
+ <fieldset <!-- IF not S_CONFIRM_CODE -->class="fields1"<!-- ELSE -->class="fields2"<!-- ENDIF -->>
+ <!-- IF LOGIN_ERROR --><div class="error">{LOGIN_ERROR}</div><!-- ENDIF -->
+ <dl>
+ <dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}:</label></dt>
+ <dd><input type="text" tabindex="1" name="{USERNAME_CREDENTIAL}" id="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}:</label></dt>
+ <dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" /></dd>
+ <!-- IF S_DISPLAY_FULL_LOGIN and (U_SEND_PASSWORD or U_RESEND_ACTIVATION) -->
+ <!-- IF U_SEND_PASSWORD --><dd><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></dd><!-- ENDIF -->
+ <!-- IF U_RESEND_ACTIVATION --><dd><a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a></dd><!-- ENDIF -->
+ <!-- ENDIF -->
+ </dl>
+
+ <!-- IF S_CONFIRM_CODE -->
+ <dl>
+ <dt><label for="confirm_code">{L_CONFIRM_CODE}:</label><br /><span>{L_CONFIRM_CODE_EXPLAIN}</span></dt>
+ <dd><input type="hidden" name="confirm_id" value="{CONFIRM_ID}" />{CONFIRM_IMAGE}</dd>
+ <dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" tabindex="3" class="inputbox narrow" title="{L_CONFIRM_CODE}" /></dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- IF S_DISPLAY_FULL_LOGIN -->
+ <dl>
+ <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
+ <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="5" /> {L_HIDE_ME}</label></dd>
+ </dl>
+ <!-- ENDIF -->
+ <dl>
+ <dt> </dt>
+ <dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
+ </dl>
+
+ </fieldset>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED -->
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <div class="content">
+ <h3>{L_REGISTER}</h3>
+ <p>{L_LOGIN_INFO}</p>
+ <p><strong><a href="{U_TERMS_USE}">{L_TERMS_USE}</a> | <a href="{U_PRIVACY}">{L_PRIVACY}</a></strong></p>
+ <hr class="dashed" />
+ <p><a href="{U_REGISTER}" class="button2">{L_REGISTER}</a></p>
+ </div>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ENDIF -->
+
+ </form>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/login_body.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/message_body.html
==============================================================================
*** trunk/titania/styles/default/template/message_body.html (added)
--- trunk/titania/styles/default/template/message_body.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,11 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <div class="panel" id="message">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <h2>{MESSAGE_TITLE}</h2>
+ <p>{MESSAGE_TEXT}</p>
+ <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/message_body.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/mods/mod_categories.html
==============================================================================
*** trunk/titania/styles/default/template/mods/mod_categories.html (added)
--- trunk/titania/styles/default/template/mods/mod_categories.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,67 ----
+ <!-- INCLUDE overall_header.html -->
+ <form method="post" action="{S_MODE_ACTION}">
+ <h2 class="solo">{SEARCH_RESULTS}</h2>
+ <p>{MOD_LIST_DESCRIPTION}</p>
+
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <ul class="linklist">
+ <li>
+ <!-- IF not S_SEARCH_MOD --><a href="{U_FIND_MOD}">{L_FIND_MOD}</a><!-- ELSE --><a href="{U_HIDE_FIND_MOD}">{L_HIDE_FIND_MOD}</a><!-- ENDIF -->
+ </li>
+ <li class="rightside pagination">
+ {TOTAL_MODS}
+ <!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF -->
+ </li>
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div class="forumbg forumbg-table">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <table class="table1" cellspacing="1" id="modlist">
+ <thead>
+ <tr>
+ <th colspan="2">{L_MOD_CATEGORY}</th>
+ <th>{L_TOTAL_MODS}</th>
+ <th>{L_CATEGORY_DESCRIPTION}</th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- BEGIN category -->
+ <tr class="<!-- IF category.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <td><a href="{category.U_CATEGORY}">{category.ICON}</a></td>
+ <td><a href="{category.U_CATEGORY}"><strong>{category.TITLE}</strong></a></td>
+ <td>{category.MODS}</td>
+ <td>{category.DESC}</td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr class="bg1">
+ <td colspan="4" style="text-align:center;"><strong>{L_NO_CATEGORIES}</strong></td>
+ </tr>
+ <!-- END modlist -->
+ </tbody>
+ </table>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_MODE_SELECT --><label for="sk">{L_SELECT_SORT_METHOD}: <select name="sk" id="sk">{S_MODE_SELECT}</select></label>
+ <label for="sd">{L_ORDER} <select name="sd" id="sd">{S_ORDER_SELECT}</select> <input type="submit" name="sort" value="{L_SUBMIT}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+
+ </form>
+
+ <hr />
+
+ <ul class="linklist">
+ <li class="rightside pagination">{TOTAL_MODS}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
+ </ul>
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/mods/mod_categories.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/mods/mod_details.html
==============================================================================
*** trunk/titania/styles/default/template/mods/mod_details.html (added)
--- trunk/titania/styles/default/template/mods/mod_details.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,141 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <form method="post" action="{S_MODE_ACTION}">
+ <h2>{MOD_TITLE}</h2>
+ <p>{MOD_DESC}</p>
+
+ <h4 class="details">{L_MODO_GENERAL}</h4>
+
+ <div class="panel bg2" id="modlisting">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="column1">
+ <dl class="faq">
+ <dt><h3>{L_DETAILS_TITLE}</h3></dt>
+ <dd><strong>{L_DETAILS_MOD_TITLE}</strong>: {MOD_TITLE}</dd>
+ <dd><strong>{L_DETAILS_MOD_CATEGORY}</strong></dd>
+ <dd><strong>{L_DETAILS_MOD_AUTHOR}</strong></dd>
+ <dd><strong>{L_DETAILS_MOD_VERSION}</strong>: {VERSION}</dd>
+ <dd><strong>{L_DETAILS_MOD_BRANCH}</strong></dd>
+ <dd><strong>{L_DETAILS_MOD_TIME}</strong></dd>
+ </dl>
+ </div>
+ <div class="column2">
+ <dl class="faq">
+ <dt><h3>{L_AUTHOR_TITLE}</h3></dt>
+ <dd><strong>{L_AUTHOR_MOD_AUTHOR}</strong></dd>
+ <dd><strong>{L_AUTHOR_PROFILE}</strong>: {AUTHOR_FULL}</dd>
+ <dd><strong>{L_AUTHOR_LAST}</strong></dd>
+ <dd><strong>{L_AUTHOR_RR}</strong></dd>
+ </dl>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div class="panel bg2" id="modlisting">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="column1">
+ <dl class="faq">
+ <dt><h3>{L_VALID_TITLE}</h3></dt>
+ <dd><strong>{L_VALID_STATUS}</strong></dd>
+ <dd><strong>{L_VALID_DATE}</strong></dd>
+ <dd><strong>{L_VALID_VERSION}</strong></dd>
+ <dd><strong>{L_VALID_QUEUE}</strong></dd>
+ <dd><strong>{L_VALID_TESTED}</strong></dd>
+ <dd><strong>{L_VALID_DOWNLOAD}</strong></dd>
+ </dl>
+ </div>
+ <div class="column2">
+ <dl class="faq">
+ <dt><h3>{L_RR_TITLE}</h3></dt>
+ <dd><strong>{L_RR_MOD}</strong></dd>
+ <dd><strong>{L_RR_TEAM}</strong></dd>
+ <dd><strong>{L_RR_RANK}</strong></dd>
+ <dd><strong>{L_RR_E_RATING}</strong></dd>
+ <dd><strong>{L_RR_E_REVIEW}</strong></dd>
+ <dd><strong>{L_RR_LIST}</strong></dd>
+ </dl>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <h4 class="details">{L_MODO_ADVANCED}</h4>
+
+ <!-- BEGIN complexity -->
+ <div class="panel bg2" id="modlisting">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="column1">
+ <dl class="faq">
+ <dt><h3>{L_COMPLEX_TITLE}</h3></dt>
+ <dd><strong>{L_COMPLEX_SCHEMA}</strong></dd>
+ <dd><strong>{L_COMPLEX_DATA}</strong></dd>
+ <dd><strong>{L_COMPLEX_TEMPLATE}</strong></dd>
+ <dd><strong>{L_COMPLEX_LANGUAGE}</strong></dd>
+ <dd><strong>{L_COMPLEX_EDIT}</strong></dd>
+ <dd><strong>{L_COMPLEX_ADDITIONAL}</strong></dd>
+ </dl>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- END complexity -->
+
+ <h4 class="details">{L_MODO_COMPATABILITY}</h4>
+
+ <div class="panel bg2" id="modlisting">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="column1">
+ <dl class="faq">
+ <dt><h3>{L_STYLES_TITLE}</h3></dt>
+ <dd><strong>{L_STYLES_PROSILVER}</strong></dd>
+ <dd><strong>{L_STYLES_SUBSILVER}</strong></dd>
+ <dd><strong>{L_STYLES_OTHER}</strong></dd>
+ </dl>
+ <dl class="faq">
+ <dt><strong>{L_LANGUAGE_TITLE}</strong></dt>
+ <dd><strong>{L_LANGUAGE_AVAILABLE}</strong></dd>
+ </dl>
+ </div>
+ <div class="column2">
+ <dl class="faq">
+ <dt><h3>{L_OTHER_TITLE}</h3></dt>
+ <dd><strong>{L_OTHER_MODX}</strong></dd>
+ <dd><strong>{L_OTHER_FEATURES}</strong></dd>
+ <dd><strong>{L_OTHER_SIMILAR}</strong></dd>
+ <dd><strong>{L_OTHER_MODS}</strong></dd>
+ </dl>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <h4 class="details">{L_MODO_DOWNLOAD}</h4>
+
+ <div class="panel bg2" id="modlisting">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="column1">
+ <dl class="faq">
+ <dt><h3>{L_DOWNLOAD_TITLE}</h3></dt>
+ <dd><strong>{L_DOWNLOAD_CHECK}</strong></dd>
+ <dd><strong>{L_DOWNLOAD_MOD_TITLE}</strong></dd>
+ <dd><strong>{L_DOWNLOAD_FILESIZE}</strong></dd>
+ <dd><strong>{L_DOWNLOAD_URL}</strong></dd>
+ <dd><strong>{L_DOWNLOAD_COUNT}</strong></dd>
+ </dl>
+ </div>
+
+ <div class="column2">
+ <dl class="faq">
+ <dt><h3>{L_DEMO_TITLE}</h3></dt>
+ <dd><strong>{L_DEMO_URL}</strong></dd>
+ <dd><strong>{L_DEMO_SCREEN}</strong></dd>
+ </dl>
+ <dl class="faq">
+ <dt><h3>{L_SUPPORT_TITLE}</h3></dt>
+ <dd><strong>{L_SUPPORT_TOPIC}</strong></dd>
+ <dd><strong>{L_SUPPORT_AUTHOR_URL}</strong></dd>
+ </dl>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <h4 class="details">{L_MODO_GENERAL}</h4>
+ </form>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/mods/mod_details.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/mods/mod_email.html
==============================================================================
*** trunk/titania/styles/default/template/mods/mod_email.html (added)
--- trunk/titania/styles/default/template/mods/mod_email.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,52 ----
+ <!-- INCLUDE overall_header.html -->
+
+ <h2 class="titlespace">{L_RECOMMEND_MOD} • {MOD_TITLE}</h2>
+
+ <form method="post" action="{S_POST_ACTION}" id="post">
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <div class="content">
+ <!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->
+ <fieldset class="fields2">
+ <dl>
+ <dt><label for="email">{L_EMAIL_ADDRESS}:</label></dt>
+ <dd><input class="inputbox autowidth" type="text" name="email" id="email" size="50" maxlength="100" tabindex="2" value="{EMAIL}" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="name">{L_REAL_NAME}:</label></dt>
+ <dd><input class="inputbox autowidth" type="text" name="name" id="name" size="50" tabindex="3" value="{NAME}" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="lang">{L_DEST_LANG}:</label><br />
+ <span>{L_DEST_LANG_EXPLAIN}</span></dt>
+ <dd><select name="lang">{S_LANG_OPTIONS}</select></dd>
+ </dl>
+ <dl>
+ <dt><label for="message">{L_MESSAGE_BODY}:</label><br />
+ <span>{L_EMAIL_MOD_BODY_EXPLAIN}</span></dt>
+ <dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd>
+ </dl>
+ <dl>
+ <dt> </dt>
+ <dd><label for="cc_email"><input type="checkbox" name="cc_email" id="cc_email" value="1" checked="checked" tabindex="5" /> {L_CC_EMAIL}</label></dd>
+ </dl>
+ </fieldset>
+ </div>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="content">
+ <fieldset class="submit-buttons">
+ <input type="submit" tabindex="6" name="submit" class="button1" value="{L_SEND_EMAIL}" />
+ </fieldset>
+ </div>
+ <span class="corners-bottom"><span></span></span></div>
+ {S_FORM_TOKEN}
+ </div>
+ </form>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/mods/mod_email.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/mods/mod_list.html
==============================================================================
*** trunk/titania/styles/default/template/mods/mod_list.html (added)
--- trunk/titania/styles/default/template/mods/mod_list.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,113 ----
+ <!-- INCLUDE overall_header.html -->
+ <form method="post" action="{S_MODE_ACTION}">
+ <h2 class="solo">{SEARCH_RESULTS}</h2>
+ <p>{MOD_LIST_DESCRIPTION}</p>
+
+ <div class="panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <ul class="linklist">
+ <li>
+ <!-- IF not S_SEARCH_MOD --><a href="{U_FIND_MOD}">{L_FIND_MOD}</a><!-- ELSE --><a href="{U_HIDE_FIND_MOD}">{L_HIDE_FIND_MOD}</a><!-- ENDIF -->
+ </li>
+ <li class="rightside pagination">
+ {TOTAL_ROWS}
+ <!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ENDIF -->
+ </li>
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+
+ <div id="list-db">
+ <div class="forabg">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <ul class="topiclist">
+ <li class="header">
+ <dl>
+ <dt><a href="{U_SORT_MOD_TITLE}#modlist">{L_MOD_TITLE}</a></dt>
+ <dd class="rating"><a href="{U_SORT_RATING}#modlist">{L_RATING}</a></dd>
+ <dd class="download-count"><a href="{U_SORT_DOWNLOADS}#modlist">{L_DOWNLOAD_COUNT}</a></dd>
+ <dd class="description">{L_MOD_DESCRIPTION}</dd>
+ <dd class="added"><a href="{U_SORT_TIME_ADDED}#modlist">{L_DATE_ADDED}</a></dd>
+ <dd class="last-update"><a href="{U_SORT_TIME_UPDATED}#modlist">{L_LAST_UPDATE}</a></dd>
+ </dl>
+ </li>
+ </ul>
+ <ul class="topiclist topics">
+ <!-- BEGIN contrib -->
+ <li class="row <!-- IF contrib.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <dl>
+ <dt>
+ <a href="{contrib.U_CONTRIB}">{contrib.TITLE}</a> {contrib.VERSION}<br />
+ {contrib.AUTHOR}
+ </dt>
+ <dd class="rating">{contrib.RATING} <dfn>{L_RATING}</dfn></dd>
+ <dd class="download-count">{contrib.DOWNLOADS} <dfn>{L_DOWNLOAD_COUNT}</dfn></dd>
+ <dd class="description">{contrib.DESC} <dfn>{L_MOD_DESCRIPTION}</dfn></dd>
+ <dd class="added">{contrib.ADDED} <dfn>{L_DATE_ADDED}</dfn></dd>
+ <dd class="last-update">{contrib.UPDATED} <dfn>{L_LAST_UPDATE}</dfn></dd>
+ </dl>
+ </li>
+ <!-- END contrib -->
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </div>
+
+
+
+
+ <div class="forumbg forumbg-table">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <table class="table1" cellspacing="1" id="modlist">
+ <thead>
+ <tr>
+ <th class="name"><span class="rank-img"><a href="{U_SORT_RATING}#modlist">{L_RATING}</a></span>
+ <a href="{U_SORT_MOD_TITLE}#modlist">{L_MOD_TITLE}</a></th>
+ <th class="posts" style="width: 10%;"><a href="{U_SORT_DOWNLOADS}#modlist">{L_DOWNLOAD_COUNT}</a></th>
+ <th class="info">{L_MOD_DESCRIPTION}</th>
+ <th class="joined"><a href="{U_SORT_TIME_ADDED}#modlist">{L_DATE_ADDED}</a></th>
+ <th class="active"><a href="{U_SORT_TIME_UPDATED}#modlist">{L_LAST_UPDATE}</a></th>
+ </tr>
+ </thead>
+ <tbody>
+ <!-- BEGIN contrib -->
+ <tr class="<!-- IF contrib.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
+ <td><a href="{contrib.U_CONTRIB}">{contrib.TITLE}</a> {contrib.VERSION}<span class="rank-img" style="margin-bottom: 10px;">{contrib.RATING}</span><br />
+ {contrib.AUTHOR}</td>
+ <td style="text-align: center;">{contrib.DOWNLOADS}</td>
+ <td>{contrib.DESC}</td>
+ <td>{contrib.ADDED}</td>
+ <td>{contrib.UPDATED}</td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr class="bg1">
+ <td colspan="5" style="text-align:center;"><strong>{L_NO_MODS}</strong></td>
+ </tr>
+ <!-- END contrib -->
+ </tbody>
+ </table>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <fieldset class="display-options">
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF S_MODE_SELECT --><label for="sk">{L_SELECT_SORT_METHOD}: <select name="sk" id="sk">{S_MODE_SELECT}</select></label>
+ <label for="sd">{L_ORDER} <select name="sd" id="sd">{S_ORDER_SELECT}</select> <input type="submit" name="sort" value="{L_SUBMIT}" class="button2" /></label>
+ <!-- ENDIF -->
+ </fieldset>
+
+ </form>
+
+ <hr />
+
+ <ul class="linklist">
+ <li class="rightside pagination">{TOTAL_ROWS}<!-- IF PAGINATION --> • <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ENDIF --></li>
+ </ul>
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/mods/mod_list.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/overall_footer.html
==============================================================================
*** trunk/titania/styles/default/template/overall_footer.html (added)
--- trunk/titania/styles/default/template/overall_footer.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,64 ----
+ <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
+ <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
+ <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
+ <fieldset class="quick-login">
+ <label for="username">{L_USERNAME}:</label> <input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
+ <label for="password">{L_PASSWORD}:</label> <input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
+ <!-- IF S_AUTOLOGIN_ENABLED -->
+ | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
+ <!-- ENDIF -->
+ <input type="hidden" name="redirect" value="{LOGIN_REDIRECT}" />
+ <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
+ </fieldset>
+ </form>
+ <!-- ENDIF -->
+ </div>
+
+ <div id="page-footer">
+
+ <div class="navbar">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <ul class="linklist">
+ <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
+ <!-- IF not S_IS_BOT -->
+ <!-- IF S_VIEWFORUM and S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
+ <!-- IF S_VIEWTOPIC and U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
+ <!-- IF S_VIEWTOPIC and U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
+ <!-- IF S_VIEWTOPIC and U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
+ <!-- ENDIF -->
+ <li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <!--
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
+ This not only gives respect to the large amount of time given freely by the developers
+ but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
+ the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
+ "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
+ forums may be affected.
+
+ The phpBB Group : 2006
+ //-->
+
+ <div class="copyright">Titania © 2008 phpBB Customisation Database Team<br />
+ Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
+ <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
+ <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
+ <!-- IF U_ACP --><br /><strong>[ <a href="{U_ACP}">{L_ACP}</a>
+ <!-- IF U_PURGE_CACHE --> | <a href="{U_PURGE_CACHE}">{L_PURGE_CACHE}</a><!-- ENDIF --> ]</strong><!-- ENDIF -->
+ </div>
+ </div>
+
+ </div>
+
+ <div>
+ <a id="bottom" name="bottom" accesskey="z"></a>
+ <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
+ </div>
+
+ </body>
+ </html>
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/overall_footer.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/overall_header.html
==============================================================================
*** trunk/titania/styles/default/template/overall_header.html (added)
--- trunk/titania/styles/default/template/overall_header.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,194 ----
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
+ <head>
+
+ <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
+ <meta http-equiv="content-style-type" content="text/css" />
+ <meta http-equiv="content-language" content="{S_USER_LANG}" />
+ <meta http-equiv="imagetoolbar" content="no" />
+ <meta name="resource-type" content="document" />
+ <meta name="distribution" content="global" />
+ <meta name="copyright" content="2008 phpBB Customisation Database Team" />
+ <meta name="keywords" content="" />
+ <meta name="description" content="" />
+ {META}
+ <title>{PAGE_TITLE} • {SITENAME}</title>
+
+ <!--
+ phpBB style name: prosilver
+ Based on style: prosilver (this is the default phpBB3 style)
+ Original author: Tom Beddard ( http://www.subBlue.com/ )
+ Modified by:
+
+ NOTE: This page was generated by phpBB, the free open-source bulletin board package.
+ The phpBB Group is not responsible for the content of this page and forum. For more information
+ about phpBB please visit http://www.phpbb.com
+ -->
+
+ <script type="text/javascript">
+ // <![CDATA[
+ var jump_page = '{LA_JUMP_PAGE}:';
+ var on_page = '{ON_PAGE}';
+ var per_page = '{PER_PAGE}';
+ var base_url = '{A_BASE_URL}';
+ var style_cookie = 'phpBBstyle';
+ var onload_functions = new Array();
+ var onunload_functions = new Array();
+
+ <!-- IF S_USER_PM_POPUP -->
+ if ({S_NEW_PM})
+ {
+ var url = '{UA_POPUP_PM}';
+ window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
+ }
+ <!-- ENDIF -->
+
+ /**
+ * Find a member
+ */
+ function find_username(url)
+ {
+ popup(url, 760, 570, '_usersearch');
+ return false;
+ }
+
+ /**
+ * New function for handling multiple calls to window.onload and window.unload by pentapenguin
+ */
+ window.onload = function()
+ {
+ for (var i = 0; i < onload_functions.length; i++)
+ {
+ eval(onload_functions[i]);
+ }
+ }
+
+ window.onunload = function()
+ {
+ for (var i = 0; i < onunload_functions.length; i++)
+ {
+ eval(onunload_functions[i]);
+ }
+ }
+
+ // ]]>
+ </script>
+ <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
+ <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
+
+ <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
+ <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
+ <link href="{T_TITANIA_STYLESHEET}" rel="stylesheet" type="text/css" media="screen, projection" />
+
+ <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
+ <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
+ <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
+
+ <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
+ <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
+ <!-- ENDIF -->
+
+ </head>
+
+ <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
+
+ <div id="wrap">
+ <a id="top" name="top" accesskey="t"></a>
+ <div id="page-header">
+ <div class="headerbar">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <div id="site-description">
+ <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
+ <h1>{SITENAME}</h1>
+ <p>{SITE_DESCRIPTION}</p>
+ <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
+ </div>
+
+ <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
+ <div id="search-box">
+ <form action="{U_SEARCH}" method="post" id="search">
+ <fieldset>
+ <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
+ <input class="button2" value="{L_SEARCH}" type="submit" /><br />
+ <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
+ </fieldset>
+ </form>
+ </div>
+ <!-- ENDIF -->
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+
+ <div class="navbar">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <ul class="linklist navlinks">
+ <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
+
+ <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
+
+ <!-- IF S_VIEWTOPIC -->
+ <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
+ <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
+ <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
+ <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
+ <!-- ENDIF -->
+ </ul>
+
+ <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
+ <ul class="linklist leftside">
+ <li class="icon-ucp">
+ <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
+ <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> •
+ <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
+ <!-- IF U_RESTORE_PERMISSIONS --> •
+ <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
+ <!-- ENDIF -->
+ </li>
+ </ul>
+ <!-- ENDIF -->
+
+ <ul class="linklist rightside">
+ <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
+ <!-- IF not S_IS_BOT -->
+ <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
+ <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
+ <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
+ <!-- ENDIF -->
+ </ul>
+
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ </div>
+
+ <a name="start_here"></a>
+ <div id="page-body">
+ <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
+ <div id="message" class="rules">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ENDIF -->
+
+ <!-- IF .errorbox -->
+ <div id="errorbox" class="errorbox">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <!-- IF ERRORBOX_TITLE --><h3>{ERRORBOX_TITLE}</h3><!-- ENDIF -->
+ <!-- BEGIN errorbox -->
+ <p>{errorbox.MESSAGE}</p>
+ <!-- END errorbox -->
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ENDIF -->
+ <!-- IF .successbox -->
+ <div id="successbox" class="successbox">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <!-- IF SUCCESSBOX_TITLE --><h3>{SUCCESSBOX_TITLE}</h3><!-- ENDIF -->
+ <!-- BEGIN successbox -->
+ <p>{successbox.MESSAGE}</p>
+ <!-- END successbox -->
+ <span class="corners-bottom"><span></span></span></div>
+ </div>
+ <!-- ENDIF -->
Propchange: trunk/titania/styles/default/template/overall_header.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/template/titania/index_body.html
==============================================================================
*** trunk/titania/styles/default/template/titania/index_body.html (added)
--- trunk/titania/styles/default/template/titania/index_body.html Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,6 ----
+ <!-- INCLUDE overall_header.html -->
+
+ Basic home page for Titania
+ <a href="./mods.php">Static link to MODs</a>
+
+ <!-- INCLUDE overall_footer.html -->
\ No newline at end of file
Propchange: trunk/titania/styles/default/template/titania/index_body.html
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/theme/common.css
==============================================================================
*** trunk/titania/styles/default/theme/common.css (added)
--- trunk/titania/styles/default/theme/common.css Sat Jun 13 20:04:24 2009
***************
*** 0 ****
--- 1,429 ----
+ /**
+ * @version $Id$
+ * common.css
+ */
+
+ .successbox, .errorbox {
+ padding: 0 10px;
+ margin: 10px 0;
+ color: #FFFFFF;
+ text-align: center;
+ }
+
+ .errorbox span.corners-top , .successbox span.corners-top {
+ margin: 0 -10px 5px -10px;
+ }
+
+ .errorbox span.corners-bottom , .successbox span.corners-bottom {
+ margin: 5px -10px 0 -10px;
+ }
+
+ .success {
+ color: #228822;
+ }
+
+ .error {
+ color: #BC2A4D;
+ }
+
+ .successbox {
+ background-color: #228822;
+ }
+
+ .errorbox {
+ background-color: #BC2A4D;
+ }
+
+ * html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */
+
+ .successbox h3, .errorbox h3 {
+ color: #FFFFFF;
+ margin: 0 0 0.5em;
+ font-size: 1.5em;
+ font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
+ border: none;
+ }
+
+ .successbox p, .errorbox p {
+ color: #FFFFFF;
+ font-size: 1em;
+ margin-bottom: 0;
+ }
+
+ .errorbox a:link, .errorbox a:active, .errorbox a:visited,
+ .successbox a:link, .successbox a:active, .successbox a:visited {
+ color: #DBD7D1;
+ text-decoration: underline;
+ font-weight: bold;
+ }
+
+ .errorbox a:hover, .successbox a:hover {
+ color: #FFFFFF;
+ text-decoration: none;
+ font-weight: bold;
+ }
+
+ /* move this to a other file later ;) */
+ #list-db ul.topiclist dt {
+ font-weight: normal;
+ width: 29%;
+ }
+
+ #list-db li.row dt , #list-db li.row dd.download-count, #list-db li.row dd.added , #list-db li.row dd.last-update {
+ margin-top: 20px;
+ }
+
+ #list-db .rating {
+ float: right;
+ margin-top: -11px;
+ }
+
+ #list-db dd.download-count {
+ width: 10%;
+ text-align: center;
+ }
+
+ #list-db dd.description {
+ width: 29%;
+ padding-left: 5px;
+ }
+
+ #list-db li.row dd {
+ font-size: 1.1em;
+ }
+
+ #list-db dd.added {
+ width: 14%;
+ padding-left: 5px;
+ }
+
+ #list-db dd.added {
+ width: 15%;
+ padding-left: 5px;
+ }
+
+ #list-db dd.last-update {
+ padding-left: 5px;
+ }
+
+ /* proto code
+ ---------------------------------------- */
+ #wrap {
+ width: 900px;
+ margin: 0 auto;
+ }
+
+ .main-content {
+ margin: 20px 0;
+ clear: both;
+ display: block;
+ }
+
+ .main-column {
+ width: 78%;
+ float: right;
+ margin-left: 1%;
+ }
+
+ .contrib-content {
+ background-color: #FFFFFF;
+ padding: 0 5px;
+ }
+
+ h2.section-title {
+ color: #425667;
+ margin-top: .5em;
+ text-align: center;
+ position: relative;
+ }
+
+ /* Menu/Search Column
+ ---------------------------------------- */
+ .menu-column {
+ width: 21%;
+ float: left;
+ }
+
+ .menubg {
+ background: url("./images/menubg.gif") repeat-x #027BB8;
+ padding: 0 5px;
+ margin-top: 27px;
+ }
+
+ .menubg.no-space {
+ margin-top: 0;
+ padding: 0 5px;
+ }
+
+ .menu-title {
+ color: #FFFFFF;
+ text-align: center;
+ display: block;
+ font-size: 1.2em;
+ margin-bottom: 1em;
+ }
+
+ .advanced-search label {
+ display: block;
+
+ }
+
+ label#main {
+ margin-top: 10px;
+ }
+
+ .contrib-menu {
+ list-style-type: none;
+ margin: 0;
+ }
+
+ .contrib-menu li {
+ border-bottom: 1px solid #CCDEE7;
+ }
+ .contrib-menu li a {
+ padding: 2px 5px;
+ display: block;
+ }
+
+ .contrib-menu a:hover {
+ background-color: #DDECF3;
+ text-decoration: none;
+ }
+
+ /* Main contrib tabs - overwriting some of the code from prosilver
+ ---------------------------------------- */
+
+ #tabs {
+ margin-top: 0;
+ margin-left: 20px;
+ }
+
+ #tabs a {
+ background-image: url("./images/tab_bg.gif");
+ font-size: 1.2em;
+ font-weight: normal;
+ }
+
+ #tabs a span {
+ background-image: url("./images/tab_bg2.gif");
+ color: #FFFFFF !important;
+ }
+
+ #tabs .activetab a {
+ background-image: url("./images/tab_bg.gif");
+ color: #FFFFFF;
+ border-color: #027BB8;
+ }
+
+ #tabs .activetab a span {
+ background-image: url("./images/tab_bg2.gif");
+ color: #FFFFFF;
+ font-weight: normal;
+ }
+
+ #tabs .activetab a:hover span {
+ color: #FFFFFF;
+ }
+
+ .bluebg {
+ background-color: #027BB8;
+ padding: 0 5px;
+ }
+
+ .bluebg .contrib-content {
+ margin-top: 5px;
+ }
+
+ /* This still needs a clean-up */
+ .half {
+ width: 48%;
+ float: left;
+ margin-right: 2%;
+ }
+
+ .half h3 {
+ margin: 0;
+ color: #BC2A4D;
+ }
+
+ #left dl.details dt {
+ width: 40%;
+ }
+
+ #left dl.details dd {
+ width: 58%;
+ }
+ .half dl.details dt {
+ font-weight: bold;
+ }
+
+ #right dl.details dt {
+ width: 35%;
+ }
+
+ #right dl.details dd {
+ width: auto;
+ }
+
+ .forabg {
+ background-image: url("./images/forabg.gif");
+ }
+
+ li.row dl dt, li.header dl dt {
+ width: 60%;
+ }
+
+ li.header dd {
+ width: auto;
+ }
+
+ li.row dd {
+ width: auto;
+ line-height: normal;
+ font-size: 1em;
+ text-align: left;
+ padding-left: 3px !important;
+ }
+ /****************************************/
+
+ /* FAQ Page
+ ---------------------------------------- */
+ .faq-list {
+ float: left;
+ background-color: #E4EDF1;
+ border: 1px solid #B8CFDB;
+ margin-bottom: 5px;
+ padding: 0 5px;
+ font-size: 1.1em;
+ margin-top: 5px;
+ display: block;
+ width: 98.25%; /* Need to look over this again - IE doesn't want to play nice */
+ }
+
+ .faq-list ul {
+ list-style-type: square;
+ margin-left: 2em;
+ }
+
+ .faq-item {
+ width: auto;
+ background: url("./images/faq_header.gif") repeat-x #F0F0F0;
+ border: 1px solid #C6C6C6;
+ color: #BC2A4D;
+ padding: 3px 3px 4px 3px;
+ text-transform: none;
+ clear: both;
+ font-weight: bold;
+ }
+
+ .faq-body{
+ border: 1px solid #C6C6C6;
+ border-width: 0 1px 1px 1px;
+ background-color: #F6F9FA;
+ padding: 5px;
+ margin-bottom: 10px;
+ }
+
+ ul.faq {
+ margin-left: 2em;
+ }
+
+ dl.codebox code {
+ font-size: 1em;
+ }
+
+ div#top {
+ clear: both;
+ margin-top: 15px;
+ }
+
+ /* Screenshots
+ ---------------------------------------- */
+ .screenshot {
+ width: 33.3%;
+ float: left;
+ display: block;
+ min-height: 200px;
+ margin: 10px 0;
+ text-align: center;
+ }
+
+ .screenshot img {
+ padding: 2px;
+ border: 1px solid #919191;
+ }
+
+ .screenshot a:hover {
+ text-decoration: none;
+ color: #2B5D75;
+ }
+ .screenshot a:hover img {
+ border-color: #2B5D75;
+ }
+
+ /* Custom Corners
+ ---------------------------------------- */
+
+ /* Blue corners */
+ .corners-top.blue, .corners-bottom.blue {
+ background-image: url("./images/corners_left.png");
+ }
+
+ .corners-top.blue span, .corners-bottom.blue span {
+ background-image: url("./images/corners_right.png");
+ }
+
+ /* FAQ List corners */
+ .faq-list .corners-top, .faq-list .corners-bottom {
+ background-image: url("./images/corners_left3.png");
+ }
+
+ .faq-list .corners-top span, .faq-list .corners-bottom span {
+ background-image: url("./images/corners_right3.png");
+ }
+
+ .faq-list .corners-top {
+ position: relative;
+ margin: -1px 0 0 -6px;
+ }
+
+ .faq-list .corners-top span {
+ margin-right: -6px;
+ }
+
+ .faq-list .corners-bottom {
+ position: relative;
+ margin: 0 0 -1px -6px;
+ }
+
+ .faq-list .corners-bottom span {
+ margin-right: -6px;
+ }
+
+ /* Corners for single FAQ */
+ .faq-item .corners-top, .faq-body .corners-bottom {
+ background-image: url("./images/corners_left2.png");
+ position: relative !important;
+ }
+
+ .faq-item .corners-top span, .faq-body .corners-bottom span {
+ background-image: url("./images/corners_right2.png")
+ }
+
+ .faq-item .corners-top {
+ position: relative;
+ margin: -1px 0 0 -8px;
+ }
+
+ .faq-item .corners-top span {
+ margin-right: -6px;
+ }
+
+ .faq-body .corners-bottom {
+ position: relative;
+ margin: 0 0 -1px -6px;
+ }
+
+ .faq-body .corners-bottom span {
+ margin-right: -6px;
+ }
\ No newline at end of file
Propchange: trunk/titania/styles/default/theme/common.css
------------------------------------------------------------------------------
svn:keywords = Id
Added: trunk/titania/styles/default/theme/images/bg_button.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/bg_button.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/bg_button.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/blank.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/blank.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/blank.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/bullet.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/bullet.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/bullet.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/close.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/close.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/close.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/closelabel.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/closelabel.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/closelabel.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/corners_left.png
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/corners_left.png
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/corners_left.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/corners_left2.png
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/corners_left2.png
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/corners_left2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/corners_right.png
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/corners_right.png
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/corners_right.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/corners_right2.png
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/corners_right2.png
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/corners_right2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/corners_right3.png
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/corners_right3.png
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/corners_right3.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/faq_header.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/faq_header.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/faq_header.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/loading.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/loading.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/loading.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/menubg.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/menubg.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/menubg.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/next.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/next.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/next.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/nextlabel.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/nextlabel.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/nextlabel.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/prev.gif
==============================================================================
Binary file - no diff available.
Propchange: trunk/titania/styles/default/theme/images/prev.gif
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: trunk/titania/styles/default/theme/images/prev.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/titania/styles/default/theme/images/prevlabel.gif
==============================================================================
Binary file - no diff available.
More information about the customisationdb-commits
mailing list