Styling stuff

git-svn-id: file:///svn/phpbb/trunk@4327 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-07-24 14:02:02 +00:00
parent 8c02ad5f86
commit fca99a7a62
3 changed files with 75 additions and 65 deletions

View file

@ -467,6 +467,7 @@ CREATE TABLE phpbb_styles_template (
template_copyright varchar(50) NOT NULL, template_copyright varchar(50) NOT NULL,
template_path varchar(30) NOT NULL, template_path varchar(30) NOT NULL,
bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL, bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL,
tpl_storedb tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (template_id) PRIMARY KEY (template_id)
); );

File diff suppressed because one or more lines are too long

View file

@ -925,7 +925,8 @@ $lang = array_merge($lang, array(
'STYLE_ERR_NO_IDS' => 'You must select a template, theme and imageset for this style', 'STYLE_ERR_NO_IDS' => 'You must select a template, theme and imageset for this style',
'STYLE_ERR_NAME_CHARS' => 'The style name can only contain alphanumeric characters, -, +, _ and space', 'STYLE_ERR_NAME_CHARS' => 'The style name can only contain alphanumeric characters, -, +, _ and space',
'MANAGE_TEMPLATE_EXPLAIN' => 'A Template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.', 'TEMPLATES' => 'Templates',
'TEMPLATES_EXPLAIN' => 'A Template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.',
'EDIT_TEMPLATE' => 'Edit Template', 'EDIT_TEMPLATE' => 'Edit Template',
'EDIT_TEMPLATE_EXPLAIN' => 'Use this panel to edit an existing compiled template set. When you have made the required changes you can recompile the template and (or) download it. Please remember that the existing HTML templates are <b>not</b> altered, only the compiled versions are affected. Therefore you should download any altered files if you wish to keep them for future use and for archival purposes.', 'EDIT_TEMPLATE_EXPLAIN' => 'Use this panel to edit an existing compiled template set. When you have made the required changes you can recompile the template and (or) download it. Please remember that the existing HTML templates are <b>not</b> altered, only the compiled versions are affected. Therefore you should download any altered files if you wish to keep them for future use and for archival purposes.',
'TEMPLATE_NAME' => 'Template name', 'TEMPLATE_NAME' => 'Template name',
@ -935,7 +936,7 @@ $lang = array_merge($lang, array(
'CACHE_FILENAME' => 'Template file', 'CACHE_FILENAME' => 'Template file',
'CACHE_FILESIZE' => 'Filesize', 'CACHE_FILESIZE' => 'Filesize',
'CACHE_CACHED' => 'Cached', 'CACHE_CACHED' => 'Cached',
'CACHE_CREATED' => 'Created', 'CACHE_MODIFIED' => 'Modified',
'TEMPLATE_CACHE_CLEARED'=> 'Cached templates deleted', 'TEMPLATE_CACHE_CLEARED'=> 'Cached templates deleted',
'TEMPLATE_EXPORT' => 'Export Templates', 'TEMPLATE_EXPORT' => 'Export Templates',
@ -955,6 +956,14 @@ $lang = array_merge($lang, array(
'DOWNLOAD_STORE' => 'Download or Store archive', 'DOWNLOAD_STORE' => 'Download or Store archive',
'DOWNLOAD_STORE_EXPLAIN'=> 'You may directly download the archive or save it in your store/ folder.', 'DOWNLOAD_STORE_EXPLAIN'=> 'You may directly download the archive or save it in your store/ folder.',
'ARCHIVE_FORMAT' => 'Archive file type', 'ARCHIVE_FORMAT' => 'Archive file type',
'SELECT_BASIS' => 'Select optional basis',
'CACHE' => 'Cache',
'EXPORT' => 'Export',
'DETAILS' => 'Details',
'NO_IMAGESET' => 'Cannot find imageset on filesystem',
'NO_THEME' => 'Cannot find theme on filesystem',
'NO_TEMPLATE' => 'Cannot find template on filesystem',
'NO_STYLE' => 'Cannot find style on filesystem',
'THEMES' => 'Themes', 'THEMES' => 'Themes',
@ -976,71 +985,71 @@ $lang = array_merge($lang, array(
'HIDE_RAW_CSS' => 'Hide CSS', 'HIDE_RAW_CSS' => 'Hide CSS',
'SHOW_RAW_CSS_EXPLAIN' => 'Enter each element on a new line, ending with a ; Expand the data for each element, e.g. do not use font: use font-family:, font-weight:, etc.', 'SHOW_RAW_CSS_EXPLAIN' => 'Enter each element on a new line, ending with a ; Expand the data for each element, e.g. do not use font: use font-family:, font-weight:, etc.',
'STYLE_CAT_TEXT' => 'Text Classes', 'CSS_CAT_TEXT' => 'Text Classes',
'STYLE_BODY' => 'Body', 'CSS_BODY' => 'Body',
'STYLE_P' => 'Paragraph', 'CSS_P' => 'Paragraph',
'STYLE_H1' => 'Header 1', 'CSS_H1' => 'Header 1',
'STYLE_H2' => 'Header 2', 'CSS_H2' => 'Header 2',
'STYLE_H3' => 'Header 3', 'CSS_H3' => 'Header 3',
'STYLE_TABLETITLE' => 'Table Title', 'CSS_TABLETITLE' => 'Table Title',
'STYLE_CATTITLE' => 'Category Title', 'CSS_CATTITLE' => 'Category Title',
'STYLE_TOPICTITLE' => 'Topic Titles', 'CSS_TOPICTITLE' => 'Topic Titles',
'STYLE_TOPICAUTHOR' => 'Topic Author', 'CSS_TOPICAUTHOR' => 'Topic Author',
'STYLE_TOPICDETAILS' => 'Topic Details', 'CSS_TOPICDETAILS' => 'Topic Details',
'STYLE_POSTBODY' => 'Post Text', 'CSS_POSTBODY' => 'Post Text',
'STYLE_POSTHILIT' => 'Post Highlight', 'CSS_POSTHILIT' => 'Post Highlight',
'STYLE_POSTAUTHOR' => 'Post Author', 'CSS_POSTAUTHOR' => 'Post Author',
'STYLE_POSTDETAILS' => 'Post Details', 'CSS_POSTDETAILS' => 'Post Details',
'STYLE_MAINMENU' => 'Main Menu', 'CSS_MAINMENU' => 'Main Menu',
'STYLE_NAV' => 'Navigation', 'CSS_NAV' => 'Navigation',
'STYLE_GENMED' => 'General Medium', 'CSS_GENMED' => 'General Medium',
'STYLE_GENSMALL' => 'General Small', 'CSS_GENSMALL' => 'General Small',
'STYLE_COPYRIGHT' => 'Copyright', 'CSS_COPYRIGHT' => 'Copyright',
'STYLE_CAT_TABLES' => 'Tabular Classes', 'CSS_CAT_TABLES' => 'Tabular Classes',
'STYLE_TABLE' => 'Table', 'CSS_TABLE' => 'Table',
'STYLE_TH' => 'Table Header', 'CSS_TH' => 'Table Header',
'STYLE_TD' => 'Table Data', 'CSS_TD' => 'Table Data',
'STYLE_CAT' => 'Category Header', 'CSS_CAT' => 'Category Header',
'STYLE_CATDIV' => 'Category Fade', 'CSS_CATDIV' => 'Category Fade',
'STYLE_ROW1' => 'Alternate Row 1', 'CSS_ROW1' => 'Alternate Row 1',
'STYLE_ROW2' => 'Alternate Row 2', 'CSS_ROW2' => 'Alternate Row 2',
'STYLE_ROW3' => 'Alternate Row 3', 'CSS_ROW3' => 'Alternate Row 3',
'STYLE_SPACER' => 'Spacer Row', 'CSS_SPACER' => 'Spacer Row',
'STYLE_HR' => 'Horizontal Rule', 'CSS_HR' => 'Horizontal Rule',
'STYLE_CAT_FORMS' => 'Form Classes', 'CSS_CAT_FORMS' => 'Form Classes',
'STYLE_FORM' => 'Form', 'CSS_FORM' => 'Form',
'STYLE_INPUT' => 'Input', 'CSS_INPUT' => 'Input',
'STYLE_SELECT' => 'Select', 'CSS_SELECT' => 'Select',
'STYLE_TEXTAREA' => 'Textarea', 'CSS_TEXTAREA' => 'Textarea',
'STYLE_POST' => 'Text Input', 'CSS_POST' => 'Text Input',
'STYLE_BTNMAIN' => 'Primary Buttons', 'CSS_BTNMAIN' => 'Primary Buttons',
'STYLE_BTNLITE' => 'Secondary Buttons', 'CSS_BTNLITE' => 'Secondary Buttons',
'STYLE_BTNBBCODE' => 'BBCode Buttons', 'CSS_BTNBBCODE' => 'BBCode Buttons',
'STYLE_CAT_BBCODE' => 'BBCode Classes', 'CSS_CAT_BBCODE' => 'BBCode Classes',
'STYLE_B' => 'Bold', 'CSS_B' => 'Bold',
'STYLE_U' => 'Underline', 'CSS_U' => 'Underline',
'STYLE_I' => 'Italics', 'CSS_I' => 'Italics',
'STYLE_COLOR' => 'Colour', 'CSS_COLOR' => 'Colour',
'STYLE_SIZE' => 'Size', 'CSS_SIZE' => 'Size',
'STYLE_CODE' => 'Code', 'CSS_CODE' => 'Code',
'STYLE_QUOTE' => 'Quote', 'CSS_QUOTE' => 'Quote',
'style_flash' => 'Flash', 'CSS_flash' => 'Flash',
'STYLE_SYNTAXBG' => 'Syntax Background', 'CSS_SYNTAXBG' => 'Syntax Background',
'STYLE_SYNTAXCOMMENT' => 'Syntax Comments', 'CSS_SYNTAXCOMMENT' => 'Syntax Comments',
'STYLE_SYNTAXDEFAULT' => 'Syntax Default', 'CSS_SYNTAXDEFAULT' => 'Syntax Default',
'STYLE_SYNTAXHTML' => 'Syntax HTML', 'CSS_SYNTAXHTML' => 'Syntax HTML',
'STYLE_SYNTAXKEYWORD' => 'Syntax Keyword', 'CSS_SYNTAXKEYWORD' => 'Syntax Keyword',
'STYLE_SYNTAXSTRING' => 'Syntax String', 'CSS_SYNTAXSTRING' => 'Syntax String',
'STYLE_CAT_CUSTOM' => 'Custom Classes', 'CSS_CAT_CUSTOM' => 'Custom Classes',
'STYLE_ANCHOR_LINK' => 'Link', 'CSS_ANCHOR_LINK' => 'Link',
'STYLE_ANCHOR_ACTIVE' => 'Active', 'CSS_ANCHOR_ACTIVE' => 'Active',
'STYLE_ANCHOR_VISITED' => 'Visited', 'CSS_ANCHOR_VISITED'=> 'Visited',
'STYLE_ANCHOR_HOVER' => 'Hover', 'CSS_ANCHOR_HOVER' => 'Hover',
'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme', 'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme',
'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space', 'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space',
@ -1059,8 +1068,8 @@ $lang = array_merge($lang, array(
'THEME_EXPORTED' => 'Theme exported succesfully and stored in %s', 'THEME_EXPORTED' => 'Theme exported succesfully and stored in %s',
'IMAGESETS' => 'Imagesets',
'MANAGE_IMAGESET_EXPLAIN'=> 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.', 'IMAGESETS_EXPLAIN' => 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.',
'EDIT_IMAGESET' => 'Edit Imageset', 'EDIT_IMAGESET' => 'Edit Imageset',
'EDIT_IMAGESET_EXPLAIN' => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.', 'EDIT_IMAGESET_EXPLAIN' => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.',
'IMAGESET_NAME' => 'Imageset name', 'IMAGESET_NAME' => 'Imageset name',